-
-
Notifications
You must be signed in to change notification settings - Fork 32k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Z-Wave JS - MH9-CO2 - Temperature Reporting Threshold - Only allows Integer #106807
Comments
Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) zwave_js documentation |
The text to the right of the input box in the configuration panel isn't an example. It's the unit. So the value you enter should represent the desired amount in the shown unit. In this case the unit is 0.5 degrees Celsius. So if you want to change to eg 0.5 degrees Celsius, you'd enter |
Thanks for the clarification. |
The unit comes from the driver configuration of the device. If you have proof that the driver configuration of the device is incorrect, ie not matching the manufacturer specifications for the device, you can submit an issue to the driver project issue tracker or even better, a pull request where you update the device configuration to the correct values. Here's the configuration of the device in question: |
First time for everything. zwave-js/node-zwave-js#6581 |
Describe the issue you are experiencing
When adjusting Z-Wave JS - MH9-CO2 - Temperature Reporting Threshold, i am only able to set the value of 0 or 1, but not 0.5 or 0.1.
The example shows 0.5 as a possible value, but when i apply this error appears: "'An error occurred.expected int for dictionary value @ data['value']. Got 0.5"
A temperature sensor with a resolution of full degrees celcius is not ideal.
Z-Wave JS version: 0.4.3
Home Assistant Yellow
core-2023.12.4
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Other (e.g., Raspbian/Raspberry Pi OS/Fedora)
Which add-on are you reporting an issue with?
Z-Wave JS
What is the version of the add-on?
0.4.3
Steps to reproduce the issue
...
System Health information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Anything in the Supervisor logs that might be useful for us?
No response
Anything in the add-on logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: