8000 GitHub - zymotik/onewire-sender: OneWire sender, send data from 1 or more DS18B20 sensors to a http endpoint on a schedule
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zymotik/onewire-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneWire-Sender

Send data from 1 or more DS18B20 sensors to a http endpoint or MQTT broker on a schedule

Setup on a Raspberry Pi:

Install librarys (https://github.com/timofurrer/w1thermsensor/blob/master/README.md)

sudo apt-get install python-w1thermsensor

pip install paho-mqtt

Run OneWire-Sender when Pi boots up

Preferences => Main menu editor => Add LXSession configuration to preferences
LXSession => Autostart
Add Manual autostarted application
"lxterminal -e python /path-to-your/onewire-sensor.py"

features incoming...

Configuration file

MQTT support (think: HomeAssistant)

About

OneWire sender, send data from 1 or more DS18B20 sensors to a http endpoint on a schedule

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0