ben423423n32j14e / zigbee2mqttadminpanel

Node-Red-Dashboard web interface for controlling Zigbee2MQTT
GNU General Public License v3.0
111 stars 70 forks source link

MQTT Broker Source #3

Open tb-killa opened 5 years ago

tb-killa commented 5 years ago

Nice work. It would be cool if we got the option to select mqtt broker source themselve. actually we use MQTT","broker":"127.0.0.1" -> Some Sort of Config-Menu would help =)

borpin commented 5 years ago

Would be useful to add to the install instructions that it assumes the MQTT broker is localhost.

dirstel commented 5 years ago

When thinking about configuration: If possible add possibility to configure mqtt base-topic: I'm using 'home' instead of 'Zigbee2MQTT'

CerielRoland commented 5 years ago

Would be nice to use username and password for the MQTT broker as well.

pcfreak1 commented 4 years ago

how can i enter my broker ip and credentials?

befedi commented 4 years ago

@pcfreak1,

go to the Admin Panel Flow, double click on one subflow that is including an MQTT node. Open the subflow. Double click on a MQTT node inside the subflow and change the configuration of the selected MQTT server.

ben423423n32j14e commented 4 years ago

You will probably need to do this in every single subflow, the admin panel was designed primarily for software developers already using Node-Red.