Closed snicker closed 2 years ago
👋 Hey @snicker!
It looks like you copied the contents of a logfile. Please attach it as a file instead, so it is easier to work with.
Note: You can just drag & drop files into the textbox. Just make sure to use a supported file extension like .log
or .txt
I'm running zwavejs in a homeassistant addon container- I'm not sure how to access a log file to download. I can get a shell on the container but I'm also not sure where the log file is located in the filesystem. can provide if that information is readily available. These docs don't seem to indicate where to find it either
https://zwave-js.github.io/node-zwave-js/#/troubleshooting/index
I am guessing that the configuration for this device is not set up to respond to double and triple tap notifications:
Device config files aren't used for scenes, the device reports that it supports them. A config file setting is only required for Basic Set events, but that doesn't look to apply here.
I'm running zwavejs in a homeassistant addon container- I'm not sure how to access a log file to download.
HA-related topics are in HA docs: https://www.home-assistant.io/integrations/zwave_js/, and for logs specifically: https://www.home-assistant.io/integrations/zwave_js/#how-to-access-the-z-wave-logs.
There is no log file for the official add-on. You can capture logs as indicated above, and click the download button for the file, or copy and paste the text into a file, and attach here. You should be using Debug log level and capturing the logs when you are trying to use the device.
Well, after further research I think I'm going to close this ticket. It does appear that earlier versions of the NZW30 do not have scene support :
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 Z-Wave JS UI (formerly ZwaveJS2MQTT)?
NO, my problem is NOT within Z-Wave JS UI
Checklist
[X] I have checked the troubleshooting section and my problem is not described there.
[X] I have read the changelog and my problem was not mentioned there.
Describe the bug
What causes the bug?
I am guessing that the configuration for this device is not set up to respond to double and triple tap notifications: https://github.com/zwave-js/node-zwave-js/blob/master/packages/config/config/devices/0x0312/nzw30.json
What do you observe?
No central scene notifications are logged when the switch is double/triple tapped
What did you expect to happen?
Central scene events should be generated by this device
according to Inovelli, these switches should generate up to 5x taps.
https://support.inovelli.com/portal/en/kb/articles/faq-s-button-mapping-for-scene-control#NZW30-S_-_Gen_1_OnOff_Switch
Device information
Manufacturer: Inovelli Model name: NZW30 Node ID in your network: 6
How are you using
node-zwave-js
?zwave-js-ui
(formerlyzwavejs2mqtt
) Docker image (latest)zwave-js-ui
(formerlyzwavejs2mqtt
) Docker image (dev)zwave-js-ui
(formerlyzwavejs2mqtt
) 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)Which branches or versions?
version: 0.1.74
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?
This device did have double tap support under openzwave
Attach Driver Logfile