Dror Eiger
Dror Eiger
Did you rollback your change of _STATUS_UPDATE_INTERVAL? You might be swamping the AC's processor.
Can you paste the syslog in [Gist](https://gist.github.com/)?
I've changed the code to retry the connection if the A/C resets, please try it out. Note that you'll need to first run `pip3.7 install retry`.
The data in status of limited. What appears in syslog?
Hmm.. That doesn't make sense... Could you please try running the script with `--log_level DEBUG`
Is that `/var/log/syslog`?? Nothing else shows up?
OK, found the issue, try downloading again.
Connection reset error is a server error, whereby the server drops the connection. I'm not sure why it happened, usually this has to do with the server suspecting the client...
It was suggested in #20 to change _STATUS_UPDATE_INTERVAL, please leave it at 600. I'll see how I can rate-limit the keep alive calls.
@ck007max What is wrong with the latest version?