technicalpickles / picklehome

Configuration & Planning for my Home Automation systems
14 stars 0 forks source link

Host, network, and service monitoring #29

Open technicalpickles opened 6 years ago

technicalpickles commented 6 years ago

I've been having some problems with some devices being unresponsive. Preferably I should get a alert for these, with an action to perform to try to bring them back.

Depending on what hass is doing, it may be impacted, like if it boots while one of the devices is down, it might not get those devices (ie broadlink).

Some links:

technicalpickles commented 6 years ago

Sci-fi dream, monitoring that devices are online to Alexa via its private API. I used developer tools on the Smart Home tab, and saw requests to like https://alexa.amazon.com/api. It might be possible to figure out how to use it.

Some GitHub searching for it lead me to https://github.com/noelportugal/alexa-reminders/blob/42cd552117f51c39c83fe58549475da1de9f2f54/alexa-reminders.js which is the first actual code sample I've seen using it.

technicalpickles commented 6 years ago

Some other useful things:

technicalpickles commented 5 years ago

Did some work towards this in https://github.com/technicalpickles/picklehome/pull/72 but still need to add alerts and tune them.