Hidden Timer after Update #1850
-
Hi, i have updatet my Valetudo on the Roborock S5 from a 0.XX Version to 2023.05. I´m now trying to setup a control via Home Assistant and therefore i deletet my Valetudo Timer. But it still starts the cleaning at 10:30 (8:30 UTC). I dont have setup any timers in Home Assistant and the Timer page in Valetudo is also empty. I found via SSH the apptimer.cfg in /mnt/data/rockrobo/ Y 1619192950425 1 1 30 10 * * 1,2,3,4,5 app_start {"fan_power":102,"segments":"0","repeat":1,"clean_order_mode":1} Can this be the timer? Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://github.com/Hypfer/Valetudo/releases/tag/2021.01.1
You can get rid of the old firmware timers either by factory resetting or by using https://github.com/Hypfer/valetudo-helper-miio See also: Valetudo/lib/devices/Roborock.js Lines 363 to 416 in 6db8b76 |
Beta Was this translation helpful? Give feedback.
https://github.com/Hypfer/Valetudo/releases/tag/2021.01.1
You can get rid of the old firmware timers either by factory resetting or by using https://github.com/Hypfer/valetudo-helper-miio
Miio command
get_timer
will show you all timers + IDs which you can then use with thedel_timer
commandSee also:
Valetudo/lib/devices/Roborock.js
Lines 363 to 416 in 6db8b76