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

DoorLock ConfigurationSet ERROR #238

Open
ripper121 opened this issue Feb 17, 2017 · 6 comments
Open

DoorLock ConfigurationSet ERROR #238

ripper121 opened this issue Feb 17, 2017 · 6 comments
Assignees
Labels

Comments

@ripper121
Copy link

I cant use the DoorLock ConfigurationSet.
This is the actual command:
devices[8].instances[0].commandClasses[98].ConfigurationSet(1,1) <- ends in a Error
devices[8].instances[0].commandClasses[98].ConfigurationSet(1,0,01,1) <- this is how it should be

@PoltoS
Copy link
Member

PoltoS commented Feb 17, 2017

The prototype is zway_cc_door_lock_configuration_set(ZWay zway, ZWBYTE node_id, ZWBYTE instance_id, ZWBYTE opType, ZWBYTE outsideState, ZWBYTE insideState, ZWBYTE lockMin, ZWBYTE lockSec),

so correct is with 5 params!

@PoltoS
Copy link
Member

PoltoS commented Feb 17, 2017

69af9e0

@ripper121
Copy link
Author

Yeah missed a comma, but still the DoorLock ConfigurationSet Button on the Expert UI is not working.

@PoltoS
Copy link
Member

PoltoS commented Feb 17, 2017

have you applied the changes proposed?

@ripper121
Copy link
Author

2017-02-17_1551

This Button is not Working!

@PoltoS
Copy link
Member

PoltoS commented Feb 18, 2017

You have not applied the change I've shown. It is not in release yet, it is in git only. So please apply it manually to pyzw_zwave_ui.js

@vades vades self-assigned this Mar 21, 2017
@vades vades added the testme label Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants