You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
Note: day_of_week ist starting with Monday (0) and ending with Sunday (7).
It would be great if that could be added and also sending weekly schedules to the valve.
The text was updated successfully, but these errors were encountered:
I've looked in the logs and it seems that the weekly schedule is transmitted in the following way:
[day_of_week, temperature * 2, time_in_hours * 4, ...]
Example: [1, 34, 1, 34, 96, 34, 68, 42, 92, 34, 96, 42, 96, 34, 96, 42, 96, 34]
Translated: [Monday, 17°, 0:15, 17°, 24:00, ... ]
Note: day_of_week ist starting with Monday (0) and ending with Sunday (7).
It would be great if that could be added and also sending weekly schedules to the valve.
The text was updated successfully, but these errors were encountered: