We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, is there a way to reboot the inverter via cli?
Best regards
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
AT+Z seems to work. Can you please add?
AT+Z
https://www.micros.com.pl/mediaserver/RF_HF-LPT230-1_0002.pdf
No branches or pull requests
Hello,
is there a way to reboot the inverter via cli?
Best regards
The text was updated successfully, but these errors were encountered: