Skip to content

BILRESA dual button switch - issues #9

@jc8654

Description

@jc8654

I've just added a new BILRESA switch to see if this works around the issues with other buttons (e.g. #2). The good news is that the DIRIGERA API does exposure the two buttons separately, however, I'm having a couple of issues with the Home Assistant integration.

  1. The device gets listed twice in the integration entities. One of these doesn't seem to do anything.
Image
  1. In the options to configure the device in automations, it is only showing a single button being available.
Image

I can manually change the YAML to get access to the second button, but it seems this should be showing in the dropdown.

Below is the developer output when watching the two buttons being (short) clicked:

event_type: dirigera_platform_event
data:
  type: button1_single_click
  device_id: cf3bada7286db7627d326817c3563e43
  entity_id: sensor.office_control
origin: LOCAL
time_fired: "2026-02-14T17:41:18.552560+00:00"
context:
  id: 01KHEKW82R7GRA6RHSFY9YF4WT
  parent_id: null
  user_id: null
event_type: dirigera_platform_event
data:
  type: button2_single_click
  device_id: cf3bada7286db7627d326817c3563e43
  entity_id: sensor.office_control
origin: LOCAL
time_fired: "2026-02-14T17:41:20.417364+00:00"
context:
  id: 01KHEKW9X1RFQG73JTS871NN7G
  parent_id: null
  user_id: null
```
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions