Neo Coolcam wallplug sending multiple kWh measurements
Posted: Friday 07 December 2018 10:21
I have some strange issues with one of my Neo Coolcam wall plugs.
All measurements of my different devices are sent to InfluxDB to be visualized in Grafana. Since a few weeks my visualizations are misbehaving.
The root cause seem to be my washing machine plug is reporting wrong measurements. I have checked the logs and see the following:
You see the concerning wallplug is sending 3 different measurements withing 3 seconds and the values are all over the place.
Anyone experienced the same issue and know how to proceed?
All measurements of my different devices are sent to InfluxDB to be visualized in Grafana. Since a few weeks my visualizations are misbehaving.
The root cause seem to be my washing machine plug is reporting wrong measurements. I have checked the logs and see the following:
Code: Select all
2018-12-07 10:08:31.653 (Zwave USB) General/kWh (kWh wasmachine)
2018-12-07 10:08:32.143 InfluxLink: value Usage,idx=730,name=kWh-wasmachine value=105100.000
2018-12-07 10:08:32.534 (Zwave USB) General/kWh (kWh wasmachine)
2018-12-07 10:08:33.638 (Zwave USB) General/kWh (kWh wasmachine)
2018-12-07 10:08:33.671 InfluxLink: value Usage,idx=730,name=kWh-wasmachine value=218290.000
2018-12-07 10:08:34.527 (Zwave USB) General/kWh (kWh wasmachine)
2018-12-07 10:08:34.701 InfluxLink: value Usage,idx=730,name=kWh-wasmachine value=30.000
Anyone experienced the same issue and know how to proceed?