Fibaro Button in HomeAssistant

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
DHobbes
Posts: 2
Joined: 03 Apr 2023 09:46

Fibaro Button in HomeAssistant

Post 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.
Attachments
sensorDiscrete.zip
(580 Bytes) Downloaded 56 times
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Re: Fibaro Button in HomeAssistant

Post by PoltoS »

Good point, we will add it to the roadmap. Should not be hard
DHobbes
Posts: 2
Joined: 03 Apr 2023 09:46

Re: Fibaro Button in HomeAssistant

Post by DHobbes »

Thank you for looking into this.
Post Reply