Hello everyone,
I’m a happy Home Assistant user and I’ll move in my new house in a few months. Until now I’ve used It in a pretty basic way but now I’m starting to experiment, so think of me as a newbie with an IT background.
I’ll need to monitor my power consumption maybe using some Shelly devices and in order to test different solutions (time series databases, backends) I bought this Third Reality plug to start collecting data.
My setup is the following:
- Home Assistant on rpi 8GB, core 2024.1.5, supervisor 2023.12.1, os 11.4
- Sonoff Zigbee USB dongle: Dongle Plus V2 (20231007143605)
- Mosquitto addon
- InfluxDB running on a separate host (Docker compose)
- Elasticsearch cluster on a separate group of hosts (Kubernetes)
Everything runs perfectly for one or two weeks, then no messages are published on mosquitto anymore, InfluxDB and Elasticsearch receive no more data and trying to publish on ‘zigbee2mqtt/bridge/request/device/ota_update/check’ with payload {"id": "0x..."}
results in an error stating that the ‘device didn’t respond to ota request’.
I can see values on the dashboard, however they’re always the same.
Reconfiguring the plug from the Zigbee2MQTT web UI does not help, neither does turning It off and on again using Its button. I have to unplug it from the socket and plug It back in if I want to get It working again.
I think It’s worth mentioning that just powering It off and then back on again, without unplugging It, makes It publish some values for a couple of minutes, however these values are always the same no matter what.
Now I’ve (un)plugged It again so It’s working, and no OTA update is available according to zigbee2mqtt.
Does anyone have any idea?
Thank you very much
Antonio