Replies: 3 comments 7 replies
-
Please post a silly level log, we need to check what's going on at the low level. cc @AlCalzone |
Beta Was this translation helpful? Give feedback.
6 replies
-
Here you go. I didn't realize that what I posted above is only the zw2m log. Daniel sorted me on how to see the driver logs in the debug window. Looking at the file for Node 48, I don't see any driver traffic related to the above zw2m traffic (but I may have missed it). Weird. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don’t currently, but it is possible – I’ve played with that some. However, it probably would have been on (or off) for a long time, not just a couple of minutes. Of course, I can always run another set of tests if you’d like.
All truths are easy to understand once they are discovered. The point is to discover them.
…-- Galileo
From: AlCalzone ***@***.***
Sent: Friday, August 06, 2021 12:23 PM
To: zwave-js/zwavejs2mqtt
Cc: Shane Taylor; Author
Subject: Re: [zwave-js/zwavejs2mqtt] Zooz ZSE19 Siren/Chime Sound Switch Question (#1541)
Do you have any filters on - like for node 48? I see a bunch of traffic that's not "explained" in the log - some of which might be Sound Switch related.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1541 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABBVEO3DOS6O2D656UQWN5LT3RAD7ANCNFSM5BSVY3ZQ> . <https://github.com/notifications/beacon/ABBVEO4SJADKFA3G2VWOZKLT3RAD7A5CNFSM5BSVY3Z2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAIWRIA.gif>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi (I posted this same question on the zwave-js Git discussion board, but it may be more applicable here)
Env: Home Assistant ZWave JS Integration for Websocket connection to zwavejs2mqtt Add On for Control Panel only.
I have the subject device, which presents in HA as a binary switch for the Siren (works perfectly) and a NOTHING for the Chime. Both Siren and Sound Switch are implemented in the device and are independent. The SS section in the zwavejs2mqtt Control Panel provides the following four parameters: Default Volume, Default Tone ID, Play Tone (a list of sounds in the device at 5 seconds only), and Volume (Volume only provides two options: Default and Custom - but you can't enter a number - this could be a CP issue.)
Using the CP, I can select a sound in the Play Tone parameter and sound that Chime, at the volume I set in the Default Volume parameter.
I have two issues:
(1) After setting a Default Volume (which it does play at) and a Default Tone ID, whenever I have to refresh the page (or after some time, I don't know which), these values reset to 100% and 1, respectively. Should they not be static and reflect what is stored in the device? It appears the device reverts as well. What could be going on here?
(2) I'm not sure how exactly to use the Sound Switch in HA in an automation, although the following works to play a tone, I've been unsuccessful in using similar code to set the Default Volume or any other parameters. I also thought that SS allowed for setting Tone and Volume during the call. Perhaps this is a HA shortcoming, idk.
I realize some of this may not be the result of the library, but I'm just trying to get my head around what's going on and how best to make this work. Any advice would be appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions