Open ligius- opened 11 months ago
The fix is relatively easy, the input buffer is too small. PIPSOLAR_READ_BUFFER_LENGTH is 110 but it needs 120 for my inverter. No idea what the new values mean (0 00 0000).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
still active, unless there was a compatible change done in some other place
The problem
I am trying to decode the messages from an MPP Solar PIP6048MT inverter and currently the QPIGS messages fail the CRC while the QPIRI ones pass. I did not check the other commands yet.
I have modified the check_incomingcrc to always return 1, in order to see how the decoded values look like, but they are all zeroes.
Running into a HEX->ASCII converter the output from above yields: (000.0 00.0 229.9 50.0 0000 0000 000 363 52.40 000 100 0036 00.0 000.0 00.00 00000 00010000 00 00 00000 011 0 00 0000)
As you can see, the values are there, at least ac_output_voltage=229.9 and battery_voltage=52.40
I did not go deep into the code to see exacly why it fails. On the inverter I have main cpu firmware version 00060.06 and secondary cpu fw version 00025.08.
Which version of ESPHome has the issue?
2023.11.6
What type of installation are you using?
pip
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP8266
Board
nodemcu
Component causing the issue
pipsolar
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response