From 04c312d549ef9b01e1ee7c650c025624d3b3a44d Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 6 Jan 2017 15:42:05 +0100 Subject: [PATCH] Added Scripts for MQTT --- scripts/temperature.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/temperature.sh b/scripts/temperature.sh index 86cba74..56c9fc1 100755 --- a/scripts/temperature.sh +++ b/scripts/temperature.sh @@ -1,3 +1,3 @@ -TEMP=`python /home/pi/myweather/tmperature.py |head -1` +TEMP=`python /home/pi/myweather/temperature.py |head -1` mosquitto_pub -h mqtt.unixweb.de -p 1883 -t abcde/temp1 -m $TEMP