Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reboot inverter via cli #92

Open
basti122303 opened this issue Sep 12, 2023 · 2 comments
Open

reboot inverter via cli #92

basti122303 opened this issue Sep 12, 2023 · 2 comments

Comments

@basti122303
Copy link

Hello,
is there a way to reboot the inverter via cli?

Best regards

@basti122303
Copy link
Author

I have to inspect the last firmware (2.32). found there https://github.com/dasrecht/deye-firmware

dd if=MW3_16U_5406_2.32.bin skip=1 bs=256 of=MW3_16U_5406_2.32.lzma
unpack lzma as MW3_16U_5406_2.32
dd if=MW3_16U_5406_2.32 skip=2526 bs=256 | less

looks good. But I'am not very familar with AT-Commands.
Perhaps you can implement a reboot option via cli?

@basti122303
Copy link
Author

basti122303 commented Sep 18, 2023

AT+Z seems to work.
Can you please add?

https://www.micros.com.pl/mediaserver/RF_HF-LPT230-1_0002.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant