Open sulimma opened 3 years ago
NTP updates take quite a long time. This is currently done in ewh_net update() but should better be a separately scheduled task. It should also be reflekted in the display.
NTP sync also should be redone periodically. Maybe once a day?
The NTP host can be configured at runtime by doing: ntptime.host = 'router.ewh'
Idea: Add a "set_time" strobe input to the time component and add an ntp component, remove the implicit ntp call.
NTP updates take quite a long time. This is currently done in ewh_net update() but should better be a separately scheduled task. It should also be reflekted in the display.
NTP sync also should be redone periodically. Maybe once a day?