-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Qoltec 6KW (PI30) - timeout QPIGS other works #113
Comments
Just testing Sunlife VM III Twin, 24V, 4.2kW (looks exactly as Axpert VM III TWIN 4KVA/6KVA) Also format seems to be similar to described in MAX.Communication.Protocol20210217.pdf found elsewhere in issues. There is the testing log: |
Finally, after a day of troubleshooting I have found a solution using this example: https://github.com/syssi/esphome-pipsolar/blob/pip8048/esp32-example.yaml I have changed esphome section and added esp32 with esp-idf framework, version recommended (latest didn't work for me). esp32: |
Good job! |
Hi,
Im trying to get data from rs232 my debug:
[08:13:30][I][main:468]: Testing PI30/PI30MAX/PI30REVO/PI41 commands...
[08:13:30][I][main:471]: This is the set of commands supported by the pipsolar component!
[08:13:30][D][uart_debug:158]: >>> "QPI\xBE\xAC\r"
[08:13:31][D][uart_debug:158]: <<< "(PI30\x9A\v\r"
[08:13:31][D][uart_debug:158]: >>> "QDIq\e\r"
[08:13:32][D][uart_debug:158]: <<< "(230.0 50.0 0030 42.0 54.0 56.4 46.0 60 0 0 2 0 0 0 0 0 1 1 1 0 1 0 54.0 0 1\xFD\xD8\r"
[08:13:32][D][uart_debug:158]: >>> "QFLAG\x98t\r"
[08:13:33][D][uart_debug:158]: <<< "(EakxyzDbdjlnuv|\x0E\r"
[08:13:34][D][uart_debug:158]: >>> "QMN\xBBd\r"
[08:13:34][D][uart_debug:158]: <<< "(VMIII-60003\xFB\r"
[08:13:35][D][uart_debug:158]: >>> "QMODI\xC1\r"
[08:13:35][D][uart_debug:158]: <<< "(L\x06\a\r"
[08:13:36][D][uart_debug:158]: >>> "QPIGS\xB7\xA9\r"
[08:13:36][D][uart_debug:158]: <<< "(235.4 50.0 235.4 50.0 0000 0000 000 384 03.20 000 000 0018 00.0 109.0 00.00 00000 00010000 00 00 00000 011 0 00 0000-f\r"
[08:13:37][D][uart_debug:158]: >>> "QPIRI\xF8T\r"
[08:13:37][D][uart_debug:158]: <<< "(230.0 26.0 230.0 50.0 26.0 6000 6000 48.0 46.0 43.0 56.4 54.0 2 030 060 0 2 3 1 01 0 0 54.0 0 1\a\xCB\r"
[08:13:38][D][uart_debug:158]: >>> "QPIWS\xB4\xDA\r"
[08:13:38][D][uart_debug:158]: <<< "(000000000000000001000010000000000000\x99\xF0\r"
[08:13:39][D][uart_debug:158]: >>> "QT'\xFF\r"
[08:13:39][D][uart_debug:158]: <<< "(20231206230229\xBFN\r"
[08:13:40][D][uart_debug:158]: >>> "QPGS0?\xDA\r"
[08:13:40][D][uart_debug:158]: <<< "(NAKss\r"
[08:13:41][D][uart_debug:158]: >>> "QPGS1/\xFB\r"
[08:13:41][D][uart_debug:158]: <<< "(NAKss\r"
[08:13:42][D][uart_debug:158]: >>> "QPGS2\x1F\x98\r"
[08:13:42][D][uart_debug:158]: <<< "(NAKss\r"
But script can only get:
get inverter_grid_rating_voltage: 230V
inverter_grid_rating_current: 26A
inverter_battery_type: 2.0
Cant decode other from:
235.4 50.0 235.4 50.0 0000 0000 000 384 03.20 000 000 0018 00.0 109.0 00.00 00000
I think there is all info in that line.
Now i see its VMIII-60003 its Voltronic model :D with different name on case.
Thats my log when lot of sensors configured but read only couple.
[D][pipsolar:756]: timeout command to poll: QPIGS
[D][pipsolar:839]: Sending polling command : QPIRI with length 5
[D][pipsolar:773]: checking crc on incoming message
[D][pipsolar:776]: CRC OK
[D][pipsolar:430]: Decode QPIRI
[D][sensor:094]: 'inverter_grid_rating_voltage': Sending state 230.00000 V with 1 decimals of accuracy
[D][sensor:094]: 'inverter_grid_rating_current': Sending state 26.00000 A with 1 decimals of accuracy
[D][sensor:094]: 'inverter_grid_rating_current': Sending state 26.00000 A with 1 decimals of accuracy
[D][sensor:094]: 'inverter_battery_type': Sending state 2.00000 with 1 decimals of accuracy
[D][sensor:094]: 'inverter_input_voltage_range': Sending state 0.00000 with 1 decimals of accuracy
[D][sensor:094]: 'inverter_input_voltage_range': Sending state 0.00000 with 1 decimals of accuracy
[D][sensor:094]: 'inverter_output_source_priority': Sending state 2.00000 with 1 decimals of accuracy
[D][sensor:094]: 'inverter_output_source_priority': Sending state 2.00000 with 1 decimals of accuracy
[W][component:232]: Component esphome.coroutine took a long time for an operation (94 ms).
[W][component:232]: Component esphome.coroutine took a long time for an operation (94 ms).
[W][component:233]: Components should block for at most 30 ms.
[D][pipsolar:839]: Sending polling command : QPIGS with length 5
[D][pipsolar:756]: timeout command to poll: QPIGS
The text was updated successfully, but these errors were encountered: