-
-
Notifications
You must be signed in to change notification settings - Fork 19
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 Temperature Sensor #175
Comments
See Dallas Sensor https://esphome.io/components/sensor/dallas.html?highlight=ds18b20 |
Hi, |
I think it should be possible, but the setup is somewhat elaborate. I don't have such sensor myself, but it seems it's exposed over 1-wire using a system file. Can you confirm that you can get to work the Python example to read the DS18B20 from https://abyz.me.uk/rpi/pigpio/examples.html? Could you please list the contents of |
Hi Ebaauw, I'm trying to run the Python example you point me but it seems it stuck while connecting to remote Rapy (pi = pigpio.pi()) with both env variable configured with the remote ip address and ip as parameter of pi() function. Sound strange because I was able to create a contact sensor and it works fine, I can see my door opened and closed on my iPhone :) |
Make sure you run What's the contents of the file ( |
Hi, I found my issue and now I'm able to read the temperature with the python script: And here there is the output of the command "cat /sys/bus/w1/devices/28*/w1_slave": Thanks for your time! |
Hi,
is it possible to add the DS18B20 Temperature Sensor to the supported device?
I'd really appreciate.
Regards and keep up the great work,
Marco
The text was updated successfully, but these errors were encountered: