How to restart zigbee2MQTT after a Home Assistant Restart

8552b81e931d55cd2a0bed5db2c7f094a114826d_2_293x500

Here you have homeassistant/status, in Zigbee2MQTT you have hass/status. These have to be the same.

If they are the same, Zigbee2MQTT resends the MQTT discovery messages on HA restart, and it does not need to be restarted.

2 Likes

I suspect you have hit the nail on the head.

Although mine has different (same as @Busta999x hass/status in z2m and homeassistant/status in the mqtt config. And yet mine works.

Thanks!!

I have changed the zigbee2MQTT settings and hopefully fixes it.

Not sure how that happened, except getting Home Assistant up and running with hundreds of devices involves a lot of setup and I did something stupid :slight_smile:

Thanks again, hopefully that fixes the issue.

Does not appear to have fixed the issue.


As far as I can tell they are now the same and Home Assistant has been restarted.

Have you had any luck resolving this? I’ve been having the same issue for a couple of months now. If I don’t remember to restart Zigbee2MQTT after restarting Home Assistant, all of my Zigbee devices are nonresponsive.

Going to take the automation workaround for now but would love to find a proper resolution.

ZigBee2mqtt does not need to be restarted when ha restarts.

- id: '1565194745362'
  alias: start HA
  trigger:
  - event: start
    platform: homeassistant
  action:
  - service: hassio.addon_restart
    data:
      addon: 45df7312_zigbee2mqtt

You keep saying that Zigbee2MQTT doesn’t need to be restarted, but what’s the solution then? If Zigbee2MQTT doesn’t need to be restarted after home assistant restarts, however if I do not restart Z2M, all my Zigbee devices are unavailable sometimes for hours until Z2M has been restarted? I’m sure something else may be causing the problem, but the workaround of restarting Z2M seems to be the fastest resolution.

What do the logs of Z2M say??

1 Like

I have been using Zigbee2MQTT since version 1.1.0 back in feb 2019, never had to restart Zigbee2MQTT after a HA restart.

2 Likes

There are probably three logs to check, z2m, mqtt and HA. However I would start at z2m.

Provoke a sensor to report something - walk in front of a motion sensor, take a flamethrower to a temp sensor, whatever. Observe, report.

edit: Sorry that was supposed to be a reply to @drac0linux

I just had this error two days ago when migrating Z2M settings from my test system to my main system. I was changing from a USB device to a network controller.

Restarting is definitely not the answer.

As @nickrout stated, the logs will be extremely helpful. My issue was an authorization issue between MQTT and Z2M. I was able to fix the issue with partial restore, but there has to be more to the story here.

1 Like

Hello, I’ve had the exact same problem for several weeks and I can’t find any solutions yet I’m doing all the updates.

Every time Home Assistant restarts, I have to restart ZigbeetoMQTT and sometimes even Mosquito.

Have you found a viable solution? THANKS

Read the thread.

it’s done, but automation is not a viable long-term solution

It’s all you have. I am not sure how you are in the situation that you need to restart z2m (which is atypical) and no one gives logs, so how the hell people expect a proper solution I don’t know.

2 Likes

To help him beat the dead horse


1 Like

How is your setup? I have only tried this once, a end user error (Nice way to explain I was “not so smart”) as I installed Z2M on a different HA and pointed to the same MQTT. Did this on purpose, however forgot to change Base_Topic.

Result, all devices was “deleted” during reboot of HA, and only re-appered during a reboot with the new HA shutdown.

Any other add-ons or other stuff the MQTT broker?

I have nothing particular in the Z2M, MOSQUITO or HA logs, I have had HAOS for 3 years on a Proxmox VM and the problem appeared suddenly a few weeks ago. I tried to deactivate all Add-ons that use MOSQUITO but without success.
In Z2M everything works normally via the UI, but in HA everything is unavailable until Z2M restarts.

I found this PR too:

Here are the configuration and LOGs :

Z2M configuration :

data_path: /config/zigbee2mqtt
socat:
  enabled: false
  master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: "-d -d"
  log: false
mqtt:
  server: mqtt://core-mosquitto
  user: Zigbee2mqttUser
  password: mypasswordusermqttHA
serial:
  port: /dev/serial/by-id/usb-1b56_USB_Serial-if00-port0

Version de Zigbee2MQTT 
1.36.1

Type de coordinateur
zStack3x0

RĂ©vision du coordinateur
20230507

Adresse IEEE du Coordinateur
0x00244c8852a51679

Version de l'interface
0.6.161

zigbee_herdsman_converters_version
19.11.2

zigbee_herdsman_version
0.40.3

Statistiques
1. Total 164

Home Assistant

* Core2024.4.2
* Supervisor2024.04.0
* Operating System12.1
* Interface utilisateur20240404.1

Host

Proxmox 8.0.3 (Intel i5-7200U, 16GB Ram)
VM KVM (qcow2) Official (Script tteck)
Kernel 6.2.16-4-pve

MOSQUITO


2024-04-08 21:24:39: Received PUBLISH from mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/Interrupteur Lampe Imprimante 3D', ... (359 bytes))
2024-04-08 21:24:39: Sending PUBLISH to 1bnCwA4Bq08ZcCZ0xx7Iij (d0, q0, r0, m0, 'zigbee2mqtt/Interrupteur Lampe Imprimante 3D', ... (359 bytes))
2024-04-08 21:24:39: Sending PUBLISH to mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/Interrupteur Lampe Imprimante 3D', ... (359 bytes))
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 73 110 116 101 114 114 117 112 116 101 117 114 32 76 97 109 112 101 32 73 109 112 114 105 109 97 110 116 101 32 51 68 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for homeassistant"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 104 111 109 101 97 115 115 105 115 116 97 110 116 45 122 105 103 98 101 101 50 109 113 116 116 47 73 110 116 101 114 114 117 112 116 101 117 114 32 76 97 109 112 101 32 73 109 112 114 105 109 97 110 116 101 32 51 68 45 49 98 110 67 119 65 52 66 113 48 56 90 99 67 90 48 120 120 55 73 105 106 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: homeassistant"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 73 110 116 101 114 114 117 112 116 101 117 114 32 76 97 109 112 101 32 73 109 112 114 105 109 97 110 116 101 32 51 68 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for frigate2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 102 114 105 103 97 116 101 50 109 113 116 116 55 45 102 114 105 103 97 116 101 47 115 117 100 47 109 111 116 105 111 110 45 102 114 105 103 97 116 101 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: frigate2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for homeassistant"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 104 111 109 101 97 115 115 105 115 116 97 110 116 45 102 114 105 103 97 116 101 47 115 117 100 47 109 111 116 105 111 110 45 49 98 110 67 119 65 52 66 113 48 56 90 99 67 90 48 120 120 55 73 105 106 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: homeassistant"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for frigate2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 102 114 105 103 97 116 101 50 109 113 116 116 55 45 102 114 105 103 97 116 101 47 115 117 100 47 109 111 116 105 111 110 45 102 114 105 103 97 116 101 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: frigate2mqttUser"
2024-04-08 21:24:39: Received PUBLISH from frigate (d0, q0, r0, m0, 'frigate/sud/motion', ... (3 bytes))
2024-04-08 21:24:39: Sending PUBLISH to 1bnCwA4Bq08ZcCZ0xx7Iij (d0, q0, r0, m0, 'frigate/sud/motion', ... (3 bytes))
2024-04-08 21:24:39: Sending PUBLISH to frigate (d0, q0, r0, m0, 'frigate/sud/motion', ... (3 bytes))
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 68 195 169 116 101 99 116 101 117 114 32 100 101 32 67 104 97 108 101 117 114 32 83 97 108 108 101 32 100 101 32 66 97 105 110 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for homeassistant"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 104 111 109 101 97 115 115 105 115 116 97 110 116 45 122 105 103 98 101 101 50 109 113 116 116 47 68 195 169 116 101 99 116 101 117 114 32 100 101 32 67 104 97 108 101 117 114 32 83 97 108 108 101 32 100 101 32 66 97 105 110 45 49 98 110 67 119 65 52 66 113 48 56 90 99 67 90 48 120 120 55 73 105 106 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: homeassistant"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 68 195 169 116 101 99 116 101 117 114 32 100 101 32 67 104 97 108 101 117 114 32 83 97 108 108 101 32 100 101 32 66 97 105 110 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
2024-04-08 21:24:39: Received PUBLISH from mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/bridge/logging', ... (644 bytes))
2024-04-08 21:24:39: Sending PUBLISH to mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/bridge/logging', ... (644 bytes))
2024-04-08 21:24:39: Received PUBLISH from mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/DĂ©tecteur de Chaleur Salle de Bain', ... (478 bytes))
2024-04-08 21:24:39: Sending PUBLISH to 1bnCwA4Bq08ZcCZ0xx7Iij (d0, q0, r0, m0, 'zigbee2mqtt/DĂ©tecteur de Chaleur Salle de Bain', ... (478 bytes))
2024-04-08 21:24:39: Sending PUBLISH to mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/DĂ©tecteur de Chaleur Salle de Bain', ... (478 bytes))
2024-04-08 21:24:39: Received PUBLISH from mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/bridge/logging', ... (644 bytes))
2024-04-08 21:24:39: Sending PUBLISH to mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/bridge/logging', ... (644 bytes))
2024-04-08 21:24:39: Received PUBLISH from mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/DĂ©tecteur de Chaleur Salle de Bain', ... (478 bytes))
2024-04-08 21:24:39: Sending PUBLISH to 1bnCwA4Bq08ZcCZ0xx7Iij (d0, q0, r0, m0, 'zigbee2mqtt/DĂ©tecteur de Chaleur Salle de Bain', ... (478 bytes))
2024-04-08 21:24:39: Sending PUBLISH to mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/DĂ©tecteur de Chaleur Salle de Bain', ... (478 bytes))
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 68 195 169 116 101 99 116 101 117 114 32 100 101 32 67 104 97 108 101 117 114 32 83 97 108 108 101 32 100 101 32 66 97 105 110 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for homeassistant"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 104 111 109 101 97 115 115 105 115 116 97 110 116 45 122 105 103 98 101 101 50 109 113 116 116 47 68 195 169 116 101 99 116 101 117 114 32 100 101 32 67 104 97 108 101 117 114 32 83 97 108 108 101 32 100 101 32 66 97 105 110 45 49 98 110 67 119 65 52 66 113 48 56 90 99 67 90 48 120 120 55 73 105 106 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: homeassistant"
time="2024-04-08T21:24:39+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:39+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 68 195 169 116 101 99 116 101 117 114 32 100 101 32 67 104 97 108 101 117 114 32 83 97 108 108 101 32 100 101 32 66 97 105 110 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:39+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:40+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:40+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
2024-04-08 21:24:40: Received PUBLISH from mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/bridge/logging', ... (172 bytes))
2024-04-08 21:24:40: Sending PUBLISH to mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/bridge/logging', ... (172 bytes))
time="2024-04-08T21:24:40+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
2024-04-08 21:24:40: Received PUBLISH from mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/bridge/logging', ... (439 bytes))
2024-04-08 21:24:40: Sending PUBLISH to mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/bridge/logging', ... (439 bytes))
time="2024-04-08T21:24:40+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 98 114 105 100 103 101 47 108 111 103 103 105 110 103 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:40+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 80 114 105 115 101 32 67 97 110 97 112 195 169 32 83 97 108 108 101 32 195 160 32 77 97 110 103 101 114 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 50 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
2024-04-08 21:24:40: Received PUBLISH from mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/Prise Canapé Salle à Manger', ... (301 bytes))
2024-04-08 21:24:40: Sending PUBLISH to 1bnCwA4Bq08ZcCZ0xx7Iij (d0, q0, r0, m0, 'zigbee2mqtt/Prise Canapé Salle à Manger', ... (301 bytes))
2024-04-08 21:24:40: Sending PUBLISH to mqttjs_68245c97 (d0, q0, r0, m0, 'zigbee2mqtt/Prise Canapé Salle à Manger', ... (301 bytes))
time="2024-04-08T21:24:40+02:00" level=debug msg="found in cache: Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="checking acl cache for homeassistant"
time="2024-04-08T21:24:40+02:00" level=debug msg="to auth record: [97 99 108 45 104 111 109 101 97 115 115 105 115 116 97 110 116 45 122 105 103 98 101 101 50 109 113 116 116 47 80 114 105 115 101 32 67 97 110 97 112 195 169 32 83 97 108 108 101 32 195 160 32 77 97 110 103 101 114 45 49 98 110 67 119 65 52 66 113 48 56 90 99 67 90 48 120 120 55 73 105 106 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:40+02:00" level=debug msg="found in cache: homeassistant"
time="2024-04-08T21:24:40+02:00" level=debug msg="checking acl cache for Zigbee2mqttUser"
time="2024-04-08T21:24:40+02:00" level=debug msg="to auth record: [97 99 108 45 90 105 103 98 101 101 50 109 113 116 116 97 100 45 122 105 103 98 101 101 50 109 113 116 116 47 80 114 105 115 101 32 67 97 110 97 112 195 169 32 83 97 108 108 101 32 195 160 32 77 97 110 103 101 114 45 109 113 116 116 106 115 95 54 56 50 52 53 99 57 55 45 49 218 57 163 238 94 107 75 13 50 85 191 239 149 96 24 144 175 216 7 9]\n"
time="2024-04-08T21:24:40+02:00" level=debug msg="found in cache: Zigbee2mqttUser"