Search found 22 matches

by arhangel76
Sunday 25 October 2020 23:16
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

Thank you for your help but i succeed,the problem it was whit url link.

Now work just fine
by arhangel76
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...
by arhangel76
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 ...
by arhangel76
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
by arhangel76
Friday 23 October 2020 10:24
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

by arhangel76
Friday 23 October 2020 9:27
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

by arhangel76
Friday 23 October 2020 9:13
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

by arhangel76
Friday 23 October 2020 9:08
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

by arhangel76
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
by arhangel76
Friday 23 October 2020 8:30
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

by arhangel76
Friday 23 October 2020 8:16
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

by arhangel76
Friday 23 October 2020 7:47
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

by arhangel76
Friday 23 October 2020 7:39
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

probably the editing error
by arhangel76
Friday 23 October 2020 7:25
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

by arhangel76
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 ...
by arhangel76
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 ...
by arhangel76
Thursday 22 October 2020 20:59
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3554

Re: DHT11 Help !!!

ok look picture:

https://prnt.sc/v4sw0f
by arhangel76
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
by arhangel76
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....
by arhangel76
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