SevenW / Plugwise-2-py

A version 2.0 of a plugwise python interface and controller
GNU General Public License v3.0
35 stars 25 forks source link

Docker image for ARM (rpi) available now! Use PW2PY within minutes :) #77

Open gruijter opened 3 years ago

gruijter commented 3 years ago

I have created a docker image that can run on a raspberry pi. It reduces the installation effort drastically to only a few minutes.

See instructions here: https://hub.docker.com/r/gruijter/plugwise-2-py

The image is based on the Plugwise-2-py V2.0.

@SevenW maybe you can add this link to the installation instructions?

@ Anybody: Please let me know if it works for you, or any other feedback at my github repo https://github.com/gruijter/PW2PY_DOCKER

gruijter commented 3 years ago

I now also created a full rpi4 SD card image. See info here: https://github.com/gruijter/PW2PY_DOCKER/tree/main/rpi4img

SevenW commented 3 years ago

I also created a Docker, on synology, back in October. Somehow I did not push that fro local to github. I need to check whicjh I like better. yours or mine :).

gruijter commented 3 years ago

I only tested mine on a rpi. Why not have both? One for rpi, and one for synology :)

gruijter commented 3 years ago

So, did you try my docker? I made a 64bit version as well.

sjoerdos92 commented 2 years ago

@SevenW Can you share your docker file?

gruijter commented 2 years ago

Hi Sjoerd. I posted the link to dockerhub and github here already. What more is it you are looking for?

sjoerdos92 commented 2 years ago

I couldn't get your image to work on my docker. I'm running on x86, not ARM. Yours is only for ARM, correct?

gruijter commented 2 years ago

Correct. But maybe you can reuse my dockerfile to build an x86 version. You can find it on my github link.