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
The SEA802 Thermostat displays wrong battery info. It state is 'false' and that translates to 'battery_low' it should be the other way around.
The text was updated successfully, but these errors were encountered:
This data comes from buggy converter, do you see "battery_low": "false" it should be "battery_low": false Error comes from this place (and few more)
"battery_low": "false"
"battery_low": false
https://github.com/Koenkk/zigbee-herdsman-converters/blob/6c4bc1a8b867f7bd8c9d3204449274cc4f69435e/converters/fromZigbee.js#L486
Sorry, something went wrong.
Fix battery_low being a string instead of bool for TuYa thermostats. …
battery_low
ae9548a
…#1840 nurikk/zigbee2mqtt-frontend#170
Fixed
No branches or pull requests
The SEA802 Thermostat displays wrong battery info.
It state is 'false' and that translates to 'battery_low' it should be the other way around.
The text was updated successfully, but these errors were encountered: