Thank you for your help but i succeed,the problem it was whit url link.
Now work just fine
Search found 22 matches
- Sunday 25 October 2020 23:16
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
- Saturday 24 October 2020 18:50
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
So nobody know?
i use this tutorial:
https://www.thegeekpub.com/236867/using ... spberry-pi
and the result is here:
https://prnt.sc/v61hoz
I want only to show in domoticz page...
i use this tutorial:
https://www.thegeekpub.com/236867/using ... spberry-pi
and the result is here:
https://prnt.sc/v61hoz
I want only to show in domoticz page...
- Friday 23 October 2020 12:44
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
i find new script: https://prnt.sc/v583et and contain this text: import Adafruit_DHT import time DHT_SENSOR = Adafruit_DHT.DHT11 DHT_PIN = 4 while True: humidity, temperature = Adafruit_DHT.read(DHT_SENSOR, DHT_PIN) if humidity is not None and temperature is not None: print("Temp={0:0.1f}C Humidity ...
- Friday 23 October 2020 10:29
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
its hard for newbye like me,im not understand to much
- Friday 23 October 2020 10:24
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
- Friday 23 October 2020 9:27
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
- Friday 23 October 2020 9:13
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
- Friday 23 October 2020 9:08
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
- Friday 23 October 2020 8:57
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
its stay like that what can i type next?
https://prnt.sc/v532c2
https://prnt.sc/v532c2
- Friday 23 October 2020 8:30
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
- Friday 23 October 2020 8:16
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
- Friday 23 October 2020 7:47
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
not work...
https://prnt.sc/v51yp5
https://prnt.sc/v51yp5
- Friday 23 October 2020 7:39
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
probably the editing error
- Friday 23 October 2020 7:25
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
I have conected 4 relays and work greate,
https://prnt.sc/v51nva
https://prnt.sc/v51o3x
https://prnt.sc/v51oe4
https://prnt.sc/v51oob
https://prnt.sc/v51nva
https://prnt.sc/v51o3x
https://prnt.sc/v51oe4
https://prnt.sc/v51oob
- Friday 23 October 2020 7:17
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
do you mean this? #! /bin/bash printf "Set GPIO" printf "\n" #relay pos1 echo 17 > /sys/class/gpio/export sudo sh -c "echo '1' >> /sys/class/gpio/gpio17/active_low" echo high > /sys/class/gpio/gpio17/direction #relay pos2 echo 27 > /sys/class/gpio/export sudo sh -c "echo '1' >> /sys/class/gpio ...
- Friday 23 October 2020 6:58
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
#!/bin/sh # Domoticz server SERVER="127.0.0.1:8080" # DHT IDX DHTIDX="10" # DHTPIN DHTPIN="4" sleep 5 sudo nice -20 python /home/root/domoticz/scripts/Adafruit_Python_DHT/examples/AdafruitDHT.py 11 $DHTPIN > /var/tmp/temp.txt #TEMP=$(cat /var/tmp/temp.txt | grep "Temp" | awk '{ print $3 }') #TEMP ...
- Thursday 22 October 2020 20:59
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
- Wednesday 21 October 2020 0:43
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
DHT11 Help !!!
Ok i will post that...
Thank for try to help me
Thank for try to help me
- Tuesday 20 October 2020 17:29
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
So there is no exact tutorial for such a thing....
im beginer and i dont understand all....
im beginer and i dont understand all....
- Monday 19 October 2020 18:13
- Forum: Temperature and Weather
- Topic: DHT11 Help !!!
- Replies: 39
- Views: 3554
Re: DHT11 Help !!!
the idea is that in the command line it works perfectly what I want is to add it in the web page