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

feat(config): update Zooz ZSE11 with 800LR specific params #7537

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hceuterpe
Copy link
Contributor

PR description here
Zooz ZSE11 had multiple param updates with the 800LR revision. Pulled information from firmware changelog, device's advanced settings page and the ZWA link

@zwave-js-assistant zwave-js-assistant bot added the config ⚙ Configuration issues or updates label Jan 10, 2025
Copy link
Member

@AlCalzone AlCalzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. This will need a few changes for consistency and reducing visual clutter.

packages/config/config/devices/0x027a/zse11.json Outdated Show resolved Hide resolved
Comment on lines -11 to +23
"zwaveAllianceId": 4152
"zwaveAllianceId": [
{
"$if": "firmwareVersion >= 2.0",
"value": 5112
},
4152
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't work. Just put both numbers in the same array.

packages/config/config/devices/0x027a/zse11.json Outdated Show resolved Hide resolved
Comment on lines +102 to +106
{
"#": "21",
"$if": "firmwareVersion >= 2.0",
"label": "Light Sensor Checking Interval",
"description": "Set the frequency interval for lux value verification. This is how often the sensor will probe the environment for lux value changes. NOTE: a report will be sent ONLY if the value has changed by the threshold value set in Parameter 185 as compared to the most recent report.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding this parameter and the following: Zooz parameter descriptions are terribly verbose and tend to repeat themselves in the label, description and option labels. We prefer keeping things short since they will be displayed on constrained UIs.

Ideally align these with how I did it in this PR, so we can extract them into templates in a followup PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config ⚙ Configuration issues or updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants