-
Notifications
You must be signed in to change notification settings - Fork 3
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
Response frame is too short #34
Comments
Hello, The response "A5 1700 1045 0300 F6 02" doesn't seem to follow the Solarman V5 protocol as described here: https://pysolarmanv5.readthedocs.io/en/stable/solarmanv5_protocol.html. This protocol was reverse engineered so no "official" documentation for it exists AFAIK. Have no idea what to do next and what the 0300 F6 02 error code means. If you don't have the latest Logger firmware you can get in touch with the Deye support to ask for an update, maybe this will make it work. |
This is also the new Logger Firmware MW3_16U_5406_2.32-D1 of Deye Inverter which is used with the Relais extension. Inverter version data is like following communication protocol is version 0x0202 with HW version 0x0102 DC-Master Firmware is 0.2.3.6 with AC Version number 1.3.1.2 As it can be seen it is not an old Firmware - it is a new one. With different communication protocol. It may be the reason mentioned for Solarman HomeAssistant binding: With a Debugger Thing for Deye Inverters I can see Version and Serial numbers of inverter and Firmware version of logger.The other responses I could not evaluate yet. |
In the provided link the issue seems to be "pysolarmanv5 is seeing a mixture of requested v5 frames and answers to AT-commands", which is something different that what we have here. If indeed there is a newer and incompatible version of the Solarman v5, do you know of any library which was updated to support it, to "inspire" myself from their work? |
Up to now I only saw messages from users that complain read out of data is not working. My plan is to add a logger to collect the network traffic together with the Solarman app I hope to get the data analysed. But this will take some time. |
After checking and comparison of the already existing communication protocol there are quite some differences. |
Can't tell for sure, but this looks like it's not encapsulating Modbus as usual, but something differently. Not much to work on. |
I have also send the AT commands with deye-logger-at-cmd. Do you like to see the responses also? |
Yes, sure, but I think those are part of a separate, control protocol. |
Hi all,
I get following error if I connect the hybrid inventor with LSE (ethernet) with this binding. I use the 0.3.2 Version.
What can I do?
The text was updated successfully, but these errors were encountered: