Search found 33 matches

by anno
Thursday 11 January 2024 1:12
Forum: Bugs and Problems
Topic: errors and errors with crash
Replies: 1
Views: 2434

errors and errors with crash

024-01-10 23:10:18.722 Error: > 2024-01-10 23:10:18.722 Error: > Thread 11 (Thread 0x7f6359eb0700 (LWP 142832)): 2024-01-10 23:10:18.722 Error: > #0 0x00007f636000e68e in epoll_wait (epfd=38, events=0x7f6359eaf440, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 2024-01-10 ...
by anno
Wednesday 10 January 2024 19:51
Forum: Bugs and Problems
Topic: New problem blocky script will not turn off
Replies: 0
Views: 5658

New problem blocky script will not turn off

When press the "knop 1 BE" to On the "Regendouche BE" turns on. When press "knop 1 BE" to Off the "Regendouche BE" won't turn off again. With all the updates before december 2023 this blocky script did work great , now i have a lot of problems!!! blocky regendouche BE.jpg 2024.1 ubuntu
by anno
Thursday 04 January 2024 15:58
Forum: Bugs and Problems
Topic: no scripts anymore
Replies: 6
Views: 861

Re: no scripts anymore

So you got it working again? Nop, it is on all the domoticz installs, every switch is working (after replacing with the exaxt same new switches) manual, but not with a script. The only solution i now have is to migrate the espeasy switches to my head domoticz. This will not work with the ...
by anno
Thursday 04 January 2024 14:32
Forum: Bugs and Problems
Topic: no scripts anymore
Replies: 6
Views: 861

Re: no scripts anymore

So you got it working again? Nop, it is on all the domoticz installs, every switch is working (after replacing with the exaxt same new switches) manual, but not with a script. The only solution i now have is to migrate the espeasy switches to my head domoticz. This will not work with the ...
by anno
Wednesday 03 January 2024 21:16
Forum: Bugs and Problems
Topic: no scripts anymore
Replies: 6
Views: 861

Re: no scripts anymore

So you got it working again? Nop, it is on all the domoticz installs, every switch is working (after replacing with the exaxt same new switches) manual, but not with a script. The only solution i now have is to migrate the espeasy switches to my head domoticz. This will not work with the ...
by anno
Wednesday 03 January 2024 15:31
Forum: Bugs and Problems
Topic: no scripts anymore
Replies: 6
Views: 861

Re: no scripts anymore

no, event are still active. It is a really big, Stupid code problem.
by anno
Wednesday 03 January 2024 1:05
Forum: Bugs and Problems
Topic: no scripts anymore
Replies: 6
Views: 861

no scripts anymore

With the update 2024.1 all the scripts stop working, dzvents, lua and blocky. non work!!!!!!!
by anno
Friday 22 September 2023 16:29
Forum: dzVents
Topic: dzvents test script did work now not more
Replies: 3
Views: 511

Re: dzvents test script did work now not more

Indeed, i see, and also waarde=waarde+1 needs to be this waarde = waarde + 1 and same for local waarde=0 to local waarde = 0.

Now it is working again
by anno
Friday 22 September 2023 12:35
Forum: dzVents
Topic: dzvents test script did work now not more
Replies: 3
Views: 511

dzvents test script did work now not more

local device0 = 'test 1' local device1 = 'test 2' local device2 = 'test 3' local device3 = 'test 4' local device4 = 'test 5' local device5 = 'test 6' local device6 = 'test 7' local device7 = 'test 8' local device8 = 'test 9' local device9 = 'test 10' local device10 = 'test 11' local device11 ...
by anno
Friday 01 September 2023 11:12
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 125024

Re: Script to restart Domoticz if it crashes

I did run the script, without a problem.
But crontab won't run the script. I use ubuntu.
by anno
Sunday 16 April 2023 15:07
Forum: dzVents
Topic: multi switches off another switch on
Replies: 4
Views: 500

Re: multi switches off another switch on

Great this works, now i am going to implement it in the real situation. It is a whole lot different than i could think of.
by anno
Sunday 16 April 2023 12:19
Forum: dzVents
Topic: multi switches off another switch on
Replies: 4
Views: 500

Re: multi switches off another switch on

local waarde = 'Hoeveel_groepen_open' local device0 = 'test 0' local device1 = 'test 1' local device2 = 'test 2' local device3 = 'test 3' return { on = { devices = { 'device1' or 'device2' or 'device3' }, variables = { 'waarde' }, }, -- custom logging level for this script logging = { level ...
by anno
Saturday 15 April 2023 0:15
Forum: dzVents
Topic: multi switches off another switch on
Replies: 4
Views: 500

multi switches off another switch on

I want to turn on a virtual switch on when switch 1 to 10 are all off? and the virtual switch off when more that 2 switches are on. So switch 1 is off switch 2 is off switch 3 is off switch 4 is off switch 5 is off switch 6 is off switch 7 is off switch 8 is off switch 9 is off switch 10 is off then ...
by anno
Thursday 02 February 2023 0:11
Forum: dzVents
Topic: switch turn on off at temperature
Replies: 8
Views: 619

Re: switch turn on off at temperature

the following part can be deleted from the script. function(domoticz) -- return true or false end And please start simple and use the script examples in the documentation https://www.domoticz.com/wiki/DzVents:_next_generation_Lua_scripting#Some_trigger_examples Of course i already did that, not ...
by anno
Wednesday 01 February 2023 15:31
Forum: dzVents
Topic: switch turn on off at temperature
Replies: 8
Views: 619

Re: switch turn on off at temperature

the following part can be deleted from the script. function(domoticz) -- return true or false end And please start simple and use the script examples in the documentation https://www.domoticz.com/wiki/DzVents:_next_generation_Lua_scripting#Some_trigger_examples Of course i already did that, not ...
by anno
Wednesday 01 February 2023 10:14
Forum: dzVents
Topic: switch turn on off at temperature
Replies: 8
Views: 619

Re: switch turn on off at temperature

return { on = { -- device triggers devices = { -- scripts is executed if the device that was updated matches with one of these triggers 'Woonkamer keuken', -- device name -- 'abc*', -- triggers for all devices which name begins with abc }, -- timer riggers timer = { -- timer triggers.. if one ...
by anno
Wednesday 01 February 2023 0:48
Forum: dzVents
Topic: switch turn on off at temperature
Replies: 8
Views: 619

switch turn on off at temperature

I am working on a dzvents script to turn my "verdelers" on and off when a temperature sensor is above or below a value. Also i want to use thermostat setpoints. But first first, i did try to turn a switch on but it is not working.. And i did read and read the instructions but i don't find the ...
by anno
Sunday 29 January 2023 18:06
Forum: dzVents
Topic: Switching my Heatpump curve
Replies: 2
Views: 469

Re: Switching my Heatpump curve

I am searching for something similar. I am complete useless when it comes to coding from nothing, i can read it, but start.... But i do have almost 50 temperature sensors and every room i want a (virtual) thermosstate. i have 30 groups. and a heatpump, i also can't have it that all groups are closed.
by anno
Thursday 17 May 2018 1:14
Forum: Kodi (XBMC)
Topic: Kodi Mediaserver Support
Replies: 357
Views: 117895

Re: Kodi Mediaserver Support

00000000000000000000000000
by anno
Wednesday 27 September 2017 16:37
Forum: Blockly
Topic: Time condition not working
Replies: 4
Views: 1405

Re: Time condition not working

you need the time also in else if