Zigbee2MQTT - Tint Remote - Fully functional

This is an improvment of the Blueprint created by @mbacks and shared here: Z2M - Tint Remote

I have added what was missing on it, specifically:

  • Brighness management
  • ColorTemp management
  • ColorWheel management

Right now I only seem to have an issue with Sonoff B1 bulb as they don’t seem to like the XY colors (it always stay ona shade of pink/violet for some reason, need to investigate further once I got time).

The blueprint can be found here: Zigbee2MQTT - Tint Remote · GitHub

4 Likes

i am having trouble getting this blueprint running… for some reasons the first condition is false and i dont know why… is there a proper way of debugging this ?

edit: oh i found the reason! My MLI 404011 is sending some other action vars… I just need to replace the keywords: ‘off’, ‘on’, ‘color_wheel’,
‘color_temp’, ‘brightness_down_click’, ‘brightness_up_click’,
‘brightness_down_hold’, ‘brightness_down_release’, ‘brightness_up_hold’,
‘brightness_up_release’, ‘scene_3’, ‘scene_1’, ‘scene_2’, ‘scene_6’,
‘scene_4’, ‘scene_5’

One nice additional feature would be to set the step size for brightness up/down and have the group0 with all lights on to be configurable…

Great Work BTW