https://github.com/martinrotter/home-temp-server
Set of programs to measure and store temp/humidity data.
https://github.com/martinrotter/home-temp-server
iot
Last synced: 11 months ago
JSON representation
Set of programs to measure and store temp/humidity data.
- Host: GitHub
- URL: https://github.com/martinrotter/home-temp-server
- Owner: martinrotter
- Created: 2019-02-22T11:14:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T17:42:33.000Z (about 6 years ago)
- Last Synced: 2025-01-17T11:10:42.252Z (over 1 year ago)
- Topics: iot
- Language: C++
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## consume-data-server
Mini Python-based server which collects temp/humidity data fromy my sensors and stores them into InfluxDB.
See `udpserver.py` for info.
## esp12_sensor
Simple C++/Arduino firmware which can be flashed into ESP8266-powered machines. This firmware reads sensor data in regular intervals and sends it to server via UDP protocol and deep-sleeps between measurements.