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

Develco MOSZB-153: Fix illuminance reporting & unlock LED, timeout control #8223

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

HowmationFr
Copy link
Contributor

@HowmationFr HowmationFr commented Oct 30, 2024

This pull request makes several improvements to the Develco MOSZB-153 device definition added yesterday.

1. Reduced excessive illuminance reporting

  • Adjusted the illuminance reporting configuration by setting min: 60, max: 3600, and change: 500. This reduces the frequency of illuminance reports, minimizing unnecessary network traffic and improving performance.

2. Enabled led control and occupancy timeout settings

  • Corrected the software build ID checks from >=3 and >=4 to >=2. This change unlocks the LED indicator control (led_control) and occupancy timeout (occupancy_timeout) features for devices with firmware version 2 or higher, which were previously inaccessible.

3. Updated IAS zone attributes

  • Streamlined the IAS zone attributes by including only 'alarm_1' in zoneAttributes. Removed 'battery_low' and 'tamper' attributes.

These changes improve the functionalities and user experience of the Develco MOSZB-153 within Zigbee2MQTT by providing better control over device features and reducing unnecessary network load.

…& occupancy timeout control

Adjusted the illuminance reporting configuration to reduce excessive reports by setting appropriate min, max, and change values. Corrected the software build ID checks from >=3 and >=4 to >=2, enabling LED indicator control and occupancy timeout settings for devices with firmware version 2 or higher. Also updated IAS Zone attributes to include only 'alarm_1', removing unnecessary attributes.
@HowmationFr HowmationFr changed the title Develco MOSZB-153: Fix illuminance reporting & unlock LED & timeout control Develco MOSZB-153: Fix illuminance reporting & unlock LED, timeout control Oct 30, 2024
src/devices/develco.ts Outdated Show resolved Hide resolved
@Koenkk Koenkk merged commit f5c73fb into Koenkk:master Oct 31, 2024
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Oct 31, 2024

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants