dadge / awesome_thermostat

An awesome thermostat with preset mode management + windows opening management + activity sensor management
MIT License
50 stars 8 forks source link

Can this be used with MQTT thermostat? #15

Open tigers75 opened 11 months ago

tigers75 commented 11 months ago

Describe the bug

If I try to setup the awesome thermostat with an MQTT climate I get an error, since it does not accept the "platform" property. Is there a way to adapt it to an MQTT climate entity?

erict-powersoft commented 11 months ago

My thermostat gets it's temperature from an MQTT sensor with no issues. My temperature sensor is defined in configuration.yaml as: mqtt: sensor:

and the thermostat as: climate:

tigers75 commented 11 months ago

That's not a MQTT thermostat, but a generic thermostat that gets the temperature from a MQTT entity. That's not the same thing. Some thermostats are just exposed to HA like that, and I cannot change it.

erict-powersoft commented 11 months ago

OK, misunderstood your question then.

rVlad93 commented 7 months ago

Can this be added? I have a Moes Zigbee thermostat and a Nest one. It would be awesome if we could use the existing climate entity, not just the temperature sensor. I think what he means is this integration would control the thermostat, not a separate relay in HA.