Hi, after 12-22 update yesterday I have Z2MQT unaccesible, there is 502 bad gateway text only. Data from zigbee devices are unaccesible. No errors in logs. All system worked before update.
Conf: HA is virtual server (not Docker) on Synology 7. Zigbee gateway ethernet connected Lidl/Tuya hacked.
Is any specific MQTT change in update? Any tip for solution? Thx.
Restarting Mosquitto broker
Are you using external converter? Try disabling it if you are using it and restart z2m
sure, no change
IP wifi/ethernet box, cable connected. No change.
My configuration:
VM
Home Assistant 2022.12.1
Supervisor 2022.11.2
Operating System 9.3
Mosquitto broker - Current version: 6.1.3
logins:
- username: mqtt
password: mqtt
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
Zigbee2MQTT Current version: 1.28.4-1 - ConBee
data_path: /config/zigbee2mqtt
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8486,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: "-d -d"
log: false
mqtt:
base_topic: zigbee2mqtt
server: mqtt://core-mosquitto
user: mqtt
password: mqtt
serial:
port: >-
/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DExxxxx
adapter: deconz
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: false
advanced:
log_level: warn
pan_id: 6754
channel: 11
network_key:
- 1
- 3
- xx
- 7
- xx
- 11
- 13
- xx
- 0
- 2
- 4
- 6
- 8
- 10
- 12
- xx
availability_blocklist: []
availability_passlist: []
elapsed: true
last_seen: ISO_8601_local
device_options: {}
blocklist: []
passlist: []
queue: {}
frontend:
port: 8099
experimental: {}
availability: false
You need to be looking at the z2m logs to see why it isn’t starting.
2 Likes