Module POPE701202 (POPP Mold Detector) : Pas de commandes crées (ok en manuel)

Bonjour,

Mon seul module posant problème : POPE701202 (POPP Mold Detector).
Enfin, problème est un grand mot. Les commandes ne se crées pas automatiquement si l’on clique sur Recharger commandes.
On peut par contre bien les créer manuellement en passant par les valeurs du module.

Donc c’est juste à titre informatif.

Voici la configuration :

  • Jeedom 4.3.10
  • Plugin zwavejs 2022-11-19 01:03:01

Commandes du plugin Open Zwave :

Commandes avec le plugin zwavejs :

Infos du noeud :

Dans les valeurs du noeud, j’ai bien les informations et je peux créer les commandes qui me manquent :

Il ne manque plus que la petite image qui va bien.

Bonjour j’ai un problème sur ce détecteur avec zwave js, je ne peut pas créer manuellement depuis le crayon les commandes et quand je le fais à la main comme sur ton screen, je n’ai quand même aucune valeurs remontées, elles remontent à 0, une idée d’où cela pourrait venir ?
Merci bonne soirée !

Bonjour,

J’ai 3 modules Zwave POPE701202 Popp Mold Detector qui fonctionnaient parfaitement avec openzwave.
En installant une autre jeedom, et remplaçant openzwave par ZwaveJS, les modules POPE ne sont pas intégrés correctement.

J’ai tenté l’inclusion/exclusion/re-inclusion mais sans succès, les 3 modules n’ont aucune commande qui apparait (hormis les 4 par défaut : pinger, soigner, status et tester).

Pourtant, dans le log de debug zwavejs :

[2025-10-27 20:33:50][DEBUG] : [createEqLogic] Création d\'un équipement
{
    "id": 41,
    "name": "",
    "loc": "",
    "values": {
        "48-0-General Purpose": {
            "id": "41-48-0-General Purpose",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 48,
            "commandClassName": "Binary Sensor",
            "endpoint": 0,
            "property": "General Purpose",
            "propertyName": "General Purpose",
            "type": "boolean",
            "readable": true,
            "writeable": false,
            "label": "Sensor state (General Purpose)",
            "ccSpecific": { "sensorType": 1 },
            "stateless": false,
            "commandClassVersion": 2,
            "list": false,
            "value": false,
            "lastUpdate": 1761593589017
        },
        "49-0-Air temperature": {
            "id": "41-49-0-Air temperature",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 49,
            "commandClassName": "Multilevel Sensor",
            "endpoint": 0,
            "property": "Air temperature",
            "propertyName": "Air temperature",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Air temperature",
            "ccSpecific": { "sensorType": 1, "scale": 0 },
            "stateless": false,
            "commandClassVersion": 8,
            "unit": "\u00b0C",
            "list": false,
            "value": 30.2,
            "lastUpdate": 1761593590707
        },
        "49-0-Humidity": {
            "id": "41-49-0-Humidity",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 49,
            "commandClassName": "Multilevel Sensor",
            "endpoint": 0,
            "property": "Humidity",
            "propertyName": "Humidity",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Humidity",
            "ccSpecific": { "sensorType": 5, "scale": 0 },
            "stateless": false,
            "commandClassVersion": 8,
            "unit": "%",
            "list": false,
            "value": 40,
            "lastUpdate": 1761593590976
        },
        "49-0-Dew point": {
            "id": "41-49-0-Dew point",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 49,
            "commandClassName": "Multilevel Sensor",
            "endpoint": 0,
            "property": "Dew point",
            "propertyName": "Dew point",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Dew point",
            "ccSpecific": { "sensorType": 11, "scale": 0 },
            "stateless": false,
            "commandClassVersion": 8,
            "unit": "\u00b0C",
            "list": false,
            "value": 18.2,
            "lastUpdate": 1761593591186
        },
        "112-0-1": {
            "id": "41-112-0-1",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 1,
            "propertyName": "Min. Temp. Change",
            "type": "number",
            "readable": true,
            "writeable": true,
            "description": "Minimum Temperature change to report",
            "label": "Min. Temp. Change",
            "default": 20,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 100,
            "list": true,
            "allowManualEntry": true,
            "states": [{ "text": "Disabled", "value": 0 }],
            "value": 20,
            "lastUpdate": 1761593586526
        },
        "112-0-2": {
            "id": "41-112-0-2",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 2,
            "propertyName": "Min Humidity Change",
            "type": "number",
            "readable": true,
            "writeable": true,
            "label": "Min Humidity Change",
            "default": 7,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 20,
            "list": true,
            "allowManualEntry": true,
            "states": [{ "text": "Disabled", "value": 0 }],
            "value": 7,
            "lastUpdate": 1761593586735
        },
        "112-0-4": {
            "id": "41-112-0-4",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 4,
            "propertyName": "Periodic Reports",
            "type": "number",
            "readable": true,
            "writeable": true,
            "label": "Periodic Reports",
            "default": 43200,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 65535,
            "list": true,
            "allowManualEntry": true,
            "states": [{ "text": "Disabled", "value": 0 }],
            "value": 43200,
            "lastUpdate": 1761593586936
        },
        "112-0-5": {
            "id": "41-112-0-5",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 5,
            "propertyName": "Temperature Upper Watermark",
            "type": "number",
            "readable": true,
            "writeable": true,
            "label": "Temperature Upper Watermark",
            "default": 0,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 1000,
            "list": true,
            "allowManualEntry": true,
            "states": [{ "text": "Disabled", "value": 0 }],
            "value": 0,
            "lastUpdate": 1761593587156
        },
        "112-0-6": {
            "id": "41-112-0-6",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 6,
            "propertyName": "Temperature Lower Watermark",
            "type": "number",
            "readable": true,
            "writeable": true,
            "label": "Temperature Lower Watermark",
            "default": 0,
            "stateless": false,
            "commandClassVersion": 1,
            "min": -200,
            "max": 1000,
            "list": false,
            "value": 0,
            "lastUpdate": 1761593587356
        },
        "112-0-7": {
            "id": "41-112-0-7",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 7,
            "propertyName": "Humidity Upper Watermark",
            "type": "number",
            "readable": true,
            "writeable": true,
            "label": "Humidity Upper Watermark",
            "default": 0,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 100,
            "list": true,
            "allowManualEntry": true,
            "states": [{ "text": "Disabled", "value": 0 }],
            "value": 0,
            "lastUpdate": 1761593587554
        },
        "112-0-8": {
            "id": "41-112-0-8",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 8,
            "propertyName": "Humidity Lower Watermark",
            "type": "number",
            "readable": true,
            "writeable": true,
            "label": "Humidity Lower Watermark",
            "default": 0,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 90,
            "list": true,
            "allowManualEntry": true,
            "states": [{ "text": "Disabled", "value": 0 }],
            "value": 0,
            "lastUpdate": 1761593587756
        },
        "112-0-9": {
            "id": "41-112-0-9",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 9,
            "propertyName": "Low Temperature Trigger",
            "type": "number",
            "readable": true,
            "writeable": true,
            "description": "Low Temperature Trigger BASIC Set Command Value",
            "label": "Low Temperature Trigger",
            "default": 255,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 255,
            "list": false,
            "value": 255,
            "lastUpdate": 1761593587996
        },
        "112-0-10": {
            "id": "41-112-0-10",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 10,
            "propertyName": "High Temperature Trigger",
            "type": "number",
            "readable": true,
            "writeable": true,
            "description": "High Temperature Trigger BASIC Set Command Value",
            "label": "High Temperature Trigger",
            "default": 0,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 255,
            "list": false,
            "value": 0,
            "lastUpdate": 1761593588196
        },
        "112-0-11": {
            "id": "41-112-0-11",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 11,
            "propertyName": "Low Humidity Trigger",
            "type": "number",
            "readable": true,
            "writeable": true,
            "description": "Low Humidity Trigger BASIC Set Command Value",
            "label": "Low Humidity Trigger",
            "default": 255,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 255,
            "list": false,
            "value": 255,
            "lastUpdate": 1761593588395
        },
        "112-0-12": {
            "id": "41-112-0-12",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 112,
            "commandClassName": "Configuration",
            "endpoint": 0,
            "property": 12,
            "propertyName": "High Humidity Trigger",
            "type": "number",
            "readable": true,
            "writeable": true,
            "description": "High Humidity Trigger BASIC Set Command Value",
            "label": "High Humidity Trigger",
            "default": 0,
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 255,
            "list": false,
            "value": 0,
            "lastUpdate": 1761593588595
        },
        "113-0-Weather Alarm-Moisture alarm status": {
            "id": "41-113-0-Weather Alarm-Moisture alarm status",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 113,
            "commandClassName": "Notification",
            "endpoint": 0,
            "property": "Weather Alarm",
            "propertyName": "Weather Alarm",
            "propertyKey": "Moisture alarm status",
            "propertyKeyName": "Moisture alarm status",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Moisture alarm status",
            "ccSpecific": { "notificationType": 16 },
            "stateless": false,
            "commandClassVersion": 8,
            "min": 0,
            "max": 255,
            "list": true,
            "states": [
                { "text": "idle", "value": 0 },
                { "text": "Moisture alarm", "value": 2 }
            ],
            "value": 0,
            "lastUpdate": 1761593589706
        },
        "113-0-alarmType": {
            "id": "41-113-0-alarmType",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 113,
            "commandClassName": "Notification",
            "endpoint": 0,
            "property": "alarmType",
            "propertyName": "alarmType",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Alarm Type",
            "stateless": false,
            "commandClassVersion": 8,
            "min": 0,
            "max": 255,
            "list": false,
            "lastUpdate": 1761593591200
        },
        "113-0-alarmLevel": {
            "id": "41-113-0-alarmLevel",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 113,
            "commandClassName": "Notification",
            "endpoint": 0,
            "property": "alarmLevel",
            "propertyName": "alarmLevel",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Alarm Level",
            "stateless": false,
            "commandClassVersion": 8,
            "min": 0,
            "max": 255,
            "list": false,
            "lastUpdate": 1761593591200
        },
        "114-0-productId": {
            "id": "41-114-0-productId",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 114,
            "commandClassName": "Manufacturer Specific",
            "endpoint": 0,
            "property": "productId",
            "propertyName": "productId",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Product ID",
            "stateless": false,
            "commandClassVersion": 2,
            "min": 0,
            "max": 65535,
            "list": false,
            "value": 20,
            "lastUpdate": 1761593573988
        },
        "114-0-productType": {
            "id": "41-114-0-productType",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 114,
            "commandClassName": "Manufacturer Specific",
            "endpoint": 0,
            "property": "productType",
            "propertyName": "productType",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Product type",
            "stateless": false,
            "commandClassVersion": 2,
            "min": 0,
            "max": 65535,
            "list": false,
            "value": 4,
            "lastUpdate": 1761593573989
        },
        "114-0-manufacturerId": {
            "id": "41-114-0-manufacturerId",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 114,
            "commandClassName": "Manufacturer Specific",
            "endpoint": 0,
            "property": "manufacturerId",
            "propertyName": "manufacturerId",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Manufacturer ID",
            "stateless": false,
            "commandClassVersion": 2,
            "min": 0,
            "max": 65535,
            "list": false,
            "value": 340,
            "lastUpdate": 1761593573990
        },
        "128-0-isLow": {
            "id": "41-128-0-isLow",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 128,
            "commandClassName": "Battery",
            "endpoint": 0,
            "property": "isLow",
            "propertyName": "isLow",
            "type": "boolean",
            "readable": true,
            "writeable": false,
            "label": "Low battery level",
            "stateless": false,
            "commandClassVersion": 1,
            "list": false,
            "value": false,
            "lastUpdate": 1761593579736
        },
        "128-0-level": {
            "id": "41-128-0-level",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 128,
            "commandClassName": "Battery",
            "endpoint": 0,
            "property": "level",
            "propertyName": "level",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Battery level",
            "stateless": false,
            "commandClassVersion": 1,
            "min": 0,
            "max": 100,
            "unit": "%",
            "list": false,
            "value": 100,
            "lastUpdate": 1761593579737
        },
        "132-0-wakeUpInterval": {
            "id": "41-132-0-wakeUpInterval",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 132,
            "commandClassName": "Wake Up",
            "endpoint": 0,
            "property": "wakeUpInterval",
            "propertyName": "wakeUpInterval",
            "type": "number",
            "readable": false,
            "writeable": true,
            "label": "wakeUpInterval (property)",
            "default": 604800,
            "stateless": false,
            "commandClassVersion": 2,
            "min": 3600,
            "max": 15728400,
            "step": 900,
            "list": false,
            "value": 604800,
            "lastUpdate": 1761593578987
        },
        "132-0-controllerNodeId": {
            "id": "41-132-0-controllerNodeId",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 132,
            "commandClassName": "Wake Up",
            "endpoint": 0,
            "property": "controllerNodeId",
            "propertyName": "controllerNodeId",
            "type": "any",
            "readable": true,
            "writeable": false,
            "label": "Node ID of the controller",
            "stateless": false,
            "commandClassVersion": 2,
            "list": false,
            "value": 1
        },
        "134-0-hardwareVersion": {
            "id": "41-134-0-hardwareVersion",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "hardwareVersion",
            "propertyName": "hardwareVersion",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Z-Wave chip hardware version",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": 1,
            "lastUpdate": 1761593574398
        },
        "134-0-firmwareVersions": {
            "id": "41-134-0-firmwareVersions",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "firmwareVersions",
            "propertyName": "firmwareVersions",
            "type": "string[]",
            "readable": true,
            "writeable": false,
            "label": "Z-Wave chip firmware versions",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": ["1.2"],
            "lastUpdate": 1761593574399
        },
        "134-0-protocolVersion": {
            "id": "41-134-0-protocolVersion",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "protocolVersion",
            "propertyName": "protocolVersion",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Z-Wave protocol version",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": "6.2",
            "lastUpdate": 1761593574400
        },
        "134-0-libraryType": {
            "id": "41-134-0-libraryType",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "libraryType",
            "propertyName": "libraryType",
            "type": "number",
            "readable": true,
            "writeable": false,
            "label": "Library type",
            "stateless": false,
            "commandClassVersion": 3,
            "list": true,
            "states": [
                { "text": "Unknown", "value": 0 },
                { "text": "Static Controller", "value": 1 },
                { "text": "Controller", "value": 2 },
                { "text": "Enhanced Slave", "value": 3 },
                { "text": "Slave", "value": 4 },
                { "text": "Installer", "value": 5 },
                { "text": "Routing Slave", "value": 6 },
                { "text": "Bridge Controller", "value": 7 },
                { "text": "Device under Test", "value": 8 },
                { "text": "N/A", "value": 9 },
                { "text": "AV Remote", "value": 10 },
                { "text": "AV Device", "value": 11 }
            ],
            "value": 3,
            "lastUpdate": 1761593574403
        },
        "134-0-applicationBuildNumber": {
            "id": "41-134-0-applicationBuildNumber",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "applicationBuildNumber",
            "propertyName": "applicationBuildNumber",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Application build number",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": 0,
            "lastUpdate": 1761593578581
        },
        "134-0-applicationVersion": {
            "id": "41-134-0-applicationVersion",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "applicationVersion",
            "propertyName": "applicationVersion",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Application version",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": "1.2.0",
            "lastUpdate": 1761593578582
        },
        "134-0-zWaveProtocolBuildNumber": {
            "id": "41-134-0-zWaveProtocolBuildNumber",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "zWaveProtocolBuildNumber",
            "propertyName": "zWaveProtocolBuildNumber",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Z-Wave protocol build number",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": 86,
            "lastUpdate": 1761593578583
        },
        "134-0-zWaveProtocolVersion": {
            "id": "41-134-0-zWaveProtocolVersion",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "zWaveProtocolVersion",
            "propertyName": "zWaveProtocolVersion",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Z-Wave protocol version",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": "6.2.0",
            "lastUpdate": 1761593578584
        },
        "134-0-hostInterfaceBuildNumber": {
            "id": "41-134-0-hostInterfaceBuildNumber",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "hostInterfaceBuildNumber",
            "propertyName": "hostInterfaceBuildNumber",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Serial API build number",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": 0,
            "lastUpdate": 1761593578585
        },
        "134-0-hostInterfaceVersion": {
            "id": "41-134-0-hostInterfaceVersion",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "hostInterfaceVersion",
            "propertyName": "hostInterfaceVersion",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Serial API version",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": "unused",
            "lastUpdate": 1761593578585
        },
        "134-0-applicationFrameworkBuildNumber": {
            "id": "41-134-0-applicationFrameworkBuildNumber",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "applicationFrameworkBuildNumber",
            "propertyName": "applicationFrameworkBuildNumber",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Z-Wave application framework API build number",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": 52445,
            "lastUpdate": 1761593578586
        },
        "134-0-applicationFrameworkAPIVersion": {
            "id": "41-134-0-applicationFrameworkAPIVersion",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "applicationFrameworkAPIVersion",
            "propertyName": "applicationFrameworkAPIVersion",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "Z-Wave application framework API version",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": "4.1.1",
            "lastUpdate": 1761593578588
        },
        "134-0-sdkVersion": {
            "id": "41-134-0-sdkVersion",
            "nodeId": 41,
            "toUpdate": false,
            "commandClass": 134,
            "commandClassName": "Version",
            "endpoint": 0,
            "property": "sdkVersion",
            "propertyName": "sdkVersion",
            "type": "string",
            "readable": true,
            "writeable": false,
            "label": "SDK version",
            "stateless": false,
            "commandClassVersion": 3,
            "list": false,
            "value": "6.81.1",
            "lastUpdate": 1761593578589
        }
    },
    "groups": [
        { "text": "Lifeline", "endpoint": 0, "value": 1, "maxNodes": 5, "isLifeline": true, "multiChannel": true },
        {
            "text": "Temperature High Trigger",
            "endpoint": 0,
            "value": 2,
            "maxNodes": 5,
            "isLifeline": false,
            "multiChannel": true
        },
        {
            "text": "Temperature Low Trigger",
            "endpoint": 0,
            "value": 3,
            "maxNodes": 5,
            "isLifeline": false,
            "multiChannel": true
        },
        {
            "text": "Humidity High Trigger",
            "endpoint": 0,
            "value": 4,
            "maxNodes": 5,
            "isLifeline": false,
            "multiChannel": true
        },
        {
            "text": "Humidity Low Trigger",
            "endpoint": 0,
            "value": 5,
            "maxNodes": 5,
            "isLifeline": false,
            "multiChannel": true
        }
    ],
    "neighbors": [],
    "ready": true,
    "available": true,
    "hassDevices": [],
    "failed": false,
    "inited": true,
    "eventsQueue": [
        { "time": "2025-10-27T19:32:53.189Z", "event": "interview started", "args": [] },
        { "time": "2025-10-27T19:32:53.196Z", "event": "wake up", "args": [4] },
        { "time": "2025-10-27T19:32:53.196Z", "event": "interview stage completed", "args": ["ProtocolInfo"] },
        { "time": "2025-10-27T19:32:53.376Z", "event": "interview stage completed", "args": ["NodeInfo"] },
        {
            "time": "2025-10-27T19:32:53.989Z",
            "event": "value added",
            "args": [
                {
                    "commandClassName": "Manufacturer Specific",
                    "commandClass": 114,
                    "endpoint": 0,
                    "property": "productId",
                    "newValue": 20,
                    "propertyName": "productId"
                }
            ]
        },
        {
            "time": "2025-10-27T19:32:53.989Z",
            "event": "value added",
            "args": [
                {
                    "commandClassName": "Manufacturer Specific",
                    "commandClass": 114,
                    "endpoint": 0,
                    "property": "productType",
                    "newValue": 4,
                    "propertyName": "productType"
                }
            ]
        },
    {
        "time": "2025-10-27T19:32:53.991Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Manufacturer Specific",
                "commandClass": 114,
                "endpoint": 0,
                "property": "manufacturerId",
                "newValue": 340,
                "propertyName": "manufacturerId"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:54.399Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "hardwareVersion",
                "newValue": 1,
                "propertyName": "hardwareVersion"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:54.400Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "firmwareVersions",
                "newValue": ["1.2"],
                "propertyName": "firmwareVersions"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:54.402Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "protocolVersion",
                "newValue": "6.2",
                "propertyName": "protocolVersion"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:54.403Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "libraryType",
                "newValue": 3,
                "propertyName": "libraryType"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.581Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "applicationBuildNumber",
                "newValue": 0,
                "propertyName": "applicationBuildNumber"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.582Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "applicationVersion",
                "newValue": "1.2.0",
                "propertyName": "applicationVersion"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.583Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "zWaveProtocolBuildNumber",
                "newValue": 86,
                "propertyName": "zWaveProtocolBuildNumber"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.584Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "zWaveProtocolVersion",
                "newValue": "6.2.0",
                "propertyName": "zWaveProtocolVersion"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.585Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "hostInterfaceBuildNumber",
                "newValue": 0,
                "propertyName": "hostInterfaceBuildNumber"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.586Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "hostInterfaceVersion",
                "newValue": "unused",
                "propertyName": "hostInterfaceVersion"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.588Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "applicationFrameworkBuildNumber",
                "newValue": 52445,
                "propertyName": "applicationFrameworkBuildNumber"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.589Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "applicationFrameworkAPIVersion",
                "newValue": "4.1.1",
                "propertyName": "applicationFrameworkAPIVersion"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.589Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Version",
                "commandClass": 134,
                "endpoint": 0,
                "property": "sdkVersion",
                "newValue": "6.81.1",
                "propertyName": "sdkVersion"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.987Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Wake Up",
                "commandClass": 132,
                "endpoint": 0,
                "property": "controllerNodeId",
                "newValue": 0,
                "propertyName": "controllerNodeId"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:58.987Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Wake Up",
                "commandClass": 132,
                "endpoint": 0,
                "property": "wakeUpInterval",
                "newValue": 604800,
                "propertyName": "wakeUpInterval"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:59.257Z",
        "event": "value updated",
        "args": [
            {
                "commandClassName": "Wake Up",
                "commandClass": 132,
                "endpoint": 0,
                "property": "controllerNodeId",
                "newValue": 1,
                "prevValue": 0,
                "propertyName": "controllerNodeId"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:59.736Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Battery",
                "commandClass": 128,
                "endpoint": 0,
                "property": "isLow",
                "newValue": false,
                "propertyName": "isLow"
            }
        ]
    },
    {
        "time": "2025-10-27T19:32:59.737Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Battery",
                "commandClass": 128,
                "endpoint": 0,
                "property": "level",
                "newValue": 100,
                "propertyName": "level"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:06.527Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 1,
                "newValue": 20,
                "propertyName": "Min. Temp. Change"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:06.736Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 2,
                "newValue": 7,
                "propertyName": "Min Humidity Change"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:06.937Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 4,
                "newValue": 43200,
                "propertyName": "Periodic Reports"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:07.157Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 5,
                "newValue": 0,
                "propertyName": "Temperature Upper Watermark"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:07.357Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 6,
                "newValue": 0,
                "propertyName": "Temperature Lower Watermark"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:07.555Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 7,
                "newValue": 0,
                "propertyName": "Humidity Upper Watermark"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:07.756Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 8,
                "newValue": 0,
                "propertyName": "Humidity Lower Watermark"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:07.997Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 9,
                "newValue": 255,
                "propertyName": "Low Temperature Trigger"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:08.196Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 10,
                "newValue": 0,
                "propertyName": "High Temperature Trigger"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:08.396Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 11,
                "newValue": 255,
                "propertyName": "Low Humidity Trigger"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:08.596Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Configuration",
                "commandClass": 112,
                "endpoint": 0,
                "property": 12,
                "newValue": 0,
                "propertyName": "High Humidity Trigger"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:09.017Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Binary Sensor",
                "commandClass": 48,
                "endpoint": 0,
                "property": "General Purpose",
                "newValue": false,
                "propertyName": "General Purpose"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:09.706Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Notification",
                "commandClass": 113,
                "endpoint": 0,
                "property": "Weather Alarm",
                "propertyKey": "Moisture alarm status",
                "newValue": 0,
                "propertyName": "Weather Alarm",
                "propertyKeyName": "Moisture alarm status"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:10.707Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Multilevel Sensor",
                "commandClass": 49,
                "endpoint": 0,
                "property": "Air temperature",
                "newValue": 30.2,
                "propertyName": "Air temperature"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:10.977Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Multilevel Sensor",
                "commandClass": 49,
                "endpoint": 0,
                "property": "Humidity",
                "newValue": 40,
                "propertyName": "Humidity"
            }
        ]
    },
    {
        "time": "2025-10-27T19:33:11.187Z",
        "event": "value added",
        "args": [
            {
                "commandClassName": "Multilevel Sensor",
                "commandClass": 49,
                "endpoint": 0,
                "property": "Dew point",
                "newValue": 18.2,
                "propertyName": "Dew point"
            }
        ]
    },
    { "time": "2025-10-27T19:33:11.189Z", "event": "interview stage completed", "args": ["CommandClasses"] },
    { "time": "2025-10-27T19:33:11.190Z", "event": "interview stage completed", "args": ["OverwriteConfig"] },
    { "time": "2025-10-27T19:33:11.192Z", "event": "interview stage completed", "args": ["Complete"] },
    { "time": "2025-10-27T19:33:11.204Z", "event": "ready", "args": [] },
    { "time": "2025-10-27T19:33:11.205Z", "event": "interview completed", "args": [] },
    { "time": "2025-10-27T19:33:11.978Z", "event": "sleep", "args": [2] }
],
"status": "Asleep",
"interviewStage": "Complete",
"priorityReturnRoute": [],
"customReturnRoute": [],
"prioritySUCReturnRoute": null,
"customSUCReturnRoutes": [],
"hexId": "0x0154 0x0004-0x0014",
"dbLink": "https://devices.zwave-js.io/?jumpTo=0x0154:0x0004:0x0014:0.0",
"manufacturerId": 340,
"productId": 20,
"productType": 4,
"deviceConfig": {
    "filename": "/var/www/html/plugins/zwavejs/data/store/.config-db/devices/0x0154/pope701202.json",
    "isEmbedded": true,
    "manufacturer": "Popp & Co",
    "manufacturerId": 340,
    "label": "POPE701202",
    "description": "Popp Mold Detector",
    "devices": [{ "productType": 4, "productId": 20 }],
    "firmwareVersion": { "min": "0.0", "max": "255.255" },
    "preferred": false,
    "paramInformation": { "_map": [] }
},
"productLabel": "POPE701202",
"productDescription": "Popp Mold Detector",
"manufacturer": "Popp & Co",
"firmwareVersion": "1.2.0",
"sdkVersion": "6.81.1",
"protocolVersion": 3,
"zwavePlusVersion": 1,
"zwavePlusNodeType": 0,
"zwavePlusRoleType": 6,
"nodeType": 1,
"endpointsCount": 0,
"endpoints": [{ "index": 0, "label": "Root Endpoint", "deviceClass": { "basic": 4, "generic": 7, "specific": 1 } }],
"isSecure": true,
"security": "S2_Unauthenticated",
"supportsSecurity": false,
"supportsBeaming": true,
"isControllerNode": false,
"isListening": false,
"isFrequentListening": false,
"isRouting": true,
"keepAwake": false,
"maxDataRate": 100000,
"deviceClass": { "basic": 4, "generic": 7, "specific": 1 },
"lastActive": 1761593591475,
"firmwareCapabilities": { "firmwareUpgradable": true, "firmwareTargets": [0] },
"protocol": 0,
"deviceId": "340-20-4",
"hasDeviceConfigChanged": false,
"statistics": {
    "commandsTX": 94,
    "commandsRX": 92,
    "commandsDroppedRX": 0,
    "commandsDroppedTX": 0,
    "timeoutResponse": 0,
    "rtt": 103.6,
    "lastSeen": "2025-10-27T19:33:11.475Z",
    "lwr": { "repeaters": [8], "protocolDataRate": 3 }
},
"batteryLevels": [100],
"minBatteryLevel": 100,
"supportsTime": false

}

Tout semble présent. Mais pourquoi donc ne remonte-t il rien dans l’interface jeedom de l’équipement zwave ? Un soucis avec la DB ?
Note que tous mes autres modules zwave fibaro sont correctement fonctionnels.
Un idée ?