I have put together an api that wraps the functionality of the AirTouch 3.
The Api can be found here. The instructions can be found in the github repo.
I have also created a custom component that turns this api into a climate entity with switches for zones and sensors for the temperature devices. The custom component can be found here.
I have been using (testing) this for a couple of weeks without any issues. The limitations and warnings are listed in the readme file in each repo. Please take a look.
If you do find issues or have suggestions, please raise a github ticket and I will try and look into it. Any questions just drop them here.
My query is, how do I import this into my Home assistant config?
I have tried installing using the terminal add on. Didn’t have much luck, I have also tried adding it as a repository and got some errors in the log.
If someone could point me in the right direction it would be appreciated.
Thanks
Gareth
Great project! I managed to get the API wrapper container running on my Win10 laptop and can get the UI working in HA, which is running in docker on a raspberry pi 4. But, I’d really love to get your API wrapper container running on the Pi too. Any plans to release an ARM64 compatible version? Or tips on how to get this running on the Pi?
Thanks @ozczecho, really appreciate the quick response!
Yeah I tried changing the RuntimeIdentifiers to linux-arm64 and then it failed during the build process as the final stage image runtime specified in the Dockerfile 3.1-buster-slim didn’t support arm, so I updated that to 3.1-buster-slim-arm64v8 - but it still fails to run, just sits in a rebooting loop with the following error in the logs:
[FATAL tini (6)] exec /app/VzduchDotek.Net failed: Exec format error