Search found 45 matches

by Backbone
Thursday 01 May 2025 6:57
Forum: dzVents
Topic: Time function is not executed
Replies: 5
Views: 1128

Re: Time function is not executed

put your code in and that works. I get the logs. 2025-05-01 06:53:00.179 dzVents: timertest: Timer event was triggered by every minuteat time : 2025-5-1 6:53:0.52 2025-05-01 06:53:00.179 dzVents: timertest: It works at time :2025-5-1 6:53:0.52 But the trigger is on every minute. My original trigger ...
by Backbone
Thursday 01 May 2025 6:49
Forum: dzVents
Topic: Time function is not executed
Replies: 5
Views: 1128

Re: Time function is not executed

Hello Walter, Thanks for testing, so it must be in my setup. Domoticz: Version: 2024.7 Build Hash: b317cfab1 Compile Date: 2024-07-13 16:59:31 dzVents Version: 3.1.8 Python Version: 3.9.2 (default, Mar 12 2021, 04:06:34) [GCC 10.2.1 20210110] Active User: admin I thought about the summer/winter time ...
by Backbone
Wednesday 30 April 2025 14:32
Forum: dzVents
Topic: Time function is not executed
Replies: 5
Views: 1128

Time function is not executed

I wrote a script for a thermostat that worked fine for 6 months. Suddenly the time function is not executed anymore. Nothing to be shown in the log when a time period is activated. Only when I manually trigger the object where this timer is residing in from OFF to Normaal or vice versa it changes ...
by Backbone
Friday 06 December 2024 8:43
Forum: dzVents
Topic: Yet Another Thermostat script debug [solved]
Replies: 16
Views: 2130

Re: Yet Another Thermostat script debug

I found out Waaren has past away. :-( In the meantime I worked more on the code and got what I need and works for my purpose. Might need polishing but I am happy. Thanks for all the support who responded with tips and tricks. It now uses two scripts. Script1 for the general settings. As most ...
by Backbone
Monday 04 November 2024 11:17
Forum: Design, usability and languages
Topic: Floorplan and other menus can not be set
Replies: 2
Views: 1337

Re: Floorplan and other menus can not be set

Thanks Walter,

I will check this evening.

Paco
by Backbone
Sunday 03 November 2024 8:59
Forum: Design, usability and languages
Topic: Floorplan and other menus can not be set
Replies: 2
Views: 1337

Floorplan and other menus can not be set

Hello,

I want to add and change a floorplan but it is not in the top menubar.
I cant select any menu to be active.
Is Domoticz trunkated?
Or do I look in the wrong place?

Paco
by Backbone
Friday 01 November 2024 9:34
Forum: dzVents
Topic: simple thermostat script[solved]
Replies: 5
Views: 1285

Re: simple thermostat script[solved]

Found a solution....by try and error that works. Maybe for others who run also into this basic problem... return { on = { devices = {'Thermostat_Control' }, }, execute = function(dz) local Thermostat = dz.devices('Thermostat_Control') -- =idx69 -- "Boost" mode active, initiated by thermostat ...
by Backbone
Friday 01 November 2024 8:03
Forum: dzVents
Topic: simple thermostat script[solved]
Replies: 5
Views: 1285

Re: simple thermostat script[solved]

Hello Walter, I have a follow up question for what looks to be simple. If I run this script and change the selector value from 10 to 20 by clicking the selector the selector does NOT returns back from boost to normaal after 1 minute. Is this correct script behaviour? Did I missed something? return ...
by Backbone
Saturday 26 October 2024 9:46
Forum: Other questions and discussions
Topic: Domoticz.log location [solved]
Replies: 7
Views: 1552

Re: Domoticz.log location [solved]

Got it solved. return { on = { devices = {'Thermostat_Control', 'Heater_Switch', 'Temp_Kamer','Setpoint_Regular' }, timer = {'every minute'}, }, execute = function(dz) --local Vartemp = dz.variables('Vartemp') --declared as float value local Thermostat = dz.devices('Thermostat_Control') -- =idx69 ...
by Backbone
Saturday 26 October 2024 8:53
Forum: dzVents
Topic: simple thermostat script[solved]
Replies: 5
Views: 1285

Re: simple thermostat script

Walter, I got it working. With some try and error.............and implementing checkfirst the correct way. return { on = { devices = {'Thermostat_Control', 'Heater_Switch', 'Temp_Kamer','Setpoint_Regular' }, timer = {'every minute'}, }, execute = function(dz) --local Vartemp = dz.variables('Vartemp ...
by Backbone
Saturday 26 October 2024 8:01
Forum: dzVents
Topic: simple thermostat script[solved]
Replies: 5
Views: 1285

Re: simple thermostat script

Hello Walter, Sorry for me misunderstanding. My DZvents knowledge might be lacking heavily but I am willing to learn if I understand what goes on. OK. You say I created a loop. So now I understand the behaviour shown in the script why it is repeating. I already added the dz.devices(67).switchOff ...
by Backbone
Friday 25 October 2024 20:25
Forum: dzVents
Topic: simple thermostat script[solved]
Replies: 5
Views: 1285

simple thermostat script[solved]

For a proof of concept I made a simple script for switching ON/OFF a relay that works as backup (parallel) when the original thermostat fails. The boiler only works with ON/OFF not Opentherm. The ON/OFF relay is based on a ESPEASY (heater switch) and works fine when toggled when the script does not ...
by Backbone
Monday 21 October 2024 20:25
Forum: Other questions and discussions
Topic: Domoticz.log location [solved]
Replies: 7
Views: 1552

Re: Domoticz.log location

Hi Walter, As far as my knowledge goes I switched off all logging options as you described. Problem of the filling of the log starts as soon as I start the DZvents script as written below and change the setting manual of a "switch". Without changing the Switch output the logging is regular. When I ...
by Backbone
Saturday 19 October 2024 17:17
Forum: Other questions and discussions
Topic: Domoticz.log location [solved]
Replies: 7
Views: 1552

Domoticz.log location [solved]

Hello, When I check my log from the settings menu I see a constant data stream filling the log. But that is a very low fill in. once every 20 seconds or so. No important data. Just scripts starting, weather info data and so on. When I start a Dzvents thermostat script I created the log is filled ...
by Backbone
Friday 26 April 2024 11:07
Forum: dzVents
Topic: Yet Another Thermostat script debug [solved]
Replies: 16
Views: 2130

Re: Yet Another Thermostat script debug

Hello, three years ago my domoticz went down and corrupted. I am slowly restoring what I have and all works fine and now I am back at debugging the thermostat code. Difference between 3 years ago and now is even if have code snippets I clearly do not know anymore how far I was in the project that is ...
by Backbone
Sunday 28 January 2024 20:40
Forum: dzVents
Topic: Problem with json-httpresponse (Solved)
Replies: 12
Views: 1114

Re: Problem with json-httpresponse

OK, guys thank you for leading me to the working solution. For my general display purpose the Humidity Virtual device needed only a value to be reported from the thermostat data. That is all I needed. But what I learned now from you is this device needs a value and a calculated status number to show ...
by Backbone
Sunday 28 January 2024 16:36
Forum: dzVents
Topic: Problem with json-httpresponse (Solved)
Replies: 12
Views: 1114

Re: Problem with json-httpresponse

The IDX 64 for humidity ESP32 is correct...
Knipsel3.PNG
Knipsel3.PNG (18.03 KiB) Viewed 1006 times
Paco
by Backbone
Sunday 28 January 2024 15:24
Forum: dzVents
Topic: Problem with json-httpresponse (Solved)
Replies: 12
Views: 1114

Re: json-httpresponse inconsistent

Overlooked Domoticz while copying code...>me bad The temperature codeline runs fine as it did before in the old code but the humidity again errors in the same way. 2024-01-28 15:20:00.891 Error: dzVents: Error: (3.1.8) ESP32: No status provided. Humidity not set local scriptVar = 'ESP32' return { on ...
by Backbone
Sunday 28 January 2024 13:17
Forum: dzVents
Topic: Problem with json-httpresponse (Solved)
Replies: 12
Views: 1114

Re: json-httpresponse inconsistent

OK thanks for all suggestions I got one step further. Domoticz is replaced with dz where needed. Now the log spits the correct data for the script as HvdW suggested. 2024-01-28 13:07:00.434 Status: dzVents: Info: ESP32: ------ Start internal script: EPS32 T+H+R:, trigger: "every minute" 2024-01-28 ...
by Backbone
Saturday 27 January 2024 22:26
Forum: dzVents
Topic: Problem with json-httpresponse (Solved)
Replies: 12
Views: 1114

Re: json-httpresponse inconsistent

If I understanding it correctly by adding it to the script this is the result. 2024-01-27 22:22:00.805 Error: dzVents: Error: (3.1.8) ESP32: No status provided. Humidity not set 2024-01-27 22:22:00.805 Error: dzVents: Error: (3.1.8) ESP32: An error occurred when calling event handler EPS32 T+H+R ...