Introducing Zigbee Map: Visualize Your Zigbee Network in Real-Time

Have you ever wondered how your Zigbee devices are connected and how data flows through your network? If you’re curious about the inner workings of your Zigbee setup, I’m excited to share a fantastic tool that has been a game-changer for me: Zigbee Map. This custom panel provides real-time visualization of your Zigbee2MQTT or ZHA mesh networks, making it easier than ever to understand and troubleshoot your smart home setup.

What Does Zigbee Map Offer?

  • Device Map: Get a clear, visual representation of your Zigbee network topology. See how devices are connected and identify any potential bottlenecks.
  • Device List: Access a comprehensive list of all your Zigbee devices, complete with their statuses and details.
  • Zigbee Log: Dive into the logs to troubleshoot connectivity issues or understand how your network is performing.
  • Options Panel: Customize the visualization to suit your preferences and needs.

How to Install Zigbee Map

Zigbee Map is compatible with both Zigbee2MQTT and ZHA integrations, and there are multiple ways to install it:

1. Manual Installation

  1. Download the zigbee-map-panel.js and zigbee-log-panel.js files.
  2. Place them in the config/www directory of your Home Assistant installation.
  3. Add the following snippet to your configuration.yaml file:
    yaml
    panel_custom:
  • name: zigbee-map-panel
    url_path: zigbee-map
    module_url: /local/zigbee-map-panel.js?v=2.6.0
    sidebar_title: Zigbee Map
    sidebar_icon: mdi:hub
  • name: zigbee-log-panel
    url_path: zigbee-log
    module_url: /local/zigbee-log-panel.js?v=2.6.0
    sidebar_title: Zigbee Log
    sidebar_icon: mdi:list-box-outline
  1. Restart Home Assistant.

2. Using HACS

  1. Open HACS and navigate to the integrations section.
  2. Search for and install the Zigbee Map integration.
  3. Follow the on-screen instructions to complete the setup.

3. Using GPM

  1. Go to the GPM section in your Home Assistant settings.
  2. Add the repository URL: https://github.com/dan-danache/ha-zigbee-map.
  3. Restart Home Assistant and follow the prompts to install the integration.

My Experience with Zigbee Map

Since installing Zigbee Map, I’ve found it incredibly helpful for visualizing my network and troubleshooting connectivity issues. The interface is clean and intuitive, making it easy to navigate through the different panels. The real-time updates are particularly useful for monitoring network performance and ensuring all devices are functioning as expected.

If you’re looking to gain deeper insights into your Zigbee network, I highly recommend giving Zigbee Map a try. It’s a powerful tool that can take your smart home setup to the next level!

Happy tinkering! :hammer_and_wrench::bulb: