OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

Problem with FGS-224 S2 state #2573

Open 03397 opened 3 years ago

03397 commented 3 years ago

I have added a Fibaro device FGS224 in my zwave network which is a double relay. It is the successor of fgs223 It has two individual loads controlled two switches S1 and S2. The states of both switches are sent to the gateway correctly when they are operated by the software. The state of S1 is also sent to the gateway when it is operated using the switch. But when I try to operate S2 using the actual switch its state is never updated. I changed the association to group 1 {"association": "remove", "node_id": 44, "group": 1, "target_node_id":1} and then {"association": "add", "node_id": 44, "group": 1, "target_node_id":1, "instance":1} After that the state of S2 is sent correctly but the state of S1 is not i.e it is reversed. I have tried to add it in secure mode but nothing changes.

lucode commented 3 years ago

Similar issue here with FGS224 with latest OpenZWave version: 0.9.1. in HA (OZW 1.6.1789). But in my case I assume that the issue is caused by the faulty association/inclusion in encrypted mode. image

In the image one can see that Instance 1 is secured Instance 2 not. With the other Fibaro switches both are secured (encrypted). -suppose this is a bug.

03397 commented 3 years ago

Have you tried in adding it in unsecure?

gxapplications commented 1 year ago

Hello ! With last version, always the same problem, association is unsecure for me, have to use a poll to bypass...