top of page

Notice: This is open source device, fully compatible with Homekit, but not certified by Apple

 

To enable HomeKit remote control, you need a HomePod, an Apple TV 4K, Apple TV HD, or an iPad. Set any of these Apple devices in your house as a HomeKit bridge and connect it to your home Wi-Fi network. Keep in mind that once your HomeKit bridge is set up, it has to be kept online. If it is powered off or disconnected from the Wi-Fi, it will fail to respond when you intend to control the device remotely.

 

  • Color: RGB+Warm+Cold White
  • Color Temperature: 3000-6000K
  • Brightness: 300 lumens
  • Voltage: 110V~240V
  • Power: 4.5W
  • Base:  GU10
  • Material: Aluminium+Plastic
  • Working Temperature: -25°C~65°C
  • Size: 60x60x115 mm
  • Wireless: WiFi 802.11/b/g/n
  • Control Mode: APP/Voice/Manual
  • Certification: CE, RoHS

 

ESP Home configuration:

 

substitutions:
  devicename: <Enter a name for your light here>

esphome:
  name: $devicename
  platform: ESP8266
  board: esp01_1m

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

# Enable logging to ESPHome
logger:
  # Disable logging to serial
  baud_rate: 0

# Enable Home Assistant API
api:
  password: !secret api_password

# Setup OTA password
ota:
  password: !secret ota_password

# Define output pins
output:
  - platform: esp8266_pwm
    id: output_red
    pin: GPIO4
  - platform: esp8266_pwm
    id: output_green
    pin: GPIO12
  - platform: esp8266_pwm
    id: output_blue
    pin: GPIO14
  - platform: esp8266_pwm
    id: output_warm_white
    pin: GPIO13
  - platform: esp8266_pwm
    id: output_cold_white
    pin: GPIO5

# Define a light entity
light:
  - platform: rgbww
    name: $devicename
    id: $devicename
    red: output_red
    green: output_green
    blue: output_blue
    warm_white: output_warm_white
    cold_white: output_cold_white
    cold_white_color_temperature: 6200 K
    warm_white_color_temperature: 2800 K
    color_interlock: true # avoids simultaneous RGB and W/W
 

 

GPIOs:

 

GPIO#Component
GPIO0None
GPIO1None
GPIO2None
GPIO3None
GPIO4PWM1
GPIO5PWM4
GPIO9None
GPIO10None
GPIO12PWM2
GPIO13PWM5
GPIO14PWM3
GPIO15None
GPIO16None
FLAGNone

 

Homekit GU10 RGBCW

SKU : LB10-5W-HK-1
15,50$ Prix original
11,63$Prix promotionnel
    bottom of page