#Create a catalogue page for devices supported by ZHA?

1 messages · Page 1 of 1 (latest)

carmine peak
#

I have been using the Bosch Thermostat 2 for some time now. This device seems to be very sensitive to using the best channel possible or will else lose connection. I've never had these kinds of issues with other devices. Seems like other people had similar experiences somewhere in the forum. Can't find the thread right now. Anyway, in the PR people are complaining about it as well

https://github.com/zigpy/zha-device-handlers/pull/2808

It took me quite some time to get it to work correctly. So I was thinking it would be nice to have a dedicated page for devices supported by ZHA, including their current state of support (ready, WIP, or n/a) with maybe a link to the PR and one dedicated support thread or instructions how to get it to work. Instead of having multiple threads in the forum, there would be one single source of truth. The community could add their experiences with devices and maybe rate them etc.

Thoughts?

idle moat
#

Unfortunately this is very difficult and would take a team of dedicated supporters to do if it was even possible. ZHA supports (at least basic functions) on any spec compliant device, so no quirk/device handler is needed. So you can’t even use the quirks as a definitive list. There have been some work on getting additional data from devices into diagnostics. This as allowed quirks to basically test against a virtual device (I believe) but if this device information is somehow collected and submitted to a central location it may be able to create a list of known working devices. (https://github.com/dmulcahey/zha-device-exporter)

carmine peak
#

Pity