Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inovelli LZW36 - Fan turning off after 2h10m (just like #2159) #3594

Closed
3 of 11 tasks
itpeters opened this issue Oct 25, 2021 · 5 comments
Closed
3 of 11 tasks

Inovelli LZW36 - Fan turning off after 2h10m (just like #2159) #3594

itpeters opened this issue Oct 25, 2021 · 5 comments
Projects

Comments

@itpeters
Copy link

Is your problem within Home Assistant (Core or Z-Wave JS Integration)?

NO, my problem is NOT within Home Assistant or the ZWave JS integration

Is your problem within ZWaveJS2MQTT?

NO, my problem is NOT within ZWaveJS2MQTT

Checklist

Describe the bug

What causes the bug?

I have an Inovelli LZW36 Red Series Fan + Light Switch that was previously working correctly with Hubitat. I excluded the device and included it via the Z-Wave JS addon in HA. I have also since tried excluding the device, resetting it, and then reincluding it.

What do you observe?

The fan turns off by itself after 2 hours and 10 minutes.

What did you expect to happen?

The fan to remain on after being turned on until turned off.

Steps to reproduce the behavior:

  1. Turn on the fan via HA.
  2. Wait for 2 hours and 10 minutes.
  3. The fan turns off.

Device information

Manufacturer: Inovelli
Model name: LZW36
Node ID in your network: 41

How are you using node-zwave-js?

  • zwavejs2mqtt Docker image (latest)
  • zwavejs2mqtt Docker image (dev)
  • zwavejs2mqtt Docker manually built (please specify branches)
  • ioBroker.zwave2 adapter (please specify version)
  • HomeAssistant zwave_js integration (please specify version)
  • pkg
  • node-red-contrib-zwave-js (please specify version, double click node to find out)
  • Manually built from GitHub (please specify branch)
  • Other (please describe)

Which branches or versions?

Home Assistant Z-Wave JS addon version: 0.1.45
Z-Wave JS Server: 1.10.7
Z-Wave JS: 8.4.1

Did you change anything?

no

If yes, what did you change?

No response

Did this work before?

Don't know, this is a new device

If yes, where did it work?

No response

Attach Driver Logfile

zwave_js.log

@zwave-js-bot zwave-js-bot added this to Needs triage in Triage Oct 25, 2021
@itpeters
Copy link
Author

The LZW36 firmware is version 1.34.

The attached log captures turning the fan on. This section:

2021-10-25T23:45:48.331Z DRIVER » [Node 041] [REQ] [SendDataBridge]
                                  │ source node id:   1
                                  │ transmit options: 0x25
                                  │ route:            0, 0, 0, 0
                                  │ callback id:      238
                                  └─[Security2CCMessageEncapsulation]
                                    │ sequence number: 73
                                    └─[MultiChannelCCCommandEncapsulation]
                                      │ source:      0
                                      │ destination: 2
                                      └─[SupervisionCCGet]
                                        │ session id:      27
                                        │ request updates: true
                                        └─[MultilevelSwitchCCSet]
                                            target value: 255

looks the same as the problematic component of #2159. Combined with the matching time frame, I suspect it's the same issue.

I did see in https://github.com/zwave-js/node-zwave-js/blob/master/CHANGELOG.md the following fix from 8.6.0:

Avoid force-adding Supervision support, remove encapsulation CCs from list of mandatory CCs

If this is potentially related or the cause of the regression, I can turn my attention to getting the HA addon updated.

@kpine
Copy link
Contributor

kpine commented Oct 26, 2021

You can also re-include the device without security, if you need a quick fix.

@AlCalzone
Copy link
Member

8.5.1/8.6.0 should fix this.

@AlCalzone
Copy link
Member

If not, please reopen with fresh logs after re-interviewing the device on the latest version.

Triage automation moved this from Needs triage to Closed Oct 27, 2021
@itpeters
Copy link
Author

itpeters commented Nov 5, 2021

Thanks @AlCalzone + @kpine. After updating today and re-interviewing the device, everything is working perfectly again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Triage
Closed
Development

No branches or pull requests

3 participants