FGBS-001 Universal Sensor stopped working with upgrade to RaZberry 7 Pro

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
ml_zway
Posts: 8
Joined: 23 Apr 2019 23:25

FGBS-001 Universal Sensor stopped working with upgrade to RaZberry 7 Pro

Post by ml_zway »

Hello,

I switched to a RaZberry 7 Pro and my FGBS-001 Universal Sensor is no longer sending reports when IN1 changes. The logs show the below:

[2023-03-17 10:12:59.022] [D] [zway] SETDATA devices.41.data.lastReceived = 0 (0x00000000)
[2023-03-17 10:12:59.023] [W] [zway] Ignoring Set packet recieved on lower security scheme Plain text than our highest S0 (acceptSetSecurityLevel is not set)
[2023-03-17 10:12:59.023] [E] [zway] Error returned from (returnStatus = _zway_cc_call_handler(zway, instance, node_id, data[3], length - 4, &data[4])): Function class not supported by the hardware (-4)

In another post (Binary sensor is always off), I tried mapBasicSetToSpecificReport=true which didn't seem to change anything. I also saw: Most likely you need to enable the option to "accept report commands without encryption"

Which seems reasonable but I'm not sure how to do that ? Or is there anything else I can try other than upgrading to a Smart Implant.

Thanks for your help,
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: FGBS-001 Universal Sensor stopped working with upgrade to RaZberry 7 Pro

Post by PoltoS »

you also need acceptUnsecureSet to be 0. Please use the Expert UI > Configuration > Expert Commands > (on the bottom) to configure this
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: FGBS-001 Universal Sensor stopped working with upgrade to RaZberry 7 Pro

Post by PoltoS »

This is not because of RaZberry 7, but due to the Z-Way upgrade - not it is more strict with unsecure commands
ml_zway
Posts: 8
Joined: 23 Apr 2019 23:25

Re: FGBS-001 Universal Sensor stopped working with upgrade to RaZberry 7 Pro

Post by ml_zway »

Perfect, thank you:

Configuration | Expert Commands | Device Settings
mapBasicSetToSpecificReport=true
acceptSetSecurityLevel=0

I am now receiving the events.
Post Reply