-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
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
Presence sensor error message when changing value of configuration entity #130218
Comments
Same issue with TS0601 by _TZE204_ya4ft0w4. I'm using quirk from this device support request to run it. |
I guess something happened after October update... same issue with _TZE204_ya4ft0w4 here |
I am also running the TZE204_ya4ft0w4 with a custom quirk and the latest update has stopped the sensor for working with the same cast int issue documented above. |
Further investigation shows, in my case, that the value of the target configuration parameter is changed only momentarily, reverting to the previous value. Effectively I cannot control the configuration parameters of the presence sensor either manually or YAML. |
same issue here with TZE204_qasjif9e :( |
Confirming same issue on TZE204_qasjif9e, quirked with ts601_motion.TuyaMmwRadarOccupancyVariant2, running HA on RPI4, issue cripples sensor configuration on: core_2024.11.1, core_2024.11.2 and core_2024.11.3... |
See zigpy/zha-device-handlers#3520 for progress on a solution |
When filling out the issue template in the future, please provide the "Link to integration documentation on our website". Otherwise, we aren’t notified of the issue until a maintainer manually adds the ZHA integration label. |
Hey there @dmulcahey, @Adminiuga, @puddly, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) zha documentation |
I believe this may be fixed by zigpy/zha#267. |
I think zigpy/zha-device-handlers#3546 should resolve this. |
Yeah, it was a regression in zha-quirks and should be fixed with HA Core 2024.12. |
The problem
Changing the value of a configuration entity (e.g. number.presence_bed1_number_sensitivity) for a presence sensor (TS0601
by _TZE204_qasjif9e) throws an error message: "Failed to convert attr_value=57000.0 from type <class 'zigpy.types.basic.Single'> to int | str". Either in YAML or manually, the requested change is implemented despite the error message. The execution of a script continues.
What version of Home Assistant Core has the issue?
core-2024.11.1
What was the last working version of Home Assistant Core?
core-2024.11.0
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: