Thanks for your reply. Real home renovation is higher priorized than the virtual one, no doubt about that
I'll take a deeper look at your LUA code & try to find out, if it is possible for me to do some modifications
on GitHub you stated that you have plans to implement some date/time arithmetric. Is this still actual?
Some statements like "half hour befor/after sunset" would be really useful
Hi dannybloe, what is the reason for the __data. Dot files in the scripts/storage folder? 2016-10-27_19-15-05.gif I got the same dot-file in the data directory. For me, the reason is that I'm using vi as editor and when you open a file in vi a backup file is created with a leading dot in the ...
I've got a question regarding the switchOn().for_min(x) method. If I'm using this with a power switch in conjunction with a PIR like this: if ( PIRKeller.state == 'On' and Keller_Switch.state == 'Off' ) then Keller_Switch.switchOn().for_min(2) elseif ( PIRKeller.state == 'On' and Keller_Switch.state ...
Hi dannybloe, can you please take a look at the latest beta of Domoticz? Something is going wrong with the scenes & dzEvents there. I'm getting the following error with all of my scenes: LUA: Cannot find the device. Skipping: KuecheLichtSchrank 1 2016-10-23_20-38-34.gif I've deleted all scenes ...
Yea you can set it to true if you start the stuff in th evening for the first time. That's an easy one ;) Hi dannybloe, just came back from vacation & quickly implemented your script. It works fine! Thanks for your input!!! What I'm still generally searching for is some kind of logic to distinguish ...
Well, what you could do is create your own flag that indicates if it is night time. You basically set a time every minute and detect if you switch from day to night and vice versa. Only at that moment you update the flag and do the script-based blind controlling : return { active = false, -- set to ...
dzvEnts is an awesome framework :-) Thx a lot @dannybloe !!!! Is it possible to use a function in the timer section too? I've got the problem that I use several scripts for my blinds which should only be executed when it is sunrise or sunset. I'm checking the domoticz.time.isDayTime or domoticz ...
dzvEnts is an awesome framework :-) Thx a lot @dannybloe !!!! Is it possible to use a function in the timer section too? I've got the problem that I use several scripts for my blinds which should only be executed when it is sunrise or sunset. I'm checking the domoticz.time.isDayTime or domoticz.time ...
Hi there, in the actual beta it is recognized but does not work. From what I've read there are changes in OZW necessary, because the Button needs support for central scenes which will be implemented with OZW 1.6
hello, i have 3 fibaro motion sensors but temp and lux decive is only created for one of them. sensors are working fine but no related lux/temp devices. any idea how this is happening? i have not changed default conf parameters. thanks, Take a look in the "Groups & Nework" menu & check, if node 1 ...