This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

different value throughout the day
#21
You can simply put else because there are only two possible states. But a better solution is to use a scheduler with sunrise and sunset events instead of a fixed time.
Reply
#22
(09.07.2023, 08:46)Erwin van der Zwart Wrote: elseif now.hour >= 22 and now.hour < 7 then…

This is impossible, a value can never be greater as 22 AND at the same time lower as 7 (:

Use: elseif now.hour >= 22 or now.hour < 7 then


Thanks for the info. The thing is that i want to send a 0 between 22:00 and 7:00 or even 7:30 , and between 7:30  and 22:00 a 1.


That's why i tried first in shedulers @ main object Day/Night and there 2 events for day 7:30 ON and other 22:00 OFF. But this doesn't seems to work for some reason.

Reply
#23
You have mapped scheduler control and on/off to the same group address. Once scheduler sends off it turns itself off and you need to manually turn it on afterwards. Remove 10/0/2 from on/off object and it will work correctly.
Reply
#24
(09.07.2023, 10:38)admin Wrote: You can simply put else because there are only two possible states. But a better solution is to use a scheduler with sunrise and sunset events instead of a fixed time.


Thanks for the replay. Just reacted to Erwin. The shedulers seems to be a better solution either, but with fixed times for the dressing room. This option is temporary because we don't have a door between the room and dressing, and when we go to the toilet at night, the lights are going on. For garden light, sunset and sunrise is a better option indeed.

(10.07.2023, 13:09)admin Wrote: You have mapped scheduler control and on/off to the same group address. Once scheduler sends off it turns itself off and you need to manually turn it on afterwards. Remove 10/0/2 from on/off object and it will work correctly.


Ok, great. It works not like a charm! Thank you a lot. Sometimes it's just a small thing that can make it difficult, especially when you are a starter
Reply


Forum Jump: