ArtemVladimirov / broadlinkac2mqtt

Control your broadlink-based air conditioner using Home Assistant
MIT License
86 stars 9 forks source link

Tornado ISKA A/C: Failed to auth #53

Open emosenkis opened 1 month ago

emosenkis commented 1 month ago

I have one AC from a this same brand a few years ago that works perfectly but ones from this year aren't working:

{"time":"2024-08-26T06:49:40.73798955Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).AuthDevice","file":"/github/workspace/app/service/service.go","line":137},"msg":"failed to send command","err":"read udp 172.30.33.3:40683->192.168.86.28:80: i/o timeout","input":{"Mac":"e81656a941b1"}}
{"time":"2024-08-26T06:49:40.7381146Z","level":"ERROR","source":{"function":"main.(*App).Run.func1","file":"/github/workspace/main.go","line":162},"msg":"failed to Auth device e81656a941b1. Reconnect in 3 seconds...","err":"read udp 172.30.33.3:40683->192.168.86.28:80: i/o timeout"}

What can I do to try to diagnose this and figure out a fix?

Coleslav commented 4 days ago

Facing same issue.. did you find any solution?