Skip to content

Commit

Permalink
Remove buzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 17, 2024
1 parent ee6d933 commit 18c6e28
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 27 deletions.
5 changes: 1 addition & 4 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ To know what you need to buy, please read the Wiring section below to chose the
| <img src="./assets/img/hardware/SSD1306.jpeg" style="width:150px"> | [SSD1306 OLED Display 4 pins 128x64 I2C](https://www.aliexpress.com/item/32638662748.html) |
| <img src="./assets/img/hardware/SH1106.jpeg" style="width:150px"> | [SH1106 OLED Display 4 pins 128x64 I2C](https://www.aliexpress.com/item/1005001621782442.html) |
| <img src="./assets/img/hardware/SH1107.jpeg" style="width:150px"> | [SSD1307 OLED Display 4 pins 128x64 I2C](https://www.aliexpress.com/item/1005003297480376.html) |
| **Manual Control and Status** | Optionally add LEDs, push button, buzzer |
| **Manual Control and Status** | Optionally add LEDs, push button |
| <img src="./assets/img/hardware/PushButton.jpeg" style="width:150px"> | Push Buttons [Amazon](https://www.amazon.fr/dp/B0C2Y46BK6) (16mm) [AliExpress](https://fr.aliexpress.com/item/4001081212556.html) (12mm) for restart, manual bypass, reset |
| <img src="./assets/img/hardware/LEDs.jpeg" style="width:150px"> | Traffic lights Lights module for system status [AZ-Delivery](https://www.az-delivery.de/en/products/led-ampel-modul), [AliExpress](https://fr.aliexpress.com/item/32957515484.html) |
| <img src="./assets/img/hardware/Passive_Buzzer.jpeg" style="width:150px"> | [Passive Piezo Buzzer](https://www.az-delivery.de/en/products/buzzer-modul-passiv) (for alerts) |
| **Heat Dissipation** | |
| <img src="./assets/img/hardware/Heat_Sink.jpeg" style="width:150px"> | [Heat Sink for Random SSR and Triac](https://fr.aliexpress.com/item/1005004879389236.html) (there are many more types available: take a big heat sink placed vertically) |
| <img src="./assets/img/hardware/SSR_Heat_Sink.png" style="width:150px"> | [Heat Sink for SSR](https://fr.aliexpress.com/item/32739226601.html) (there are many more types available: take a big heat sink placed vertically) |
Expand Down Expand Up @@ -295,7 +294,6 @@ Here are below the default GPIO pinout for each board.
| OUTPUT #2 Bypass Relay | 33 | 33 | 33 | -1 | 15 |
| OUTPUT #2 Dimmer (Robodyn or SSR) | 26 | 26 | 36 | -1 | 7 |
| OUTPUT #2 Temperature Sensor | 5 | 5 | 5 | -1 | 16 |
| Passive Buzzer | 19 | 19 | 8 | -1 | 2 |
| Push Button (restart and factory reset) | 23 | 23 | 39 | -1 | 1 |
| RELAY #1 | 13 | 13 | 13 | 14 | 5 |
| RELAY #2 | 12 | 12 | 12 | -1 | 6 |
Expand All @@ -321,7 +319,6 @@ Here are below the default GPIO pinout for each board.
| OUTPUT #2 Bypass Relay | -1 | 9 | 33 | 33 | -1 | -1 |
| OUTPUT #2 Dimmer (Robodyn or SSR) | -1 | 8 | 26 | 11 | -1 | -1 |
| OUTPUT #2 Temperature Sensor | -1 | 5 | 5 | 5 | -1 | -1 |
| Passive Buzzer | -1 | 18 | 14 | 14 | -1 | -1 |
| Push Button (restart and factory reset) | -1 | 10 | 23 | 7 | -1 | -1 |
| RELAY #1 | 14 | 20 | 13 | 13 | -1 | -1 |
| RELAY #2 | 15 | 21 | 12 | 12 | -1 | -1 |
Expand Down
5 changes: 0 additions & 5 deletions docs/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ curl -X GET http://<esp-ip>/api/config
"button_action": "restart",
"button_enable": "true",
"button_pin": "23",
"buzzer_enable": "false",
"buzzer_pin": "19",
"debug_enable": "true",
"dp_clock_pin": "22",
"dp_data_pin": "21",
Expand Down Expand Up @@ -391,9 +389,6 @@ curl -X GET http://<esp-ip>/api/system
"heap_usage": 46.97000122,
"heap_used": 122668,
"uptime": 293,
"buzzer": {
"enabled": false
},
"lights": {
"code": "🟢 ⚫ ⚫",
"green": "on",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The router can be completely controlled remotely through a Home Automation Syste
- `Stuck relay detection` (🚧): If the relay is associated to some known load, the application will try to detect and warn about a stuck relay.
- `Temperature Sensor`: for router box heat monitoring (Supported type: `DS18B20`)
- `Push Button`: Add a push button to restart, reset, activate bypass
- `LEDs & Buzzer`: Add LEDs and Buzzer for visual and sound alerts
- `LEDs`: Add LEDs for visual alerts
- `Display` Add I2C OLED Display (`SSD1307`, `SH1106`, `SH1107`)

### Networking features
Expand Down
12 changes: 0 additions & 12 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ description: Manual
- [Relay configuration menu](#relay-configuration-menu)
- [System configuration menu](#system-configuration-menu)
- [System temperature](#system-temperature)
- [Buzzer](#buzzer)
- [LEDs](#leds)
- [Push Button](#push-button)
- [Statistics page](#statistics-page)
Expand Down Expand Up @@ -654,17 +653,6 @@ This sensor is optional and only used to monitor the temperature in the router b

Changing one of these settings requires to disable and re-enable for the changes to be applied.

#### Buzzer

- `Buzzer`: whether to activate or not the buzzer
- `Buzzer Pin`: the pin used to control the buzzer (requires to disable and re-enable the buzzer)

The buzzer is used to emit sounds and beeps to notify the user of some events like reset, restarts, router ready, etc.

This sensor is optional.

Changing one of these settings requires to disable and re-enable for the changes to be applied.

#### LEDs

- `LEDs`: whether to activate or not the LEDs
Expand Down
5 changes: 0 additions & 5 deletions docs/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ button_enable = true
# Push button pin
button_pin = 23

# Enable Buzzer `true` or `false`
buzzer_enable = false
# Buzzer pin
buzzer_pin = 19

# Enable debug logs (can slow down the router)
debug_enable = true

Expand Down

0 comments on commit 18c6e28

Please sign in to comment.