freitdav / BDRthermostatHA

BDR (Baxi, De Dietrich, Remeha) thermostat custom component integration for Home Assistant
GNU General Public License v3.0
48 stars 21 forks source link

Add support for De Dietrich MPX boiler #9

Closed machv closed 1 year ago

machv commented 1 year ago

When setting up Smart TC app on my phone I noticed that the authentication endpoint is https://remoteapp.bdrthermea.com/user/dedietrich/activate which was missing in the component options, adding this to the available options was enough to successfully authenticate.

Also my boiler does not have an outside temperature sensor and Home Assistant was failing setting up the component in OutsideTemperatureSensor so I added the check whether the value has been sent in the payload.

With these two changes I am able to control my boiler. Thank you for this custom component!