I wanted a way to track and automate my recurring rclone jobs from Home Assistant dashboards. So I made one, and thought I'd share it:
Features:
- Control and monitor Rclone jobs running on another device, via the rc API
- Start/Stop a job from a Home Assistant "switch" device
- Customizable sensors to monitor job stats and health
- Easily build custom automations and dashboards
- Fully local by default – no cloud access required
Once a command is set up, you can leverage Home Assistant's powerful automation and notification features (say, to alert you if something fails, trigger an rclone job from some other event, or skip a run when a prior command is running.)
I'm still tinkering with it and may end up changing the design significantly -- would love some feedback if anyone decides to try it out! Of course, bug reports and PRs are welcome too.
I made this mostly for myself, as a more modern replacement for my prior solution (which I got tired of maintaining a fork for!). I'm currently using it to (among other things) run bisync every 10 minutes, and a full check once a week.
I have no paid upgrades to sell you or promo codes to give out. It's purely free open-source software for you to do with as you wish. Enjoy ![]()

