That’s normal because this remote control isn’t integrated into Gladys as far as I know.
You should send the information for the different buttons so that @AlexTrovato (if you happen to be around) can integrate it later.
split into multiple features if the z2m property matches \\d+_(*.)\\
You can test with this test Docker image atrovato/gladys:zigbee2mqtt-multiple-buttons (it’s preferable not to replace your Gladys « prod » image, or to make a backup of the database beforehand).
I would even advise against sharing the database so you don’t destroy your environment if something goes wrong, or to make a backup.
If you have a second Raspberry Pi, that’s better.
I’ve looked at your PR, and I was wondering why restrict ourselves to numbers in front of the actions? Shouldn’t we try to find a more global solution for all these kinds of multi-button devices? I’ve found quite a few on the zigbee2mqtt list (multi-button switches, remotes…) and not all of them start with a number. Aren’t we risking that each time a new device of this type appears for Gladys users we’ll have to add more exceptions?
Why couldn’t we do what you did but more generally with all types of prefixes (strings, numbers…) and if no action matches it’s equivalent to a single
For example for Leedarson 6ARCZABZH control via MQTT | Zigbee2MQTT
« colortemp_up »_release → device colortemp_up : action release
« colortemp_up »_hold → device colortemp_up : action hold
« colortemp_up » → device colortemp_up : action single
« on » → device on : action single
« off » → device off : action single
« colortemp_down »_release → device colortemp_down : action release
« colortemp_down »_hold → device colortemp_down : action hold
« colortemp_down » → device colortemp_down : action single
« brightness_up » → device brightness_up : action single
« brightness_down » → device brightness_down : action single
What do you think? I haven’t looked into the zigbee2mqtt integration in depth, I’ll let you say whether it’s possible or not
Attempt to install the test image on a new Raspberry Pi, but it fails when saving the USB dongle.
The dongle backup isn’t working, so the associated containers are not being deployed.