0x5e / homebridge-tuya-platform

Make homebridge-tuya-platform great again.
MIT License
217 stars 67 forks source link

Add Support for Heating Mode #29

Open hattabatatta opened 1 year ago

hattabatatta commented 1 year ago

I have several heating devices (Klarstein) connected to the Tuya App. There I can switch between High and Low heating mode, as it is also possible within the Manufacturers App (which is crap btw) itself. But within Homekit I can only turn then on/off and set the threshold temperature. Adding a feature to switch between the two heating modes would be awesome

0x5e commented 1 year ago

https://developers.homebridge.io/#/service/Thermostat

Here's the homebridge Thermostat characteristic, the HomeKit has it's limitation, it only provides device's basic function. The mode only support off/cold/heat/auto 4 types.

This version aims at bug fixing, stability and support most device types with basic function, maybe the next version I will consider how to support mode switching will be better. Not only heater, but also fan, air conditioner, and many other devices.

hattabatatta commented 1 year ago

I am looking forward to it