Skip to content

python daemon to expose Dallas One Wire temperature sensor readings via the MQTT protocol

License

Notifications You must be signed in to change notification settings

jcsmith/1w2mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

1w2mqtt

python daemon to expose Dallas One Wire temperature sensor readings to an MQTT topic named sensors/temperature/$SENSORID

##Requirements

  • w1thermsensor
  • paho.mqtt.publish
  • time

##Command Line Arguments

  • -b --broker Broker which 1w2mqtt shold connect.
  • -d --delay delay Delay between sensor readings.
  • -t --topic Topic to which 1w2mqtt should publish messages.
  • -v --verbose Enable Verbose Logging.

About

python daemon to expose Dallas One Wire temperature sensor readings via the MQTT protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages