I had no problems before but after I installed the update now I get a blank page when opening the map.
HA says this:
ā¦but my config is exactly what the readme file says, even including the comment:
zigbee2mqtt_networkmap:
#topic: your topic (optional, default zigbee2mqtt)
panel_iframe:
networkmap:
title: 'Zigbee Map'
url: '/local/community/zigbee2mqtt_networkmap/map.html'
icon: 'mdi:graphql'
I installed it through HACS if that makes any difference.
Edit: Ah, turns out the update script failed because I had already moved a file manually after the addon initially didnāt do that by itself:
2020-03-30 18:15:16 ERROR (MainThread) [homeassistant.setup] Error during setup of component zigbee2mqtt_networkmap
Traceback (most recent call last):
File ā/usr/local/lib/python3.7/distutils/dir_util.pyā, line 70, in mkpath
os.mkdir(head, mode)
FileExistsError: [Errno 17] File exists: ā/config/www/community/zigbee2mqtt_networkmap/viz.jsā
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ā/usr/src/homeassistant/homeassistant/setup.pyā, line 170, in _async_setup_component
hass, processed_config
File ā/config/custom_components/zigbee2mqtt_networkmap/init.pyā, line 25, in async_setup
copy_tree(fromDirectory, toDirectory)
File ā/usr/local/lib/python3.7/distutils/dir_util.pyā, line 159, in copy_tree
verbose=verbose, dry_run=dry_run))
File ā/usr/local/lib/python3.7/distutils/dir_util.pyā, line 135, in copy_tree
mkpath(dst, verbose=verbose)
File ā/usr/local/lib/python3.7/distutils/dir_util.pyā, line 74, in mkpath
ācould not create ā%sā: %sā % (head, exc.args[-1]))
distutils.errors.DistutilsFileError: could not create ā/config/www/community/zigbee2mqtt_networkmap/viz.jsā: File exists
After removing that file it works again.