Page 1 of 1

Fibaro Button in HomeAssistant

Posted: 03 Apr 2023 19:22
by DHobbes
Hi,
don't know if this is the right place to ask for HomeAssistant integration.
I'm trying to get the fibaro button working in HomeAssistant. Accroding to the devices list, the button exposes the 3 devices, with the following device types:
* "deviceType": "sensorBinary",
"title": "Fibaro Alarm General Purpose alarm (29)",

* "deviceType": "battery",
"title": "Fibaro Battery (29)",

* "deviceType": "sensorDiscrete",
"title": "Fibaro Button (29)",

In HomeAssistant I can only find the first sensor. I have checked the source code, and as far as I understand the implementation, the sensorDiscrete devicetype is not supported, yet.

Just wanted to ask, if there are any plans to implement support for sensorDiscrete? I'm not skilled enough in Pyhton / HA to do that on my own.

There is a blueprint to integrate the button via ZWave.js: https://community.home-assistant.io/t/z ... -08/300945
Would love to get it working with ZWay.me, also.

I have attached the sensorDiscrete.json, that is reported from the devices call.

Re: Fibaro Button in HomeAssistant

Posted: 04 Apr 2023 03:26
by PoltoS
Good point, we will add it to the roadmap. Should not be hard

Re: Fibaro Button in HomeAssistant

Posted: 08 Apr 2023 18:38
by DHobbes
Thank you for looking into this.