Search found 92 matches

by elgringo
Sunday 27 October 2024 9:15
Forum: Z-Wave
Topic: RGBW Qubino dimmer - setcolor not working
Replies: 7
Views: 685

Re: RGBW Qubino dimmer - setcolor not working

I got the same issue.

I got a feeling the interface has been changed
by elgringo
Wednesday 10 July 2024 6:55
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 236
Views: 19895

Re: Energy Dashboard (Build in)

I have multiple solar inverters (and no battery) is it possible to combine multiple solar inverter to 1? I tried something with a custom sensor which add both, this works but still is a dirty solution. Second I have a fixed contract with fixed prices, but in the Netherlands we have netting (salderen ...
by elgringo
Wednesday 19 June 2024 12:55
Forum: Other questions and discussions
Topic: historic max and min values
Replies: 4
Views: 481

Re: historic max and min values

You mean like this? http://192.168.178.2:7080/json.htm?type=command&param=graph&sensor=counter&idx=28&range=month change ip:port and set idx to your voltage device and see the last entry for the current day. read this at 23.58 and you get your min and max today ;) .. My 100th post birthday!! 8-) A ...
by elgringo
Sunday 16 June 2024 15:27
Forum: Other questions and discussions
Topic: historic max and min values
Replies: 4
Views: 481

historic max and min values

I measure my voltage of 3 phases and can see the min and max per day but I wan the find the min and max value of all the day as output I would like the day when thism occured.

The graph is not able to show this. How can i achive this information.
by elgringo
Saturday 03 February 2024 16:35
Forum: Bugs and Problems
Topic: Rpi5 Domoticz GPIO config
Replies: 11
Views: 7459

Re: Rpi5 Domoticz GPIO config

by elgringo
Saturday 03 February 2024 16:20
Forum: Bugs and Problems
Topic: Rpi5 Domoticz GPIO config
Replies: 11
Views: 7459

Re: Rpi5 Domoticz GPIO config

I got simular issues on a pi 5 with bookworm I have connect a doorbell on GPIO 26 (pin 37) With the file /sys/kernel/debug/gpio file I figured out it was gpio425. Configured and hooked it up, domoticz did found gpio425: Naamloos.png Logging also seems to detect something: 2024-02-03 15:56:53.028 ...
by elgringo
Saturday 13 January 2024 8:45
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 6644

Re: Email problems

Problem also exist earlier:
https://github.com/domoticz/domoticz/issues/3917

I used a relay server to bypass the problem, now it works again.
Docker container: https://github.com/ix-ai/smtp
by elgringo
Friday 12 January 2024 19:22
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 6644

Email problems

I run Domoticz 2024.1 on a Pi 4 (bullseye, 64-bit) in a docker container. Since the update the mail sending does not work: 2024-01-12 18:55:40.915 Error: SMTP Mailer: Error sending Email to: <XXXXXXX> ! 2024-01-12 18:55:40.916 Error: libcurl: (56) 2024-01-12 18:55:40.916 Error: Failure when ...
by elgringo
Sunday 20 November 2022 19:50
Forum: dzVents
Topic: DzVents cannot find device but it is there
Replies: 7
Views: 612

Re: DzVents cannot find device but it is there

Device was rather new a restart did the trick
by elgringo
Sunday 20 November 2022 9:05
Forum: dzVents
Topic: DzVents cannot find device but it is there
Replies: 7
Views: 612

DzVents cannot find device but it is there

So I have a sensor: Schermafbeelding 2022-11-20 090218.png And a dzvents script: local sensorBuiten = "Temperatuur buiten" local sensorBuitenBackup = "Temperatuur buiten tuin" local sensorExtern = "KNMI - Temperatuur" local sensorExternWind = "KNMI - Wind" local sensorExternAlarm = "KNMI - Weeralarm ...
by elgringo
Wednesday 15 December 2021 10:24
Forum: Heating/cooling
Topic: Plugwise ANNA preset support (beta)
Replies: 35
Views: 8466

Re: Plugwise ANNA preset support (beta)

The preset selection does not work anymore. I can change it in domoticz but Anna doe not act on it. Domoticz version: Build 13872 Anna Version: 4.2.1 Manual setpoint does work, I tried to enable and disable the schedule on Anna but this has no effect. After I removed the device and hardware and ...
by elgringo
Saturday 30 January 2021 8:42
Forum: dzVents
Topic: Selector switch detect if source is switchoff or setlevel [Solved]
Replies: 0
Views: 438

Selector switch detect if source is switchoff or setlevel [Solved]

I have a dummy selector switch. With (for exmaple) 3 levels OFF(0), A(10), B(20) Let say the selector is in B. When it is selected with OFF the level will become 0. However when it is switched off it remains the level B, dzVents gets a trigger but the level has not changed. When switch off, the ...
by elgringo
Saturday 24 October 2020 15:34
Forum: Heating/cooling
Topic: Plugwise ANNA preset support (beta)
Replies: 35
Views: 8466

Re: Plugwise ANNA preset support (beta)

I am running smile 4.0.20, domoticz build 12467 on an pi. Temperture control works fine , but changing a preset is not possible. the preset selector switch in domoticz will change when I change it on Anna, but I cannot change the preset via domoticz. There is a switch if the heater is on. It is ...
by elgringo
Saturday 03 October 2020 11:45
Forum: dzVents
Topic: Email Camera Snapshot [Solved]
Replies: 20
Views: 6283

Re: Email Camera Snapshot [Solved]

Yes this does work
by elgringo
Monday 21 September 2020 18:48
Forum: dzVents
Topic: Email Camera Snapshot [Solved]
Replies: 20
Views: 6283

Re: Email Camera Snapshot [Solved]

Code: Select all

domoticz.sendCommand('SendCamera:'.. "1;2", "test")
does not work
by elgringo
Monday 21 September 2020 18:25
Forum: dzVents
Topic: Email Camera Snapshot [Solved]
Replies: 20
Views: 6283

Re: Email Camera Snapshot [Solved]

Is it possible to send multiple camera pictures in a single email? Currently not but maybe it could be implemented. What do you get when you http://<domoticzIP:domoticzPort>/json.htm?type=command&param=emailcamerasnapshot&camidx=1;2&subject=Test or http://<domoticzIP:domoticzPort>/json.htm?type ...
by elgringo
Sunday 20 September 2020 15:26
Forum: dzVents
Topic: Email Camera Snapshot [Solved]
Replies: 20
Views: 6283

Re: Email Camera Snapshot [Solved]

I use this script above: emailCamera = function(domoticz, subject, indexes) subject = subject or '' if not indexes or #indexes == 0 then domoticz.log('No camera indexes provided', domoticz.LOG_ERROR) else domoticz.log('SEND '..table.concat(indexes,';'), domoticz.LOG_ERROR) domoticz.sendCommand ...
by elgringo
Wednesday 17 June 2020 7:28
Forum: Other questions and discussions
Topic: Looking for device icon with eight status "lights"
Replies: 1
Views: 648

Re: Looking for device icon with eight status "lights"

Have you found anything?

I also am looking fior a kind of traffic light to indicate the status of a system, Green for ok, orange for a warning and red for error.
by elgringo
Friday 27 March 2020 14:58
Forum: Heating/cooling
Topic: Thermostat: which one to chose?
Replies: 0
Views: 331

Thermostat: which one to chose?

The plan is to invest in a new themrostat and I am looking for one which can be controlled via Domoticz. Most of the thermostats store stuff in the cloud (Nest, ThermoSmart) or are not able to use Opentherm. I am looking for a connected thermostat, which is Wifi or Z-wave). Device should not be ...
by elgringo
Tuesday 10 September 2019 20:45
Forum: Other questions and discussions
Topic: disable battery low warning for specific device
Replies: 0
Views: 249

disable battery low warning for specific device

I have a 433mhz temperture sensor which always report 10% battery level. In the configuration I have set the battery low warning level to 15%, sSO when the battery of Zwave nodes are getting low I can order new ones before they are really dead. But this also result in a notification from the ...