Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatible with TCL TFIAC? #54

Open
juanmijm opened this issue Oct 6, 2024 · 1 comment
Open

compatible with TCL TFIAC? #54

juanmijm opened this issue Oct 6, 2024 · 1 comment

Comments

@juanmijm
Copy link

juanmijm commented Oct 6, 2024

Hello, I have a based TCL AC with BroadLink wifi module,

I've been working fine with the official TFIAC integration for a few years, but now it's been deprecated and I can't find any alternative.
https://www.home-assistant.io/integrations/tfiac/

I have tried to test this addon, but I can't get it to work, I'm putting the log here:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
{"time":"2024-10-06T09:23:22.492274294Z","level":"INFO","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/mqtt.NewMqttConfig.func2","file":"/app/broadlinkac2mqtt/app/mqtt/mqtt.go","line":42},"msg":"Connected to MQTT"}
{"time":"2024-10-06T09:23:23.379359065Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).GetDeviceAmbientTemperature","file":"/app/broadlinkac2mqtt/app/service/service.go","line":228},"msg":"Checksum is incorrect","input":{"Command":106,"Payload":"ikFM5m1p/6juZnwqYuVDFA==","Mac":"780f77d36798"}}
{"time":"2024-10-06T09:23:23.379577252Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).StartDeviceMonitoring","file":"/app/broadlinkac2mqtt/app/service/service.go","line":1234},"msg":"failed to get ambient temperature","err":"ErrorInvalidResultPacket","device":"780f77d36798"}
{"time":"2024-10-06T09:23:24.2303231Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).GetDeviceAmbientTemperature","file":"/app/broadlinkac2mqtt/app/service/service.go","line":228},"msg":"Checksum is incorrect","input":{"Command":106,"Payload":"ikFM5m1p/6juZnwqYuVDFA==","Mac":"780f77d36798"}}
{"time":"2024-10-06T09:23:24.230432533Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).StartDeviceMonitoring","file":"/app/broadlinkac2mqtt/app/service/service.go","line":1234},"msg":"failed to get ambient temperature","err":"ErrorInvalidResultPacket","device":"780f77d36798"}
{"time":"2024-10-06T09:23:25.584390361Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).GetDeviceAmbientTemperature","file":"/app/broadlinkac2mqtt/app/service/service.go","line":228},"msg":"Checksum is incorrect","input":{"Command":106,"Payload":"ikFM5m1p/6juZnwqYuVDFA==","Mac":"780f77d36798"}}
{"time":"2024-10-06T09:23:25.584468197Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).StartDeviceMonitoring","file":"/app/broadlinkac2mqtt/app/service/service.go","line":1234},"msg":"failed to get ambient temperature","err":"ErrorInvalidResultPacket","device":"780f77d36798"}
{"time":"2024-10-06T09:23:26.924525818Z","level":"ERROR","source":{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).GetDeviceAmbientTemperature","file":"/app/broadlinkac2mqtt/app/service/service.go","line":228},"msg":"Checksum is incorrect","input":{"Command":106,"Payload":"ikFM5m1p/6juZnwqYuVDFA==","Mac":"780f77d36798"}}

Any solution please? Thanks

@juanmijm
Copy link
Author

juanmijm commented Oct 7, 2024

This project works with my air conditioner, with an esp01 and the hw580 board
https://github.com/lNikazzzl/tcl_ac_esphome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant