stjohnjohnson / smartthings-mqtt-bridge

Bridge between SmartThings and MQTT
https://hub.docker.com/r/stjohnjohnson/smartthings-mqtt-bridge/
MIT License
368 stars 243 forks source link

Is this still working? #161

Closed vvallee closed 6 years ago

vvallee commented 6 years ago

I've followed the documentation several times over, and I cannot seem to get any data between Samsung's API and Hass. The mqtt-bridge starts and runs, and seems to send and receive messages from my mosquitto server but that's it. Nothing from SmartThings. :(

Also the docker image does not want to compile.

Status: Image is up to date for stjohnjohnson/smartthings-mqtt-bridge:latest
root@controller:/opt/mqtt-bridge# docker run     -d     --name="mqtt-bridge"     -v /opt/mqtt-bridge:/config     -p 8080:8080     stjohnjohnson/sma^Cthings-mqtt-bridge
root@controller:/opt/mqtt-bridge# docker run \
>     -d \
>     --name="mqtt-bridge" \
>     -v /opt/mqtt-bridge:/config \
>     -p 8080:8080 \
>     stjohnjohnson/smartthings-mqtt-bridge
WARNING: Your kernel does not support memory swappiness capabilities, memory swappiness discarded.
31dbfea7cfb52816f0fb85c7c174ff7e6974a763281a6bb6785b0644b39e1189
Error response from daemon: Cannot start container 31dbfea7cfb52816f0fb85c7c174ff7e6974a763281a6bb6785b0644b39e1189: [8] System error: exec format error
vvallee commented 6 years ago

Any help appreciated, I feel naked without my Smart home working! :)

stjohnjohnson commented 6 years ago

Are you running this from a Raspberry Pi or something else? On Mon, Sep 3, 2018 at 17:10 Vincent notifications@github.com wrote:

Any help appreciated, I feel naked without my Smart home working! :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stjohnjohnson/smartthings-mqtt-bridge/issues/161#issuecomment-418208074, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl98S4HlpgXMy3npBNnJ-l8gAbF92elks5uXcTqgaJpZM4WYIJ1 .

vvallee commented 6 years ago

Thanks for your reply, yes in this case a raspberry Pi 3-B on Raspbian stretch.

stjohnjohnson commented 6 years ago

Ahh. Then that docker image won’t work. It’s or compiles for ARM. There is one around here. Might be in the repo. On Tue, Sep 4, 2018 at 07:52 Vincent notifications@github.com wrote:

Thanks for your reply, yes in this case a raspberry Pi 3-B on Raspbian stretch.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/stjohnjohnson/smartthings-mqtt-bridge/issues/161#issuecomment-418397478, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl98W86mfoVrqiXvLEOf7ahTjWywYZ3ks5uXpO-gaJpZM4WYIJ1 .

vvallee commented 6 years ago

That makes sense. Thanks!