Steps to reproduce:
- Start mqtt broker - e.g. mosquitto
- Restart Go-E charger
- send every 5s data to ids/set e.g.: {"ppv":0,"pakku":4056.735596,"pgrid":-16.98193359}
- check received data: http://charger.ip/api/status?filter=ppv,pakku,pgrid
--> works as expected
Restart mqtt broker:
- PV data sender reconnects automatically to broker
- charger reconnects to broker and its topics get updated
- (according to mqtt explorer everything looks fine)
checking received data via http://charger.ip/api/status?filter=ppv,pakku,pgrid yields only null
Workaround:
Steps to reproduce:
--> works as expected
Restart mqtt broker:
checking received data via http://charger.ip/api/status?filter=ppv,pakku,pgrid yields only null
Workaround:
--> received data: http://charger.ip/api/status?filter=ppv,pakku,pgrid is there again