Skip to content

WiringPi project for temperature and humidity sensors in the basement

Notifications You must be signed in to change notification settings

GrimSqueaker/kellersensoren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Standard

This projects uses wiringPi to constantly read temperature and humidity data from three DHT11 sensors. Afterwards it computes the dewpoint and sends the data to an openHAB server via libcurl.

Building and installation

mkdir build
cd build
conan install -s build_type=Release ../conanfile.txt
cmake ..
make 
sudo make install

Installation as systemd service

sudo cp scripts/kellersensoren.service /etc/systemd/system
sudo systemctl enable kellersensoren
sudo systemctl start kellersensoren

About

WiringPi project for temperature and humidity sensors in the basement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published