# zigbee2mqttadminpanel **Repository Path**: null_983_3859/zigbee2mqttadminpanel ## Basic Information - **Project Name**: zigbee2mqttadminpanel - **Description**: Node-Red-Dashboard web interface for controlling Zigbee2MQTT - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-26 - **Last Updated**: 2021-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zigbee2MQTT Admin Panel [Node-Red-Dashboard](https://github.com/node-red/node-red-dashboard) web interface for controlling [Zigbee2MQTT](https://github.com/Koenkk/zigbee2mqtt) Features: * Popup notifications indicating device pairing status (if pairing devices). * Rename devices * Remove devices * Permit join * Set the console logging level * See if the Zigbee2MQTT bridge is online * Display devices * HTTP API Instructions: 1) Install [Node-Red](https://nodered.org/) 2) Create a Flow called "Zigbee2MQTT Admin Panel" 3) Settings > "Manage palette" > Install, search for and install "node-red-dashboard" 4) Import flow into "Zigbee2MQTT Admin Panel" flow 5) Visit: http://ipaddress:1880/ui A list of Node-Red flows for integrating Zigbee2MQTT devices with various home automation systems can be found [here](https://github.com/ben423423n32j14e/zigbee2mqttflowdevices). ![Screenshot](screenshot.png) HTTP API URLS (http://ipaddress:1880/): * Bridge State: /adminpanelapi/state * Device List (formatted in JSON): /adminpanelapi/devicelist * Graphviz /adminpanelapi/networkmap/graphviz (suggest pasting into: http://viz-js.com/ or http://www.webgraphviz.com/) * VizJS Networkmap /adminpanelapi/networkmap/viz/\ (available engines are: circo, dot, fdp, neato, osage, twopi) * /adminpanelapi/networkmap/viz/circo * /adminpanelapi/networkmap/viz/dot * /adminpanelapi/networkmap/viz/fdp * /adminpanelapi/networkmap/viz/neato * /adminpanelapi/networkmap/viz/osage * /adminpanelapi/networkmap/viz/twopi * defaults to "dot" Notes: Currently in beta, some features may or may not work correctly.