Okay, thanks for replying!
Maybe I will look for another way and your suggestion for myPIRdevice.lastUpdate.minutesAgo might work for me as well
Search found 67 matches
- Friday 13 February 2026 19:19
- Forum: Other questions and discussions
- Topic: No logging of variable updates
- Replies: 5
- Views: 72
- Friday 13 February 2026 14:16
- Forum: Other questions and discussions
- Topic: No logging of variable updates
- Replies: 5
- Views: 72
Re: No logging of variable updates
My Domotizc version: v2025.2 (build 17076) and no log statements in this script.
In the settings the log settings of dzvents is enabled.
I was hoping that you could disable the log level of variables, like you can for devices on the hardware page.
This is the script: return {
on = {
timer ...
In the settings the log settings of dzvents is enabled.
I was hoping that you could disable the log level of variables, like you can for devices on the hardware page.
This is the script: return {
on = {
timer ...
- Wednesday 11 February 2026 14:42
- Forum: Other questions and discussions
- Topic: No logging of variable updates
- Replies: 5
- Views: 72
No logging of variable updates
I have a Dzvents script that will update a user variable every minute and makes a note of the variable update in the log:
2026-02-11 13:51:00.735 Status: Set UserVariable nomotionCounter = 380
Is it possible not to update the log with (this) User variable updates? As this is information that I ...
2026-02-11 13:51:00.735 Status: Set UserVariable nomotionCounter = 380
Is it possible not to update the log with (this) User variable updates? As this is information that I ...
- Friday 26 December 2025 10:42
- Forum: Heating/cooling
- Topic: Replace Google Nest thermostat > DIYLESS OpenTherm Thermostat 3
- Replies: 2
- Views: 222
Re: Replace Google Nest thermostat > DIYLESS OpenTherm Thermostat 3
Thanks!
Although I have already replaced my Nest thermostat with the DIYLESS thermostat, I will check it out.
Although I have already replaced my Nest thermostat with the DIYLESS thermostat, I will check it out.
- Wednesday 05 November 2025 8:30
- Forum: Dashticz
- Topic: Thermostat setpoint
- Replies: 2
- Views: 71
Re: Thermostat setpoint
No, that has no influence. When using IDX_2 the +\- buttons are still not working.
- Sunday 02 November 2025 16:00
- Forum: Dashticz
- Topic: Thermostat setpoint
- Replies: 2
- Views: 71
Thermostat setpoint
Recently I bought a new thermostat and I can't set the setpoint using the +/- buttons. When using a dial it does set the temperture for the thermostat, but I rather use the +/- buttons.
What could it be that I can't set the setpoint using the +/- buttons in Dashticz?
What could it be that I can't set the setpoint using the +/- buttons in Dashticz?
- Thursday 11 September 2025 20:33
- Forum: Heating/cooling
- Topic: Replace Google Nest thermostat > DIYLESS OpenTherm Thermostat 3
- Replies: 2
- Views: 222
Replace Google Nest thermostat > DIYLESS OpenTherm Thermostat 3
I'm facing a challenge getting my Google Nest thermostat to work again. (See the issue on GitHub: https://github.com/rolandbreedveld/nest-api/issues/16). It might be necessary to replace the thermostat.
Does anyone have experience with the OpenTherm thermostat from DIYless (https://diyless.com ...
Does anyone have experience with the OpenTherm thermostat from DIYless (https://diyless.com ...
- Sunday 23 March 2025 14:38
- Forum: dzVents
- Topic: nil value for solarnoon
- Replies: 12
- Views: 1995
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 ...
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 ...
- Sunday 09 March 2025 21:25
- Forum: dzVents
- Topic: nil value for solarnoon
- Replies: 12
- Views: 1995
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 ...
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 ...
- Sunday 09 March 2025 17:54
- Forum: dzVents
- Topic: nil value for solarnoon
- Replies: 12
- Views: 1995
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 ...
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 ...
- Sunday 26 January 2025 16:03
- Forum: Show your projects
- Topic: Configurable 'KNMI Weerlive' script
- Replies: 53
- Views: 12003
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 ...
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 ...
- Saturday 18 January 2025 11:47
- Forum: Z-Wave
- Topic: RGBW Qubino dimmer - setcolor not working
- Replies: 13
- Views: 15439
Re: RGBW Qubino dimmer - setcolor not working
Sorry, I can't answer that question.Ewout wrote: Saturday 21 December 2024 11:55 Does anybody know if Domoticz support supported_color_modes correctly in MQTT autodiscovery?
But hopefully with this post this question is brought to the experts attention...
- Saturday 04 January 2025 11:59
- Forum: Z-Wave
- Topic: Zipato RGBW Bulb V2 RGBWE2
- Replies: 10
- Views: 5594
Re: Zipato RGBW Bulb V2 RGBWE2
Isn't this the same issue as desriped in this topic: viewtopic.php?p=321073#p321073?
- Saturday 04 January 2025 11:56
- Forum: Show your projects
- Topic: Configurable 'KNMI Weerlive' script
- Replies: 53
- Views: 12003
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 ...
- Sunday 17 November 2024 14:07
- Forum: Show your projects
- Topic: Configurable 'KNMI Weerlive' script
- Replies: 53
- Views: 12003
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!
Thanks!
- Monday 04 November 2024 16:27
- Forum: Z-Wave
- Topic: RGBW Qubino dimmer - setcolor not working
- Replies: 13
- Views: 15439
Re: RGBW Qubino dimmer - setcolor not working
My Domoticz is also unable to change the color but on a Zipato E27 led bulb...
- Tuesday 03 September 2024 13:16
- Forum: dzVents
- Topic: Start script after specific sunrise time
- Replies: 4
- Views: 1062
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 ...
- Tuesday 03 September 2024 10:40
- Forum: dzVents
- Topic: Start script after specific sunrise time
- Replies: 4
- Views: 1062
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 ...
local startTime = '6:30'
local endTime = '7:15'
return {
on = {
timer = { 'between ' .. startTime .. ' and ' .. endTime },
devices = { 'IsDonker', 'SensorMotionKeuken' }
},
data = {
dimmerSet = { initial = 0 ...
- Sunday 28 January 2024 15:02
- Forum: Dashticz
- Topic: Weather radar
- Replies: 3
- Views: 2187
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 ...
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 ...
- Sunday 21 January 2024 15:54
- Forum: Dashticz
- Topic: Weather radar
- Replies: 3
- Views: 2187
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 ...
When following the instructions on https://dashticz.readthedocs.io/en/beta/blocks/specials/html.html, only the text Weerradar is showing. This ...