Z2M - ROBB Smart 8-Button Switch (ROB_200-007-0) blueprint

Hi everyone,

I wanted to share a blueprint with you guys for the ROBB ROB_200-007-0 that I created a while back.

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

677 11-29-48-0265

Description
It’s a simple blueprint that just maps all the available actions for all 8 buttons. The available actions are:

  • short press (each button)
  • long press (each button)
  • release (each button row)

This allows you to map any of the button (events) to any action you choose.

Store link

FYI

  • I don’t plan on supporting ZHA, Deconz, etc. but feel free to draw inspiration from my work :slight_smile:
3 Likes

I modified your blueprint for ZHA usage now, see this topic: ZHA ROBB Smart 8-Button Switch (ROB_200-007-0) blueprint

I have made a version for deconz based on this. But i don’t know how to upload it to this forum. Is there a manual how to share the blueprint? Thanks!

This doesn’t seem to trigger anything when the buttons are pressed… I have one of the 8 way button controllers succesfully paired via MQTT and I can see it firing “Switch action changed to ‘on_1’” etc in the HA logbook. The switch is selected in the blueprint. But never seems to trigger. Bit new to HA so anything I might be doing wrong?

EDIT: If it helps I am running Zigbee2MQTT on a separate raspberry pi so within HA the controller appears within the MQTT broker integration

If anyone stumbles on this in the future, what I had to do was edit the blueprint code to remove the line ‘attribute: action’ from the trigger settings. Then reload automations in HA.

I believe you might also be able to just toggle on ‘Home Assistant legacy entity attributes’ in Zigbee2MQTT, haven’t tried that approach yet.

2 Likes

This blueprint doesn’t seem to work anymore in the latest version of home assistant. I get an error
Stopped because of unknown reason "null"

anyone else has this issue?

Found it finally… mode has been set to restart. The button does trigger 2 messages, so after a moment the automation was restarted.

I have set the mode de queue, now it is working again.

2 Likes

How did you change the mode to queue?

Thanks for the info, it helped a lot

The file is on GH here, if you’d like to make the PR for it :]

Hii there,

is there also an blueprint for the ROB_200-009-0 2 button switch?

I can’t find them.

Cant get this to work, can you help with proper formatting?

Download here

In Zigbee2MQTT: DISABLE CHECKBOX: Home Assistant legacy triggers

Hi all,

This is my first question here and I hope there is someone who can help.

In the Blueprint the first step is to give an Entity, I can’t select the device.
Anyone a suggestion to what’s wrong?

Thanks and greeting from the Netherlands.

Which version of zigbee2mqtt is running? I am not sure, but switches are in 2.0.0 version no longer supported as entities of type sensor. Have a look in the zigbee2mqtt-settings under home assistant integration, checkbox Home Assistant legacy action sensors. Otherwise take an other blueprint : GitHub - sbruckmueller/Homeassistant
These blueprints are focused on type “device”. See also the information from koenkk Zigbee2MQTT 2.0.0 breaking changes · Koenkk/zigbee2mqtt · Discussion #24198 · GitHub