zigbee2mqtt / hassio-zigbee2mqtt

Official Zigbee2MQTT Home Assistant add-on
https://www.zigbee2mqtt.io
Apache License 2.0
1.09k stars 382 forks source link

UI css missing on menu entry. #242

Closed Sangoku closed 2 years ago

Sangoku commented 2 years ago

Description of problem: When i enter the front end from the zigbe ui over the menu in HA i get this every 4-5 time i enter.

image

Only way to fix it is to toggle to white and black again. My HA is configured to run the black theeme.

The debug console of the browser looks like this:

image

Version: Zigbee2mqtt Current version: 1.22.0-3 (it happens since min 4 prev versions to)

Running platform (details from Suypervisor > System)

Core: core-2021.11.5
Supervisor: supervisor-2021.10.8
Operating System: Home Assistant OS 6.6
Zigbee2MQTT
Devices
Dashboard
Map
Settings
Groups
OTA
Touchlink
Logs
Extensions
English
Settings
Tools
About
Raw
Translate
Donate
{
    "commit": "unknown",
    "config": {
        "advanced": {
            "adapter_concurrent": null,
            "adapter_delay": null,
            "availability_blacklist": [],
            "availability_blocklist": [],
            "availability_passlist": [],
            "availability_whitelist": [],
            "cache_state": true,
            "cache_state_persistent": true,
            "cache_state_send_on_startup": true,
            "channel": 11,
            "elapsed": false,
            "ext_pan_id": [
                221,
                221,
                221,
                221,
                221,
                221,
                221,
                221
            ],
            "homeassistant_discovery_topic": "homeassistant",
            "homeassistant_legacy_entity_attributes": true,
            "homeassistant_legacy_triggers": true,
            "homeassistant_status_topic": "hass/status",
            "last_seen": "disable",
            "legacy_api": true,
            "log_directory": "/config/zigbee2mqtt/log/%TIMESTAMP%",
            "log_file": "log.txt",
            "log_level": "debug",
            "log_output": [
                "console",
                "file"
            ],
            "log_rotation": true,
            "log_symlink_current": false,
            "log_syslog": {},
            "pan_id": 6754,
            "report": false,
            "soft_reset_timeout": 0,
            "timestamp_format": "YYYY-MM-DD HH:mm:ss"
        },
        "availability": false,
        "ban": [],
        "blocklist": [],
        "device_options": {},
        "devices": {
            "xxxx": {
                "friendly_name": "FrontDoorLock"
            },
            "xx": {
                "friendly_name": "Post sensor",
                "optimistic": true,
                "retain": false
            },
            "xxx": {
                "friendly_name": "Kugla vani 2"
            },
            "xxx": {
                "friendly_name": "Kugla vani 1"
            },
            "xxx": {
                "friendly_name": "Rollos Schlafzimmer",
                "invert_cover": true,
                "optimistic": true,
                "retain": true
            },
            "xxx": {
                "friendly_name": "Rollos Wohnzimmer",
                "invert_cover": true,
                "optimistic": true,
                "retain": true
            },
            "xxx": {
                "friendly_name": "Rollos Küche",
                "invert_cover": true,
                "optimistic": true,
                "retain": true
            },
            "xxx": {
                "friendly_name": "Rollos Küchentür",
                "invert_cover": true,
                "optimistic": true,
                "retain": true
            },
            "xxx": {
                "friendly_name": "Rollos Kinderzimmer"
            },
            "xxx": {
                "friendly_name": "Rollos Arbeitszimmer",
                "invert_cover": true,
                "optimistic": true,
                "retain": true
            },
            "xxx": {
                "friendly_name": "Uticnica1"
            }
        },
        "experimental": {
            "output": "json"
        },
        "external_converters": [],
        "frontend": {
            "port": 8099
        },
        "groups": {
            "1": {
                "devices": [
                    "xxx/1",
                    "xxx/1",
                    "xxx/1",
                    "xxx/1",
                    "xxx/1"
                ],
                "friendly_name": "Alle rollos"
            },
            "2": {
                "devices": [
                    "xxx/1",
                    "xxx/1",
                    "xxx/1"
                ],
                "friendly_name": "Rollos Kino"
            }
        },
        "homeassistant": true,
        "map_options": {
            "graphviz": {
                "colors": {
                    "fill": {
                        "coordinator": "#e04e5d",
                        "enddevice": "#fff8ce",
                        "router": "#4ea3e0"
                    },
                    "font": {
                        "coordinator": "#ffffff",
                        "enddevice": "#000000",
                        "router": "#ffffff"
                    },
                    "line": {
                        "active": "#009900",
                        "inactive": "#994444"
                    }
                }
            }
        },
        "mqtt": {
            "base_topic": "zigbee2mqtt",
            "force_disable_retain": false,
            "include_device_information": false,
            "server": "mqtt://core-mosquitto:1883",
            "user": "addons"
        },
        "ota": {
            "disable_automatic_update_check": false,
            "update_check_interval": 1440
        },
        "passlist": [],
        "permit_join": false,
        "queue": {},
        "serial": {
            "disable_led": false,
            "port": "/dev/ttyACM0"
        },
        "whitelist": []
    },
    "config_schema": {
        "definitions": {
            "device": {
                "properties": {
                    "debounce": {
                        "description": "Debounces messages of this device",
                        "title": "Debounce",
                        "type": "number"
                    },
                    "debounce_ignore": {
                        "description": "Protects unique payload values of specified payload properties from overriding within debounce time",
                        "examples": [
                            "action"
                        ],
                        "items": {
                            "type": "string"
                        },
                        "title": "Ignore debounce",
                        "type": "array"
                    },
                    "filtered_attributes": {
                        "description": "Filter attributes from publish payload.",
                        "examples": [
                            "temperature",
                            "battery",
                            "action"
                        ],
                        "items": {
                            "type": "string"
                        },
                        "title": "Filtered publish attributes",
                        "type": "array"
                    },
                    "filtered_optimistic": {
                        "description": "Filter attributes from optimistic publish payload when calling /set. (This has no effect if optimistic is set to false).",
                        "examples": [
                            "color_mode",
                            "color_temp",
                            "color"
                        ],
                        "items": {
                            "type": "string"
                        },
                        "title": "Filtered optimistic attributes",
                        "type": "array"
                    },
                    "friendly_name": {
                        "description": "Used in the MQTT topic of a device. By default this is the device ID",
                        "readOnly": true,
                        "title": "Friendly name",
                        "type": "string"
                    },
                    "icon": {
                        "description": "The user-defined device icon for the frontend. It can be a link to an image (not a path to a file) or base64 encoded data URL like: image/svg+xml;base64,PHN2ZyB3aW....R0aD",
                        "title": "Icon",
                        "type": "string"
                    },
                    "optimistic": {
                        "default": true,
                        "description": "Publish optimistic state after set",
                        "title": "Optimistic",
                        "type": "boolean"
                    },
                    "qos": {
                        "description": "QoS level for MQTT messages of this device",
                        "title": "QoS",
                        "type": "number"
                    },
                    "retain": {
                        "description": "Retain MQTT messages of this device",
                        "title": "Retain",
                        "type": "boolean"
                    },
                    "retention": {
                        "description": "Sets the MQTT Message Expiry in seconds, Make sure to set mqtt.version to 5",
                        "title": "Retention",
                        "type": "number"
                    }
                },
                "required": [
                    "friendly_name"
                ],
                "type": "object"
            },
            "group": {
                "properties": {
                    "devices": {
                        "items": {
                            "type": "string"
                        },
                        "type": "array"
                    },
                    "filtered_attributes": {
                        "items": {
                            "type": "string"
                        },
                        "type": "array"
                    },
                    "friendly_name": {
                        "type": "string"
                    },
                    "optimistic": {
                        "type": "boolean"
                    },
                    "qos": {
                        "type": "number"
                    },
                    "retain": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "friendly_name"
                ],
                "type": "object"
            }
        },
        "properties": {
            "advanced": {
                "properties": {
                    "adapter_concurrent": {
                        "description": "Adapter concurrency (e.g. 2 for CC2531 or 16 for CC26X2R1) (default: null, uses recommended value)",
                        "requiresRestart": true,
                        "title": "Adapter concurrency",
                        "type": [
                            "number",
                            "null"
                        ]
                    },
                    "adapter_delay": {
                        "description": "Adapter delay",
                        "requiresRestart": true,
                        "title": "Adapter delay",
                        "type": [
                            "number",
                            "null"
                        ]
                    },
                    "baudrate": {
                        "description": "Baud rate speed for serial port, this can be anything firmware support but default is 115200 for Z-Stack and EZSP, 38400 for Deconz, however note that some EZSP firmware need 57600",
                        "examples": [
                            38400,
                            57600,
                            115200
                        ],
                        "requiresRestart": true,
                        "title": "Baudrate",
                        "type": "number"
                    },
                    "cache_state": {
                        "default": true,
                        "description": "MQTT message payload will contain all attributes, not only changed ones. Has to be true when integrating via Home Assistant",
                        "title": "Cache state",
                        "type": "boolean"
                    },
                    "cache_state_persistent": {
                        "default": true,
                        "description": "Persist cached state, only used when cache_state: true",
                        "title": "Persist cache state",
                        "type": "boolean"
                    },
                    "cache_state_send_on_startup": {
                        "default": true,
                        "description": "Send cached state on startup, only used when cache_state: true",
                        "title": "Send cached state on startup",
                        "type": "boolean"
                    },
                    "channel": {
                        "default": 11,
                        "description": "Zigbee channel, changing requires repairing all devices! (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid Problems)",
                        "examples": [
                            15,
                            20,
                            25
                        ],
                        "maximum": 26,
                        "minimum": 11,
                        "requiresRestart": true,
                        "title": "ZigBee channel",
                        "type": "number"
                    },
                    "elapsed": {
                        "default": false,
                        "description": "Add an elapsed attribute to MQTT messages, contains milliseconds since the previous msg",
                        "title": "Elapsed",
                        "type": "boolean"
                    },
                    "ext_pan_id": {
                        "description": "Zigbee extended pan ID, changing requires repairing all devices!",
                        "items": {
                            "type": "number"
                        },
                        "requiresRestart": true,
                        "title": "Ext Pan ID",
                        "type": "array"
                    },
                    "homeassistant_discovery_topic": {
                        "description": "Home Assistant discovery topic",
                        "examples": [
                            "homeassistant"
                        ],
                        "requiresRestart": true,
                        "title": "Homeassistant discovery topic",
                        "type": "string"
                    },
                    "homeassistant_legacy_entity_attributes": {
                        "default": true,
                        "description": "Home Assistant legacy entity attributes, when enabled Zigbee2MQTT will add state attributes to each entity, additional to the separate entities and devices it already creates",
                        "title": "Home Assistant legacy entity attributes",
                        "type": "boolean"
                    },
                    "homeassistant_legacy_triggers": {
                        "default": true,
                        "description": "Home Assistant legacy triggers, when enabled Zigbee2mqt will send an empty 'action' or 'click' after one has been send. A 'sensor_action' and 'sensor_click' will be discoverd",
                        "title": "Home Assistant legacy triggers",
                        "type": "boolean"
                    },
                    "homeassistant_status_topic": {
                        "description": "Home Assistant status topic",
                        "examples": [
                            "homeassistant/status"
                        ],
                        "requiresRestart": true,
                        "title": "Home Assistant status topic",
                        "type": "string"
                    },
                    "ikea_ota_use_test_url": {
                        "default": false,
                        "description": "Use IKEA TRADFRI OTA test server, see OTA updates documentation",
                        "requiresRestart": true,
                        "title": "IKEA TRADFRI OTA use test url",
                        "type": "boolean"
                    },
                    "last_seen": {
                        "default": "disable",
                        "description": "Add a last_seen attribute to MQTT messages, contains date/time of last Zigbee message",
                        "enum": [
                            "disable",
                            "ISO_8601",
                            "ISO_8601_local",
                            "epoch"
                        ],
                        "title": "Last seen",
                        "type": "string"
                    },
                    "legacy_api": {
                        "default": true,
                        "description": "Disables the legacy api (false = disable)",
                        "requiresRestart": true,
                        "title": "Legacy API",
                        "type": "boolean"
                    },
                    "log_directory": {
                        "description": "Location of log directory",
                        "examples": [
                            "data/log/%TIMESTAMP%"
                        ],
                        "requiresRestart": true,
                        "title": "Log directory",
                        "type": "string"
                    },
                    "log_file": {
                        "default": "log.txt",
                        "description": "Log file name, can also contain timestamp",
                        "examples": [
                            "zigbee2mqtt_%TIMESTAMP%.log"
                        ],
                        "requiresRestart": true,
                        "title": "Log file",
                        "type": "string"
                    },
                    "log_level": {
                        "default": "info",
                        "description": "Logging level",
                        "enum": [
                            "info",
                            "warn",
                            "error",
                            "debug"
                        ],
                        "title": "Log level",
                        "type": "string"
                    },
                    "log_output": {
                        "description": "Output location of the log, leave empty to supress logging",
                        "items": {
                            "enum": [
                                "console",
                                "file",
                                "syslog"
                            ],
                            "type": "string"
                        },
                        "requiresRestart": true,
                        "title": "Log output",
                        "type": "array"
                    },
                    "log_rotation": {
                        "default": true,
                        "description": "Log rotation",
                        "requiresRestart": true,
                        "title": "Log rotation",
                        "type": "boolean"
                    },
                    "log_symlink_current": {
                        "default": false,
                        "description": "Create symlink to current logs in the log directory",
                        "requiresRestart": true,
                        "title": "Log symlink current",
                        "type": "boolean"
                    },
                    "log_syslog": {
                        "properties": {
                            "app_name": {
                                "default": "Zigbee2MQTT",
                                "description": "The name of the application (Default: Zigbee2MQTT).",
                                "title": "Localhost",
                                "type": "string"
                            },
                            "eol": {
                                "default": "/n",
                                "description": "The end of line character to be added to the end of the message (Default: Message without modifications).",
                                "title": "eol",
                                "type": "string"
                            },
                            "host": {
                                "default": "localhost",
                                "description": "The host running syslogd, defaults to localhost.",
                                "title": "Host",
                                "type": "string"
                            },
                            "localhost": {
                                "default": "localhost",
                                "description": "Host to indicate that log messages are coming from (Default: localhost).",
                                "title": "Localhost",
                                "type": "string"
                            },
                            "path": {
                                "default": "/dev/log",
                                "description": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
                                "examples": [
                                    "/var/run/syslog"
                                ],
                                "title": "Path",
                                "type": "string"
                            },
                            "pid": {
                                "default": "process.pid",
                                "description": "PID of the process that log messages are coming from (Default process.pid).",
                                "title": "PID",
                                "type": "string"
                            },
                            "port": {
                                "default": 123,
                                "description": "The port on the host that syslog is running on, defaults to syslogd's default port.",
                                "title": "Port",
                                "type": "number"
                            },
                            "protocol": {
                                "default": "tcp4",
                                "description": "The network protocol to log over (e.g. tcp4, udp4, tls4, unix, unix-connect, etc).",
                                "examples": [
                                    "udp4",
                                    "tls4",
                                    "unix",
                                    "unix-connect"
                                ],
                                "title": "Protocol",
                                "type": "string"
                            },
                            "type": {
                                "default": "5424",
                                "description": "The type of the syslog protocol to use (Default: BSD, also valid: 5424).",
                                "title": "Type",
                                "type": "string"
                            }
                        },
                        "title": "syslog",
                        "type": "object"
                    },
                    "network_key": {
                        "description": "Network encryption key, changing requires repairing all devices!",
                        "oneOf": [
                            {
                                "title": "Network key(string)",
                                "type": "string"
                            },
                            {
                                "items": {
                                    "type": "number"
                                },
                                "title": "Network key(array)",
                                "type": "array"
                            }
                        ],
                        "requiresRestart": true,
                        "title": "Network key"
                    },
                    "pan_id": {
                        "description": "ZigBee pan ID, changing requires repairing all devices!",
                        "oneOf": [
                            {
                                "title": "Pan ID (string)",
                                "type": "string"
                            },
                            {
                                "title": "Pan ID (number)",
                                "type": "number"
                            }
                        ],
                        "requiresRestart": true,
                        "title": "Pan ID"
                    },
                    "report": {
                        "description": "Enables report feature (deprecated)",
                        "readOnly": true,
                        "requiresRestart": true,
                        "title": "Reporting",
                        "type": "boolean"
                    },
                    "rtscts": {
                        "description": "RTS / CTS Hardware Flow Control for serial port",
                        "requiresRestart": true,
                        "title": "RTS / CTS",
                        "type": "boolean"
                    },
                    "soft_reset_timeout": {
                        "description": "Soft reset ZNP after timeout",
                        "minimum": 0,
                        "readOnly": true,
                        "requiresRestart": true,
                        "title": "Soft reset timeout (deprecated)",
                        "type": "number"
                    },
                    "timestamp_format": {
                        "description": "Log timestamp format",
                        "examples": [
                            "YYYY-MM-DD HH:mm:ss"
                        ],
                        "requiresRestart": true,
                        "title": "Timestamp format",
                        "type": "string"
                    }
                },
                "title": "Advanced",
                "type": "object"
            },
            "availability": {
                "description": "Checks wether devices are online/offline",
                "oneOf": [
                    {
                        "title": "Availability (boolean)",
                        "type": "boolean"
                    },
                    {
                        "properties": {
                            "active": {
                                "description": "Options for active devices (routers/mains powered)",
                                "properties": {
                                    "timeout": {
                                        "default": 10,
                                        "description": "Time after which an active device will be marked as offline in minutes",
                                        "requiresRestart": true,
                                        "title": "Timeout",
                                        "type": "number"
                                    }
                                },
                                "requiresRestart": true,
                                "title": "Active",
                                "type": "object"
                            },
                            "passive": {
                                "description": "Options for passive devices (routers/mains powered)",
                                "properties": {
                                    "timeout": {
                                        "default": 1500,
                                        "description": "Time after which an passive device will be marked as offline in minutes",
                                        "requiresRestart": true,
                                        "title": "Timeout",
                                        "type": "number"
                                    }
                                },
                                "requiresRestart": true,
                                "title": "Active",
                                "type": "object"
                            }
                        },
                        "title": "Availability (object)",
                        "type": "object"
                    }
                ],
                "requiresRestart": true,
                "title": "Availability"
            },
            "ban": {
                "items": {
                    "type": "string"
                },
                "readOnly": true,
                "requiresRestart": true,
                "title": "Ban (deprecated, use blocklist)",
                "type": "array"
            },
            "blocklist": {
                "description": "Block devices from the network (by ieeeAddr)",
                "items": {
                    "type": "string"
                },
                "requiresRestart": true,
                "title": "Blocklist",
                "type": "array"
            },
            "device_options": {
                "type": "object"
            },
            "devices": {
                "patternProperties": {
                    "^.*$": {
                        "$ref": "#/definitions/device"
                    }
                },
                "propertyNames": {
                    "pattern": "^0x[\\d\\w]{16}$"
                },
                "type": "object"
            },
            "experimental": {
                "properties": {
                    "output": {
                        "description": "Examples when 'state' of a device is published json: topic: 'zigbee2mqtt/my_bulb' payload '{\"state\": \"ON\"}' attribute: topic 'zigbee2mqtt/my_bulb/state' payload 'ON' attribute_and_json: both json and attribute (see above)",
                        "enum": [
                            "attribute_and_json",
                            "attribute",
                            "json"
                        ],
                        "title": "MQTT output type",
                        "type": "string"
                    },
                    "transmit_power": {
                        "description": "Transmit power of adapter, only available for Z-Stack (CC253*/CC2652/CC1352) adapters, CC2652 = 5dbm, CC1352 max is = 20dbm (5dbm default)",
                        "requiresRestart": true,
                        "title": "Transmit power",
                        "type": [
                            "number",
                            "null"
                        ]
                    }
                },
                "title": "Experimental",
                "type": "object"
            },
            "external_converters": {
                "description": "You can define external converters to e.g. add support for a DiY device",
                "examples": [
                    "DIYRuZ_FreePad.js"
                ],
                "items": {
                    "type": "string"
                },
                "requiresRestart": true,
                "title": "External converters",
                "type": "array"
            },
            "frontend": {
                "properties": {
                    "auth_token": {
                        "description": "Enables authentication, disabled by default",
                        "requiresRestart": true,
                        "title": "Auth token",
                        "type": [
                            "string",
                            "null"
                        ]
                    },
                    "host": {
                        "default": " 0.0.0.0",
                        "description": "Frontend binding host",
                        "requiresRestart": true,
                        "title": "Bind host",
                        "type": "string"
                    },
                    "port": {
                        "default": 8080,
                        "description": "Frontend binding port",
                        "requiresRestart": true,
                        "title": "Port",
                        "type": "number"
                    }
                },
                "title": "Frontend",
                "type": "object"
            },
            "groups": {
                "patternProperties": {
                    "^.*$": {
                        "$ref": "#/definitions/group"
                    }
                },
                "propertyNames": {
                    "pattern": "^[\\w].*$"
                },
                "type": "object"
            },
            "homeassistant": {
                "default": false,
                "description": "Home Assistant integration (MQTT discovery)",
                "title": "Home Assistant integration",
                "type": "boolean"
            },
            "map_options": {
                "properties": {
                    "graphviz": {
                        "properties": {
                            "colors": {
                                "properties": {
                                    "fill": {
                                        "properties": {
                                            "coordinator": {
                                                "type": "string"
                                            },
                                            "enddevice": {
                                                "type": "string"
                                            },
                                            "router": {
                                                "type": "string"
                                            }
                                        },
                                        "type": "object"
                                    },
                                    "font": {
                                        "properties": {
                                            "coordinator": {
                                                "type": "string"
                                            },
                                            "enddevice": {
                                                "type": "string"
                                            },
                                            "router": {
                                                "type": "string"
                                            }
                                        },
                                        "type": "object"
                                    },
                                    "line": {
                                        "properties": {
                                            "active": {
                                                "type": "string"
                                            },
                                            "inactive": {
                                                "type": "string"
                                            }
                                        },
                                        "type": "object"
                                    }
                                },
                                "type": "object"
                            }
                        },
                        "type": "object"
                    }
                },
                "title": "Networkmap",
                "type": "object"
            },
            "mqtt": {
                "properties": {
                    "base_topic": {
                        "description": "MQTT base topic for Zigbee2MQTT MQTT messages",
                        "examples": [
                            "zigbee2mqtt"
                        ],
                        "requiresRestart": true,
                        "title": "Base topic",
                        "type": "string"
                    },
                    "ca": {
                        "description": "Absolute path to SSL/TLS certificate of CA used to sign server and client certificates",
                        "examples": [
                            "/etc/ssl/mqtt-ca.crt"
                        ],
                        "requiresRestart": true,
                        "title": "Certificate authority",
                        "type": "string"
                    },
                    "cert": {
                        "description": "Absolute path to SSL/TLS certificate for client-authentication",
                        "examples": [
                            "/etc/ssl/mqtt-client.crt"
                        ],
                        "requiresRestart": true,
                        "title": "SSL/TLS certificate",
                        "type": "string"
                    },
                    "client_id": {
                        "description": "MQTT client ID",
                        "examples": [
                            "MY_CLIENT_ID"
                        ],
                        "requiresRestart": true,
                        "title": "Client ID",
                        "type": "string"
                    },
                    "force_disable_retain": {
                        "default": false,
                        "description": "Disable retain for all send messages. ONLY enable if you MQTT broker doesn't support retained message (e.g. AWS IoT core, Azure IoT Hub, Google Cloud IoT core, IBM Watson IoT Platform). Enabling will break the Home Assistant integration",
                        "requiresRestart": true,
                        "title": "Force disable retain",
                        "type": "boolean"
                    },
                    "include_device_information": {
                        "default": false,
                        "description": "Include device information to mqtt messages",
                        "title": "Include device information",
                        "type": "boolean"
                    },
                    "keepalive": {
                        "default": 60,
                        "description": "MQTT keepalive in second",
                        "requiresRestart": true,
                        "title": "Keepalive",
                        "type": "number"
                    },
                    "key": {
                        "description": "Absolute path to SSL/TLS key for client-authentication",
                        "examples": [
                            "/etc/ssl/mqtt-client.key"
                        ],
                        "requiresRestart": true,
                        "title": "SSL/TLS key",
                        "type": "string"
                    },
                    "password": {
                        "description": "MQTT server authentication password",
                        "examples": [
                            "ILOVEPELMENI"
                        ],
                        "requiresRestart": true,
                        "title": "Password",
                        "type": "string"
                    },
                    "reject_unauthorized": {
                        "default": true,
                        "description": "Disable self-signed SSL certificate",
                        "requiresRestart": true,
                        "title": "Reject unauthorized",
                        "type": "boolean"
                    },
                    "server": {
                        "description": "MQTT server URL (use mqtts:// for SSL/TLS connection)",
                        "examples": [
                            "mqtt://localhost:1883"
                        ],
                        "requiresRestart": true,
                        "title": "MQTT server",
                        "type": "string"
                    },
                    "user": {
                        "description": "MQTT server authentication user",
                        "examples": [
                            "johnnysilverhand"
                        ],
                        "requiresRestart": true,
                        "title": "User",
                        "type": "string"
                    },
                    "version": {
                        "default": 4,
                        "description": "MQTT protocol version",
                        "examples": [
                            5
                        ],
                        "requiresRestart": true,
                        "title": "Version",
                        "type": [
                            "number",
                            "null"
                        ]
                    }
                },
                "required": [
                    "base_topic",
                    "server"
                ],
                "title": "MQTT",
                "type": "object"
            },
            "ota": {
                "properties": {
                    "disable_automatic_update_check": {
                        "default": false,
                        "description": "Zigbee devices may request a firmware update, and do so frequently, causing Zigbee2MQTT to reach out to third party servers. If you disable these device initiated checks, you can still initiate a firmware update check manually.",
                        "title": "Disable automatic update check",
                        "type": "boolean"
                    },
                    "update_check_interval": {
                        "default": 1440,
                        "description": "Your device may request a check for a new firmware update. This value determines how frequently third party servers may actually be contacted to look for firmware updates. The value is set in minutes, and the default is 1 day.",
                        "title": "Update check interval",
                        "type": "number"
                    }
                },
                "title": "OTA updates",
                "type": "object"
            },
            "passlist": {
                "description": "Allow only certain devices to join the network (by ieeeAddr). Note that all devices not on the passlist will be removed from the network!",
                "items": {
                    "type": "string"
                },
                "requiresRestart": true,
                "title": "Passlist",
                "type": "array"
            },
            "permit_join": {
                "default": false,
                "description": "Allow new devices to join (re-applied at restart)",
                "title": "Permit join",
                "type": "boolean"
            },
            "serial": {
                "properties": {
                    "adapter": {
                        "default": "auto",
                        "description": "Adapter type, not needed unless you are experiencing problems",
                        "enum": [
                            "deconz",
                            "zstack",
                            "zigate",
                            "ezsp",
                            "auto"
                        ],
                        "requiresRestart": true,
                        "title": "Adapter",
                        "type": [
                            "string"
                        ]
                    },
                    "disable_led": {
                        "default": false,
                        "description": "Disable LED of the adapter if supported",
                        "requiresRestart": true,
                        "title": "Disable led",
                        "type": "boolean"
                    },
                    "port": {
                        "description": "Location of the adapter. To autodetect the port, set null",
                        "examples": [
                            "/dev/ttyACM0"
                        ],
                        "requiresRestart": true,
                        "title": "Port",
                        "type": [
                            "string",
                            "null"
                        ]
                    }
                },
                "title": "Serial",
                "type": "object"
            },
            "whitelist": {
                "items": {
                    "type": "string"
                },
                "readOnly": true,
                "requiresRestart": true,
                "title": "Whitelist (deprecated, use passlist)",
                "type": "array"
            }
        },
        "required": [
            "mqtt"
        ],
        "type": "object"
    },
    "coordinator": {
        "meta": {
            "maintrel": 3,
            "majorrel": 2,
            "minorrel": 6,
            "product": 0,
            "revision": 20201127,
            "transportrev": 2
        },
        "type": "zStack12"
    },
    "log_level": "debug",
    "network": {
        "channel": 11,
        "extended_pan_id": "xxxx",
        "pan_id": 6754
    },
    "permit_join": false,
    "restart_required": false,
    "version": "1.22.0"
}

Your logs from Home Assistant Supervisor

21-11-28 10:01:52 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-11-28 10:01:52 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-11-28 10:01:52 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-11-28 10:01:52 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-11-28 10:03:57 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-11-28 10:04:01 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
21-11-28 10:04:01 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
21-11-28 10:23:33 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/jakowenko/double-take-hassio-addons repository
21-11-28 10:23:33 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
21-11-28 10:23:33 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/fredrikbaberg/hassio-addons repository
21-11-28 10:23:33 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
21-11-28 10:23:33 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/blakeblackshear/frigate-hass-addons repository
21-11-28 10:23:33 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/jeroenterheerdt/ring-hassio repository
21-11-28 10:23:33 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
21-11-28 10:23:33 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
21-11-28 10:23:35 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate NVR (Full Access) Beta (0.10.0)
21-11-28 10:23:35 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate NVR (Full Access)
21-11-28 10:23:36 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate NVR (Full Access) Beta (0.10.0)
21-11-28 10:23:36 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate NVR (Full Access)
21-11-28 10:23:36 INFO (MainThread) [supervisor.store] Loading add-ons from store: 88 all - 1 new - 0 remove
21-11-28 10:23:36 INFO (MainThread) [supervisor.store] Loading add-ons from store: 88 all - 0 new - 0 remove
21-11-28 10:33:58 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-11-28 10:36:32 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/jakowenko/double-take-hassio-addons repository
21-11-28 10:36:32 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/fredrikbaberg/hassio-addons repository
21-11-28 10:36:32 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
21-11-28 10:36:32 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/jeroenterheerdt/ring-hassio repository
21-11-28 10:36:32 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
21-11-28 10:36:32 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/blakeblackshear/frigate-hass-addons repository
21-11-28 10:36:32 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
21-11-28 10:36:32 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
21-11-28 10:36:34 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate NVR (Full Access) Beta (0.10.0)
21-11-28 10:36:34 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate NVR (Full Access)
21-11-28 10:36:35 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate NVR (Full Access) Beta (0.10.0)
21-11-28 10:36:35 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate NVR (Full Access)
21-11-28 10:36:35 INFO (MainThread) [supervisor.store] Loading add-ons from store: 87 all - 0 new - 1 remove
21-11-28 10:36:35 INFO (MainThread) [supervisor.store] Loading add-ons from store: 87 all - 0 new - 0 remove
21-11-28 10:36:41 INFO (SyncWorker_3) [supervisor.docker.interface] Stopping addon_local_facebox application
21-11-28 10:36:41 INFO (SyncWorker_3) [supervisor.docker.interface] Cleaning addon_local_facebox application
21-11-28 10:36:41 INFO (SyncWorker_3) [supervisor.docker.interface] Removing image local/amd64-addon-facebox with latest and 0.21
21-11-28 10:36:41 INFO (MainThread) [supervisor.addons.addon] Removing add-on data folder /data/addons/data/local_facebox
21-11-28 10:36:42 INFO (MainThread) [supervisor.addons] Add-on 'local_facebox' successfully removed
21-11-28 10:38:15 INFO (MainThread) [supervisor.addons] Creating Home Assistant add-on data folder /data/addons/data/c7657554_facebox
21-11-28 10:38:15 INFO (SyncWorker_2) [supervisor.docker.addon] Starting build for c7657554/amd64-addon-facebox:1a1358d
21-11-28 10:38:30 INFO (SyncWorker_2) [supervisor.docker.addon] Build c7657554/amd64-addon-facebox:1a1358d done
21-11-28 10:38:30 INFO (MainThread) [supervisor.addons] Add-on 'c7657554_facebox' successfully installed
21-11-28 10:39:54 INFO (SyncWorker_7) [supervisor.docker.addon] Starting Docker add-on c7657554/amd64-addon-facebox with version 1a1358d
21-11-28 10:40:11 INFO (MainThread) [supervisor.backups.manager] Creating new partial backup with slug 57f2e007
21-11-28 10:40:11 INFO (MainThread) [supervisor.backups.manager] Backing up 57f2e007 store Add-ons
21-11-28 10:40:50 INFO (SyncWorker_5) [supervisor.docker.addon] Export image c7657554/amd64-addon-double-take to /data/tmp/tmpeih0vzyy/image.tar
21-11-28 10:41:17 INFO (SyncWorker_5) [supervisor.docker.addon] Export image c7657554/amd64-addon-double-take done
21-11-28 10:41:17 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on c7657554_double-take
21-11-28 10:45:28 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon c7657554_double-take
21-11-28 10:45:30 INFO (MainThread) [supervisor.backups.manager] Creating partial backup with slug 57f2e007 completed
21-11-28 10:45:30 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image c7657554/amd64-addon-double-take:1.6.0 to c7657554/amd64-addon-double-take:1.7.0
21-11-28 10:45:30 INFO (SyncWorker_0) [supervisor.docker.addon] Starting build for c7657554/amd64-addon-double-take:1.7.0
21-11-28 10:45:35 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
21-11-28 10:45:35 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
21-11-28 10:45:35 INFO (MainThread) [supervisor.api.middleware.security] /backups/57f2e007/info access from cebe7a76_hassio_google_drive_backup
21-11-28 10:47:24 INFO (SyncWorker_0) [supervisor.docker.addon] Build c7657554/amd64-addon-double-take:1.7.0 done
21-11-28 10:47:24 INFO (SyncWorker_0) [supervisor.docker.interface] Stopping addon_c7657554_double-take application
21-11-28 10:47:24 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 0.0.0.0:3000 ssl:default [Connect call failed ('0.0.0.0', 3000)]
21-11-28 10:47:25 WARNING (MainThread) [supervisor.api.ingress] No valid ingress session 24552377535a4d235f48dde0d656ea78a8e78eb9a1b8bda389d2ae0c9ba79883a0fc99c4566c73d11e216711b0d4d44c6b9d73b82f7b1002e68fe7f4e04c98d3
21-11-28 10:47:25 WARNING (MainThread) [supervisor.api.ingress] No valid ingress session 78aa0039ba180040d1e76315d99659365c05426d5706ccd6c1efc29f09e1168f57d4c5faff3876900443b2dab8f4b1a042fcddac34369511ffbaa91b62b80f13
21-11-28 10:47:25 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning addon_c7657554_double-take application
21-11-28 10:47:25 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 0.0.0.0:3000 ssl:default [Connect call failed ('0.0.0.0', 3000)]
21-11-28 10:47:25 INFO (MainThread) [supervisor.addons] Add-on 'c7657554_double-take' successfully updated
21-11-28 10:47:25 INFO (SyncWorker_3) [supervisor.docker.interface] Cleanup images: ['c7657554/amd64-addon-double-take:1.6.0']
21-11-28 10:47:27 INFO (SyncWorker_5) [supervisor.docker.addon] Starting Docker add-on c7657554/amd64-addon-double-take with version 1.7.0
21-11-28 10:47:52 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.15:3000 ssl:default [Connect call failed ('172.30.33.15', 3000)]
21-11-28 10:47:55 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.15:3000 ssl:default [Connect call failed ('172.30.33.15', 3000)]
21-11-28 11:01:19 ERROR (MainThread) [supervisor.api.ingress] Ingress error: [Errno 104] Connection reset by peer
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-11-28 11:01:52 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-11-28 11:01:53 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-11-28 11:01:53 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-11-28 11:01:53 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-11-28 11:03:40 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-11-28 11:03:58 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
habitoti commented 2 years ago

See https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/issues/236

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days