fison67 / LG-Connector

Connector for LG Devices with SmartThings
MIT License
80 stars 178 forks source link

Support for Raspberry Zero W #4

Open texclayton opened 4 years ago

texclayton commented 4 years ago

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?

ktreu01 commented 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.

texclayton commented 4 years ago

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

WallyDoodlez commented 4 years ago

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?

texclayton commented 4 years ago

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.