-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
MQTT RGB support scene broken #13611
Copy link
Copy link
Closed
Description
Before switching to 0.66 (from 0.65) everything was working fine. But now my RGB light doesn’t work inside a scene. Only from the scene as it works as expected when playing with it from the frontend… Wonder what can be the cause. Did i miss something?!
RGB light is an esp8266 code from github (i believe this one https://github.com/corbanmailloux/esp-mqtt-rgb-led)
The only thing i could find that changed is the #11288
But i lack the knowledge to understand that this is the case but maybe some experts can help like @balloob and @armills
Light config
- platform: mqtt_json
name: Zal RGB
state_topic: "light/zalrgb"
command_topic: "light/zalrgb/set"
brightness: true
rgb: true
white_value: true
effect: true
effect_list: [colorfade_slow, colorfade_fast, flash]
optimistic: false
qos: 0
Scene example
- name: zal_light_bright
entities:
light.zwave_zal_small_level:
state: on
brightness: 255
light.zwave_zal_big_level:
state: on
brightness: 255
light.zal_rgb:
state: on
rgb_color: [255, 64, 0]
white_value: 255
brightness: 255
light.zal_xiaomi:
state: on
rgb_color: [255,118,73]
brightness: 255
light.mys_koridor_37_1:
state: on
rgb_color: [255,128,0]
brightness: 255
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels