Closed alexgraupera closed 4 years ago
I've just upgraded zigbee2mqtt to 1.13.1, it works fine.
Make sure sensor.zigbee2mqtt_networkmap
exists, you can tell by Developer Tools
-> STATES
.
If sensor.zigbee2mqtt_networkmap
does not exist, your configuration is wrong.
sensor:
- platform: mqtt
name: Zigbee2mqtt Networkmap
# if you change base_topic of Zigbee2mqtt, change state_topic accordingly
state_topic: zigbee2mqtt/bridge/networkmap/raw
value_template: >-
{{ now().strftime('%Y-%m-%d %H:%M:%S') }}
# again, if you change base_topic of Zigbee2mqtt, change json_attributes_topic accordingly
json_attributes_topic: zigbee2mqtt/bridge/networkmap/raw
Yup! This is the problem. Although I have the sensor declaration in configuration.yaml, this does not exist
As You can see in the image, I have a configuration distributed in several folders, grouped by elements, and imported content with includes
What I have done? I removed the sensor creation from the configuration.yaml and created a new one inside the folder structure as shown in the image below
I am very newbie (sorry) and I did not notice that I had two sensor statements. Maybe this invalidates each other
After reboot for apply the configuration settings, now is working for me (upgraded too zigbee2mqtt at 1.13.1) :-)
Thank you for your support and sorry for the inconvenience
Hi!
I have the same error as reported issue: https://github.com/azuwis/zigbee2mqtt-networkmap/issues/20
I installed card from HACS (version 1.0.3) and followed this installation steps:
When I access to lovelace tab with new card, this show blank result, and console output show the javascript error. I cleaned the cache.
My Setup:
zigbee2mqtt 1.13.1.1 hacs 1.0.3
If you need more information, feel free to request me Thank you in advance (and sorry for my english)