Problème connexion à MQTT après mise à jour de mosquitto par watchtower

Hello ,
il semblerait que je rencontre le meme type de pb avec mqtt.
element de diag :
-depuis hier 20h mes devices mqtt ne s actualisent plus.
-constat , à la meme heure via watchtower j ai eu une maj mqtt.
-sur gladys apparemment le service est demarré mais pas d actualisation des data (pas de pb apparent pour les devices et data zigbee2mqtt)

  • j ai tenté plusieurs choses : redemarrage containbner mqtt, redemarrage gladys, redemarrage physique du serveur (pc dell avec 500go de hd et 4go de ram, sous ubuntu) mais rien n y fait.
    -etonamment le lien mqtt nodered semble fonctionné et les data dans nodered s actualise.
  • les log gladys ne semble pas d detecter d ano si ce n est sur des features de device zigbee non prise en compte par gladys, ou des ano d ecriture dans la db pour le calendar, mais rien sur mqtt
    -par contre log mqtt presente des warning sur le fichier conf et le mot de passe (celui generé par gladys?)

suite
qq copie d ecran et log ci dessous :

docker ps -a :

sylvain@Synapsat10:~$ docker ps -a
CONTAINER ID   IMAGE                           COMMAND                  CREATED        STATUS                  PORTS
    NAMES
bc961bd6cf57   eclipse-mosquitto:2             "/docker-entrypoint.…"   16 hours ago   Up 13 hours
    gladys-z2m-mqtt
1273286d3006   eclipse-mosquitto:2             "/docker-entrypoint.…"   16 hours ago   Up 12 hours
    eclipse-mosquitto
e68add3b879f   koenkk/zigbee2mqtt:latest       "docker-entrypoint.s…"   2 weeks ago    Up 13 hours
    gladys-z2m-zigbee2mqtt
17d7bb8872ad   gladysassistant/gladys:v4       "docker-entrypoint.s…"   5 weeks ago    Up 13 hours
    gladys
56ad72d62ea6   portainer/portainer-ce:latest   "/portainer"             5 weeks ago    Up 13 hours             0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 0.0.0.0:9443->9443/tcp, :::9443->9443/tcp, 9000/tcp   portainer
bea0cff45ba7   nodered/node-red:latest         "./entrypoint.sh"        6 weeks ago    Up 13 hours (healthy)
    node_red
6bc764d42070   containrrr/watchtower           "/watchtower --clean…"   4 months ago   Up 13 hours             8080/tcp
    watchtower

extrait log gladys :

2023-08-18T11:09:43+0200 <error> calendar.syncUserWebcals.js:55 (Promise.map.concurrency) Error:
    at Database.<anonymous> (/src/server/node_modules/sequelize/src/dialects/sqlite/query.js:227:27)
    at /src/server/node_modules/sequelize/src/dialects/sqlite/query.js:225:50
    at new Promise (<anonymous>)
    at Query.run (/src/server/node_modules/sequelize/src/dialects/sqlite/query.js:225:12)
    at /src/server/node_modules/sequelize/src/sequelize.js:649:28
    at SQLiteQueryInterface.insert (/src/server/node_modules/sequelize/src/dialects/abstract/query-interface.js:795:21)
    at model.save (/src/server/node_modules/sequelize/src/model.js:4073:35)
    at Function.create (/src/server/node_modules/sequelize/src/model.js:2280:12)
    at Calendar.createEvent (/src/server/lib/calendar/calendar.createEvent.js:27:32)
    at Promise.map.concurrency (/src/server/services/caldav/lib/calendar/calendar.syncUserWebcals.js:40:15) {
  name: 'SequelizeUniqueConstraintError',
  errors: [
    ValidationErrorItem {
      message: 'external_id must be unique',
      type: 'unique violation',
      path: 'external_id',
      value: '20221216T150532Z-Zone-B@data.education.gouv.fr',
      origin: 'DB',
      instance: [t_calendar_event],
      validatorKey: 'not_unique',
      validatorName: null,
      validatorArgs: []
    }
  ],
  parent: [Error: SQLITE_CONSTRAINT: UNIQUE constraint failed: t_calendar_event.external_id] {
    errno: 19,
    code: 'SQLITE_CONSTRAINT',
    sql: 'INSERT INTO `t_calendar_event` (`id`,`calendar_id`,`name`,`selector`,`external_id`,`location`,`description`,`start`,`end`,`full_day`,`created_at`,`updated_at`) VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12);'
  },
  original: [Error: SQLITE_CONSTRAINT: UNIQUE constraint failed: t_calendar_event.external_id] {
    errno: 19,
    code: 'SQLITE_CONSTRAINT',
    sql: 'INSERT INTO `t_calendar_event` (`id`,`calendar_id`,`name`,`selector`,`external_id`,`location`,`description`,`start`,`end`,`full_day`,`created_at`,`updated_at`) VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12);'
  },
  fields: [ 'external_id' ],
  sql: 'INSERT INTO `t_calendar_event` (`id`,`calendar_id`,`name`,`selector`,`external_id`,`location`,`description`,`start`,`end`,`full_day`,`created_at`,`updated_at`) VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12);'
}
2023-08-18T11:09:43+0200 <info> calendar.syncUserWebcals.js:60 (Promise.map.concurrency) Webcal : 0 events updated for calendar www.data.gouv.fr.
2023-08-18T11:09:43+0200 <info> calendar.syncUserWebcals.js:65 (Promise.map.concurrency) Webcal : 0 events deleted for calendar www.data.gouv.fr.
2023-08-18T11:09:45+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature battery_low not configured in Gladys.
2023-08-18T11:09:45+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature tamper not configured in Gladys.
2023-08-18T11:10:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:10:00 GMT
2023-08-18T11:10:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:10:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:10:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:10:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:10:27+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:10:27+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:10:27+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:10:27+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:10:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:10:44+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:10:44+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:11:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:11:00 GMT
2023-08-18T11:11:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:11:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:11:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:11:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:11:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:11:39+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:11:39+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:12:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:12:00 GMT
2023-08-18T11:12:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:12:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:12:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:12:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:12:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:12:40+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:12:40+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:13:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:13:00 GMT
2023-08-18T11:13:19+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature battery_low not configured in Gladys.
2023-08-18T11:13:19+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature tamper not configured in Gladys.
2023-08-18T11:13:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:13:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:13:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:13:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:13:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:13:38+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:13:38+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:14:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:14:00 GMT
2023-08-18T11:14:05+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:14:05+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:14:05+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:14:05+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:14:05+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:14:05+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:14:05+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:14:05+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:14:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:14:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:14:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:14:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:14:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:14:41+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:14:41+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:15:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:15:00 GMT
2023-08-18T11:15:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:15:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:15:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:15:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:15:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:15:42+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:15:42+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:16:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:16:00 GMT
2023-08-18T11:16:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:16:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:16:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:16:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:16:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:16:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:16:40+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:16:40+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:17:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:17:00 GMT
2023-08-18T11:17:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:17:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:17:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:17:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:17:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:17:42+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:17:42+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:18:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:18:00 GMT
2023-08-18T11:18:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:18:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:18:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:18:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:18:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:18:40+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:18:40+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:19:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:19:00 GMT
2023-08-18T11:19:14+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:19:14+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:19:14+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:19:14+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:19:15+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:19:15+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:19:15+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:19:15+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:19:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:19:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:19:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:19:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:19:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:19:40+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:19:40+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:20:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:20:00 GMT
2023-08-18T11:20:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:20:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:20:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:20:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:20:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:20:42+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:20:42+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:21:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:21:00 GMT
2023-08-18T11:21:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:21:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:21:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:21:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:21:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:21:40+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:21:40+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:22:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:22:00 GMT
2023-08-18T11:22:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:22:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:22:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:22:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:22:33+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:22:39+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:22:39+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:23:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:23:00 GMT
2023-08-18T11:23:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:23:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:23:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:23:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:23:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:23:39+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:23:39+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:24:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:24:00 GMT
2023-08-18T11:24:17+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:24:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:24:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:24:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:24:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:24:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:24:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:24:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:24:23+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:24:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:24:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:24:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:24:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:24:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:24:39+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:24:39+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:24:52+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:25:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:25:00 GMT
2023-08-18T11:25:07+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:25:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:25:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:25:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:25:24+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:25:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:25:41+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:25:41+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:26:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:26:00 GMT
2023-08-18T11:26:25+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:26:25+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:26:25+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:26:25+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:26:32+0200 <info> lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices...
2023-08-18T11:26:38+0200 <info> lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:26:38+0200 <info> lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:27:00+0200 <info> scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:27:00 GMT
2023-08-18T11:27:25+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:27:25+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:27:25+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:27:25+0200 <warn> handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.

suite 2
2023-08-18T11:27:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:27:38+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:27:38+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:28:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:28:00 GMT
2023-08-18T11:28:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:28:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:28:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:28:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:28:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature battery_low not configured in Gladys.
2023-08-18T11:28:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature tamper not configured in Gladys.
2023-08-18T11:28:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:28:44+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:28:44+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:29:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:29:00 GMT
2023-08-18T11:29:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:29:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:29:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:29:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:29:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:29:39+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:29:39+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:29:44+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:29:44+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:29:44+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:29:44+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:29:44+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:29:44+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:29:44+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:29:44+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:30:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:30:00 GMT
2023-08-18T11:30:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:30:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:30:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:30:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:30:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:30:40+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:30:41+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:30:45+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:31:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:31:00 GMT
2023-08-18T11:31:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:31:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:31:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:31:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:31:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:31:40+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:31:40+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:32:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:32:00 GMT
2023-08-18T11:32:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:32:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:32:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:32:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:32:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:32:37+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:32:37+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:33:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:33:00 GMT
2023-08-18T11:33:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:33:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:33:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:33:25+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:33:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:33:40+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:33:40+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:34:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:34:00 GMT
2023-08-18T11:34:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:34:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:34:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:34:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:34:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:34:41+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:34:41+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:35:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:35:00 GMT
2023-08-18T11:35:03+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:35:04+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:35:04+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:35:04+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:35:04+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:35:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:35:40+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:35:40+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:36:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:36:00 GMT
2023-08-18T11:36:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:36:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:36:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:36:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:36:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:36:36+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature battery_low not configured in Gladys.
2023-08-18T11:36:36+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature tamper not configured in Gladys.
2023-08-18T11:36:38+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:36:46+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:36:46+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:37:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:37:00 GMT
2023-08-18T11:37:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:37:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:37:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:37:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:37:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:37:42+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:37:42+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:38:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:38:00 GMT
2023-08-18T11:38:11+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00158d0007e673a1, feature power_outage_count not configured in Gladys.
2023-08-18T11:38:11+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00158d0007e673a1, feature power_outage_count not configured in Gladys.
2023-08-18T11:38:11+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00158d0007e673a1, feature power_outage_count not configured in Gladys.
2023-08-18T11:38:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:38:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:38:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:38:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:38:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:38:39+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:38:39+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:39:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:39:00 GMT
2023-08-18T11:39:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:39:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:39:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:39:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:39:31+0200 calendar.requests.js:53 () CalDAV : Found calendar Personnel
2023-08-18T11:39:31+0200 calendar.requests.js:53 () CalDAV : Found calendar cantonbecker.com
2023-08-18T11:39:31+0200 calendar.requests.js:53 () CalDAV : Found calendar Jours fériés en France
2023-08-18T11:39:31+0200 calendar.requests.js:53 () CalDAV : Found calendar www.data.gouv.fr
2023-08-18T11:39:31+0200 calendar.requests.js:53 () CalDAV : Found calendar Zone B
2023-08-18T11:39:31+0200 calendar.syncUserCalendars.js:38 (CalDAVHandler.syncUserCalendars) CalDAV : Found 5 calendars.
2023-08-18T11:39:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:39:34+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature battery_low not configured in Gladys.
2023-08-18T11:39:34+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature tamper not configured in Gladys.
2023-08-18T11:39:42+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:39:42+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:40:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:40:00 GMT
2023-08-18T11:40:07+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:40:20+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:40:20+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:40:20+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:40:20+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:40:20+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:40:20+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:40:20+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:40:20+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:40:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:40:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:40:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:40:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:40:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:40:40+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:40:40+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:41:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:41:00 GMT
2023-08-18T11:41:06+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature battery_low not configured in Gladys.
2023-08-18T11:41:06+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature tamper not configured in Gladys.
2023-08-18T11:41:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:41:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:41:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:41:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:41:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:41:43+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:41:43+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:41:56+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:42:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:42:00 GMT
2023-08-18T11:42:08+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature battery_low not configured in Gladys.
2023-08-18T11:42:08+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature tamper not configured in Gladys.
2023-08-18T11:42:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:42:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:42:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:42:26+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:42:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:42:40+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:42:40+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:43:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:43:00 GMT
2023-08-18T11:43:21+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:43:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:43:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:43:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:43:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:43:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:43:41+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:43:41+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:44:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:44:00 GMT
2023-08-18T11:44:24+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x0c4314fffef9d34e, feature power_on_behavior_l1 not configured in Gladys.
2023-08-18T11:44:24+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x0c4314fffef9d34e, feature power_on_behavior_l1 not configured in Gladys.
2023-08-18T11:44:24+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x0c4314fffef9d34e, feature power_on_behavior_l1 not configured in Gladys.
2023-08-18T11:44:24+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x0c4314fffef9d34e, feature power_on_behavior_l1 not configured in Gladys.
2023-08-18T11:44:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:44:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:44:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:44:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:44:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:44:43+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 16 devices
2023-08-18T11:44:43+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:45:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:45:00 GMT
2023-08-18T11:45:07+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature battery_low not configured in Gladys.
2023-08-18T11:45:07+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x00124b0025092caa, feature tamper not configured in Gladys.
2023-08-18T11:45:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:45:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:45:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:45:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:45:32+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:45:32+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:45:32+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:45:32+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:45:32+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:45:32+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:45:32+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:45:32+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:45:35+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:45:44+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:45:44+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:46:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:46:00 GMT
2023-08-18T11:46:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:46:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:46:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:46:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:46:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:46:40+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 14 devices
2023-08-18T11:46:40+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:46:50+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:47:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:47:00 GMT
2023-08-18T11:47:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:47:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:47:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:47:27+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.
2023-08-18T11:47:32+0200 lan-manager.scan.js:19 (LANManager.scan) LANManager starts scanning devices…
2023-08-18T11:47:40+0200 lan-manager.scan.js:57 (NmapScan.onSuccess) LANManager discovers 15 devices
2023-08-18T11:47:40+0200 lan-manager.stop.js:12 (LANManager.stop) LANManager stops scanning devices
2023-08-18T11:48:00+0200 scene.checkCalendarTriggers.js:24 (SceneManager.checkCalendarTriggers) Checking calendar triggers at Fri, 18 Aug 2023 09:48:00 GMT
2023-08-18T11:48:00+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0x54ef441000035ef6, feature illuminance not configured in Gladys.
2023-08-18T11:48:28+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature indicator_mode not configured in Gladys.
2023-08-18T11:48:28+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature power_outage_memory not configured in Gladys.
2023-08-18T11:48:28+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update not configured in Gladys.
2023-08-18T11:48:28+0200 handleMqttMessage.js:106 () Zigbee2mqtt device 0xa4c1383dde35ad69, feature update_available not configured in Gladys.

Peut-être as-tu le même problème que moi. Quand MQTT est mis à jour, il faut reconfigurer le mot de passe dans Gladys simplement en le rendant visible puis en cliquant sur ‹ sauvegarder ›

suite 3
log mqtt

sylvain@Synapsat10:~$ docker logs eclipse-mosquitto
1692295732: mosquitto version 2.0.16 starting
1692295732: Config loaded from /mosquitto/config/mosquitto.conf.
1692295732: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692295732: Opening ipv4 listen socket on port 1883.
1692295732: Opening ipv6 listen socket on port 1883.
1692295732: mosquitto version 2.0.16 running
1692305525: mosquitto version 2.0.16 terminating
1692305528: mosquitto version 2.0.16 starting
1692305528: Config loaded from /mosquitto/config/mosquitto.conf.
1692305528: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692305528: Opening ipv4 listen socket on port 1883.
1692305528: Opening ipv6 listen socket on port 1883.
1692305528: mosquitto version 2.0.16 running
1692305692: mosquitto version 2.0.16 terminating
1692305695: mosquitto version 2.0.16 starting
1692305695: Config loaded from /mosquitto/config/mosquitto.conf.
1692305695: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692305695: Opening ipv4 listen socket on port 1883.
1692305695: Opening ipv6 listen socket on port 1883.
1692305695: mosquitto version 2.0.16 running
1692305700: mosquitto version 2.0.16 terminating
1692305702: mosquitto version 2.0.16 starting
1692305702: Config loaded from /mosquitto/config/mosquitto.conf.
1692305702: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692305702: Opening ipv4 listen socket on port 1883.
1692305702: Opening ipv6 listen socket on port 1883.
1692305702: mosquitto version 2.0.16 running
1692306332: mosquitto version 2.0.16 starting
1692306332: Config loaded from /mosquitto/config/mosquitto.conf.
1692306332: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692306332: Opening ipv4 listen socket on port 1883.
1692306332: Opening ipv6 listen socket on port 1883.
1692306332: mosquitto version 2.0.16 running
1692307208: mosquitto version 2.0.16 terminating
1692307210: mosquitto version 2.0.16 starting
1692307210: Config loaded from /mosquitto/config/mosquitto.conf.
1692307210: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692307210: Opening ipv4 listen socket on port 1883.
1692307210: Opening ipv6 listen socket on port 1883.
1692307210: mosquitto version 2.0.16 running
1692308251: mosquitto version 2.0.16 terminating
1692308253: mosquitto version 2.0.16 starting
1692308253: Config loaded from /mosquitto/config/mosquitto.conf.
1692308253: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692308253: Opening ipv4 listen socket on port 1883.
1692308253: Opening ipv6 listen socket on port 1883.
1692308253: mosquitto version 2.0.16 running
sylvain@Synapsat10:~$ docker logs gladys-z2m-mqtt
1692295735: mosquitto version 2.0.16 starting
1692295735: Config loaded from /mosquitto/config/mosquitto.conf.
1692295735: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692295735: Opening ipv4 listen socket on port 1884.
1692295735: Opening ipv6 listen socket on port 1884.
1692295735: mosquitto version 2.0.16 running
1692295735: New connection from 127.0.0.1:43972 on port 1884.
1692295735: New client connected from 127.0.0.1:43972 as mqttjs_308eee62 (p2, c1, k60, u'gladys').
1692295740: New connection from 127.0.0.1:43982 on port 1884.
1692295740: New client connected from 127.0.0.1:43982 as gladys-main-instance-630119 (p2, c1, k60, u'gladys').
1692297535: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692299336: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692301137: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692302938: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692304739: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692305796: Client gladys-main-instance-630119 closed its connection.
1692305859: New connection from 127.0.0.1:48000 on port 1884.
1692305859: New client connected from 127.0.0.1:48000 as gladys-main-instance-93084 (p2, c1, k60, u'gladys').
1692306332: mosquitto version 2.0.16 starting
1692306332: Config loaded from /mosquitto/config/mosquitto.conf.
1692306332: Warning: File /mosquitto/config/mosquitto.passwd has world readable permissions. Future versions will refuse to load this file.
1692306332: Opening ipv4 listen socket on port 1884.
1692306332: Opening ipv6 listen socket on port 1884.
1692306332: mosquitto version 2.0.16 running
1692306464: New connection from 127.0.0.1:54276 on port 1884.
1692306464: New client connected from 127.0.0.1:54276 as mqttjs_d874b480 (p2, c1, k60, u'gladys').
1692306573: New connection from 127.0.0.1:36156 on port 1884.
1692306573: New client connected from 127.0.0.1:36156 as gladys-main-instance-677422 (p2, c1, k60, u'gladys').
1692308133: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692309934: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692311735: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692313536: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692315337: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692317138: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692318939: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692320740: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692322541: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692324342: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692326143: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692327944: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692329745: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692331546: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692333347: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692335148: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692336949: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692338750: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692340551: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692342352: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692344153: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692345954: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692347755: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692349556: Saving in-memory database to /mosquitto/config//mosquitto.db.
1692351357: Saving in-memory database to /mosquitto/config//mosquitto.db.

Pour info, j’ai bougé ce sujet dans un nouveau topic car ça n’avait pas de lien avec l’autre sujet (qui était lié à Unraid)

j y ai pensé
manip deja tentée mais rien n y fait.

c’est quand même fou ça, tu as toujours le souci ? Je pensais que c’était corrigé, j’ai jamais eu le souci

je relance la config mqtt dans gladys
copie d ecran :
avant relance

relance :

final : derniere data maj il y a 14h et 17 h !

l etonnant c est que certaine data semble se mettre a jour et pas d autre (aucun pb jusqu a maj mqtt hier a 20h) ! :
ecran gladys :

ecran nodered :

date ok, sens du vent ok mais heure,temperature, orientation du vent,vitesse vent, indice uv,radiation solaire, pression,humidité ko.
quand a pluie, vu qu il pleut pas ces jours ci ?

Toutes les logs ont l’air bonnes, la dernière connexion de Node-RED et Gladys date d’hier (il y a 14h) :

1692306464: New client connected from 127.0.0.1:54276 as mqttjs_d874b480 (p2, c1, k60, u'gladys').
1692306573: New connection from 127.0.0.1:36156 on port 1884.
1692306573: New client connected from 127.0.0.1:36156 as gladys-main-instance-677422 (p2, c1, k60, u'gladys').

Tout semble bon, j’imagine que ces dates correspondent à ton reboot (mise à jour il y a 16h donc c’est après la mise à jour)

Les issues côté Mosquitto ne sont pas rassurantes depuis la mise à jour !

600 Issues ouvertes, et ça parle pas mal de problèmes de connexion.

tu me fais peur là ! vais je devoir attendre une maj corrective mosquitto pour espere un retour a la normale, et ce qui est etrange c est le comportement « aleatoire » de la transmission ou non des data.
moi qui avait un autre sujet a evoquer (deja evoqué plusieurs fois) sur les valeurs des data dans les graphiques (>24h, data ‹ moyennée › plutot que max ou min…pose pb sur suivi!) mais du coup je n ose trop l evoquer …

Aucune idée, c’est dur de t’aider sans arriver à reproduire :thinking:

Mon mosquitto s’est mis à jour comme vous (2.0.16) et tout roule.

Est-ce que si tu essaie de te connecter manuellement à Mosquitto, ça marche ? (Avec MQTT X par exemple)

Si tu redémarre individuellement Gladys, est-ce que Gladys se reconnecte ?

Si tu vas dans Node-RED, tu vois que Node-RED est connecté ou pas ?

Si tu fais un nouveau « scénario » dans Node-RED ou tu envoie un message MQTT, il part ou pas ?

Pas de secret, à mon avis il faut tester chaque partie de la chaine pour trouver là ou ça coince :slight_smile:

N’hésite pas à créer un autre sujet pour ça, c’est compliqué quand tout est mélangé de comprendre tes problèmes.

Ouaip. Déjà refait une installation avec récupération de la sauvegarde Gladys et ça n’a rien changé. Je m’y suis fait :wink:

Tu fais bien apparaître en clair avant de sauvegarder ?

Javais en effet eu un soucis suite a la maj mqtt ou plus aucune data ne remontait sur gladys alors que mon broker recevait tjrs.
Jai juste refais une connexions sur la config de gladys et cest revenue tout seul pour ma part

je confirme, oui

Ok je n’étais pas du tout conscient de ce souci.

Est-ce vous pouvez faire les différents tests que je préconise dans mon dernier message ?

L’idée ça serait de comprendre le bug, comme il n’arrive que chez vous il faut trouver là ou ça coince.

salut @Einstein8854
Il est mega sympa ton ecran nodered :+1:, tu pourrais partager le flow stp ? :crazy_face:
Pour ma part mqtt et mosquitto redémarré depuis 5h et affichage normal des capteurs

pour repondre a ta 1ere question (connexion avec mqtt x) voici copie d ecran :

comme tu vois mon qtt est demarré mais ne retourne qu un device (j en ai 2 en mqtt pur, reste via z2m) et pour ce device 1 feature metdat