Include Futurehome with Zigbee

Hi
Have a thermostat from Futurehome that I can include via Conbee II USB adapter to HA.
But I never get any entities. I have other thermostats that works well, but not this one.

I see that HA recognize the unit at SMART-PLUG and not THERMOSTAT.
Can this be the case?

image

image

Submit a device pull request (if one is not already submitted) as non-standard Zigbee devices need ZHA Device Handlers (also known as “quirks” in ZHA). Read this section in ZHA integration docs to understand why custom ZHA Device Handlers (zha-quirks) need to be developed/written for some but not all Zigbee devices → Zigbee Home Automation - Home Assistant

Note that the reason for this is that official Zigbee specification guidelines are very flexible and it allows for custom non-standard functionalities (those are often added by the product firmware developer as manufacturer-specific clusters and attributes) and those will not be supported and exposed by default in all Zigbee gateway applications out-of-the-box, so the developers of the Zigbee gateway applications therefor first need to add custom Device Handlers (sometimes referred to as custom converters, translators, or interpreters) for each new feature and function for that specific device if they have previously not been exposed in the Zigbee gateway application implementation. This means that basic devices with standard features and functions will normally fully work out-of-the-box in all third-party Zigbee gateway applications, but any custom non-standard functionalities that a manufacturers add to make a device feature unique functions will need custom code to fully work.

For backstory also read this section ZHA integration docs too → Zigbee Home Automation - Home Assistant

More (development) details here → https://github.com/zigpy/zha-device-handlers/blob/a4c15ef5510564d2fe02794be6cfaebc04f7f44b/README.md

PS: Understand that there is always a but, for more advanced features that have not previously been exposed in the ZHA integration then also the device type code of the zha component inside the Home Assistant core needs to be extended with custom functions as well in addition to also adding a ZHA Device Handler (a.k.a. zha quirk) for that specific device. If you are a Python developer see → core/homeassistant/components/zha at dev · home-assistant/core · GitHub

By the way, it looks to be supported in z2m.