unfoldedcircle/integration-home-assistant

Climate entity: verify hvac_mode feature mapping

Opened this issue · 2 comments

zehnm commented

Test that the hvac_mode features are correctly mapped:

  • off
  • heat
  • cool
    It's implemented based on the HA docs, but not fully tested with real devices.

https://developers.home-assistant.io/docs/core/entity/climate#hvac-modes

I've tested with Heatit thermostat and heat and off works. Other modes are not supported on my device.

I tested with Homematic IP, Off and Heat works, but I can't set it to Auto which ist what you want to use most of the timw with these so they work independently with the preprogramed heating times, even when HA or the Homematic hub is down. So for now I can disable heating or set it to a fixed temperatue.

I only tested with the emulator of the linux-vm as I don't have the real remote yet.