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!
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!