Go to file
robert a82ad1a9b5 clean config 2021-12-20 20:02:21 +01:00
README.md update crontab 2021-10-19 14:39:25 +00:00
mqtt_publish_temp.py add availability topic 2021-10-19 14:36:45 +00:00
readBresserTempSensor.py change to container.logs 2021-12-09 23:18:22 +01:00
readHomematicIP.py clean config 2021-12-20 20:02:21 +01:00

README.md

raspberrypi-temp-sensors

to execute the scripts to read the data from the temp sensors add the following lines to the crontab

crontab -e

*/1 * * * * /usr/bin/python2 /home/pi/raspberrypi-temp-sensors/mqtt_publish_temp.py familyroom >> ~/tempFamilyroom.log 2>&1
*/1 * * * * sudo /usr/bin/python2 /home/pi/raspberrypi-temp-sensors/readBresserTempSensor.py >> ~/readBresserTempSensor.log 2>&1
*/2 * * * * /usr/bin/python3 /home/pi/raspberrypi-temp-sensors/readHomematicIP.py >> ~/readHomematicIP.log 2>&1

build the inkbird docker container

to build the inkbird docker container you need to clone the repo and execute the following command:

git clone https://github.com/hertzg/rtl_433_docker.git

cd rtl_433_docker/images/alpine/build-context/

sudo docker build --build-arg rtl433GitRevision=feat-inkbird-ith20r -t rtl_433:inkbird .