Hello @ned-kelly
First of all many thanks for your excellent work!
I managed to get all of my Axpert duo 3KVA / 24v inverter data in my home assistant except for the topic “Battery_redischarge_voltage”. Response of inverter_poller is below.
Fri May 1 19:41:34 2020 INVERTER: Debug set
Fri May 1 19:41:34 2020 INVERTER: Current CRC: 49 C1
Fri May 1 19:41:34 2020 INVERTER: QMOD reply size (5 bytes)
Fri May 1 19:41:34 2020 INVERTER: QMOD: 5 bytes read: (L
Fri May 1 19:41:34 2020 INVERTER: QMOD query finished
Fri May 1 19:41:34 2020 INVERTER: Current CRC: B7 A9
Fri May 1 19:41:34 2020 INVERTER: QPIGS reply size (110 bytes)
Fri May 1 19:41:34 2020 INVERTER: QPIGS: 110 bytes read: (234.9 50.0 234.9 50.0 0399 0341 014 344 23.92 000 067 0041 0000 000.0 00.00 00000 10010000 00 00 00000 010
Fri May 1 19:41:34 2020 INVERTER: QPIGS query finished
Fri May 1 19:41:34 2020 INVERTER: Current CRC: F8 54
Fri May 1 19:41:35 2020 INVERTER: QPIRI reply size (102 bytes)
Fri May 1 19:41:35 2020 INVERTER: QPIRI: 102 bytes read: (230.0 13.0 230.0 50.0 13.0 3000 2400 24.0 22.5 21.0 30.6 29.2 2 30 040 0 2 3 0 11 0 0 24.5 0 1 080
Fri May 1 19:41:35 2020 INVERTER: QPIRI query finished
Fri May 1 19:41:35 2020 INVERTER: Current CRC: B4 DA
Fri May 1 19:41:35 2020 INVERTER: QPIWS reply size (36 bytes)
Fri May 1 19:41:35 2020 INVERTER: QPIWS: incorrect start/stop bytes. Buffer: (0000000000000000000000000000000000B0 24.0 22.5 21.0 30.6 29.2 2 30 040 0 2 3 0 11 0 0 24.5 0 1 080
INVERTER: ampfactor from config is 1.00
INVERTER: wattfactor from config is 1.01
{
“Inverter_mode”:3,
“AC_grid_voltage”:234.9,
“AC_grid_frequency”:50.0,
“AC_out_voltage”:234.9,
“AC_out_frequency”:50.0,
“PV_in_voltage”:0.0,
“PV_in_current”:0.0,
“PV_in_watts”:0.0,
“PV_in_watthour”:0.0000,
“SCC_voltage”:0.0000,
“Load_pct”:14,
“Load_watt”:341,
“Load_watthour”:11.3667,
“Load_va”:399,
“Bus_voltage”:344,
“Heatsink_temperature”:41,
“Battery_capacity”:67,
“Battery_voltage”:23.92,
“Battery_charge_current”:0,
“Battery_discharge_current”:0,
“Load_status_on”:1,
“SCC_charge_on”:0,
“AC_charge_on”:0,
“Battery_recharge_voltage”:22.5,
“Battery_under_voltage”:21.0,
“Battery_bulk_voltage”:30.6,
“Battery_float_voltage”:29.2,
“Max_grid_charge_current”:30,
“Max_charge_current”:40,
“Out_source_priority”:2,
“Charger_source_priority”:3,
“Battery_redischarge_voltage”:2508860039157362365701836016451584.0,
“Warnings”:""
As you can see, “QPIWS: incorrect start/stop bytes…” appears in the result along with battery discharge voltage some junk value. Except for QPIRI all values are default. QPIRI had to be 102 to get it working. I tried to publish payload “26” to battery_redischarge_voltage_conf without success. Any suggestion?
Anyone else experience this issue?
Another request to fellow members is, if anyone willing to share Grafana dashboard exports for this project, please let me know. I have some basic ones going but not quite satisfied.
Regards