Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.83k stars 1.65k forks source link

1.38.0 HA Addon - No Frontend #22923

Open jerrm opened 3 months ago

jerrm commented 3 months ago

What happened?

Using 1.38.0 HA Addon on HA 2024.5.5.

No devices, or any info for that matter is displayed in the front end. All the menus are there, but no data. Devices still work via HA, just Front End is missing.

Settings->Raw returns:

{
    "configSchema": {
        "properties": {},
        "required": []
    },
    "config": {
        "advanced": {}
    }
}

What did you expect to happen?

Devices/Data to be there as in the past.

How to reproduce it (minimal and precise)

Updated to 1.38.0 Addon via HA interface.

Zigbee2MQTT version

1.38.0

Adapter firmware version

20211028

Adapter

ZBDongle-P

Setup

HA Addon

Debug log

No response

francisp2 commented 3 months ago

Try restarting the add-on

jerrm commented 3 months ago

Already restarted multiple times, also have done a full system reboot.

niculw commented 3 months ago

Experienced same behavior with a Dongle-E when updating to 1.38.0. Z2M frontend shows no devices, however devices are present in the "Raw" tab and available in HA

jerrm commented 3 months ago

Found a fix.

My devices.yaml had an icon: entry for each device (the data:image line below is truncated for brevity).:

'0xb0ce1814036baacf':
  friendly_name: Plug Utility Room
  icon: >-
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAA...

I removed all the icon: sections from devices.yaml with a quick grep command, and the frontend started working again after restart.