Hi @Artem_Vladimirov.
I can’t figure out how to run the integration. It throws the following errors
{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).SendCommand","file":"/app/broadlinkac2mqtt/app/service/service.go","line":720},"msg":"failed to send a command","err":"read udp 172.30.33.5:44812->192.168.8.172:80: i/o timeout","device":"e816565e788f","input":{"Payload":"WqWqVVqlqlUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR8AAAKk5lAM7U6BZWXniPAAAAAKHDAABFNFLn+S7alYNEkwg175pt+2ktw3C5BEOsXNY/u1Ot+giBTKf4z0FxADKOVww7hslNBXCESaOJ4prhBFQ2oFvd3ALBYa8TJeh+GbD30c4GjQ==","Ip":"192.168.8.172","Port":80}}
{"time":"2024-05-28T06:29:25.371553085Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).AuthDevice","file":"/app/broadlinkac2mqtt/app/service/service.go","line":137},"msg":"failed to send command","err":"read udp 172.30.33.5:44812->192.168.8.172:80: i/o timeout","input":{"Mac":"e816565e788f"}}
{"time":"2024-05-28T06:29:25.37161692Z","level":"ERROR","source":{"function":"main.(*App).Run.func1","file":"/app/broadlinkac2mqtt/main.go","line":162},"msg":"failed to Auth device e816565e788f. Reconnect in 3 seconds...","err":"read udp 172.30.33.5:44812->192.168.8.172:80: i/o timeout"}
{"time":"2024-05-28T06:29:25.371967725Z","level":"ERROR","source":{"function":"main.(*App).Run.func1","file":"/app/broadlinkac2mqtt/main.go","line":162},"msg":"failed to Auth device e816565e975c. Reconnect in 3 seconds...","err":"read udp 172.30.33.5:43794->192.168.8.205:80: i/o timeout"}
{"time":"2024-05-28T06:29:25.370794956Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/webClient.(*webClient).SendCommand","file":"/app/broadlinkac2mqtt/app/webClient/client.go","line":43},"msg":"Failed to read the response","err":"read udp 172.30.33.5:41947->192.168.8.29:80: i/o timeout"}
{"time":"2024-05-28T06:29:25.371229207Z","level":"ERROR","source":{"function":"main.(*App).Run.func1","file":"/app/broadlinkac2mqtt/main.go","line":162},"msg":"failed to Auth device e816565e7bda. Reconnect in 3 seconds...","err":"read udp 172.30.33.5:54279->192.168.8.247:80: i/o timeout"}
{"time":"2024-05-28T06:29:25.372162489Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).SendCommand","file":"/app/broadlinkac2mqtt/app/service/service.go","line":720},"msg":"failed to send a command","err":"read udp 172.30.33.5:41947->192.168.8.29:80: i/o timeout","device":"e816565e6329","input":{"Payload":"WqWqVVqlqlUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL7wAAKk5lAK+o6BZWXmMpAAAAAKHDAABFNFLn+S7alYNEkwg175pt+2ktw3C5BEOsXNY/u1Ot+giBTKf4z0FxADKOVww7hslNBXCESaOJ4prhBFQ2oFvd3ALBYa8TJeh+GbD30c4GjQ==","Ip":"192.168.8.29","Port":80}}
{"time":"2024-05-28T06:29:25.37226564Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).AuthDevice","file":"/app/broadlinkac2mqtt/app/service/service.go","line":137},"msg":"failed to send command","err":"read udp 172.30.33.5:41947->192.168.8.29:80: i/o timeout","input":{"Mac":"e816565e6329"}}
{"time":"2024-05-28T06:29:25.372327604Z","level":"ERROR","source":{"function":"main.(*App).Run.func1","file":"/app/broadlinkac2mqtt/main.go","line":162},"msg":"failed to Auth device e816565e6329. Reconnect in 3 seconds...","err":"read udp 172.30.33.5:41947->192.168.8.29:80: i/o timeout"}
Could you please have a look?
Maybe something was changed on the app side?
Thanks,
Ilya