ilcato / homebridge-mqttswitch

Homebridge accessory plugin that create an HomeKit Switch based on MQTT topics
Apache License 2.0
31 stars 41 forks source link

Possible to use without username and password #1

Closed tvillingett closed 8 years ago

tvillingett commented 8 years ago

Almost there for me: I'm using a local mqtt broker, without username / pw, so I would like for it to be usable without. Maybe both take care of no "user" parameter and with "" / NULL as user / password.

bwired-nl commented 8 years ago

Same here, local no user & pw

tvillingett commented 8 years ago

You can use "" as username and password, it works for me. The error I got was from misconfiguring the URL for the broker (#2 issue that I just closed)