apetrycki / daikinskyport

API for accessing a DaikinOne+ Thermostat
59 stars 26 forks source link

Outdoor Power should be zero in state 5 #112

Open dualtronic opened 2 months ago

dualtronic commented 2 months ago

Please set Outdoor Power to zero when status=5 (bogus data). Currently there is a condition that checks for this, but only sets Indoor Power to zero. It should also set the outdoor power to zero in this condition:

https://github.com/apetrycki/daikinskyport/blob/7ea0be1dc5b7e6e5b64943327e151ff02819da5e/custom_components/daikinskyport/daikinskyport.py#L242

apetrycki commented 2 months ago

Duplicate of #110