devices.esphome.io

Mirabella Genio Wi-Fi Dimmable Warm White ES 9W LED GLS Bulb

Mirabella Genio Wi-Fi Dimmable Warm White ES 9W LED GLS Bulb

Device Type: light
Electrical Standard: au
Board: esp8266

GPIO Pinout

PinFunction
GPIO14 PWMLight

Basic Configuration

# Basic Config
# https://www.mirabellagenio.com.au/product-range/mirabella-genio-wi-fi-dimmable-9w-led-gls-bulb/
esphome:
name: genio22
on_boot:
priority: 100 # Highest priority, ensures light turns on without delay.
then:
- light.turn_on: genio22
esp8266:
board: esp01_1m
# OTA flashing
ota:
- platform: esphome
wifi: # Your Wifi network details
# Enable fallback hotspot in case wifi connection fails
ap:
# Enabling the logging component
logger:
# Enable Home Assistant API
api:
# Enable the captive portal
captive_portal:
# Enable the Web Server component
webserver:
sensor:
- platform: wifi_signal
name: "genio22 WiFi Signal"
update_interval: 60s
switch:
- platform: restart
name: "genio22 Restart"
output:
- platform: esp8266_pwm
pin: 14
frequency: 1000 Hz
id: pwm_output
light:
- platform: monochromatic
name: "genio22 Light"
output: pwm_output
id: genio22
Edit this page on GitHub