ben423423n32j14e / zigbee2mqttadminpanel

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

Question from a newbie #8

Closed jsponz closed 5 years ago

jsponz commented 5 years ago

Hi,

I have just installed zigbee2mqtt and I want to use your dashboard.

I am stuck at this:

  1. Import flow into "Zigbee2MQTT Admin Panel" flow

Which flow should I import? I have a Philips Hue light...

Could you help me?

Thanks!

fred-c1 commented 5 years ago

https://github.com/ben423423n32j14e/zigbee2mqttadminpanel/blob/master/flow

ben423423n32j14e commented 5 years ago

Import from clipboard into a new flow you created in Node-Red called "Zigbee2MQTT Admin Panel".

screen shot 2019-01-03 at 2 56 41 am

Note that Zigbee2MQTT Admin Panel is not a solution for controlling devices. It is meant as a utility for those working with Zigbee2MQTT in Node-Red. The features listed are what the control panel can currently do.

jsponz commented 5 years ago

Thanks for the quick reply! I works, but it is empty, although I have two lights (bulbs) managed by zigbee2mqtt.

ben423423n32j14e commented 5 years ago

Likely the MQTT server settings are incorrect, go into the sub flows, eg the one called "Devices" you will see the purple color node, in this instance if you double click it you can change the MQTT server IP and login details if needed.

jsponz commented 5 years ago

Thanks!