I have updated zigbee2mqtt and now it does NOT receive actions from HA, HA sill receive events from zigbee2mqtt, but when i set something in HA it does not change in zigbee2mqtt, only other way round.
I do run only mosquito addon as mqtt server/broker.
Nothing shows in zigbee2mqtt log as message from MQTT / HA, only from devices.
In mosquito log it logs pretty much nothing, only shows that homeassistant connected as a client
For start how do i change log level for mosquito addon to show incomming and outgoing messages?
MQTT - Home Assistant says
Logger - Home Assistant - there is no integration named Logger, so I guess it really needs to be set in configuration.yaml?
even with changing configuration and restarting
http://homeassistant.local:8123/config/logs?provider=core_mosquitto just shows New client connected from 172.30.32.1:55605 as 5ZNXy6Isdb53QxLfti3mLj (p2, c1, k60, u'homeassistant'). and no details
When i connect to mosquito broker running as addon using https://mqtt-explorer.com/ i do see messages like this that should be comming from home assistant
{"backlight_mode":"ON","indicator_mode":"off/on","last_seen":"2025-11-09T15:37:21.638Z","linkquality":252,"power_on_behavior_l1":"previous","power_on_behavior_l2":"previous","power_on_behavior_l3":"previous","state_center":"OFF","state_l1":"OFF","state_l2":"OFF","state_l3":"OFF","state_left":"OFF","state_right":"OFF"}
When i press button to turn on the switch in HA message count in mqtt explorer and that is only message i see there
This is how it looks (count increases each time i press in HA) and nothing then in z2m log
Update:
I found this issue Suddenly cannot control devices? · Issue #17648 · Koenkk/zigbee2mqtt · GitHub from 2023 and restarted the gateway device and it works now.
However a bit weird since i think this instance uses zigbee integrated in ha yellow and not zigstar
