Pre Flashed TASMOTA WiFi Smart Bulb
The latest 8.5.0 full version
Fully compatible with official Tasmota official OTA
Pre configed IOs plug and play
Pre flashed before assembling
Build in ESP8266 chip with 2M flash
Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions. Incredibly expandable and flexible.
Can be easily upgrade to Homekit.
- Color: RGB+Warm+Cold White
- Color Temperature: 2700-6500K
- Brightness: 800 lumens
- Voltage: 110V~250V
- Power: 7W
- Base: E27
- Material: Aluminium+Plastic
- Working Temperature: -25°C~65°C
- Size: 60x60x115 mm
- Wireless: WiFi 802.11/b/g/n
- Hub Requirement: No
- 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