I got my first Inovelli Blue setup in Zigbee2MQTT. Got the switch bound to some Hue Bulbs and created a scene controller in Home Assistant for multi-tap.
What is the procedure for setting LED effects? I found several sets of instructions for ZHA, but none for Zigbee2MQTT. The device page on the Inovelli Blue within Z2M says to post MQTT like:
If I try to set the led_effect effect, color, level, and duration in the Z2M âexposesâ tab in the UI, I get a âNo Converter available for led_effectâ error message
Yea, I just finished looking at/loading that improved file too hoping that it also addressed LED issues. The energy/power counters are working now at least
It was merged into zigbee-herdsman-converters a few days ago, so you can either download the inovelli.js file directly from that the repo, or wait until the monthly release of Z2M comes out in a few days.
It seems like thereâs a more âUI-basedâ way to set LED effects if using ZHA (see example here). Is this something that could be added to the Z2M integration at all? Where would that type of request go?
@zanix Love the blueprint. Is it possible to modify it to work with the blue series fan switch? The fan switch entity does not show up as a selectable option. Probably because it is a fan and not a light. For example my fan entity is:
I made the blueprint set to only show light entities. So that explains why it doesnât show up.
It also filters based on the model name âInovelli 2-in-1 switch + dimmer (VZM31-SN)â so it doesnât try to send the commands to other devices if you pick an area for the target.
I can edit the blueprint to show fan entities and add the model name of the fan switch to the filter. If the Z2M commands are the same as the 2-in-1 it should work just fine.
Can you put this in Developer tools > Template and send back what the model string is?
I got the blueprint updated in another branch on my GitHub
It works for the light switch but since I donât have the fan switch can you let me know if it works?