2024-03-28 13:06:11 +00:00
|
|
|
# Elevator control
|
|
|
|
|
|
|
|
Project for handling elevator button with esp32. Configuration for esphome, without connection to home assistant, mqtt,
|
|
|
|
or Wi-Fi
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
* Momentary button press
|
|
|
|
* turns on/off light
|
|
|
|
* turns on/off music
|
|
|
|
* Lock switch turns fan for 5 minutes
|
2024-03-31 19:59:04 +00:00
|
|
|
* Music plays on a loop while lock sensor senses that lock is locked
|
|
|
|
* Music turns off when lock sensor senses that lock is unlocked
|
2024-03-28 13:06:11 +00:00
|
|
|
|
|
|
|
## Pinout
|
|
|
|
|
|
|
|
### ESP32
|
|
|
|
|
|
|
|
| PIN | Role |
|
|
|
|
|-----|----------------------------|
|
|
|
|
| 1 | UART TX - RX DFPlayer Mini |
|
|
|
|
| 3 | UART RX - TX DFPlayer Mini |
|
|
|
|
| 14 | Lock status |
|
|
|
|
| 25 | Button |
|
|
|
|
| 26 | Light relay |
|
|
|
|
| 27 | Fan relay |
|
|
|
|
| 32 | Up LED |
|
|
|
|
| 33 | Down LED |
|
|
|
|
|
|
|
|
### DFPLayer Mini
|
|
|
|
|
|
|
|
![dfplayer mini pinout](img/dfplayer%20mini.png)
|