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

ECONNREFUSED #125

Closed timbiotic closed 6 years ago

timbiotic commented 6 years ago

I see traffic both ways but my control from HA to smartthings hub failes. Any idea what i am missing? I didnt see anywhere were we need to put in credentials.

info: Incoming message from MQTT: smartthings/Basement Back/switch = on "error: Error from SmartThings Hub: Error: connect ECONNREFUSED 192.168.69.181:39500"

"code": "ECONNREFUSED", "errno": "ECONNREFUSED", "syscall": "connect", "address": "192.168.69.181", "port": 39500 }

jmoery commented 6 years ago

I'm having the same issue. Anyone know what typically triggers this? Everything was working fine, now it's not.

jmoery commented 6 years ago

Fyi, I was able to fix this by removing the smartthings bridge device in the native app and re-adding it with all the associated devices. Seems that got out of sync somehow.

timbiotic commented 6 years ago

I got mine fixed by rebooting my smart things hub... weird