Search found 8 matches

by Quest24
Thursday 27 March 2025 22:36
Forum: Other questions and discussions
Topic: Remote access to domoticz without portforwarding
Replies: 13
Views: 5481

Re: Remote access to domoticz without portforwarding

I installed ZeroTier for my domoticz environment. It is a very good and fast system. You can install it on Raspberry-pi, android phone or iphone and windows-PC and create one virtual network for all devices. You can use RDP remote desktop from windows to all you pi's. It also made it possible to ...
by Quest24
Tuesday 25 February 2025 9:52
Forum: Other questions and discussions
Topic: Setpoint problem
Replies: 9
Views: 1862

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
Saturday 20 January 2024 12:07
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Update to latest Beta (15686) failed
Replies: 30
Views: 7507

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: 7431

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: 7297

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: 26536

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: 6018

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: 3522

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 ...