-
Notifications
You must be signed in to change notification settings - Fork 64
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
Docker container #25
Comments
Do you want to run it standalone (without Docker or Home Assistant)? |
I tested standalone and it did work. Cell voltages are showing up on screen now. I'll need to figure out how to integrate into docker home assistant. |
Just let you know everything works great with standalone setup and docker HA! Edit: |
@fl4p could you please explain how you build docker container? Especially what is base image (BUILD_FROM). I see it requires alpine, s6 and bashio which is pretty specific requirement (do you really need all that?) and I don't see any "official" image with all that onboard . Thanks in advance. |
@fl4p ah, sorry, now I got all details. I've been assuming before that this is generic docker image, but not homeassistant specific. All clear now, thanks. |
@rromrrom So a docker container cant be built from this repository? I am not using home assistant OS so I cannot use the traditional add-on method, I dont think. |
@robwolff3 I did like this:
Basically you can do without |
I'm running docker on a amd64 architecture computer. The following worked for me:
and then I ran it in docker compose with:
|
Thanks, I'll reference this in the Standalone readme |
run.sh has bin renamed to addon_main.sh |
Apparently the errors:
require this for raspberrypi
|
I just went through the process as well and created a somewhat cleaner setup which avoids the extra I'm running this on a Raspberry Pi (i.e. Linux Debian), but I don't think it matters much.
|
It would be really nice, if there would be a official maintained container on docker-hub or so. |
Installation requires HA addons. My HA system uses Docker container and it is impossible to use Addons installation. Could you provide instructions on installation with Docker system?
The text was updated successfully, but these errors were encountered: