Search found 8 matches

by Quest24
Tuesday 25 February 2025 9:52
Forum: Other questions and discussions
Topic: Setpoint problem
Replies: 9
Views: 1018

Re: Setpoint problem

I had the same problem. The creation of the device is very complicated, but I have the interfacce working. The only problem was the setpoint. I had removed the devices I didn't need. After setting the hardware to not active, and setting 'allow new sensors', and then update the hardware again to ...
by Quest24
Monday 22 January 2024 11:28
Forum: Bugs and Problems
Topic: After updating on Rpi Zero, Domoticz stopped working. Please for help !!!
Replies: 30
Views: 13465

Re: After updating on Rpi Zero, Domoticz stopped working. Please for help !!!

Advice to those who are compiling from source: I have been testing this on RPi zero: Great job Willemd. The compilation worked flawless. I compiled the code on a raspberry pi 4 with the same 32 bit OS. Made a copy of the SD card and then run it on the pi-Zero. This worked. So now I can run version ...
by Quest24
Saturday 20 January 2024 12:07
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Update to latest Beta (15686) failed
Replies: 30
Views: 6782

Re: Update to latest Beta (15686) failed

I have the same problem on my pi zero which is only 3 years old. I have 5 of them as remote domoticz server, so it would help a lot if this could be fixed. The problem started after updating to 2024.2
by Quest24
Wednesday 28 December 2022 17:29
Forum: Cameras
Topic: Cheap ip camera which works fine in Domoticz
Replies: 13
Views: 6390

Re: Cheap ip camera which works fine in Domoticz

You can also use Tasmota platform with ESP-32 Cam. Works over IP. Settings in Domoticz Cam IP your ip Port 80 URL Snapshot.jpg You can get a snapshot from Dzvents domoticz.executeShellCommand('sudo wget -O ./webcam/foto.jpg "http://x.x.x.x.:80/snapshot.jpg" ') the file is placed in domoticz/webcam/
by Quest24
Tuesday 27 December 2022 22:00
Forum: Other questions and discussions
Topic: how send a snapshot of camera to telegram ?
Replies: 9
Views: 7082

Re: how send a snapshot of camera to telegram ?

Did you write a function telegram? There is no keyword telegram in dzVents as far as I know.
by Quest24
Wednesday 07 December 2022 8:52
Forum: Cameras
Topic: Using the ESP32CAM in Domoticz
Replies: 20
Views: 23164

Re: Using the ESP32CAM in Domoticz

I got it working with the following settings in domoticz

protocol http
IP your ip
Port 80 // not 81, because that port is for URL stream. Works in test, but not in domoticz
URL snapshot.jpg
by Quest24
Tuesday 06 December 2022 22:59
Forum: Cameras
Topic: ESP32-CAM
Replies: 10
Views: 4959

Re: ESP32-CAM

You can check out this site for information for esp32 with tasmota https://cgomesu.com/blog/Esp32cam-tasmota-webcam-server/ Then configure in domoticz camera setting protocol http ip adres your ip port 80 // so not port 81 which works for the stream, but not for the snapshot interface url snapshot ...
by Quest24
Sunday 03 January 2021 18:36
Forum: LUA
Topic: OS.Execute - running for more than 10 seconds
Replies: 7
Views: 3427

Re: OS.Execute - running for more than 10 seconds

I had the same problem on windows 10 I run a domoticz remote application on this windows 10 machine for controlling my audio I run a command to control the volume on this machine from my dommoticz running on a pi I had to set the security settings of the execution file for gloabal use. This is my ...