I’m currently trying to migrate my connection from openHAB 5.0.3 to Apple Home from the HomeKit Bridge to the Matter Bridge. My first attempt with a Homematic thermostat is yielding incomplete results.
In the detailed view, the current temperature is missing for the object that comes via the matter bridge; instead, the target temperature is displayed again:
So you have 1 item tagged with the current local temperature
matter="thermostat.localTemperature"
But there are no target (heating or cooling) setpoints temp in your config. The README shows a complete example. You should have the current temp and and a item/tag for cooling, heating, or both depending on your device.
System Mode is a manually created item with a static value of 4, as the Homematic device does not have a heating/cooling mode for a pure heating function. For the same reason, no item for Cooling Target Temperature is defined either.
At first glance you are missing the matter system modes (you have them for homekit)
matter=“thermostat.systemMode”, [OFF=0, HEAT=4]
Also If you make changes and they don’t work, post your complete item config so i don’t have to try and construct from multiple posts, will save me a little time
I used the default matter values, which probably aren’t applied to the text configuration. For HomeKit I have to map 4→HEAT. The configuration is done via the interface; the text definitions are from the DSL export.
One more piece of information: To rule out that the problem lies with the Apple HomeKit app, I set up a test server with Home Assistant and Matter Bridge. Everything is displayed correctly there. However, I noticed that the humidity sensor is also missing from the openHAB Matter Bridge binding. It’s not configurable at all.
I’m actually still looking into this, i’m guessing this is probably an issue with the UI based configuration as that is not as well tested as i would like, i was hoping to debug last weekend but ran out of time, its still on my list of things to look at along with a few other matter bridge issues. I’m hoping to get back to it by Friday.