fison67 / mi_connector

Connector for Xiaomi Devices with Smartthings, Hubitat
MIT License
212 stars 597 forks source link

Can't get connector to run on a raspberry pi zero #61

Closed rocket59 closed 3 years ago

rocket59 commented 4 years ago

I can't get this running on a pi zero.

Docker installs ok (I tried suggestions on the internet to downgrade docker but connector still won't run) so not sure if this is a docker issue or mi connector container issue as I'm not too familiar with docker. I can get it running on a pi 3 but I only need this to be in my IOT Vlan so can't justify the cost of a pi3/4 just for this app.

Any ideas?

rocket59 commented 4 years ago

Update - the container keeps restarting and the logs show a segmentation fault.

@fison67 is it possible to get a container built for arm6? Alternatively a manual install version that does not require docker?

fison67 commented 3 years ago

I didn't make a armv6 docker image. Only support amd64, arm64, armv7.

If you want manual install, pull a files from docker container. /usr/src/app

rocket59 commented 3 years ago

Thanks - I used an arm7 device instead.