You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to understand why I can't get custom OTA work on my docker installation, configuration have log level to debug and docker image have the ENV DEBUG=* but I do not get any log about OTA.
I should at least have the ZigbeeOTA: downloaded main index line in the logs but it's not present so I'm probably missing something obvious before looking for the rest.
Logs do have debug information:
debug 2022-09-24 11:34:02: Loaded state from file /app/data/state.json
info 2022-09-24 11:34:02: Logging to console and directory: '/app/data/log/2022-09-24.11-34-01' filename: log.txt
debug 2022-09-24 11:34:02: Removing old log directory '/app/data/log/2022-09-22.16-31-36'
info 2022-09-24 11:34:03: Starting Zigbee2MQTT version 1.27.2 (commit #7dc48fb)
info 2022-09-24 11:34:03: Starting zigbee-herdsman (0.14.53)
debug 2022-09-24 11:34:03: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/app/data/coordinator_backup.json","databaseBackupPath":"/app/data/database.db.backup","databasePath":"/app/data/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"adapter":"deconz","path":"/dev/ttyACM0"}}'
info 2022-09-24 11:34:10: zigbee-herdsman started (resumed)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to understand why I can't get custom OTA work on my docker installation, configuration have log level to debug and docker image have the ENV DEBUG=* but I do not get any log about OTA.
According to https://github.com/Koenkk/zigbee-herdsman-converters/pull/3495/files
I should at least have the
ZigbeeOTA: downloaded main index
line in the logs but it's not present so I'm probably missing something obvious before looking for the rest.Logs do have debug information:
Beta Was this translation helpful? Give feedback.
All reactions