Comment on emergency remote access
PetteriPano@lemmy.world 1 day ago
I had a 4G modem with a web interface many years ago. It was flaky and would often hang. I just had a raspberry pi on my network pinging some known address, if it failed for long enough it’d replay the commands to restart the web interface.
If I’d have the same problem today I’d probably have home assistant power cycle the router with a smart plug.
smashing3606@feddit.online 1 day ago
homeassitant access would require internet wouldn't it?
emuspawn@geostationary.orbiting.observer 1 day ago
Nah, you can use an HA Ping (Settings>Add Integration-> Ping) trigger against 9.9.9.9 or whatever and run a script if it comes back false for X minutes
smashing3606@feddit.online 1 day ago
I already run homeassistant, that's def something to look into. Thanks!