I’m not sure when the change occurred but I noticed tonight that my ZW100 multi sensor is reporting a temperature of -3276.8C. The other sensor values also don’t look quite right to me, although not so wrong as to be as obvious as the temperature.
Is there anything I can do to address the issue or, mores to the point, has anyone ever seen a similar issue?
HI,
Yes I get this issue occasionally with the 6IN1 units, I get it more often with the 4IN1 units (DSB05), so the workaround I use is to use grafana and put a max and min on my charts, so out of bounds values like this don’t make the chart unreadable.
I run two HA instances: One small slave instance for the Z-Wave network only and then I pull all the entities into the main HA instance with the “home-assistant-remote” custom component. The reason is, that this allows me to restart HA, without having to restart the Z-Wave network, which sometimes takes up to 15 minutes. Anyway, that component allows it to define min/max values, which I use to get rid of the problem.
FYI with the new OZW Daemon (which will replace the current Z-Wave integration soonish) you don’t need to run a second HA instance for the Z-Wave network, you can install the OZW Daemon to the Pi and it then communicates to HA over MQTT. I’d advise you to take this tep sooner or later as the old integration is going to be deprecated. If you are interested, I wrote a guide here.
I am aware of that, but last time I checked it didn’t seem ready yet. Do you know of any document/page that shows, which features have been implemented and which have not?