https://github.com/poeschl/ha-temp-hum-sensor
A Pi Zero background daemon which sends temperature and humidity.
https://github.com/poeschl/ha-temp-hum-sensor
homeassistant humidity-sensor mqtt temperature-sensor
Last synced: about 2 months ago
JSON representation
A Pi Zero background daemon which sends temperature and humidity.
- Host: GitHub
- URL: https://github.com/poeschl/ha-temp-hum-sensor
- Owner: Poeschl
- License: other
- Created: 2019-10-27T12:12:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T19:17:36.000Z (over 6 years ago)
- Last Synced: 2025-01-24T04:53:28.414Z (over 1 year ago)
- Topics: homeassistant, humidity-sensor, mqtt, temperature-sensor
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homeassistant Temperature and Humidity Sensor
This script is a python daemon that runs in background on my snips satellite Pi Zero
and transmits temperature and humidity to my Home Assistant instance.
As sensor for the values a `AM2301` sensor is used which has the same api like the `DHT22`.
# systemd install
A service file for systemd is provided in the repro to start and run it in the background.
Just adjust the location of the script file and the config inside the script and you are good to go.