Search found 60 matches

by jberinga
Sunday 23 March 2025 14:38
Forum: dzVents
Topic: nil value for solarnoon
Replies: 12
Views: 896

Re: nil value for solarnoon

Thanks again for your help! Finally found time to get it working: return { on = { timer = { 'at sunrise' }, -- Voer het script bij zonsopgang uit }, logging = { level = domoticz.LOG_INFO, -- Log niveau instellen op INFO marker = 'Solar Noon Logger' -- Marker voor de log }, execute = function ...
by jberinga
Sunday 09 March 2025 21:25
Forum: dzVents
Topic: nil value for solarnoon
Replies: 12
Views: 896

Re: nil value for solarnoon

Well... I wasn't using Copilot.... but Gemini.... ;) I am very skeptical about using AI and also for creating scripts, but I wanted to give it a try especially after I didn't get things working without AI. Gemini was so convinced that solarNoon was a subset of domoticz.utils, the only conclusion I ...
by jberinga
Sunday 09 March 2025 17:54
Forum: dzVents
Topic: nil value for solarnoon
Replies: 12
Views: 896

nil value for solarnoon

I have this simple script to get the solarnoon time: return { on = { timer = { 'every minute' -- Adjust as needed (e.g., 'every 5 minutes', 'at 10:00') }, devices = { 'Test' } }, execute = function(domoticz, timer) if domoticz.devices('Test').state == 'On' then -- Example: log the solarnoon time ...
by jberinga
Sunday 26 January 2025 16:03
Forum: Show your projects
Topic: Configurable 'KNMI Weerlive' script
Replies: 53
Views: 7908

Re: Configurable 'KNMI Weerlive' script

Here is the script. Thanks a lot! The only issue I have now is that I get an error in the log and this is causing the script not to run: Error: EventSystem: in /opt/domoticz/dzVents/runtime/dzVents.lua: /opt/domoticz/dzVents/runtime/EventHelpers.lua:657: attempt to index a boolean value (local ...
by jberinga
Saturday 18 January 2025 11:47
Forum: Z-Wave
Topic: RGBW Qubino dimmer - setcolor not working
Replies: 13
Views: 13154

Re: RGBW Qubino dimmer - setcolor not working

Ewout wrote: Saturday 21 December 2024 11:55 Does anybody know if Domoticz support supported_color_modes correctly in MQTT autodiscovery?
Sorry, I can't answer that question.
But hopefully with this post this question is brought to the experts attention...
by jberinga
Saturday 04 January 2025 11:59
Forum: Z-Wave
Topic: Zipato RGBW Bulb V2 RGBWE2
Replies: 9
Views: 4011

Re: Zipato RGBW Bulb V2 RGBWE2

Isn't this the same issue as desriped in this topic: viewtopic.php?p=321073#p321073?
by jberinga
Saturday 04 January 2025 11:56
Forum: Show your projects
Topic: Configurable 'KNMI Weerlive' script
Replies: 53
Views: 7908

Re: Configurable 'KNMI Weerlive' script

Since there has been some updates in the script lately, can you post the latest version of the script? Or is there another location where the script is already updated and I can find the latest version? For some reason I did not received the notification of new messages. So I have missed your post ...
by jberinga
Sunday 17 November 2024 14:07
Forum: Show your projects
Topic: Configurable 'KNMI Weerlive' script
Replies: 53
Views: 7908

Re: Configurable 'KNMI Weerlive' script

Since there has been some updates in the script lately, can you post the latest version of the script? Or is there another location where the script is already updated and I can find the latest version?

Thanks!
by jberinga
Monday 04 November 2024 16:27
Forum: Z-Wave
Topic: RGBW Qubino dimmer - setcolor not working
Replies: 13
Views: 13154

Re: RGBW Qubino dimmer - setcolor not working

My Domoticz is also unable to change the color but on a Zipato E27 led bulb...
by jberinga
Tuesday 03 September 2024 13:16
Forum: dzVents
Topic: Start script after specific sunrise time
Replies: 4
Views: 912

Re: Start script after specific sunrise time

So you want to take some action betweeb 6:30 and 7:15 but only if sunrise is after 6:50? I would then trigger the script with the between 6:30 and 7:15 condition and then in the script test whether sunrise is after 6:50 before doing any further action. I see in the dzVents wiki there is a ...
by jberinga
Tuesday 03 September 2024 10:40
Forum: dzVents
Topic: Start script after specific sunrise time
Replies: 4
Views: 912

Start script after specific sunrise time

Is it possible to execute this script when the sunrise is after 6:50? local startTime = '6:30' local endTime = '7:15' return { on = { timer = { 'between ' .. startTime .. ' and ' .. endTime }, devices = { 'IsDonker', 'SensorMotionKeuken' } }, data = { dimmerSet = { initial = 0 } }, execute ...
by jberinga
Sunday 28 January 2024 15:02
Forum: Dashticz
Topic: Weather radar
Replies: 3
Views: 1978

Re: Weather radar

Thanks Vomera! I have it working now, but because sat24 isn't allowing iframe, I had to work around this and I used PHP for it. So I have weerradar_load.php: <?php echo file_get_contents("https://www.sat24.com/nl-nl/city/5575/hd#selectedLayer=euRadarSat&lightning=on"); ?> weerradar.php <iframe id ...
by jberinga
Sunday 21 January 2024 15:54
Forum: Dashticz
Topic: Weather radar
Replies: 3
Views: 1978

Weather radar

I am trying to get a weather radar (https://www.sat24.com/nl-nl/city/5575/hd#selectedLayer=euRadarSat&lightning=on) on Dashticz, but so far I am unable to. When following the instructions on https://dashticz.readthedocs.io/en/beta/blocks/specials/html.html, only the text Weerradar is showing. This ...
by jberinga
Wednesday 29 November 2023 15:18
Forum: Temperature and Weather
Topic: Error: Buienradar: RainPrediction has old data
Replies: 5
Views: 2248

Re: Error: Buienradar: RainPrediction has old data

Yep, Buienradar is updating in my Domoticz as well again.

Thanks all!
by jberinga
Sunday 26 November 2023 14:46
Forum: Temperature and Weather
Topic: Error: Buienradar: RainPrediction has old data
Replies: 5
Views: 2248

Error: Buienradar: RainPrediction has old data

This week I noticed the error: Buienradar: RainPrediction has old data in my log . First I thought that this might have been caused becasue of my internet outage that I had on Tuesday, but I am still getting this error. I have removed Buienradar and readded again, but still I get this error in the ...
by jberinga
Friday 15 September 2023 17:10
Forum: Dashticz
Topic: Dashticz v3.11 Master
Replies: 13
Views: 1587

Re: Dashticz v3.11 Master

Is it correct that a five day forecast is not working when using the KNMI api? I only see three days and the other two next days are not showing any data.
by jberinga
Wednesday 06 September 2023 20:30
Forum: Others
Topic: Alecto WS 5500 weather station
Replies: 36
Views: 12241

Re: Alecto WS 5500 weather station

Since yesterday I have this error for the PWS plugin: 2023-09-06 12:09:32.241 Error: weer: Call to function 'onMessage' failed, exception details: 2023-09-06 12:09:32.241 Error: weer: Traceback (most recent call last): 2023-09-06 12:09:32.241 Error: weer: File "/opt/domoticz/userdata/plugins ...
by jberinga
Wednesday 06 September 2023 12:21
Forum: Others
Topic: Alecto WS 5500 weather station
Replies: 36
Views: 12241

Re: Alecto WS 5500 weather station

Since yesterday I have this error for the PWS plugin: 2023-09-06 12:09:32.241 Error: weer: Call to function 'onMessage' failed, exception details: 2023-09-06 12:09:32.241 Error: weer: Traceback (most recent call last): 2023-09-06 12:09:32.241 Error: weer: File "/opt/domoticz/userdata/plugins ...
by jberinga
Monday 30 January 2023 20:11
Forum: Design, usability and languages
Topic: Status update
Replies: 6
Views: 4719

Re: Status update

Thanks for pointing to the right direction! I was playing around with setting up a reverse proxy for Domoticz to get around the certificate update within docker and I totally missed you'll have to configure headers as well: https://www.domoticz.com/wiki/WebServer_Proxy After configuring the headers ...
by jberinga
Monday 30 January 2023 12:10
Forum: Design, usability and languages
Topic: Status update
Replies: 6
Views: 4719

Re: Status update

It happens in both Chrome and Edge.

I also started a Sandbox on my Windows and when turning on a switch with Edge in this Sandbox, the status is not updated. I do see the message that the switch is turned on, but the status of the switch stays off.