What is valve control?

Hello,

I connected a Eurotronic Spirit Z-Wave Plus by z-wave. I understand the difference between target temperature and the actual one. This is all I need.

Now there shows up a setting “valve control” having a value of “NaN”. What is it? Should I try to remove this input element from the dashboard or does it give me any use?

thx

NaN is a Python error saying not a number - no idea why though.

If the NaN is the state in the Z-Wave entity (e.g. check the HASS Logbook), there could be an error in the Z-Wave binding device definition. It could be the device is sending null - is this configured? The device manual should explain both Z-Wave parameters which are configurable and sent.

The problem then is that by design Z-Wave JS does not fix crap non-compliant Z-Wave device behaviour as it would make matters worse and shield bad products from scrutiny.

1 Like

In case it helps, the Z-Wave JS documentation is quote readable and contains a few hints and tips (not specific to HASS though).

The device review is my favourite (after years of Fibaro issues…):
https://zwave-js.github.io/node-zwave-js/#/getting-started/device-review

1 Like