-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Tuya ZY-M100-24G ('_TZE204_ijxvkhd0') latest update problem #24593
Comments
Hi, Registratore: homeassistant.components.mqtt.number Invalid value for number.presence_24ghz_occupancy_sensitivity: 20 (range 1.0 - 10.0) Adapter |
More details in Koenkk/zigbee-herdsman-converters#8229 |
I believe @ippo112 is working on a fix |
That'd be awesome. There is some some discussion in Koenkk/zigbee-herdsman-converters#8229 about what has not worked. I get the impression that this Tuya device is doing something very odd, so it might need a fix on a higher level to deal with this behavior. |
Partial revert posted in Koenkk/zigbee-herdsman-converters#8272. |
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: