I was trying to use sebuzet’s custom integration for Samsung AC, and had a hard time with it: my HA slowed to a crawl, with updates taking 5-10 seconds. Couldn’t debug it, too much time to learn all the infrastructure.
So I wrote my own, this time it’s a small Go bridge that runs in a separate process and connects to HA through MQTT. Seems to work.
Interested in making this work, however your instructions for making it work are a little unclear.
You mention the git hub repository and it only mentions the two example configuration files.
Do i need to clone your Git to my server?
Do i just run the docker application?
What reads what configuration files? Looks like the MQTT docker app wants to read the config.yaml
I’m running my HA in docker too, does that mean they need to share the file system?