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
Hello, I am a developer of Zigbee library for ESP32 Arduino core. I am always testing the libraries new features with the HomeAssistant ZHA integration. Myself + other community members have issues to see AnalogInput and WindSpeed entities.
When I connect the device, that have both AnalogInput + AnalogOutput clusters, only the output one is shown as "number" and the input is no-where. Same is with The WindSpeed sensor. I am new to HA (zha), do I need some custom quirks or anything else can help? When I reached in the zigpy code, there are both WindSpeed and AnalogInput classes.
If anyone can help with this please or point me to any source or tutorial what needs to be done, you will help a lot of other DYI Zigbee makers.
Additional info: When I click "reconfigure", the AnalogInput cluster is there, but its not bound and reporting.
I can read the analogInput value, if I click on manage device and read the present_value from the AnalogInput cluster.
Thanks in advance
Solution description
The clusters should be recognized and configured automatically without a need for custom quirk.
All other clusters we support now work without any additional config (temp, hum, pressure, co2, flow sensors; window covering; IAS Zone; Lights ...).
Thank you for quick response. I will take a look and can open a PR for the WindSpeed sensor support.
About the Analog Input, is there any expected time it will be merged and included in next release? Thanks
Problem description
Hello, I am a developer of Zigbee library for ESP32 Arduino core. I am always testing the libraries new features with the HomeAssistant ZHA integration. Myself + other community members have issues to see AnalogInput and WindSpeed entities.
When I connect the device, that have both AnalogInput + AnalogOutput clusters, only the output one is shown as "number" and the input is no-where. Same is with The WindSpeed sensor. I am new to HA (zha), do I need some custom quirks or anything else can help? When I reached in the zigpy code, there are both WindSpeed and AnalogInput classes.
If anyone can help with this please or point me to any source or tutorial what needs to be done, you will help a lot of other DYI Zigbee makers.
Additional info: When I click "reconfigure", the AnalogInput cluster is there, but its not bound and reporting.
I can read the analogInput value, if I click on manage device and read the present_value from the AnalogInput cluster.
Thanks in advance
Solution description
The clusters should be recognized and configured automatically without a need for custom quirk.
All other clusters we support now work without any additional config (temp, hum, pressure, co2, flow sensors; window covering; IAS Zone; Lights ...).
Screenshots/Video
Screenshots/Video
Device signature
Device signature
Diagnostic information
Diagnostic information
Logs
Logs
Custom quirk
No custom quirk
Additional information
Same applies to the WindSpeed sensor device.
cc @me-no-dev
The text was updated successfully, but these errors were encountered: