-
in the description of the protocol at the link: it is indicated that the request must be made P005GS https://github.com/syssi/esphome-pipsolar/blob/pi18/components/pipsolar/pipsolar.h a request is indicated everywhere P007GS probably because of this, the library incorrectly sends the request or parses the received data. I can't figure out how to fix it here is part of the resulting log: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
help how to correct the sent command? here is part of the resulting expanded log: [21:24:38][D][pipsolar:737]: Sending polling command : ^P007PIRI with length 9 [21:24:39][D][pipsolar:737]: Sending polling command : ^P007GS with length 7 ` |
Beta Was this translation helpful? Give feedback.
-
I found branches that meet the protocol, sorry for the stupid question |
Beta Was this translation helpful? Give feedback.
help how to correct the sent command?
here is part of the resulting expanded log:
`
[21:24:36][D][pipsolar:737]: Sending polling command : ^P007PGS0 with length 9
[21:24:37][D][uart_debug:158]: <<< "^D1091,5,00,2280,500,2280,500,0524,0498,00524,00498,010,009,502,006,000,000,040,0000,0000,0550,0014,2,0,1,2,2,1%\v\r"
[21:24:38][D][pipsolar:737]: Sending polling command : ^P007PIRI with length 9
[21:24:39][D][uart_debug:158]: <<< "^D0882200,227,2200,500,227,5000,5000,480,470,540,460,576,575,2,30,060,1,1,2,6,0,0,0,1,2,01\xE7F\r"
[21:24:39][D][pipsolar:737]: Sending polling command : ^P007GS with length 7
[21:24:39][D][uart_debug:158]: <<< "^0\e\xE3\r"
`