Danielhiversen/pyRFXtrx

Nexa Door bell button

Closed this issue · 3 comments

I have a Nexa Door bell LMLT-711 that appear in HASS but is not responding on button click.
I have fire_event as true.

@Danielhiversen I remember you got a door bell button working, is this the same brand/model?

If so, what FW does your rfxcom have and what protocols are enabled?

Have you checked your logs?

When you press the doorbell you should see something like this:
17-01-24 14:50:53 INFO (Thread-22) [homeassistant.components.rfxtrx] Rfxtrx fired event: (event_type: button_pressed, entity_id: switch.stovsuger_running, state: unknown command (0xd55555))

Hi
Yes I do have an entry

17-01-24 15:39:24 INFO (Thread-13) [homeassistant.components.rfxtrx] 
Rfxtrx fired event: (event_type: button_pressed, entity_id: switch.nexa_button, state: group on)

But nothing happens when I click on the physical button.
If I click on the switch in UI the logic is working however.

Then it is already supported. The could have been a better implementation, but you can trigger an automation or binary sensor.
Here is how I use it:
https://github.com/Danielhiversen/home-assistant_config/search?utf8=%E2%9C%93&q=button_pressed