haier-ac-remote
haier-ac-remote copied to clipboard
Error: read ECONNRESET - Hailer Flexis Plus with built-in WiFi
Hello!
Just tried your basic example on Haier Flexis Plus and got this error:
$ node dist/examples/index.js
events.js:193
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at _errnoException (util.js:1031:13)
at TCP.onread (net.js:619:25)
Snifing communication between the code and the AC, it looks like the example sent some bytes to the AC, but the AC answered with closing TCP connection without any response.
Double checked the IP and MAC in the dist/examples/index.js
Seems like similar problem that @stravinci have.