I mostly use HomeKit now for my dashboard and realized I was missing our main thermostat (for our Fujitsu Mini-Split).
I tried adding it from the HomeKit Bridge, but unfortunately, it doesn’t appear in the list. So I wonder if there’s something that needs to be added to the driver to make it available?
Others (Sinopé via community driver) are available in the Bridge:
Sensor isn't a "functional" Capability and neither is "Actuator". Either are used as a possible Selector when users pick devices. It's correct to include Sensor because the device does sense temperature. But it's the TemperatureMeasurement that did the trick.
Looking at the documentation, TemperatureMeasurement has no commands and duplicates the Temperature Attribute found in Thermostat. This means just adding it is all that's needed, no coding to parse incoming commands, etc.