-
-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): disable Supervision for Zooz ZSE11 (#6990)
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,6 +133,16 @@ | |
] | ||
} | ||
], | ||
"compat": { | ||
"commandClasses": { | ||
"remove": { | ||
// The wakeup destination cannot be set using Supervision, resulting in missing wakeup reports | ||
"Supervision": { | ||
"endpoints": "*" | ||
} | ||
} | ||
} | ||
}, | ||
"metadata": { | ||
"inclusion": "Put your Z-Wave hub into inclusion mode and click the Z-Wave button 3 times as quickly as possible. The LED indicator will start blinking to confirm inclusion mode and turn off once inclusion is completed. The sensor will automatically pair as a repeater if connected to USB power, no special button sequence required", | ||
"exclusion": "1. Bring the sensor within direct range of your Z-Wave gateway (hub).\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? [email protected]).\n3. Press and release the Z-Wave button 3 times quickly.\n4. Your hub will confirm exclusion and the sensor will disappear from your controller's device list", | ||
|
2e57702
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.
Don't see how this is related, but I'm not getting Luminance and humidity after updating to 13.0. But device is reporting via zniff. Also Temp seems to ignore I have set to F Device is on USB power.
2e57702
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.
@apella12 Same problem for me, I've lost humidity and luminescence values in the sensor reporting.
Re-interviewing the device is not restoring this information.
I also have to resend the configuration to use F for temperature, defaults to reading C after any re-interview attempts.
From the one sensor I did NOT update, these appear in the Debug Info as values:
2e57702
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.
Update: This is fixed with Release v13.0.1. This just came through Home Assistant as an update. Patch notes noted a regression issue.
2e57702
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.
Thanks for the update. I did not have time to fully investigate and file an issue. Hoped @AlCalzone would see this. I did discover it was bigger than just this. I had a fibaro motion that stopped reporting luminance too. Suspected the multisensor class.
2e57702
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.
Correct, that was broken by #6927 and fixed in v13.0.1