-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timer functionality per switch #72
Comments
Hi, I do not want to be silly but when will this update come about? :-) |
…date brings only updates to the webinterface and configuration. The timer functionality is not yet implemented. #72
Updates for this feature can be tested in branch https://github.com/theyosh/TerrariumPI/tree/feature/switch_timers. So update with Also keep a copy of your settings file before testing this. |
Ok, thanks, I'll tell you how it works |
From my end, this branch seems to work. The update worked and it's installed. The 'translations' are still missing, so it isn't exactly clear how this function work. |
…mented. Not very wel tested yet. #72
At this point I think I got it working. So it could be fully tested now. |
Very cool thanks for your work I will test it tomorrow. |
Hi, I have now made the update but unfortunately I find no setting for the timer |
Clear browser cache, and select activate at the timer pull down when editing the switches. |
Sorry maybe I'm too stupid but I think nothing has done the update and emptied cache. But I can not find the timer mode. |
It worked for me so something went wrong during your install. Are you sure you used
|
Thanks for the help now it works :-) |
Cool, I have it also merged to master branch. So everybody can use it now 👍 |
Can you please # 82 again open the subject is unfortunately not done :-( |
Update the code that timer functionality is also in all the environment parts. Same logic. |
Add an option to created separated timers for switches. This will allow the switch to turn off and on on a time based schedule.
Needed input per switch:
In this example the timer will run between 9 AM and 10 PM. In that period the power will be on for 180 minutes and then off for 90 minutes. This repeats till 10 PM.
If this timer is enabled on the switch, it cannot be used on the environment page. Because the switch has its own timer logic and not using the central logic anymore.
The on and off durations are in minutes.
The power switch will be checked every 30 seconds if a power switch change is needed.
The power switch indicator will have a clock icon to it to show that it is timer based.
The text was updated successfully, but these errors were encountered: