fbacker / broadlink-mqtt-bridge

Bridge Broadlink RM Devices with MQTT and API for e.g. OpenHAB
41 stars 14 forks source link

User and pasword mqtt broker #8

Closed Julianex22 closed 5 years ago

Julianex22 commented 5 years ago

Hello fbacker let me say you that this is a great proyect, congratulations for it.

My broker Mosquitto have user and pasword, I have created local.json but my web acces trough "myip:3000" has down it.

/srv/openhab2-conf/broadlink-mqtt-bridge/config/local.json { "mqtt": { "host": "192.168.1.113", "port": 1883, "protocol": "mqtt", "subscribeBasePath": "broadlink" "user":"openhabian" "pwd":"7121799422" }, "recording": { "timeout": { "ir": 30, "rf": 30 }, "path": null }, "gui": { "port": 3000 } }

Thanks for your answer.

Julianex22 commented 5 years ago

Thanks Fbacker for your answer, I really appreciated your work, your solution is fine and works very well.

Thank you so much.