An attempt to build a Amazon “Dash” type button to communicate with Home Assistant, which is a combination of two different projects
GitHub: debsahu/TheButton
Things we want to achieve:
- Low on power consumtion: ESP8266 is OFF when the button is not pressed debsahu/ESP_External_Interrupt
- Portable: Uses 18650 battery, lasts years
- Talks to Home Assistant: debsahu/HARestAPI
- ESP_External_Interrupt
GitHub: https://github.com/debsahu/ESP_External_Interrupt
- HARestAPI