Open texclayton opened 4 years ago
I am also needing to run this on a Zero W. This is the perfect small platform for a small bridge connector like this.
@ktreu01 I forked this project and included the source that I found on the docker image: https://github.com/texclayton/LG-Connector
This allowed me to create a proper Dockerfile for my Raspberry Pi Zero W. It runs, but my LG device/account is new enough that I need to use the new API to interact with my LG devices - see https://github.com/tinkerborg/thinq2-python
I have not yet tried to get this working with smartthings.
I don't understand, so you forked, Raspberry Pi zero W, did you upload it to dockerhub so that it makes it possible for download via docker cli?
If not, perhaps can you show some instructions into how to make the RPi0 image?
I did not upload an image to dockerhub. You'll have to create your own Docker image using 'docker build' in the src/app directory.
The lg-connector-rasp docker image does not work on the Raspberry Zero W. Is the source available so that I can build my own docker image?