Hi all,
I’m having a rough time setting up what I thought would be a simple configuration.
I’m not new to using Linux either, so I thought this would be easier…
I have 2 products:
FIBARO System FGPB101 Button (Aka “The Button”)
Popp 012501 Strike Lock Control (Electric Strike Controller)
My intention was to have a ‘simple automation’ to press/hold the button and have the door buzzer activate. This, however, seems like a lot to ask for.
Firstly:
-Running a Raspberry Pi 1, works well.
-Setup HA using the HASS Image
-Interfacing Z-Wave using Aeotec Z-Stick Gen5
-I have paired both the devices to my Pi
-All are reporting in HA/OZW.
This is where I am having trouble…
The Button:
I am confused as to how to interpret the Fibaro Button commands to an action (And I’m very new to Home Assistant, so please bear with me).
The 4 button entities shows up in HA as:
sensor.fibaro_system_fgpb101_button_alarm_type_2_0
sensor.fibaro_system_fgpb101_button_alarm_level_2_1
sensor.fibaro_system_fgpb101_button_sourcenodeid_2_2
sensor.fibaro_system_fgpb101_button_burglar_2_10
The Fibaro Button reports into OpenZwave when I click it and I get the following in my OZW_Log.txt:
Detail, Node002, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x02, 0x05, 0x5b, 0x03, 0x20, 0x00, 0x01, 0x8e
Info, Node002, Received Central Scene set from node 2: scene id=1 in 0 seconds. Sending event notification.
Warning, Node002, No ValueID created for Scene 1
I can also see the other functions in OZW.
2 clicks:
Detail, Node002, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x02, 0x05, 0x5b, 0x03, 0x21, 0x03, 0x01, 0x8c
Info, Node002, Received Central Scene set from node 2: scene id=1 in 3 seconds. Sending event notification.
Warning, Node002, No ValueID created for Scene 1
3 clicks:
Detail, Node002, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x02, 0x05, 0x5b, 0x03, 0x22, 0x04, 0x01, 0x88
Info, Node002, Received Central Scene set from node 2: scene id=1 in 4 seconds. Sending event notification.
Warning, Node002, No ValueID created for Scene 1
4 clicks (Initiates ‘Wake Up’ mode, so also lots of other ZW noise):
Detail, Node002, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x02, 0x05, 0x5b, 0x03, 0x48, 0x05, 0x01, 0xe3
Info, Node002, Received Central Scene set from node 2: scene id=1 in 5 seconds. Sending event notification.
Warning, Node002, No ValueID created for Scene 1
5 clicks:
Detail, Node002, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x02, 0x05, 0x5b, 0x03, 0x24, 0x06, 0x01, 0x8c
Info, Node002, Received Central Scene set from node 2: scene id=1 in 6 seconds. Sending event notification.
Warning, Node002, No ValueID created for Scene 1
Click & Hold: A whole lot of HEX functions get output.
The Strike Controller
The strike controller shows up and exposes 4 entities to my HA, but I’m also at a loss as how to interface to a strike/buzz action.
The 4 entities show up as:
sensor.popp_012501_strike_lock_control_alarm_type_5_0
sensor.popp_012501_strike_lock_control_alarm_level_5_1
sensor.popp_012501_strike_lock_control_sourcenodeid_5_2
sensor.popp_012501_strike_lock_control_access_control_5_9
I even contacted POPP support, who advised that I am supposed to have an on/off interface with the device, and the manual shows that there are 3 options that can be set (Parameter 0, 1 and 2), which I assume to be the “Alarm Type”, “Alarm Level” and Source Node ID" respectively.
I am quite sure that the “Access Control” (Aka sensor.popp_012501_strike_lock_control_access_control_5_9
) is my on/off switch, but it only shows up in HA/OZW as a sensor with value 254. I cannot find any reference of how to translate this to an on/off, or force it.
So, here I am…
I’ve read through Home Assistant documentation for days and cant find how to interface this, the best I’ve been able to do is create groups and show the values of 0 on the front page.
I fear that I’ve picked the 2 Z-Wave items that may be the hardest to get working.
I’ve tried to put details here of my setup and configuration, but I can post anything else that would be requested.
Is there anyone that can provide some pointers and/or help?