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
Originally reported by: ToniA (Bitbucket: ToniAr, GitHub: ToniAr)
The Domoticz MQTT message is incorrect for DS18B20 temperature sensors.
The MQTT message is like:
{"idx": 29, "nvalue": 22.3, "svalue": ""}
...while it should be like:
{"idx": 29, "nvalue": 0, "svalue": " 22.3"}
As a result, Domoticz just reports an error in the log, and the temperature is not updated.
The text was updated successfully, but these errors were encountered:
Yes, the format is wrong and I have the patch ready to push it. Issue #50 is also related to this.
Sorry, something went wrong.
Fix released with version 1.5.3
Removing milestone: 1.5.3 (automated comment)
Issues #50 and #54. Fix domoticz sensor message format. Added energy …
24d0aa0
…calculation
No branches or pull requests
Originally reported by: ToniA (Bitbucket: ToniAr, GitHub: ToniAr)
The Domoticz MQTT message is incorrect for DS18B20 temperature sensors.
The MQTT message is like:
{"idx": 29, "nvalue": 22.3, "svalue": ""}
...while it should be like:
{"idx": 29, "nvalue": 0, "svalue": " 22.3"}
As a result, Domoticz just reports an error in the log, and the temperature is not updated.
The text was updated successfully, but these errors were encountered: