marq24 / ha-goecharger-api2

HA integration for go-eCharger series (V3 and higher) communicate via the HTTP API v2.0. [supporting 148 of 172 API-Keys]. Please note, that this integration is not official and not supported by the go-e developer team. This project is not affiliated with go-e.com in any way.
Apache License 2.0
22 stars 1 forks source link

"Age of inverter data" linearly increasing until [go-e] Restart Charger device #2

Closed karliwalti closed 3 months ago

karliwalti commented 3 months ago

Checklist

Add a description

Three fields of the Diagnostic fields seem to be non-functional. They increase linearly or stepwise over time, despite the system running. These are sensor.goe_259493_inva sensor.goe_259493_lmsc sensor.goe_259493_lpsc

button.goe_259493_rst will be the only way to reset the "counters"

image image image

I would expect that sensor.goe_259493_inva and sensor.goe_259493_lpsc oscillate around 5s when PV is running and linearly increase when not. sensor.goe_259493_lmsc should reset at a status change.

Log below likely also contains other issues, but will report in separate issue.

Add your DEBUG log output

2024-05-24 13:16:00.269 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -3477.0, 'pPv': 2739.0, 'pAkku': -2396.0}
2024-05-24 13:16:00.269 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -3477.0, "pPv": 2739.0, "pAkku": -2396.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:00.321 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -3477.0, 'pPv': 2739.0, 'pAkku': -2396.0}}
2024-05-24 13:16:00.713 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:00.792 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:00.792 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.079 seconds (success: True)
2024-05-24 13:16:09.021 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -3477.0, 'pPv': 2739.0, 'pAkku': -2396.0}
2024-05-24 13:16:09.022 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -3477.0, "pPv": 2739.0, "pAkku": -2396.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:09.026 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:09.094 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -3477.0, 'pPv': 2739.0, 'pAkku': -2396.0}}
2024-05-24 13:16:09.148 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:09.148 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.121 seconds (success: True)
2024-05-24 13:16:10.267 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -1999.0, 'pPv': 3611.0, 'pAkku': 0.0}
2024-05-24 13:16:10.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -1999.0, "pPv": 3611.0, "pAkku": 0.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:10.314 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -1999.0, 'pPv': 3611.0, 'pAkku': 0.0}}
2024-05-24 13:16:14.610 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:14.666 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:14.666 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.056 seconds (success: True)
2024-05-24 13:16:15.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -1999.0, 'pPv': 3611.0, 'pAkku': 0.0}
2024-05-24 13:16:15.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -1999.0, "pPv": 3611.0, "pAkku": 0.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:15.311 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -1999.0, 'pPv': 3611.0, 'pAkku': 0.0}}
2024-05-24 13:16:19.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:19.664 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:19.664 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.054 seconds (success: True)
2024-05-24 13:16:20.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -34.0, 'pPv': 2669.0, 'pAkku': 0.0}
2024-05-24 13:16:20.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -34.0, "pPv": 2669.0, "pAkku": 0.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:20.309 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -34.0, 'pPv': 2669.0, 'pAkku': 0.0}}
2024-05-24 13:16:24.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:24.668 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:24.668 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.058 seconds (success: True)
2024-05-24 13:16:25.269 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -34.0, 'pPv': 2669.0, 'pAkku': 0.0}
2024-05-24 13:16:25.269 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -34.0, "pPv": 2669.0, "pAkku": 0.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:25.312 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -34.0, 'pPv': 2669.0, 'pAkku': 0.0}}
2024-05-24 13:16:29.538 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 63 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:29.590 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 1 -> ['hsa']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:29.590 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'zfocore': 'TRIGGER'}
2024-05-24 13:16:29.591 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:29.655 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:29.655 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.065 seconds (success: True)
2024-05-24 13:16:30.267 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -34.0, 'pPv': 2669.0, 'pAkku': 0.0}
2024-05-24 13:16:30.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -34.0, "pPv": 2669.0, "pAkku": 0.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:30.312 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -34.0, 'pPv': 2669.0, 'pAkku': 0.0}}
2024-05-24 13:16:32.049 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 63 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:32.138 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 1 -> ['hsa']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:32.138 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'zfocore': 'TRIGGER'}
2024-05-24 13:16:34.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:34.664 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:34.664 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.054 seconds (success: True)
2024-05-24 13:16:35.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -443.0, 'pPv': 2892.0, 'pAkku': 2555.0}
2024-05-24 13:16:35.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -443.0, "pPv": 2892.0, "pAkku": 2555.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:35.313 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -443.0, 'pPv': 2892.0, 'pAkku': 2555.0}}
2024-05-24 13:16:39.610 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:39.663 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:39.664 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.053 seconds (success: True)
2024-05-24 13:16:40.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -443.0, 'pPv': 2892.0, 'pAkku': 2555.0}
2024-05-24 13:16:40.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -443.0, "pPv": 2892.0, "pAkku": 2555.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:40.313 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -443.0, 'pPv': 2892.0, 'pAkku': 2555.0}}
2024-05-24 13:16:44.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:44.664 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:44.664 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.053 seconds (success: True)
2024-05-24 13:16:45.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -430.0, 'pPv': 2295.0, 'pAkku': 1637.0}
2024-05-24 13:16:45.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -430.0, "pPv": 2295.0, "pAkku": 1637.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:45.308 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -430.0, 'pPv': 2295.0, 'pAkku': 1637.0}}
2024-05-24 13:16:49.610 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:49.677 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:49.677 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.067 seconds (success: True)
2024-05-24 13:16:50.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -430.0, 'pPv': 2295.0, 'pAkku': 1637.0}
2024-05-24 13:16:50.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -430.0, "pPv": 2295.0, "pAkku": 1637.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:50.311 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -430.0, 'pPv': 2295.0, 'pAkku': 1637.0}}
2024-05-24 13:16:54.610 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:54.667 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:54.668 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.057 seconds (success: True)
2024-05-24 13:16:55.269 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -662.0, 'pPv': 1799.0, 'pAkku': 904.0}
2024-05-24 13:16:55.269 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -662.0, "pPv": 1799.0, "pAkku": 904.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:16:55.313 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -662.0, 'pPv': 1799.0, 'pAkku': 904.0}}
2024-05-24 13:16:59.610 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:16:59.666 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:16:59.666 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.056 seconds (success: True)
2024-05-24 13:17:00.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -662.0, 'pPv': 1799.0, 'pAkku': 904.0}
2024-05-24 13:17:00.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -662.0, "pPv": 1799.0, "pAkku": 904.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:00.308 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -662.0, 'pPv': 1799.0, 'pAkku': 904.0}}
2024-05-24 13:17:02.496 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'rst': '"true"'} to go-eCharger@192.168.1.81
2024-05-24 13:17:04.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:05.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -1311.0, 'pPv': 1891.0, 'pAkku': 781.0}
2024-05-24 13:17:05.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -1311.0, "pPv": 1891.0, "pAkku": 781.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:10.267 WARNING (MainThread) [homeassistant.components.automation.go_e_pv_surplus_charging_brigde] go-e PV surplus charging brigde: Already running
2024-05-24 13:17:15.266 WARNING (MainThread) [homeassistant.components.automation.go_e_pv_surplus_charging_brigde] go-e PV surplus charging brigde: Already running
2024-05-24 13:17:20.112 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:20.112 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 15.502 seconds (success: True)
2024-05-24 13:17:20.266 WARNING (MainThread) [homeassistant.components.automation.go_e_pv_surplus_charging_brigde] go-e PV surplus charging brigde: Already running
2024-05-24 13:17:20.797 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -1311.0, 'pPv': 1891.0, 'pAkku': 781.0}}
2024-05-24 13:17:24.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:24.666 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:24.666 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.056 seconds (success: True)
2024-05-24 13:17:25.269 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -4821.0, 'pPv': 2296.0, 'pAkku': 472.0}
2024-05-24 13:17:25.269 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -4821.0, "pPv": 2296.0, "pAkku": 472.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:25.312 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -4821.0, 'pPv': 2296.0, 'pAkku': 472.0}}
2024-05-24 13:17:29.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:29.669 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:29.669 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.058 seconds (success: True)
2024-05-24 13:17:30.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -4821.0, 'pPv': 2296.0, 'pAkku': 472.0}
2024-05-24 13:17:30.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -4821.0, "pPv": 2296.0, "pAkku": 472.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:30.314 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -4821.0, 'pPv': 2296.0, 'pAkku': 472.0}}
2024-05-24 13:17:34.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:34.673 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:34.673 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.062 seconds (success: True)
2024-05-24 13:17:35.269 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -6574.0, 'pPv': 5065.0, 'pAkku': 374.0}
2024-05-24 13:17:35.269 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -6574.0, "pPv": 5065.0, "pAkku": 374.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:35.312 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -6574.0, 'pPv': 5065.0, 'pAkku': 374.0}}
2024-05-24 13:17:39.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:39.670 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:39.670 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.060 seconds (success: True)
2024-05-24 13:17:40.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -6574.0, 'pPv': 5065.0, 'pAkku': 374.0}
2024-05-24 13:17:40.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -6574.0, "pPv": 5065.0, "pAkku": 374.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:40.318 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -6574.0, 'pPv': 5065.0, 'pAkku': 374.0}}
2024-05-24 13:17:44.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:44.664 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:44.665 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.054 seconds (success: True)
2024-05-24 13:17:45.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -6778.0, 'pPv': 7254.0, 'pAkku': 265.0}
2024-05-24 13:17:45.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -6778.0, "pPv": 7254.0, "pAkku": 265.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:45.326 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -6778.0, 'pPv': 7254.0, 'pAkku': 265.0}}
2024-05-24 13:17:49.610 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:49.671 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:49.671 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.061 seconds (success: True)
2024-05-24 13:17:50.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': -6778.0, 'pPv': 7254.0, 'pAkku': 265.0}
2024-05-24 13:17:50.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": -6778.0, "pPv": 7254.0, "pAkku": 265.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:50.312 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': -6778.0, 'pPv': 7254.0, 'pAkku': 265.0}}
2024-05-24 13:17:54.610 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:54.668 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:54.668 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.058 seconds (success: True)
2024-05-24 13:17:55.267 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': 102.0, 'pPv': 7244.0, 'pAkku': 238.0}
2024-05-24 13:17:55.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": 102.0, "pPv": 7244.0, "pAkku": 238.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:17:55.314 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': 102.0, 'pPv': 7244.0, 'pAkku': 238.0}}
2024-05-24 13:17:59.610 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:17:59.670 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
2024-05-24 13:17:59.670 DEBUG (MainThread) [custom_components.goecharger_api2] Finished fetching goecharger_api2 data in 0.060 seconds (success: True)
2024-05-24 13:18:00.268 DEBUG (MainThread) [custom_components.goecharger_api2] Service set PV data: {'pGrid': 102.0, 'pPv': 7244.0, 'pAkku': 238.0}
2024-05-24 13:18:00.268 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to write {'ids': '{"pGrid": 102.0, "pPv": 7244.0, "pAkku": 238.0}'} to go-eCharger@192.168.1.81
2024-05-24 13:18:00.314 DEBUG (MainThread) [custom_components.goecharger_api2] write result: {'ids': {'pGrid': 102.0, 'pPv': 7244.0, 'pAkku': 238.0}}
2024-05-24 13:18:04.611 DEBUG (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] going to request 56 keys from go-eCharger@192.168.1.81
2024-05-24 13:18:04.667 INFO (MainThread) [custom_components.goecharger_api2.pygoecharger_ha] [missing fields: 3 -> ['ccu', 'rfb', 'rst']] - not all requested fields where present in the response from from go-eCharger@192.168.1.81
marq24 commented 3 months ago

Hi,

as I tried to explain in your additional discussion https://github.com/marq24/ha-goecharger-api2/discussions/3 the integration provide the data as it was read from the wallbox.

I fully agree with you that it looks like the data the wallbox providing for the three mentioned sensors are not plausible. I have updated the documentation in order to explain the functionality (theory of operation) of this integration a bit more and added information how you can check, if the source of information already providing none-plausible data:

2. In case of implausible data

It will happen, that the data that is displayed by this integration does not make much sense (to you) - aka 'the data is not plausible'. Of course it could be the case, that something in this integration has been messed up - but so far - in all reported issues the root cause of implausible data was/is, that the go-eCharger device itself already provided this data [you can check this by directly requesting the attribute from the wallbox]

Each sensor of this integration have an API-Key identifier in its entity ID. You can manually request values from your wallbox by using this API key via a regular web browser.

E.g. assuming the value of the sensor in question is sensor.goe_123456_tpa and your wallbox is reachable via the IP 192.168.22.10, then you can request/read the 'original' value via the following link (where tpa is the API key):

http://192.168.22.10/api/status?filter=tpa

so the pattern is:

http://[wallbox-ip]/api/status?filter=[API-KEY]

If the plain data that will be returned in such a request is matching the data displayed by the integration, then I would kindly ask t get in contact with go-eCharger, since in such a case the integration is just the 'messenger'.

karliwalti commented 3 months ago

Indeed, its just the values that are reported by the device.