LG-Connector icon indicating copy to clipboard operation
LG-Connector copied to clipboard

Support for Raspberry Zero W

Open texclayton opened this issue 4 years ago • 4 comments

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?

texclayton avatar May 02 '20 12:05 texclayton

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 avatar May 19 '20 18:05 ktreu01

@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.

texclayton avatar Jun 03 '20 03:06 texclayton

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?

WallyDoodlez avatar Jun 23 '20 14:06 WallyDoodlez

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.

texclayton avatar Jun 23 '20 16:06 texclayton