gysmo38 / domoticz-python-melcloud

A plugin in python for Domoticz
11 stars 15 forks source link

Delay new connection attempt until next heartbeat #13

Closed afer92 closed 3 years ago

afer92 commented 3 years ago

To avoid cascade error :

2020-10-02 13:56:42.645 (Mitsubishi Airco) MELCloud connection OK 2020-10-02 13:56:42.697 (Mitsubishi Airco) MELCloud receive unknonw message with error code 404 2020-10-02 13:56:42.697 (Mitsubishi Airco) MELCloud has disconnected 2020-10-02 13:56:42.932 (Mitsubishi Airco) MELCloud connection OK 2020-10-02 13:56:42.984 (Mitsubishi Airco) MELCloud receive unknonw message with error code 404 2020-10-02 13:56:42.985 (Mitsubishi Airco) MELCloud has disconnected 2020-10-02 13:56:43.161 (Mitsubishi Airco) MELCloud connection OK 2020-10-02 13:56:43.213 (Mitsubishi Airco) MELCloud receive unknonw message with error code 404 2020-10-02 13:56:43.213 (Mitsubishi Airco) MELCloud has disconnected

gysmo38 commented 3 years ago

Thank you