You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @leodesigner. First of all, I'd like to thank you for your work on reverse engineering the communication protocol of PowMr 4500/6500 inverter.
Unfortunately, I'm facing some issues when communicating with my inverter. It's PowMr 24V 4500W model. When I'm sending a request for state, I'm not getting a response from the inverter:
Can you please walk me through the process of reverse engineering the 88510003000000004d08 sequence for state request so that I can try doing it on my inverter? Perhaps, it has some differences compared to 48V 6500W model.
Also, in the readme you state that
The serial speed is 9600 baud, mode 8N1 (8 bits, 1 stop bit)
Should it be the case for all inverters of this family?
The text was updated successfully, but these errors were encountered:
Hey, there is a new version of firmware released for this inverter with the longer packet.
Please check updated header file and ESPHOME related project here: https://github.com/lufton/esphome-inv-8851
Regarding the reverse engineering process: I just simply captured data communication between inverter and DTU device.
Hello @leodesigner. First of all, I'd like to thank you for your work on reverse engineering the communication protocol of PowMr 4500/6500 inverter.
Unfortunately, I'm facing some issues when communicating with my inverter. It's PowMr 24V 4500W model. When I'm sending a request for state, I'm not getting a response from the inverter:
Can you please walk me through the process of reverse engineering the
88510003000000004d08
sequence for state request so that I can try doing it on my inverter? Perhaps, it has some differences compared to 48V 6500W model.Also, in the readme you state that
Should it be the case for all inverters of this family?
The text was updated successfully, but these errors were encountered: