Search found 4 matches

by NuNca
Thursday 01 March 2018 23:39
Forum: dzVents
Topic: Outdoor light at nighttime
Replies: 8
Views: 1783

Re: Outdoor light at nighttime

No problem, I didn't check the rest of the code. but the time rules don't seem to check out. Here is another try, did test it and seems to work for me. return { on = { timer = { 'every minute'} }, execute = function(domoticz,timer) if (domoticz.time.matchesRule('between 30 minutes before sunset and ...
by NuNca
Wednesday 28 February 2018 23:43
Forum: dzVents
Topic: Outdoor light at nighttime
Replies: 8
Views: 1783

Re: Outdoor light at nighttime

return { on = { timer = { 'every 1 minutes'} }, execute = function(domoticz,timer) if (domoticz.time > '30 minutes before sunset' and domoticz.time < '15 minutes after sunrise' and domoticz.devices('Lamp Buiten').state) == 'Off' then domoticz.devices('Lamp Wand 1').switchSelector(55) else if ...
by NuNca
Friday 26 January 2018 13:57
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 48822

Re: dzVents version of the Solar Data Script [SOLVED]

Unfortunately is the script retired but i'm getting a error with the new version of the script. Can somebody help me? 2018-01-26 11:15:11.165 dzVents: Error (2.4.0): solarData 2.4.0: An error occured when calling event handler script_time_dzventsolarV2 2018-01-26 11:15:11.165 dzVents: Error (2.4.0 ...
by NuNca
Wednesday 07 June 2017 23:16
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 513617

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Hi, first of all thank you corbin for all the work you've done. i've been using this some time now and it works perfectly. today i received a new aqara doorsensor (wanted to test it) http://www.gearbest.com/access-control/pp_626703.html it can be connected to the gateway using the Mi-app (iOS) and ...