You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After latest update the values of sensitivity settings are presented as decimals in Z2M.
This causing a spam in HA log that the values are not valid.
However in MQTT entities the values are correct.
Also devices seems to work properly but this is not right. I think tuya.valueConverter should not have changed.
Registratore: homeassistant.components.mqtt.number
Fonte: components/mqtt/number.py:182
Integrazione: MQTT (documentazione, problemi)
Prima occorrenza: 00:00:32 (531 occorrenze)
Ultima registrazione: 06:53:41
Invalid value for number.presence_24ghz_occupancy_sensitivity: 20 (range 1.0 - 10.0)
Invalid value for number.presence_24ghz_occupancy_sensitivity: 80 (range 1.0 - 10.0)
Invalid value for number.presence_24ghz_motion_sensitivity: 30 (range 1.0 - 10.0)
Invalid value for number.presence_24ghz_motion_sensitivity: 100 (range 1.0 - 10.0)
Invalid value for number.presence_24ghz_occupancy_sensitivity: 100 (range 1.0 - 10.0)
Adapter
SONOFF Zigbee 3.0 USB Dongle Plus-P
Versione Zigbee2MQTT
[1.41.0]
What happened?
After latest update the values of sensitivity settings are presented as decimals in Z2M.
This causing a spam in HA log that the values are not valid.
However in MQTT entities the values are correct.
Also devices seems to work properly but this is not right. I think tuya.valueConverter should not have changed.
Current:
[106, 'motion_sensitivity', tuya.valueConverter.raw],
[111, 'occupancy_sensitivity', tuya.valueConverter.raw],
Before:
[106, 'move_sensitivity', tuya.valueConverter.divideBy10FromOnly],
[111, 'presence_sensitivity', tuya.valueConverter.divideBy10FromOnly],
What did you expect to happen?
No log spam
How to reproduce it (minimal and precise)
Update to latest release
Zigbee2MQTT version
1.41.0-1
Adapter firmware version
20240710
Adapter
SONOFF Zigbee 3.0 USB Dongle Plus-P
Setup
Add-on in HAOS in Proxmox on Intel NUC
Debug log
No response
The text was updated successfully, but these errors were encountered: