Possibility to use a robot completely offline #2339
-
Are you already using Valetudo?No, but planning to do it in the near future Your questionsHi, I'm asking myself if in such a situation a robot could start his cleaning cycles based on preset times or wouldn't this not work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
While offline (as in internet connectivity) usage is not only possible but the main idea behind Valetudo, it is required to join the robot to a WiFi network and, for timers to work, allow it to sync its time via the NTP client built into Valetudo. This could for example be achieved with a raspberry pi running ntpd and hostapd, though there are also many other solutions. Valetudo will stop executing timers when the time sync fails, so if the dock is outside of the coverage of the WiFi network, timers might only work intermittently. |
Beta Was this translation helpful? Give feedback.
While offline (as in internet connectivity) usage is not only possible but the main idea behind Valetudo, it is required to join the robot to a WiFi network and, for timers to work, allow it to sync its time via the NTP client built into Valetudo.
This could for example be achieved with a raspberry pi running ntpd and hostapd, though there are also many other solutions.
Valetudo will stop executing timers when the time sync fails, so if the dock is outside of the coverage of the WiFi network, timers might only work intermittently.