ESP8266 HomeKit Watchdog
Uses Arduino-HomeKit-ESP8266 library.
This is an Arduino sketch that allows you to create HomeKit-integrated watchdog, a device that triggers a HomeKit programmable switch once powered on and then every 5 minutes. Very suitable if you, for example want to keep some device running based on another device power state. E.g. you may turn on your HomeKit powered speakers on once the TV (and it's USB port) is turned on. Very practical when combined with esp8266-homekit-infrared-remote.
This sketch has a programmable stateless switch implemented. It is triggered once the device boots up and then every 5 minutes.
- Obtain some ESP8266-based board, e.g. Wemos D1.
- Compile & upload the sketch and connect it the USB port of the device that you need to monitor.
- Pair the board with your Home and set up the automation for a single press as needed.
- You've got a HomeKit watchdog!