stjohnjohnson / smartthings-mqtt-bridge

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

MQTT Bridge not receiveing messages #180

Open cablecutter opened 5 years ago

cablecutter commented 5 years ago

Hey,

Great work! Glad to see this is working for so many users. Having a small issue myself.

Smartthings:

Bridge:

mqtt: host: mqtt:///m20.cloudmqtt.com:10664 preface: smartthings state_read_suffix: state state_write_suffix: set_state command_suffix: cmd options username: SECRET password: SECRET

port: 8080

Log only shows

smartthings-mqtt-bridge@3.0.0 start /usr/src/app node server.js

info: Starting SmartThings MQTT Bridge - v3.0.0 info: Loading configuration info: Loading previous state info: Perfoming configuration migration info: Saving current state info: Connecting to MQTT at mqtt:///m20.cloudmqtt.com:10664`

CloudMQTT: log only shows:

2018-11-29 13:23:12: Received PINGREQ from 586280c9-1cae-4f67-b037-6cc3c0e74a5a 2018-11-29 13:23:12: Sending PINGRESP to 586280c9-1cae-4f67-b037-6cc3c0e74a5a 2018-11-29 13:24:12: Received PINGREQ from 586280c9-1cae-4f67-b037-6cc3c0e74a5a 2018-11-29 13:24:12: Sending PINGRESP to 586280c9-1cae-4f67-b037-6cc3c0e74a5a

Shows no Received messages in the websocks ui

Any ideas? Not really sure how to troubleshoot.