Example for ASTRA modules:
- ASTRA controller, 4 Relays 16A, 4 DC dry contact Input, DC power, LED (BR4D4DL)
- ASTRA controller, 4 Relays 16A, 4 AC Input, AC power, LED (BR4A4AL)
- For the module with GPIO8 I/O, the configuration of binary_sensor is to according to your project.
ASTRA controller, 4 Relays 16A, 8 GPIO, AC/DC power, LED (BR4G8AL)
With Automatization:
Without Automatization
WiFi status LED
The status_led hooks into all ESPHome components and can indicate the status of the device. Specifically, it will:
Blink slowly (about every second) when a warning is active. Warnings are active when for example reading a sensor value fails temporarily or the WiFi/MQTT connections are disrupted.
Blink quickly (multiple times per second) when an error is active. Errors indicate that ESPHome has found an error while setting up. In most cases, ESPHome will still try to recover from the error and continue with all other operations.
Stay off otherwise.
https://esphome.io/components/status_led.html?highlight=wifi+status
Buzzer
Configure Piezo Buzzer
https://esphome.io/components/output/ledc.html?highlight=buzzer