J'arrive pas à programmer une ampoule

Bonjour,
via le protocole jeezigbee je détecte bien la lampe lexman mais j’arrive pas à la piloter

{
    "date_code": "20211116",
    "definition": {
        "description": "ENKI LEXMAN E14 LED RGBW",
        "exposes": [
            {
                "features": [
                    {
                        "access": 7,
                        "description": "On\/off state of this light",
                        "label": "State",
                        "name": "state",
                        "property": "state",
                        "type": "binary",
                        "value_off": "OFF",
                        "value_on": "ON",
                        "value_toggle": "TOGGLE"
                    },
                    {
                        "access": 7,
                        "description": "Brightness of this light",
                        "label": "Brightness",
                        "name": "brightness",
                        "property": "brightness",
                        "type": "numeric",
                        "value_max": 254,
                        "value_min": 0
                    },
                    {
                        "access": 7,
                        "description": "Color temperature of this light",
                        "label": "Color temp",
                        "name": "color_temp",
                        "presets": [
                            {
                                "description": "Coolest temperature supported",
                                "name": "coolest",
                                "value": 153
                            },
                            {
                                "description": "Cool temperature (250 mireds \/ 4000 Kelvin)",
                                "name": "cool",
                                "value": 250
                            },
                            {
                                "description": "Neutral temperature (370 mireds \/ 2700 Kelvin)",
                                "name": "neutral",
                                "value": 370
                            },
                            {
                                "description": "Warmest temperature supported",
                                "name": "warmest",
                                "value": 370
                            }
                        ],
                        "property": "color_temp",
                        "type": "numeric",
                        "unit": "mired",
                        "value_max": 370,
                        "value_min": 153
                    },
                    {
                        "access": 7,
                        "description": "Color temperature after cold power on of this light",
                        "label": "Color temp startup",
                        "name": "color_temp_startup",
                        "presets": [
                            {
                                "description": "Coolest temperature supported",
                                "name": "coolest",
                                "value": 153
                            },
                            {
                                "description": "Cool temperature (250 mireds \/ 4000 Kelvin)",
                                "name": "cool",
                                "value": 250
                            },
                            {
                                "description": "Neutral temperature (370 mireds \/ 2700 Kelvin)",
                                "name": "neutral",
                                "value": 370
                            },
                            {
                                "description": "Warmest temperature supported",
                                "name": "warmest",
                                "value": 370
                            },
                            {
                                "description": "Restore previous color_temp on cold power on",
                                "name": "previous",
                                "value": 65535
                            }
                        ],
                        "property": "color_temp_startup",
                        "type": "numeric",
                        "unit": "mired",
                        "value_max": 370,
                        "value_min": 153
                    },
                    {
                        "access": 7,
                        "description": "Color of this light in the CIE 1931 color space (x\/y)",
                        "features": [
                            {
                                "access": 7,
                                "label": "X",
                                "name": "x",
                                "property": "x",
                                "type": "numeric"
                            },
                            {
                                "access": 7,
                                "label": "Y",
                                "name": "y",
                                "property": "y",
                                "type": "numeric"
                            }
                        ],
                        "label": "Color (X\/Y)",
                        "name": "color_xy",
                        "property": "color",
                        "type": "composite"
                    }
                ],
                "type": "light"
            },
            {
                "access": 2,
                "description": "Triggers an effect on the light (e.g. make light blink for a few seconds)",
                "label": "Effect",
                "name": "effect",
                "property": "effect",
                "type": "enum",
                "values": [
                    "blink",
                    "breathe",
                    "okay",
                    "channel_change",
                    "finish_effect",
                    "stop_effect",
                    "colorloop",
                    "stop_colorloop"
                ]
            },
            {
                "access": 7,
                "category": "config",
                "description": "Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.",
                "label": "Power-on behavior",
                "name": "power_on_behavior",
                "property": "power_on_behavior",
                "type": "enum",
                "values": [
                    "off",
                    "on",
                    "toggle",
                    "previous"
                ]
            },
            {
                "access": 1,
                "category": "diagnostic",
                "description": "Link quality (signal strength)",
                "label": "Linkquality",
                "name": "linkquality",
                "property": "linkquality",
                "type": "numeric",
                "unit": "lqi",
                "value_max": 255,
                "value_min": 0
            }
        ],
        "model": "IP-CDZOTAAP005JA-MAN",
        "options": [
            {
                "access": 2,
                "description": "Controls the transition time (in seconds) of on\/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).",
                "label": "Transition",
                "name": "transition",
                "property": "transition",
                "type": "numeric",
                "value_min": 0
            },
            {
                "access": 2,
                "description": "When enabled colors will be synced, e.g. if the light supports both color x\/y and color temperature a conversion from color x\/y to color temperature will be done when setting the x\/y color (default true).",
                "label": "Color sync",
                "name": "color_sync",
                "property": "color_sync",
                "type": "binary",
                "value_off": false,
                "value_on": true
            },
            {
                "access": 2,
                "description": "State actions will also be published as 'action' when true (default false).",
                "label": "State action",
                "name": "state_action",
                "property": "state_action",
                "type": "binary",
                "value_off": false,
                "value_on": true
            }
        ],
        "supports_ota": false,
        "vendor": "ADEO"
    },
    "disabled": false,
    "endpoints": {
        "1": {
            "bindings": [],
            "clusters": {
                "input": [
                    "genBasic",
                    "genIdentify",
                    "genGroups",
                    "genScenes",
                    "genOnOff",
                    "genLevelCtrl",
                    "lightingColorCtrl",
                    "touchlink",
                    "manuSpecificAmazonWWAH",
                    "heimanSpecificInfraRedRemote"
                ],
                "output": [
                    "genOta"
                ]
            },
            "configured_reportings": [],
            "scenes": []
        },
        "242": {
            "bindings": [],
            "clusters": {
                "input": [],
                "output": [
                    "greenPower"
                ]
            },
            "configured_reportings": [],
            "scenes": []
        }
    },
    "friendly_name": "0x881a14fffe922eae",
    "ieee_address": "0x881a14fffe922eae",
    "interview_completed": true,
    "interviewing": false,
    "manufacturer": "Adeo",
    "model_id": "ZBEK-3",
    "network_address": 17998,
    "power_source": "Mains (single phase)",
    "software_build_id": "2.11.00",
    "supported": true,
    "type": "Router"
}

Bonjour,

La piloter depuis un scénario, depuis les boutons de la tuile du dashboard ?
Quelle version de Jeedom, du plugin ?

La page santé est-elle OK ?

Quant aux logs il faut mieux les poster entre balises car là c’est illisible

Cdt
Luis

Bonjour,
jjeedom sur box delta installé il y a 2 jours 4.4.9
plugin du 2024-07-17 01:01:52

pour la piloter peu m’importe d’ou pour l’instant j’essaye de l’actionner.
sur le dashbord je visualise bin la somme des actions mais aucune ne marche

les balises c’est quoi?

Olivier

ah et la page santé est ok.
L’ampoule est bien détectée et apparait renseignée mais j’arrive à rien faire

Bonjour,

C’est quoi ce json imbuvable? En quoi est-ce relevant pour la question, je ne comprend pas?

Pouvez-vous être plus spécifique? Qu’avez-vous essayé de faire?

Bonjour,
j’utilise jeedom depuis peu dsl.
j’ai installé les plugin et l’ampoule est bien détectée.
aprés je vais dans ses commandes et je clic sur test mais aucune des actions ne fonctionne.
L’ampoule reste allumée

dsl aussi pour le json mais j’ai juste fais un copié collé dans les paramêtres de l’ampoule

Olivier