nymea / nymea-app

A nymea frontend app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] allow time settings per weekday

Danfro opened this issue · comments

Currently, when adding a time based Magic, the user can select "daily" with a time. But some settings would want to be different during the week and on the weekend. Say, lights on at 7 on weekday but on 9 on weekend.

It would be great if we could have a per day setting. A nice example is the shelly plug's weekly timer in the webinterface.

Another option would be a "repeat weekdays" and "repeat weekends" option. Although then a setting would be needed if Saturday is considered weekday or weekend.

Just discovered that this can be done using the "datetime" plugin and the "today" thing. Not really straightforward, but yeah it works. So I guess we can close this issue.

image

Should also work directly within the rule when selecting weekly

Yes, that is what I was looking for.

Hmm. It seems so obvious now. But I never had the idea I can tap the days to select/unselect them. 🤔 My brain stuck with the checkboxes of shelly and expecting them I guess.