Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.5k stars 1.63k forks source link

BUG - [TS130F] calibration_time not writable #23212

Closed thibp closed 1 day ago

thibp commented 1 week ago

What happened?

I have an issue on latest-dev branch, which is not present on 1.38.0 (docker). The device _TZ3000_1dd0d5yi which is using TS130F template, has calibration_time in read_only mode and cannot be set. If we try to set it via mqtt, we got a converter error.

What did you expect to happen?

No response

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

latest-dev

Adapter firmware version

20211114

Adapter

zStack3x0

Setup

Docker, MQTT, Home Assistant

Debug log

No response

murtas commented 3 days ago

Some motors may, depending on their size, weight and wear, take longer to open than to close. The calibration_time is often used to adjust for the difference open/close times.

The upgrade of zigbee2mqtt from v1.38.0 to v1.39.0 broke my automations.

I think the issue was introduced in https://github.com/Koenkk/zigbee-herdsman-converters/commit/940dffe7739b2cb10f4e024dc8401b39c8307488 (change from ea.state.ALL to ea.STATE)