This project implements a voice-controlled home automation system using ESP32, with features like temperature sensing, motion detection, door control, and more.
-
Copy the template configuration file:
cp config.h.template config.h
-
Edit
config.hand replace the placeholder values with your actual credentials:-
For Telegram Bot:
- Get your bot token from @BotFather on Telegram
- Replace
YOUR_BOT_TOKENwith your actual bot token
-
For Sinric Pro:
- Sign up at Sinric Pro
- Create your devices (Temperature Sensor, Motion Sensor, Door)
- Get your APP_KEY and APP_SECRET from the dashboard
- Replace the placeholder values with your actual credentials
-
-
The
config.hfile is ignored by git to keep your credentials secure. Never commit this file to version control.
[Add your build and run instructions here]