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

Events for Scene Activation is ignored #514

Closed
hartmark opened this issue Dec 13, 2020 · 9 comments
Closed

Events for Scene Activation is ignored #514

hartmark opened this issue Dec 13, 2020 · 9 comments

Comments

@hartmark
Copy link

hartmark commented Dec 13, 2020

I have several Fibaro Dimmer 2 and I have trouble of getting the scene activation to work if I press the S2-switch.

I have found this thread:
https://forum.z-wave.me/viewtopic.php?t=25984

But nothing gets shown in the "trap events.. " setting page after spamming the buttons.

image

I see the event getting shown in the sniffer but nothing more happens from what I can see. Does anyone have any more troubleshooting hints for me?

PS. I tried to sign up for the forum at z-wave.me but I'm stuck at verify account as the email doesn't get sent.
My account name is "harre" and email "mail@h**k.se"

@PoltoS
Copy link
Member

PoltoS commented Dec 13, 2020

This is a know issue caused by increased security in Z-Way. By the protocol Z-Way should not react on Set commans on levels other than the most secure.

In next v3.1.2 we have solved this by individually allowing unsecure or S0 secure Set commands. Please wait for the next release and there will be a fix for it by doing /JS/Run/zway.devices[NNN].data.acceptSetSecurityLevel = 0x80;

@PoltoS PoltoS closed this as completed Dec 13, 2020
@hartmark
Copy link
Author

Thanks for the quick response.
Is there any pre-release version I can try out or how can I install a developer build?

@PoltoS
Copy link
Member

PoltoS commented Dec 14, 2020

@hartmark
Copy link
Author

Thanks for the build, I didn't get any different behavour though. I see that the filename contains 3.1.1 so is this really a development build of 3.1.2?

@PoltoS
Copy link
Member

PoltoS commented Dec 19, 2020

Have you done this?

In next v3.1.2 we have solved this by individually allowing unsecure or S0 secure Set commands. Please wait for the next release and there will be a fix for it by doing /JS/Run/zway.devices[NNN].data.acceptSetSecurityLevel = 80;

@hartmark
Copy link
Author

hartmark commented Dec 20, 2020

Have you done this?

In next v3.1.2 we have solved this by individually allowing unsecure or S0 secure Set commands. Please wait for the next release and there will be a fix for it by doing /JS/Run/zway.devices[NNN].data.acceptSetSecurityLevel = 0x80;

How do I do that? I'm a bit green on how the project is composed :/

@PoltoS
Copy link
Member

PoltoS commented Dec 20, 2020

Please go to page 192.168.X.Y:8083/JS/Run/zway.devices[15].data.acceptSetSecurityLevel = 0x80 (change X.Y to the correct IP)

@hartmark
Copy link
Author

Cool, I got event's filled in the "Trap events from Remotes and Sensors" app and also they are created on the "Elements" page.

The only gotcha that took me a couple of minutes to realize was that the Scene ID in the event was the hex-value and the name of the element was the decimal-value.

Perhaps a small 0x17 would have made it more clear?

Scene Activation set event:
image

I get this element:
"Fibaro (15.0.0.23) Button"

I guess there will be a more easier accessable way to set the acceptSetSecurityLevel in the future in the expert-gui somewhere

@PoltoS
Copy link
Member

PoltoS commented Sep 14, 2023

Now acceptSetSecurityLevel as well as other configurations is available in the Expert UI under Configuration > Expert Commands

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

No branches or pull requests

2 participants