Open DDorch opened 4 years ago
Réaliser un script python qui lance la ligne de commande récupérant la température et l'envoie sur Thingsboard. Le script sera lancé périodiquement grâce à un CRON.
pi@raspberrypi:~ $ cat /sys/class/thermal/thermal_zone0/temp 64990
La température est en milli°C à convertir en degrés.
En s'inspirant du script : https://github.com/DDorch/ScadaSupAgro/blob/master/mekong/thingsboard_gateway.py
Réaliser un script python qui lance la ligne de commande récupérant la température et l'envoie sur Thingsboard. Le script sera lancé périodiquement grâce à un CRON.
Commande à lancer pour récupérer la température
La température est en milli°C à convertir en degrés.
Envoyer les données sur thingsboard
En s'inspirant du script : https://github.com/DDorch/ScadaSupAgro/blob/master/mekong/thingsboard_gateway.py