ralphm2004 / broadlink-thermostat

link broadlink thermostat with mqtt to openhab
GNU General Public License v3.0
35 stars 15 forks source link

fix: broken pipe after cleanup process #12

Closed fermentfan closed 4 years ago

fermentfan commented 5 years ago

the cleanup process didn't clean up the pipe from the pipes array that contains the pipe to the subprocess of the thermostat. This resulted in a "broken pipe" error as it was sending commands to the old pipe after rediscovering the device.

Issue: Closes #10