-
Notifications
You must be signed in to change notification settings - Fork 88.6k
ICP-3923 GoControl Integrations #2927
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
Conversation
| fingerprint mfr: "0060", prod: "0001", model: "0003", deviceJoinName: "Everspring Motion Sensor" // Everspring HSP02 | ||
| fingerprint mfr: "011A", prod: "0601", model: "0901", deviceJoinName: "Enerwave Motion Sensor" // Enerwave ZWN-BPC | ||
| fingerprint mfr: "0063", prod: "4953", model: "3133", deviceJoinName: "GE Portable Smart Motion Sensor" | ||
| fingerprint mfr: "014F", prod: "2002", model: "0203", deviceJoinName: "Linear PIR Motion Sensor" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So... The device supports temperature. I noticed that it works fine with the Z-Wave Plus Motion/Temp Sensor, if state.sec gets set to 0 (it defaults to secure if state.sec is undefined -- I tested with an installed() that set state.sec-0). Maybe we could not use state.sec and just read the z-wave raw data for 's' and use this fingerprint with that DTH?
cc: @mckeed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that's the old method of checking security I think. It's what got us in trouble with the Fibaro Smoke Sensor.
Update security handling
|
Moved the PIR sensor and updated the security handling. |
|
@dkirker ping |
|
the non-fingerprint change is in zwave-plus-motion-temp-sensor.groovy |
No description provided.