Skip to content

Publish the temperature readings from an Adafruit RTD sensor

Notifications You must be signed in to change notification settings

weichweich/mqtt_rtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT RTD

Read temperature and publish them via MQTT for Home Assistant.

  • Read temperature using adafruit MAX31865 and a PT100/PT1000
  • Publish sensor readings using MQTT
  • Support Home Assistant auto discovery

Setup

  • Install poetry
  • Clone this repository
  • Install dependencies with poetry install -E embedded
    • with -E embedded if MAX31865 is attached via SPI
    • without embedded if no sensors are connected

About

Publish the temperature readings from an Adafruit RTD sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages