Search found 7 matches

by witekp
Monday 04 August 2025 0:32
Forum: Suggestions
Topic: API Development Request
Replies: 0
Views: 313

API Development Request

Domoticz have frontend in the API: CAMERA = "/camsnapshot.jpg?idx=idx" Is there a chance to change to such a form: CAMERA = "/camsnapshot.jpg?idx=idx&val=val" also modification function ShowCameraLiveStream in domoticz.js to handle this optional variable and sending this variable to camera URL? This ...
by witekp
Tuesday 29 July 2025 14:05
Forum: Cameras
Topic: Simple ONVIF module
Replies: 2
Views: 782

Re: Simple ONVIF module

Dodaj więcej informacji. Dlaczego tutaj kniazio po polsku? Pewno dla innych będzie lepiej po angielsku. Okay, I'll try to write it step by step. A. Preparing for the Experiment 1. Use any Linux distribution (e.g., Debian, Fedora…), 2. Ensure UTC time matches on the camera and the system used for tes ...
by witekp
Tuesday 29 July 2025 0:39
Forum: Cameras
Topic: Simple ONVIF module
Replies: 2
Views: 782

Simple ONVIF module

My old camera unfortunately broke after years. So I bought a new one (Dahua DH-P5AE-PV) – I'm cheap :). Unfortunately, this camera doesn't have CGI PTZ. Events in my house (opening the gate, door...) require changing the camera's position. I was forced to switch control from CGI to ONVIF. I didn't w ...
by witekp
Wednesday 12 October 2022 0:13
Forum: Bash / PowerShell / Batch etc.
Topic: Insecure script command - perl XMPP script
Replies: 2
Views: 2326

Re: Insecure script command - perl XMPP script

Thank you for your response. I didn't have any warnings - only two lines: 022-10-11 23:33:29.415 Status: Notification: Domoticz test 2022-10-11 23:33:29.415 Error: HTTP: Insecure script command! but, when I turned on syslog in domoticz configuration, i have two additional lines: Notification sent ...
by witekp
Monday 10 October 2022 22:39
Forum: Bash / PowerShell / Batch etc.
Topic: Insecure script command - perl XMPP script
Replies: 2
Views: 2326

Insecure script command - perl XMPP script

I am trying to add an XMPP notification - it is described here: https://www.domoticz.com/wiki/Installing_XMPP_Notification_System I get a message in my logs: Error: HTTP: Insecure script command! I agree with that - wrong solution. However, I am writing a perl script using the excellent library Net ...
by witekp
Wednesday 28 September 2022 15:30
Forum: Others
Topic: Sofar inverter - simple integration
Replies: 10
Views: 3676

Re: Sofar inverter - simple integration

So I put the supplement. Configuration consists of the following steps: A) preparation of domoticz - create Dummy equipment (e.g. SOFAR) - create two virtual devices: STATUS - Text type, SOFAR - power and energy type - read their idx's B) Alternatively, install the missing perl libraries: LWP ...
by witekp
Saturday 24 September 2022 23:54
Forum: Others
Topic: Sofar inverter - simple integration
Replies: 10
Views: 3676

Sofar inverter - simple integration

A few days ago I decided to add the SOFAR inverter to the domoticz. I wrote a working script. Maybe it will be useful to someone. In addition to integrating the inverter, the script takes care of the problem of a possible domoticz error (after a power loss). In addition, it checks sunrises so as not ...