How to setup to read DS18B20 temperatures (incl. unit) #134
-
Hi to all, Since in the wiki/ manual there is missing an example file with ACTIVATED sensors: THANK You very much! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
Hi @EKNYESE sorry for the slow response, I have not had much time for MQTTany in a while. I believe we were talking about this before and I found that your config file was not correct and I asked that you share the 1-Wire section for me to diagnose. I have examples on my To-Do list, but again time is the issue as it's just me working on this. Here is an example with your address that should work, though I am not able to test it at this time. onewire:
my-sensor:
address: '28-030b97942443' |
Beta Was this translation helpful? Give feedback.
-
Hello, Log
For your infromation: in the last days I had a typo in my config regarding the DS18B20-adress. I have fixed this by inserting '28-030b97942442' instead of wrong '28-030b97942443' in the /etc/mqttany/mqttany.yml. Thanks for your support!! |
Beta Was this translation helpful? Give feedback.
-
no idea, if it is helpful, but: when I execute following command in shell So I hope, that my cheap DS18B20 meet your specs.. |
Beta Was this translation helpful? Give feedback.
-
Hello Michael,
I am still hoping && waiting for your bugfix-release.
Is it please possible, to release e.g. with only minimal bugfix-updates as
#136?
I have to Setup a New openHAB instance and there have to decide, If I am
possible to use your almost perfekt mqttany (which convept is great!).
Thanks for your reply!
Michael Murton ***@***.***> schrieb am So., 13. Feb. 2022,
14:56:
… Found and solved. I don't know how that ever worked (it definitely did for
at least 1 user). I have opened a new issue for this bug #136
<#136>. Keep an eye on
that, I will push a fix shortly.
You will need to switch to the master branch to use it though, I have a
few other changes I need to get done before I make another release. Run
these commands in the directory you installed MQTTany to (ex /opt/mqttany)
to update to the master branch when you see the issue it closed.
git pull
git checkout master
If you want to update to the next release version when it comes out use
these commands, replacing VERSION with the version you want to update to
(ex v0.14.3):
git pull
git checkout VERSION
—
Reply to this email directly, view it on GitHub
<#134 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM52POOQJT52Z53LMXEYOTDU26Z7ZANCNFSM5LNGKPLA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @EKNYESE you can use the fix anytime, it is part of the Where the instructions tell you to use this command:
use this command instead:
|
Beta Was this translation helpful? Give feedback.
-
Hi Michael, |
Beta Was this translation helpful? Give feedback.
Hello,
I have stopped first with "sudo systemctl stop mqttany" and executed "python3 mqttany/mqttany.py -vv", right?:
Log