Description
Hi. my installation was working perfectly, then all of a sudden it is no longer sending MQTT messages.
MQTT is working since my other Sonoff devices work.
The rasp-pi is getting info from the inverter (see below).
It is simply not sending MQTT.
I rebuilt from scratch, but nothing works.
command:
sudo docker exec -it voltronic-mqtt bash -c '/opt/inverter-cli/bin/inverter_poller -d -1'
gives:
{
"Inverter_mode":3,
"AC_grid_voltage":236.4,
"AC_grid_frequency":49.8,
"AC_out_voltage":229.4,
"AC_out_frequency":49.8,
"PV_in_voltage":83.8,
"PV_in_current":14.0,
"PV_in_watts":806.3,
"PV_in_watthour":26.8754,
"SCC_voltage":57.0200,
"Load_pct":16,
"Load_watt":767,
"Load_watthour":25.5667,
"Load_va":803,
"Bus_voltage":393,
"Heatsink_temperature":42,
"Battery_capacity":100,
"Battery_voltage":56.80,
"Battery_charge_current":0,
"Battery_discharge_current":0,
"Load_status_on":1,
"SCC_charge_on":1,
"AC_charge_on":1,
"Battery_recharge_voltage":44.0,
"Battery_under_voltage":42.0,
"Battery_bulk_voltage":58.4,
"Battery_float_voltage":56.4,
"Max_grid_charge_current":30,
"Max_charge_current":60,
"Out_source_priority":1,
"Charger_source_priority":0,
"Battery_redischarge_voltage":2582386249850678241749194600611840.0,
"Warnings":"000000000000000000000000000000000000"
}
Mon May 24 13:22:06 2021 INVERTER: All queries complete, exiting loop.