gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
371 stars 133 forks source link

Safer remote temperature sensing #201

Closed mbbush closed 1 year ago

mbbush commented 1 year ago

There are a handful of changes in here, but the biggest one is updating the code which handles the remote temperature setting to disable itself if the remote temperature sensor stops transmitting. This is to prevent a "runaway" state, where your heat pump would just be constantly heating/cooling forever, since it wouldn't see any change in the room temperature.

Joint effort between @brackw and myself.

Resolves https://github.com/gysmo38/mitsubishi2MQTT/issues/167

mbbush commented 1 year ago

I've only just started running this locally, so maybe let it sit for a week or so (or more) before merging. If I have any problems I'll come back.

gysmo38 commented 1 year ago

Thank you for the PR