panhans / HomeAssistant

Home Asisstant related stuff like blueprints for automations and scripts.
90 stars 25 forks source link

External temperature for arbitrary thermostat #17

Closed JN-Jones closed 9 months ago

JN-Jones commented 11 months ago

I'm using Aqara E1 Thermostats which unfortunately don't have the required entities by the heating control blueprint. There seems to be some way to set an external sensor on the device but zha doesn't support it at all and zigbee2mqtt only with a few tricks. After looking a bit through the blueprint I thought about adding the calculated offset_new on the calculated temperature setpoint (which is probably what internally happens anyways when a thermostat has an offset entity). This is probably not an ideal solution and might lead to a constant readjustment of the temperature setpoint though.

panhans commented 10 months ago

Thank you for your thoughts. Had this discussion with a user some time ago. I will add this to the feature list and will start implementing this when the new version gets its finale state.

panhans commented 9 months ago

Implemented in v4

46