Search found 9 matches
- Saturday 25 April 2020 20:03
- Forum: Cameras
- Topic: Android IP WEBCAM Problem
- Replies: 3
- Views: 2314
Re: Android IP WEBCAM Problem
I tryed in different ways, i also tryed from another pc and also with others app. I used IP WEBCAM and DROID CAM. Ever the same problem. If i type on browser IP and Port, i have access to streaming and setup, both app. i have the same problem if i use VLC. On raspberry if i go to OPEN NETWORK ...
- Saturday 25 April 2020 15:19
- Forum: Cameras
- Topic: Android IP WEBCAM Problem
- Replies: 3
- Views: 2314
Android IP WEBCAM Problem
Hallo, i'm try to use my smarthone like web cam, I installed the app "IP Webcam" for Android devices https://play.google.com/store/apps/details?id=com.pas.webcam. The problem is that i can't confugure ip cam in domoticz. If i try to use the ip address and the correct port show in Android app, i can ...
- Wednesday 22 April 2020 20:35
- Forum: Temperature and Weather
- Topic: DTH11 Sensor in Domoticz
- Replies: 8
- Views: 1472
- Wednesday 22 April 2020 17:47
- Forum: Temperature and Weather
- Topic: DTH11 Sensor in Domoticz
- Replies: 8
- Views: 1472
Re: DTH11 Sensor in Domoticz
sorry the code that i use is correct "SERVER="192.168.1.84:8080" , was only a problem of past and copy in my post relating the string . if i try with this string SERVER="192.168.1.84" i have not error problem in shell, but domoticz sensor is not update ...
- Wednesday 22 April 2020 15:37
- Forum: Temperature and Weather
- Topic: DTH11 Sensor in Domoticz
- Replies: 8
- Views: 1472
Re: DTH11 Sensor in Domoticz
I used the correct ip 192.168.1.84:8080 and the result is: --------------------------------------------------------------------------------------------------------------------------- pi@raspberrypi:~/domoticz/scripts $ ./dht_11.sh 22.0 63.0 HTTP/1.1 401 Unauthorized Content-Length: 91 Content-Type ...
- Monday 20 April 2020 21:04
- Forum: Temperature and Weather
- Topic: DTH11 Sensor in Domoticz
- Replies: 8
- Views: 1472
Re: DTH11 Sensor in Domoticz
i resolved the problem relating the temp.txt file, non it's ok, but i have got he problem relating the update of value in domoticz. I think there's a problem relating this piece of scritp. http://127.0.0.1/json.htm?type=command¶m=udevice&idx=$DHTIDX&nvalue=0&svalue=$TEMP;$HUM;2 ...
- Monday 20 April 2020 20:06
- Forum: Temperature and Weather
- Topic: DTH11 Sensor in Domoticz
- Replies: 8
- Views: 1472
Re: DTH11 Sensor in Domoticz
i used this ssh script ----------------------------------------------------------------------------------------------------- #!/bin/bash # Domoticz server SERVER="192.168.1.84:8080" # DHT IDX Dummy DHTIDX="17" # #DHTPIN Gpio Pin DHTPIN="17" TEMP="" until [ -n "$TEMP" ] ; do sleep 5 sudo nice -20 ...
- Monday 20 April 2020 18:55
- Forum: Temperature and Weather
- Topic: DTH11 Sensor in Domoticz
- Replies: 8
- Views: 1472
DTH11 Sensor in Domoticz
Hallo, i' ve installed correctly DTH11, temperature sensor hardware and it's all ok. I followed th einstruction in this link https://www.domoticz.com/forum/viewtopic.php?t=9531, if I run the command "$ python AdafruitDHT.py 11 17" i receive the correct result Temp=22.0* Humidity=64.0%. Now i am not ...
- Saturday 18 April 2020 17:17
- Forum: Cameras
- Topic: Logitech usb webcam D3500
- Replies: 0
- Views: 786
Logitech usb webcam D3500
Hallo, i need to setup my old webcam in domoticz. I used wiki guide of domoticz (https://www.domoticz.com/wiki/Camera_Setup). I installed uv capture and i used this string uvccapture -S80 -B128 -C128 -G80 -x640 -y480 -otest.jpg -q100 the result was: Unable to set format: 5. Init v4L2 failed !! exit ...