4e8109edf8634d3b9c4b432536b51f3a607f5a2e
👀 esp32_home-assistant_telegram-bot Overview
Home Assistant controlled by telegram bot
🚀 Features
The design aims to provide real-time control and monitoring by leveraging a Telegram bot to verify collected data. This core functionality is extended to enable immediate awareness through voice notifications delivered directly via both the user's mobile device and the home system.
📦 Setup
Refer to the circuit diagramInstall and open Arduino IDEOpen the 'dektop_deck.ino'File>Preferences>Additional Boards Manager URLs:(Click the double window button)
Paste this code
http://Digistump.com/package_digistump_index.json
Click 'OK'Tools>Board>Boards Manager...Search 'esp8266' and install it
⚠️ Warning: Make sure you have installed the correct USB driver (CH340 or CP2102) before connecting the ESP8266 to your computer.
Plug the ESP8266 into your computerTools>Port>'Select the esp8266's port'
🎉 Run
Click the 'upload ➡️' button
✅ To make sure it has been uploaded successfully, you should see the message 'Done uploading'
🔒 License
📜 GPL-3.0 License
Languages
C++
100%