esphome-mitsubishiheatpump/components/mitsubishi_heatpump
Mark Blakeney aa60a7f4ef Fix HA connection thrashing when no comms
If the CN105 connection to the heat pump is down (i.e. unplugged,
wrongly configured, etc), then the ESP device goes into a hard thrash
loop where it is disconnecting and reconnecting to the HA server 2 times
every second, i.e. it smashes the HA server ad-infinitum. This commit
fixes this by ensuring the heat pump attributes are initialised to at
least something non-random. We set the temperatures to NAN so it is
clear they have not been initialised by heat pump, and thus apparent in
logs etc.
2021-06-12 11:21:51 +10:00
..
__init__.py Make this component work as a climate platform 2021-05-27 10:44:07 +12:00
climate.py Minor whitespace cleanup 2021-05-27 13:24:02 -07:00
espmhp.cpp Fix HA connection thrashing when no comms 2021-06-12 11:21:51 +10:00
espmhp.h Bump version to 2.1.1 2021-05-29 08:41:25 -07:00