-
Notifications
You must be signed in to change notification settings - Fork 6
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
Version for HA Core users #1
Comments
Unfortunately the appdaemon add-on itself is based on the wrong linux version so you can't use it with PyTorch. However the add on is just a Docker container so I think you can run it in a seperate Docker you just need to pass in your HA supervisor key to the environment. |
Ah, pity! And double pity - HA Container is not compatible with Supervisor. :( |
I doubt its the same thing, the key I'm talking about is for the REST interface between HA and external Apps which allows them to read/write state? |
I made it work with predbat_addon so you might be able to copy the stand-alone Dockerfile from there |
I'm afraid neither my GitHub nor my docker skills are up to this. I tried
I think it's probably better that I wait until someone more skilled/experienced than me uploads a container to DockerHub. But thanks. |
I managed it with predbat_addon so maybe I can have a go with this one soon also. |
Hi Trefor, I did notice that there was an extra space in the documentation code lines that I added to my apps.yaml file. It reads as below.
Some questions:
I have a heat pump with weather compensation, and I have been able to add the sensor for my weather compensation to the predai.yaml. Rob |
Hi Trefor - very interested to give this a go, but I'm a HA Container (ie HA in Docker) user so can't use Add-ons. Any chance of a version which ties into the Appdeamon world, like Predbat does?
The text was updated successfully, but these errors were encountered: