ArtemVladimirov / broadlinkac2mqtt

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

Not work with Royal Clima #30

Closed Viktor000 closed 1 year ago

Viktor000 commented 1 year ago

ac freedom work fine, but not code

broadlinkac2mqtt    | {"level":"error","error":"read udp 172.20.0.6:34487->192.168.1.111:80: i/o timeout","time":"2023-08-17T22:08:23Z","caller":"/go/src/broadlinkac/app/app/webClient/client.go:43","message":"Failed to read the response"}
broadlinkac2mqtt    | {"level":"error","error":"read udp 172.20.0.6:34487->192.168.1.111:80: i/o timeout","input":{"Command":101,"Payload":"RTRS5/ku2pWDRJMINe+abftpLcNwuQRDrFzWP7tTrfoIgUyn+M9BcQAyjlcMO4bJTQVwhEmjieKa4QRUNqBb3dwCwWGvEyXofhmw99HOBo0=","Mac":"ec0baee44a79"},"device":"ec0baee44a79","time":"2023-08-17T22:08:23Z","caller":"/go/src/broadlinkac/app/app/service/service.go:666","message":"failed to send a command"}
broadlinkac2mqtt    | {"level":"error","error":"read udp 172.20.0.6:34487->192.168.1.111:80: i/o timeout","input":{"Mac":"ec0baee44a79"},"time":"2023-08-17T22:08:23Z","caller":"/go/src/broadlinkac/app/app/service/service.go:140","message":"failed to send command"}
broadlinkac2mqtt    | {"level":"error","error":"read udp 172.20.0.6:34487->192.168.1.111:80: i/o timeout","device":"ec0baee44a79","time":"2023-08-17T22:08:23Z","caller":"/go/src/broadlinkac/app/main.go:156","message":"Failed to Auth device ec0baee44a79. Reconnect in 3 seconds..."}
ArtemVladimirov commented 1 year ago

Hello! Your device uses tcp. My application supports only udp. Unfortunately, I do not have information about the message format for your air conditioners, if there was information, I would be happy to add support.