kabbi / zigbee2mqtt-adapter

zigbee2mqtt adapter for WebThings gateway
Mozilla Public License 2.0
21 stars 13 forks source link

Default address does not have a port number #5

Closed flatsiedatsie closed 5 years ago

flatsiedatsie commented 5 years ago

After installing it manually, the settings page says:

Mosquitto or other mqtt server host/port to connect to But the url string mqtt://localhost does not have a port in it? Shouldn't that then be mqtt://localhost:1883 instead?

flatsiedatsie commented 5 years ago

I suspect that if it's not provided, it will use 1883 by default?

flatsiedatsie commented 5 years ago

It does.