cflurin / homebridge-mqtt

Homebridge-mqtt is a Plugin for Homebridge.
Apache License 2.0
229 stars 38 forks source link

Connect error #10

Closed timbo82 closed 8 years ago

timbo82 commented 8 years ago

I get a connect error when trying to connect to my mqtt broker:

[10/26/2016, 12:32:19 PM] [mqtt] connect error! (url = mqtt://192.168.1.100:1883)

my config file is: "platforms": [ { "platform": "mqtt", "name": "mqtt", "url": "mqtt://192.168.1.100:1883" } ], "accessories": []

}

I have also tried excluding the port at the end. running this off a raspberry pi B+

apologies my firewall was blocking it. this can be cancelled

cflurin commented 8 years ago

Okay, closing