node-zwave-js: [Bug]: Fibaro nodes do not sent button events

Contact Details (optional)

No response

What happened?

I cannot recall which version update this caused. But the controller node as the devices nodes do no report physical button presses anymore. So this means when I use my physical switch (for example the kitchen) it does not report this to nodered.

So the situation was, the UI dashboard (and homekit) got synchronised when using the physical button because it would trigger a value change. This is not happening anymore, cause no value change event is sent. I really cannot recall when this issue was introduced.

How to reproduce?

Use the physical switch and see that it does not create a value change event.

Version

6.1.1 and 6.2.0

Node-RED Version

2.0.6

What hardware are you seeing the problem on?

Raspberry Pi

Relevant Z-Wave-JS log output

None thats the problem :)

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 51 (29 by maintainers)

Most upvoted comments

Yes, did some testing all seem to reporting ok. Will keep the config in the test dir until an update. Thx all.

Alternative attempt: @zwave-js-bot add compat flag to 0x010f:0x0402:0x1002:2.2

// The device sends reports from endpoint 1 un-encapsulated
mapRootReportsToEndpoint: 1

@zwave-js-bot add compat flag to 0x010f:0x0402:0x1002:2.2

// The device has two switch endpoints but they are not needed
preserveRootApplicationCCValueIDs: true,
preserveEndpoints: []