Skip to content
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

DS18B20 with Domoticz #54

Closed
xoseperez opened this issue Feb 2, 2017 · 3 comments
Closed

DS18B20 with Domoticz #54

xoseperez opened this issue Feb 2, 2017 · 3 comments

Comments

@xoseperez
Copy link
Owner

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.

@xoseperez
Copy link
Owner Author

Yes, the format is wrong and I have the patch ready to push it. Issue #50 is also related to this.

@xoseperez
Copy link
Owner Author

Fix released with version 1.5.3

@xoseperez
Copy link
Owner Author

Removing milestone: 1.5.3 (automated comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant