stjohnjohnson / smartthings-mqtt-bridge

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

Bridge only listening on tcp6 8080/Bridge not receiving messages #117

Closed SeanChristopherConway closed 6 years ago

SeanChristopherConway commented 6 years ago

When I run netstat -tulpn I see the following:

tcp6 0 0 :::8080 :::* LISTEN 1114/node /usr/local

I assume this is why i am seeing no messages when I run pm2 logs smartthings-mqtt-bridge. I am also not seeing any messages in the hassbian logs, and yes I can use mqttlens and use mosquitto_pub and mosquitto_sub to send messages.