LATEST HA CORE!
I have a custom Shell_Command (Below) which executes via HA startup automation and sets a custom ROUTE to another VLAN. Everything works as expected until the unexpected after a 4-5 days the custom route disappears. Nothing in the LOGS and nothing was restarted that I am aware of.
This happens on both my development and production servers, one on RPI-3b and another on RPI 5, both systems have the latest versions of CORE and up to date on all installed addons and intigrations.
My PING automation catches the issues, and I configured that automation to re-run the Shell Script for now as a work around.
I am sure not to many people use this for adding routes, but I would like to hear from you if your experiencing something similar, or have any thoughts why the Routes would be reset.
Regards,
Bill
shell_command:
condolan: ‘ip route add 192.168.1.0/24 via 192.168.0.203 metric 600’