We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When Starkvind turn’s off or turn’s on or when there is no actual reading available it reports “65535” value instead of not reporting any values.
Workaround I am using atm is Home Assistants template (excerpt):
{% set current = states('sensor.air_purifier_pm25') | float(none) %} {% if current < 65535 %} {{ current }} {% else %}
But obviously this should not be needed and no value should be reported and because of this it is a bug.
No value is reported when no real measurement was done. No measurement = no measurement.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does the issue really belong here?
Is there already an existing issue for this?
Describe the bug
When Starkvind turn’s off or turn’s on or when there is no actual reading available it reports “65535” value instead of not reporting any values.
Workaround I am using atm is Home Assistants template (excerpt):
But obviously this should not be needed and no value should be reported and because of this it is a bug.
Steps to reproduce the behavior
Expected behavior
No value is reported when no real measurement was done. No measurement = no measurement.
Screenshots
No response
Environment
deCONZ Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: