plugin-ZIGBEE Beta

Bonjour,
Ca depend des équipements pour 90% non mais pour certain que le green power ou le light link oui. C’est pas comme en zwave ou tout est coté plugin, la 50% du boulot c’est le firmware de la clef.

1 « J'aime »

Bonjour,
j’ai ce détecteur de fumée Zigbee ‹ Heiman HS3SA-E › chez moi:


Voici la description du détecteur: https://fr.aliexpress.com/item/1005001709500617.html

Il n’est pas dans la liste proposé par le plugin.
Voici les informations brutes:

{
    "ieee": "00:0d:6f:00:15:33:e2:a9",
    "nwk": 49191,
    "status": 2,
    "lqi": "90",
    "rssi": "0",
    "last_seen": "1608313497.2604682",
    "node_descriptor": "02:40:80:0b:12:52:52:00:00:00:52:00:00",
    "endpoints": [
        {
            "id": 1,
            "status": 1,
            "device_type": 1026,
            "profile_id": 260,
            "manufacturer": "HEIMAN",
            "model": "SmokeSensor-EM",
            "output_clusters": [
                {
                    "id": 25,
                    "name": "Ota",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 0,
                    "name": "Basic",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "zcl_version",
                            "value": 1
                        },
                        {
                            "id": 1,
                            "name": "app_version",
                            "value": 18
                        },
                        {
                            "id": 2,
                            "name": "stack_version",
                            "value": 2
                        },
                        {
                            "id": 3,
                            "name": "hw_version",
                            "value": 16
                        },
                        {
                            "id": 4,
                            "name": "manufacturer",
                            "value": "HEIMAN"
                        },
                        {
                            "id": 5,
                            "name": "model",
                            "value": "SmokeSensor-EM"
                        },
                        {
                            "id": 6,
                            "name": "date_code",
                            "value": "2018.4.20"
                        },
                        {
                            "id": 7,
                            "name": "power_source",
                            "value": 3
                        },
                        {
                            "id": 16384,
                            "name": "sw_build_id",
                            "value": "1.1.1"
                        }
                    ]
                },
                {
                    "id": 1,
                    "name": "Power Configuration",
                    "attributes": [
                        {
                            "id": 32,
                            "name": "battery_voltage",
                            "value": 32
                        },
                        {
                            "id": 33,
                            "name": "battery_percentage_remaining",
                            "value": 200
                        }
                    ]
                },
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                },
                {
                    "id": 1280,
                    "name": "IAS Zone",
                    "attributes": []
                },
                {
                    "id": 1282,
                    "name": "IAS Warning Device",
                    "attributes": []
                }
            ]
        }
    ],
    "signature": {
        "manufacturer_name": "HEIMAN",
        "model": "SmokeSensor-EM",
        "node_descriptor": {
            "byte1": 2,
            "byte2": 64,
            "mac_capability_flags": 128,
            "manufacturer_code": 4619,
            "maximum_buffer_size": 82,
            "maximum_incoming_transfer_size": 82,
            "server_mask": 0,
            "maximum_outgoing_transfer_size": 82,
            "descriptor_capability_field": 0
        },
        "1": {
            "profileid": 260,
            "deviceid": 1026,
            "in_clusters": [
                0,
                1,
                3,
                1280,
                1282
            ],
            "out_clusters": [
                25
            ]
        }
    },
    "class": "zigpy.device"
}

Le capteur de vibration Aqara ne fonctionne pas du tout avec ce plugin, même après avoir sélectionné:
image

C’est un capteur très populaire (j’en ai plusieurs d’ailleurs) je ne comprends pas comment cela se fait qu’il ne soit pas supporter par le plugin Zigbee. Voici les commandes créés actuellement (et qui ne fonctionnent malheureusement pas):

Voici les informations brutes:

{
    "ieee": "00:15:8d:00:05:6e:3d:83",
    "nwk": 34616,
    "status": 2,
    "lqi": "None",
    "rssi": "None",
    "last_seen": "None",
    "node_descriptor": "02:40:80:37:10:7f:64:00:00:00:64:00:00",
    "endpoints": [
        {
            "id": 1,
            "status": 1,
            "device_type": 10,
            "profile_id": 260,
            "manufacturer": "LUMI",
            "model": "lumi.vibration.aq1",
            "output_clusters": [
                {
                    "id": 0,
                    "name": "VibrationBasicCluster",
                    "attributes": []
                },
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                },
                {
                    "id": 4,
                    "name": "Groups",
                    "attributes": []
                },
                {
                    "id": 5,
                    "name": "Scenes",
                    "attributes": []
                },
                {
                    "id": 25,
                    "name": "Ota",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 0,
                    "name": "VibrationBasicCluster",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "zcl_version",
                            "value": 1
                        },
                        {
                            "id": 1,
                            "name": "app_version",
                            "value": 8
                        },
                        {
                            "id": 2,
                            "name": "stack_version",
                            "value": 2
                        },
                        {
                            "id": 3,
                            "name": "hw_version",
                            "value": 3
                        },
                        {
                            "id": 4,
                            "name": "manufacturer",
                            "value": "LUMI"
                        },
                        {
                            "id": 5,
                            "name": "model",
                            "value": "lumi.vibration.aq1"
                        },
                        {
                            "id": 6,
                            "name": "date_code",
                            "value": "20180130"
                        },
                        {
                            "id": 7,
                            "name": "power_source",
                            "value": 3
                        },
                        {
                            "id": 16384,
                            "name": "sw_build_id",
                            "value": "3000-0001"
                        }
                    ]
                },
                {
                    "id": 1,
                    "name": "Power Configuration",
                    "attributes": [
                        {
                            "id": 49,
                            "name": "battery_size",
                            "value": 10
                        },
                        {
                            "id": 51,
                            "name": "battery_quantity",
                            "value": 1
                        }
                    ]
                },
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                },
                {
                    "id": 1280,
                    "name": "IAS Zone",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "zone_state",
                            "value": 0
                        },
                        {
                            "id": 1,
                            "name": "zone_type",
                            "value": 45
                        },
                        {
                            "id": 2,
                            "name": "zone_status",
                            "value": 0
                        },
                        {
                            "id": 16,
                            "name": "cie_addr",
                            "value": "00:15:8d:00:02:bc:fd:d5"
                        }
                    ]
                },
                {
                    "id": 25,
                    "name": "Ota",
                    "attributes": []
                },
                {
                    "id": 257,
                    "name": "MultistateInputCluster",
                    "attributes": [
                        {
                            "id": 85,
                            "name": "present_value",
                            "value": 1
                        },
                        {
                            "id": 0,
                            "name": "lock_state",
                            "value": "Vibration"
                        }
                    ]
                }
            ]
        },
        {
            "id": 2,
            "status": 1,
            "device_type": 24322,
            "profile_id": 260,
            "manufacturer": null,
            "model": null,
            "output_clusters": [
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                },
                {
                    "id": 4,
                    "name": "Groups",
                    "attributes": []
                },
                {
                    "id": 5,
                    "name": "Scenes",
                    "attributes": []
                },
                {
                    "id": 18,
                    "name": "MultistateInput",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                }
            ]
        }
    ],
    "signature": {
        "manufacturer_name": "LUMI",
        "model": "lumi.vibration.aq1",
        "node_descriptor": {
            "byte1": 2,
            "byte2": 64,
            "mac_capability_flags": 128,
            "manufacturer_code": 4151,
            "maximum_buffer_size": 127,
            "maximum_incoming_transfer_size": 100,
            "server_mask": 0,
            "maximum_outgoing_transfer_size": 100,
            "descriptor_capability_field": 0
        },
        "1": {
            "profileid": 260,
            "deviceid": 10,
            "in_clusters": [
                0,
                1,
                3,
                1280,
                25,
                257
            ],
            "out_clusters": [
                0,
                3,
                4,
                5,
                25
            ]
        },
        "2": {
            "profileid": 260,
            "deviceid": 24322,
            "in_clusters": [
                3
            ],
            "out_clusters": [
                3,
                4,
                5,
                18
            ]
        }
    },
    "class": "zhaquirks.xiaomi.aqara.vibration_aq1"
}

La configuration du bouton Aqara configurée par ce plugin Zigbee est erronée. J’ai modifié la config et cela fonctionne maintenant :star_struck:

Bonsoir, merci pour votre boulot. Est ce possible d’ajouter ces éléments

Interrupteur variateur legrand celiane by netatmo

Citation
Configuration du noeud
Information
Configuration
Action
Informations brutes
{
« ieee »: « 00:04:74:00:00:8b:09:8e »,
« nwk »: 7864,
« status »: 2,
« lqi »: « None »,
« rssi »: « None »,
« last_seen »: « 1608330049.0774717 »,
« node_descriptor »: « 11:40:8e:21:10:59:3f:00:00:2a:3f:00:00 »,
« endpoints »: [
{
« id »: 1,
« status »: 1,
« device_type »: 256,
« profile_id »: 260,
« manufacturer »: " Legrand",
« model »: " Dimmer switch w/o neutral",
« output_clusters »: [
{
« id »: 0,
« name »: « Basic »,
« attributes »:
},
{
« id »: 64513,
« name »: « LegrandCluster »,
« attributes »:
},
{
« id »: 25,
« name »: « Ota »,
« attributes »:
}
],
« input_clusters »: [
{
« id »: 0,
« name »: « Basic »,
« attributes »: [
{
« id »: 0,
« name »: « zcl_version »,
« value »: 2
},
{
« id »: 1,
« name »: « app_version »,
« value »: 0
},
{
« id »: 2,
« name »: « stack_version »,
« value »: 66
},
{
« id »: 3,
« name »: « hw_version »,
« value »: 6
},
{
« id »: 4,
« name »: « manufacturer »,
« value »: " Legrand"
},
{
« id »: 5,
« name »: « model »,
« value »: " Dimmer switch w/o neutral"
},
{
« id »: 6,
« name »: « date_code »,
« value »: " "
},
{
« id »: 7,
« name »: « power_source »,
« value »: 1
},
{
« id »: 16384,
« name »: « sw_build_id »,
« value »: « 002b »
}
]
},
{
« id »: 3,
« name »: « Identify »,
« attributes »:
},
{
« id »: 4,
« name »: « Groups »,
« attributes »:
},
{
« id »: 6,
« name »: « On/Off »,
« attributes »: [
{
« id »: 0,
« name »: « on_off »,
« value »: 0
}
]
},
{
« id »: 8,
« name »: « Level control »,
« attributes »: [
{
« id »: 0,
« name »: « current_level »,
« value »: 0
},
{
« id »: 17,
« name »: « on_level »,
« value »: 254
}
]
},
{
« id »: 5,
« name »: « Scenes »,
« attributes »:
},
{
« id »: 15,
« name »: « Binary Input (Basic) »,
« attributes »: [
{
« id »: 85,
« name »: « present_value »,
« value »: 0
}
]
},
{
« id »: 64513,
« name »: « LegrandCluster »,
« attributes »:
}
]
}
],
« signature »: {
« manufacturer_name »: " Legrand",
« model »: " Dimmer switch w/o neutral",
« node_descriptor »: {
« byte1 »: 17,
« byte2 »: 64,
« mac_capability_flags »: 142,
« manufacturer_code »: 4129,
« maximum_buffer_size »: 89,
« maximum_incoming_transfer_size »: 63,
« server_mask »: 10752,
« maximum_outgoing_transfer_size »: 63,
« descriptor_capability_field »: 0
},
« 1 »: {
« profileid »: 260,
« deviceid »: 256,
« in_clusters »: [
0,
3,
4,
6,
8,
5,
15,
64513
],
« out_clusters »: [
0,
64513,
25
]
}
},
« class »: « zhaquirks.legrand.dimmer »
}

Citation

Ampoules gu10 rgbw aurora AUA1GUZBRGBW

ABI3224053_PHOTOHD_1

Citation
Configuration du noeud
Information
Configuration
Action
Informations brutes
{
« ieee »: « 68:0a:e2:ff:fe:a5:75:af »,
« nwk »: 51353,
« status »: 2,
« lqi »: « None »,
« rssi »: « None »,
« last_seen »: « None »,
« node_descriptor »: « 01:40:8e:68:11:52:52:00:00:2c:52:00:00 »,
« endpoints »: [
{
« id »: 1,
« status »: 1,
« device_type »: 269,
« profile_id »: 260,
« manufacturer »: « Aurora »,
« model »: « RGBGU10Bulb50AU »,
« output_clusters »: [
{
« id »: 10,
« name »: « Time »,
« attributes »:
},
{
« id »: 25,
« name »: « Ota »,
« attributes »:
}
],
« input_clusters »: [
{
« id »: 0,
« name »: « Basic »,
« attributes »: [
{
« id »: 0,
« name »: « zcl_version »,
« value »: 2
},
{
« id »: 1,
« name »: « app_version »,
« value »: 1
},
{
« id »: 2,
« name »: « stack_version »,
« value »: 1
},
{
« id »: 3,
« name »: « hw_version »,
« value »: 1
},
{
« id »: 4,
« name »: « manufacturer »,
« value »: « Aurora »
},
{
« id »: 5,
« name »: « model »,
« value »: « RGBGU10Bulb50AU »
},
{
« id »: 6,
« name »: « date_code »,
« value »: « 20181025 »
},
{
« id »: 7,
« name »: « power_source »,
« value »: 1
},
{
« id »: 16384,
« name »: « sw_build_id »,
« value »: « 2.0 »
}
]
},
{
« id »: 3,
« name »: « Identify »,
« attributes »:
},
{
« id »: 4,
« name »: « Groups »,
« attributes »:
},
{
« id »: 5,
« name »: « Scenes »,
« attributes »:
},
{
« id »: 6,
« name »: « On/Off »,
« attributes »: [
{
« id »: 0,
« name »: « on_off »,
« value »: 1
}
]
},
{
« id »: 8,
« name »: « Level control »,
« attributes »: [
{
« id »: 0,
« name »: « current_level »,
« value »: 254
}
]
},
{
« id »: 768,
« name »: « Color Control »,
« attributes »: [
{
« id »: 0,
« name »: « current_hue »,
« value »: 136
},
{
« id »: 1,
« name »: « current_saturation »,
« value »: 36
},
{
« id »: 3,
« name »: « current_x »,
« value »: 29991
},
{
« id »: 4,
« name »: « current_y »,
« value »: 26872
},
{
« id »: 7,
« name »: « color_temperature »,
« value »: 370
}
]
},
{
« id »: 2821,
« name »: « Diagnostic »,
« attributes »:
},
{
« id »: 4096,
« name »: « LightLink »,
« attributes »:
},
{
« id »: 65244,
« name »: « Manufacturer Specific »,
« attributes »:
}
]
},
{
« id »: 242,
« status »: 1,
« device_type »: 97,
« profile_id »: 41440,
« manufacturer »: null,
« model »: null,
« output_clusters »: [
{
« id »: 33,
« name »: « GreenPowerProxy »,
« attributes »:
}
],
« input_clusters »:
}
],
« signature »: {
« manufacturer_name »: « Aurora »,
« model »: « RGBGU10Bulb50AU »,
« node_descriptor »: {
« byte1 »: 1,
« byte2 »: 64,
« mac_capability_flags »: 142,
« manufacturer_code »: 4456,
« maximum_buffer_size »: 82,
« maximum_incoming_transfer_size »: 82,
« server_mask »: 11264,
« maximum_outgoing_transfer_size »: 82,
« descriptor_capability_field »: 0
},
« 1 »: {
« profileid »: 260,
« deviceid »: 269,
« in_clusters »: [
0,
3,
4,
5,
6,
8,
768,
2821,
4096,
65244
],
« out_clusters »: [
10,
25
]
},
« 242 »: {
« profileid »: 41440,
« deviceid »: 97,
« in_clusters »: ,
« out_clusters »: [
33
]
}
},
« class »: « zigpy.device »
}

Citation

Bonsoir,

Voila deux équipements du constructeur Adeo vendu par Leroy Merlin :

Ampoule connectée led réflecteur GU10 intensité + couleur variables ENKI LEXMAN

{
    "ieee": "60:a4:23:ff:fe:8c:e0:27",
    "nwk": 60803,
    "status": 2,
    "lqi": "199",
    "rssi": "-69",
    "last_seen": "1608388853.2000384",
    "node_descriptor": "01:40:8e:77:12:52:52:00:00:2c:52:00:00",
    "endpoints": [
        {
            "id": 1,
            "status": 1,
            "device_type": 269,
            "profile_id": 260,
            "manufacturer": "Adeo",
            "model": "LXEK-4",
            "output_clusters": [
                {
                    "id": 25,
                    "name": "Ota",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 0,
                    "name": "Basic",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "zcl_version",
                            "value": 3
                        },
                        {
                            "id": 1,
                            "name": "app_version",
                            "value": 1
                        },
                        {
                            "id": 2,
                            "name": "stack_version",
                            "value": 2
                        },
                        {
                            "id": 3,
                            "name": "hw_version",
                            "value": 1
                        },
                        {
                            "id": 4,
                            "name": "manufacturer",
                            "value": "Adeo"
                        },
                        {
                            "id": 5,
                            "name": "model",
                            "value": "LXEK-4"
                        },
                        {
                            "id": 6,
                            "name": "date_code",
                            "value": "20200526"
                        },
                        {
                            "id": 7,
                            "name": "power_source",
                            "value": 1
                        },
                        {
                            "id": 16384,
                            "name": "sw_build_id",
                            "value": "2.4.0"
                        }
                    ]
                },
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                },
                {
                    "id": 4,
                    "name": "Groups",
                    "attributes": []
                },
                {
                    "id": 5,
                    "name": "Scenes",
                    "attributes": []
                },
                {
                    "id": 6,
                    "name": "On\/Off",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "on_off",
                            "value": 1
                        }
                    ]
                },
                {
                    "id": 8,
                    "name": "Level control",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "current_level",
                            "value": 254
                        }
                    ]
                },
                {
                    "id": 768,
                    "name": "Color Control",
                    "attributes": []
                },
                {
                    "id": 4096,
                    "name": "LightLink",
                    "attributes": []
                },
                {
                    "id": 64642,
                    "name": "Manufacturer Specific",
                    "attributes": []
                }
            ]
        },
        {
            "id": 242,
            "status": 1,
            "device_type": 97,
            "profile_id": 41440,
            "manufacturer": null,
            "model": null,
            "output_clusters": [
                {
                    "id": 33,
                    "name": "GreenPowerProxy",
                    "attributes": []
                }
            ],
            "input_clusters": []
        }
    ],
    "signature": {
        "manufacturer_name": "Adeo",
        "model": "LXEK-4",
        "node_descriptor": {
            "byte1": 1,
            "byte2": 64,
            "mac_capability_flags": 142,
            "manufacturer_code": 4727,
            "maximum_buffer_size": 82,
            "maximum_incoming_transfer_size": 82,
            "server_mask": 11264,
            "maximum_outgoing_transfer_size": 82,
            "descriptor_capability_field": 0
        },
        "1": {
            "profileid": 260,
            "deviceid": 269,
            "in_clusters": [
                0,
                3,
                4,
                5,
                6,
                8,
                768,
                4096,
                64642
            ],
            "out_clusters": [
                25
            ]
        },
        "242": {
            "profileid": 41440,
            "deviceid": 97,
            "in_clusters": [],
            "out_clusters": [
                33
            ]
        }
    },
    "class": "zigpy.device"
}
  • Ampoule connectée led dépoli standard E27 intensité+blanc variables ENKI LEXMAN

{
    "ieee": "60:a4:23:ff:fe:4f:ad:3f",
    "nwk": 19790,
    "status": 2,
    "lqi": "135",
    "rssi": "-77",
    "last_seen": "1608396548.0126402",
    "node_descriptor": "01:40:8e:77:12:52:52:00:00:2c:52:00:00",
    "endpoints": [
        {
            "id": 1,
            "status": 1,
            "device_type": 268,
            "profile_id": 260,
            "manufacturer": "Adeo",
            "model": "LXEK-7",
            "output_clusters": [
                {
                    "id": 25,
                    "name": "Ota",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 0,
                    "name": "Basic",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "zcl_version",
                            "value": 3
                        },
                        {
                            "id": 1,
                            "name": "app_version",
                            "value": 1
                        },
                        {
                            "id": 2,
                            "name": "stack_version",
                            "value": 2
                        },
                        {
                            "id": 3,
                            "name": "hw_version",
                            "value": 1
                        },
                        {
                            "id": 4,
                            "name": "manufacturer",
                            "value": "Adeo"
                        },
                        {
                            "id": 5,
                            "name": "model",
                            "value": "LXEK-7"
                        },
                        {
                            "id": 6,
                            "name": "date_code",
                            "value": "20200521"
                        },
                        {
                            "id": 7,
                            "name": "power_source",
                            "value": 1
                        },
                        {
                            "id": 16384,
                            "name": "sw_build_id",
                            "value": "2.3.0"
                        }
                    ]
                },
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                },
                {
                    "id": 4,
                    "name": "Groups",
                    "attributes": []
                },
                {
                    "id": 5,
                    "name": "Scenes",
                    "attributes": []
                },
                {
                    "id": 6,
                    "name": "On\/Off",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "on_off",
                            "value": 1
                        }
                    ]
                },
                {
                    "id": 8,
                    "name": "Level control",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "current_level",
                            "value": 254
                        }
                    ]
                },
                {
                    "id": 768,
                    "name": "Color Control",
                    "attributes": [
                        {
                            "id": 3,
                            "name": "current_x",
                            "value": 29991
                        },
                        {
                            "id": 4,
                            "name": "current_y",
                            "value": 26872
                        },
                        {
                            "id": 7,
                            "name": "color_temperature",
                            "value": 370
                        }
                    ]
                },
                {
                    "id": 4096,
                    "name": "LightLink",
                    "attributes": []
                },
                {
                    "id": 64642,
                    "name": "Manufacturer Specific",
                    "attributes": []
                }
            ]
        },
        {
            "id": 242,
            "status": 1,
            "device_type": 97,
            "profile_id": 41440,
            "manufacturer": null,
            "model": null,
            "output_clusters": [
                {
                    "id": 33,
                    "name": "GreenPowerProxy",
                    "attributes": []
                }
            ],
            "input_clusters": []
        }
    ],
    "signature": {
        "manufacturer_name": "Adeo",
        "model": "LXEK-7",
        "node_descriptor": {
            "byte1": 1,
            "byte2": 64,
            "mac_capability_flags": 142,
            "manufacturer_code": 4727,
            "maximum_buffer_size": 82,
            "maximum_incoming_transfer_size": 82,
            "server_mask": 11264,
            "maximum_outgoing_transfer_size": 82,
            "descriptor_capability_field": 0
        },
        "1": {
            "profileid": 260,
            "deviceid": 268,
            "in_clusters": [
                0,
                3,
                4,
                5,
                6,
                8,
                768,
                4096,
                64642
            ],
            "out_clusters": [
                25
            ]
        },
        "242": {
            "profileid": 41440,
            "deviceid": 97,
            "in_clusters": [],
            "out_clusters": [
                33
            ]
        }
    },
    "class": "zigpy.device"
}

Pour la lampe RGB, Il y a apparemment une spécificité sur le json envoyé à la bascule entre mode couleur et mode lumiére, voila le post

Merci d’avance !

Bonjour
Je note tout ça par contre pendant 2 semaines je ne serais pas trop présent mais après je reprends.

1 « J'aime »

Bonjour
Populaire veut pas dire que j’ai eu les moyens de l’acheter pour faire la configuration. La plupart du temps je me base sur vos retours et n’ai pas le module en plus le plugin est en beta c’est pas pour rien !!!

Si vous avez des corrections n’hésitez pas à les donner ça peut servir a d’autres (c’est bien le but le partage non ?)

1 « J'aime »

Bonjour Loic, n’hésite pas à me demander les informations dont tu as besoin. J’ai le capteur Aqara Vibration à côté de moi. Je t’ai partagé ses Informations brutes, car j’ai compris que cette information est nécessaire, mais je suis à disposition si tu as besoin d’autres informations.

Je suis en vacance pour 2 semaines la donc je traiterais a mon retour tous ce qui est ajout de nouveau module.

1 « J'aime »

Euréka.
On sait maintenant qui est le Père Noël. Il vient de se trahir le bougre. Une semaine de distribution puis une semaine pour traiter le SAV . Le masque est tombé . :star_struck: :star_struck: :star_struck:

2 « J'aime »

Bonsoir,
Dommage pour la communauté j’arrive un peu tard se sera donc dans la prochaine mise à jour dans 15 jours :stuck_out_tongue_closed_eyes:
Bonnes vacances et de bonnes fêtes de fin d’année @Loic !!!

Voici 2 équipements Ikéa:

Le 1er l’ampoule LED E27 1000 à spectre de blanc variable.

Ref : TRADFRI bulb E27 WS opal 1000lm

Son image :

Le fichier :

{
    "ieee": "84:2e:14:ff:fe:a6:76:32",
    "nwk": 52308,
    "status": 2,
    "lqi": "255",
    "rssi": "-52",
    "last_seen": "1608576224.2030625",
    "node_descriptor": "01:40:8e:7c:11:52:52:00:00:2c:52:00:00",
    "endpoints": [
        {
            "id": 1,
            "status": 1,
            "device_type": 268,
            "profile_id": 260,
            "manufacturer": "IKEA of Sweden",
            "model": "TRADFRI bulb E27 WS opal 1000lm",
            "output_clusters": [
                {
                    "id": 5,
                    "name": "Scenes",
                    "attributes": []
                },
                {
                    "id": 25,
                    "name": "Ota",
                    "attributes": []
                },
                {
                    "id": 32,
                    "name": "Poll Control",
                    "attributes": []
                },
                {
                    "id": 4096,
                    "name": "LightLink",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 0,
                    "name": "Basic",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "zcl_version",
                            "value": 2
                        },
                        {
                            "id": 1,
                            "name": "app_version",
                            "value": 32
                        },
                        {
                            "id": 2,
                            "name": "stack_version",
                            "value": 98
                        },
                        {
                            "id": 3,
                            "name": "hw_version",
                            "value": 1
                        },
                        {
                            "id": 4,
                            "name": "manufacturer",
                            "value": "IKEA of Sweden"
                        },
                        {
                            "id": 5,
                            "name": "model",
                            "value": "TRADFRI bulb E27 WS opal 1000lm"
                        },
                        {
                            "id": 6,
                            "name": "date_code",
                            "value": "20190308"
                        },
                        {
                            "id": 7,
                            "name": "power_source",
                            "value": 1
                        },
                        {
                            "id": 16384,
                            "name": "sw_build_id",
                            "value": "2.0.022"
                        }
                    ]
                },
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                },
                {
                    "id": 4,
                    "name": "Groups",
                    "attributes": []
                },
                {
                    "id": 5,
                    "name": "Scenes",
                    "attributes": []
                },
                {
                    "id": 6,
                    "name": "On\/Off",
                    "attributes": []
                },
                {
                    "id": 8,
                    "name": "Level control",
                    "attributes": []
                },
                {
                    "id": 768,
                    "name": "Color Control",
                    "attributes": []
                },
                {
                    "id": 4096,
                    "name": "LightLink",
                    "attributes": []
                },
                {
                    "id": 64636,
                    "name": "Manufacturer Specific",
                    "attributes": []
                }
            ]
        },
        {
            "id": 242,
            "status": 1,
            "device_type": 97,
            "profile_id": 41440,
            "manufacturer": null,
            "model": null,
            "output_clusters": [
                {
                    "id": 33,
                    "name": "GreenPowerProxy",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 33,
                    "name": "GreenPowerProxy",
                    "attributes": []
                }
            ]
        }
    ],
    "signature": {
        "manufacturer_name": "IKEA of Sweden",
        "model": "TRADFRI bulb E27 WS opal 1000lm",
        "node_descriptor": {
            "byte1": 1,
            "byte2": 64,
            "mac_capability_flags": 142,
            "manufacturer_code": 4476,
            "maximum_buffer_size": 82,
            "maximum_incoming_transfer_size": 82,
            "server_mask": 11264,
            "maximum_outgoing_transfer_size": 82,
            "descriptor_capability_field": 0
        },
        "1": {
            "profileid": 260,
            "deviceid": 268,
            "in_clusters": [
                0,
                3,
                4,
                5,
                6,
                8,
                768,
                4096,
                64636
            ],
            "out_clusters": [
                5,
                25,
                32,
                4096
            ]
        },
        "242": {
            "profileid": 41440,
            "deviceid": 97,
            "in_clusters": [
                33
            ],
            "out_clusters": [
                33
            ]
        }
    },
    "class": "zigpy.device"
}

2e équipement :

LED E14 470 lumen à variateur d’intensité.

Ref: RADFRI bulb E14 WS 470lm

Son image :

Le fichier :

{
    "ieee": "68:0a:e2:ff:fe:71:3e:04",
    "nwk": 9097,
    "status": 2,
    "lqi": "255",
    "rssi": "-46",
    "last_seen": "1608574367.5823345",
    "node_descriptor": "01:40:8e:7c:11:52:52:00:00:2c:52:00:00",
    "endpoints": [
        {
            "id": 1,
            "status": 1,
            "device_type": 268,
            "profile_id": 260,
            "manufacturer": "IKEA of Sweden",
            "model": "TRADFRI bulb E14 WS 470lm",
            "output_clusters": [
                {
                    "id": 5,
                    "name": "Scenes",
                    "attributes": []
                },
                {
                    "id": 25,
                    "name": "Ota",
                    "attributes": []
                },
                {
                    "id": 32,
                    "name": "Poll Control",
                    "attributes": []
                },
                {
                    "id": 4096,
                    "name": "LightLink",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 0,
                    "name": "Basic",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "zcl_version",
                            "value": 3
                        },
                        {
                            "id": 1,
                            "name": "app_version",
                            "value": 33
                        },
                        {
                            "id": 2,
                            "name": "stack_version",
                            "value": 98
                        },
                        {
                            "id": 3,
                            "name": "hw_version",
                            "value": 1
                        },
                        {
                            "id": 4,
                            "name": "manufacturer",
                            "value": "IKEA of Sweden"
                        },
                        {
                            "id": 5,
                            "name": "model",
                            "value": "TRADFRI bulb E14 WS 470lm"
                        },
                        {
                            "id": 6,
                            "name": "date_code",
                            "value": "20190312"
                        },
                        {
                            "id": 7,
                            "name": "power_source",
                            "value": 1
                        },
                        {
                            "id": 16384,
                            "name": "sw_build_id",
                            "value": "2.1.022"
                        }
                    ]
                },
                {
                    "id": 3,
                    "name": "Identify",
                    "attributes": []
                },
                {
                    "id": 4,
                    "name": "Groups",
                    "attributes": []
                },
                {
                    "id": 5,
                    "name": "Scenes",
                    "attributes": []
                },
                {
                    "id": 6,
                    "name": "On\/Off",
                    "attributes": []
                },
                {
                    "id": 8,
                    "name": "Level control",
                    "attributes": []
                },
                {
                    "id": 768,
                    "name": "Color Control",
                    "attributes": []
                },
                {
                    "id": 4096,
                    "name": "LightLink",
                    "attributes": []
                }
            ]
        },
        {
            "id": 242,
            "status": 1,
            "device_type": 97,
            "profile_id": 41440,
            "manufacturer": null,
            "model": null,
            "output_clusters": [
                {
                    "id": 33,
                    "name": "GreenPowerProxy",
                    "attributes": []
                }
            ],
            "input_clusters": [
                {
                    "id": 33,
                    "name": "GreenPowerProxy",
                    "attributes": []
                }
            ]
        }
    ],
    "signature": {
        "manufacturer_name": "IKEA of Sweden",
        "model": "TRADFRI bulb E14 WS 470lm",
        "node_descriptor": {
            "byte1": 1,
            "byte2": 64,
            "mac_capability_flags": 142,
            "manufacturer_code": 4476,
            "maximum_buffer_size": 82,
            "maximum_incoming_transfer_size": 82,
            "server_mask": 11264,
            "maximum_outgoing_transfer_size": 82,
            "descriptor_capability_field": 0
        },
        "1": {
            "profileid": 260,
            "deviceid": 268,
            "in_clusters": [
                0,
                3,
                4,
                5,
                6,
                8,
                768,
                4096
            ],
            "out_clusters": [
                5,
                25,
                32,
                4096
            ]
        },
        "242": {
            "profileid": 41440,
            "deviceid": 97,
            "in_clusters": [
                33
            ],
            "out_clusters": [
                33
            ]
        }
    },
    "class": "zigpy.device"
}

Merci beaucoup.

Bonjour,
Est ce que les volets profalux sont compatibles avec ce plugin?
Cordialement,

bonjour

je viens de prendre le le plugin zigbee pour le tester avec ma clef cc2531 sous zigbee2mqtt

je bloque des le depart au niveau de la configuration, je ne sais pas trop que mettre dans la configue

j’ai essayé en laissant le port 8089 par defaut mais cela ne change rien

voici le retour du plugin

[2020-12-24 11:22:23][INFO] : Lancement démon zigbeed : /usr/bin/python3 /var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py --device /dev/ttyACM0 --loglevel debug --socketport 1883 --callback http://127.0.0.1:80/plugins/zigbee/core/php/jeeZigbee.php --apikey PZ6P7gAmffXAWYXkyHr26QsynOH230Dh --cycle 0.3 --pid /tmp/jeedom/zigbee/deamon_1.pid --data_folder /var/www/html/plugins/zigbee/data/1 --controller cc --sub_controller auto --channel 15
[2020-12-24 11:22:24][DEBUG] : null
[2020-12-24 11:22:24][INFO] : Start zigbeed
[2020-12-24 11:22:24][INFO] : Log level : debug
[2020-12-24 11:22:24][INFO] : PID file : /tmp/jeedom/zigbee/deamon_1.pid
[2020-12-24 11:22:24][INFO] : Device : /dev/ttyACM0
[2020-12-24 11:22:24][INFO] : Apikey : PZ6P7gAmffXAWYXkyHr26QsynOH230Dh
[2020-12-24 11:22:24][INFO] : Callback : http://127.0.0.1:80/plugins/zigbee/core/php/jeeZigbee.php
[2020-12-24 11:22:24][INFO] : Cycle : 0.3
[2020-12-24 11:22:24][INFO] : Controller : cc
[2020-12-24 11:22:24][INFO] : Channel : 15
[2020-12-24 11:22:24][INFO] : Data folder : /var/www/html/plugins/zigbee/data/1
[2020-12-24 11:22:24][INFO] : Find device : /dev/ttyACM0
[2020-12-24 11:22:24][INFO] : LOADER------Import de la configuration specifics.danfoss
[2020-12-24 11:22:24][INFO] : LOADER------Import de la configuration specifics.danfoss.details
[2020-12-24 11:22:24][INFO] : LOADER------Import de la configuration specifics.develco
[2020-12-24 11:22:24][INFO] : LOADER------Import de la configuration specifics.develco.details
[2020-12-24 11:22:24][DEBUG] : Writing PID 1428 to /tmp/jeedom/zigbee/deamon_1.pid
[2020-12-24 11:22:24][DEBUG] : Init request module v2.21.0
[2020-12-24 11:22:24][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-12-24 11:22:24][DEBUG] : http://127.0.0.1:80 "GET /plugins/zigbee/core/php/jeeZigbee.php?apikey=PZ6P7gAmffXAWYXkyHr26QsynOH230Dh HTTP/1.1" 200 0
[2020-12-24 11:22:24][DEBUG] : Using selector: EpollSelector
[2020-12-24 11:22:24][DEBUG] : [start_zigbee] Init zigbee network with config : {'database_path': '/var/www/html/plugins/zigbee/data/1/network_cc.db', 'device': {'path': '/dev/ttyACM0'}, 'network': {'channel': 15}}
[2020-12-24 11:22:24][DEBUG] : executing functools.partial(<function connect.<locals>.connector at 0xffff9dad9840>)
[2020-12-24 11:22:24][DEBUG] : returning <sqlite3.Connection object at 0xffff9db1a8f0>
[2020-12-24 11:22:24][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA foreign_keys = ON', [])
[2020-12-24 11:22:24][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:24][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS devices (ieee ieee, nwk, status)', [])
[2020-12-24 11:22:24][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c260>
[2020-12-24 11:22:24][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS ieee_idx ON devices(ieee)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS endpoints (ieee ieee, endpoint_id, profile_id, device_type device_type, status, FOREIGN KEY(ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS endpoint_idx ON endpoints(ieee, endpoint_id)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS clusters (ieee ieee, endpoint_id, cluster, FOREIGN KEY(ieee, endpoint_id) REFERENCES endpoints(ieee, endpoint_id) ON DELETE CASCADE)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS cluster_idx ON clusters(ieee, endpoint_id, cluster)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS neighbors (device_ieee ieee NOT NULL, extended_pan_id ieee NOT NULL,ieee ieee NOT NULL, nwk INTEGER NOT NULL, struct INTEGER NOT NULL, permit_joining INTEGER NOT NULL, depth INTEGER NOT NULL, lqi INTEGER NOT NULL, FOREIGN KEY(device_ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE INDEX IF NOT EXISTS neighbors_idx ON neighbors(device_ieee)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS node_descriptors (ieee ieee, value, FOREIGN KEY(ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS node_descriptors_idx ON node_descriptors(ieee)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS output_clusters (ieee ieee, endpoint_id, cluster, FOREIGN KEY(ieee, endpoint_id) REFERENCES endpoints(ieee, endpoint_id) ON DELETE CASCADE)', [])
[2020-12-24 11:22:25][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:25][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS output_cluster_idx ON output_clusters(ieee, endpoint_id, cluster)', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS attributes (ieee ieee, endpoint_id, cluster, attrid, value, FOREIGN KEY(ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS attribute_idx ON attributes(ieee, endpoint_id, cluster, attrid)', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS groups (group_id, name)', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c180>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS group_idx ON groups(group_id)', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c340>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS group_members (group_id, ieee ieee, endpoint_id,
FOREIGN KEY(group_id) REFERENCES groups(group_id) ON DELETE CASCADE,
FOREIGN KEY(ieee, endpoint_id)
REFERENCES endpoints(ieee, endpoint_id) ON DELETE CASCADE)', [])
[2020-12-24 11:22:26][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:26][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c340>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS group_members_idx ON group_members(group_id, ieee, endpoint_id)', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE TABLE IF NOT EXISTS relays (ieee ieee, relays,
FOREIGN KEY(ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c340>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'PRAGMA user_version = 3', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'CREATE UNIQUE INDEX IF NOT EXISTS relays_idx ON relays(ieee)', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c3b0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method commit of sqlite3.Connection object at 0xffff9db1a8f0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : Loading application state from %s
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM devices', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c3b0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c3b0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c3b0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM node_descriptors', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c3b0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c3b0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c3b0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM endpoints', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c3b0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c3b0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c3b0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM clusters', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c3b0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c3b0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c3b0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM output_clusters', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c2d0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c2d0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM attributes WHERE attrid=4 OR attrid=5', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c2d0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c2d0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM attributes', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c2d0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c2d0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM groups', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c2d0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c2d0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM group_members', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c2d0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c2d0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM relays', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c2d0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c2d0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0xffff9db1a8f0>, 'SELECT * FROM neighbors', [])
[2020-12-24 11:22:27][DEBUG] : returning <sqlite3.Cursor object at 0xffff9db2c2d0>
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0xffff9db2c2d0>, 64)
[2020-12-24 11:22:27][DEBUG] : returning []
[2020-12-24 11:22:27][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0xffff9db2c2d0>)
[2020-12-24 11:22:27][DEBUG] : returning None
[2020-12-24 11:22:27][INFO] : Starting zigpy-cc version: 0.5.2
[2020-12-24 11:22:27][DEBUG] : Connecting on port /dev/ttyACM0 with boudrate 115200
[2020-12-24 11:22:27][DEBUG] : Connection made
[2020-12-24 11:22:28][DEBUG] : --> SREQ SYS ping tsn: None {'capabilities': 1}
[2020-12-24 11:22:28][DEBUG] : Send: b'\xfe\x00!\x01 '
[2020-12-24 11:22:28][DEBUG] : Frame received: <UnpiFrame command_type=CommandType.SRSP subsystem=Subsystem.SYS command_id=1 data=b'y\x01' length=2 fcs=26>
[2020-12-24 11:22:28][DEBUG] : <-- SRSP SYS ping tsn: None {'capabilities': 377}
[2020-12-24 11:22:28][DEBUG] : --> SREQ SYS version tsn: None {}
[2020-12-24 11:22:28][DEBUG] : Send: b'\xfe\x00!\x02#'
[2020-12-24 11:22:34][ERROR] : Couldn't start application
[2020-12-24 11:22:34][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Connection object at 0xffff9db1a8f0>)
[2020-12-24 11:22:34][DEBUG] : returning None
[2020-12-24 11:22:34][ERROR] : [start_zigbee] Fatal error :
[2020-12-24 11:22:34][DEBUG] : Traceback (most recent call last):
File "/var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py", line 71, in start_zigbee
start_radio=True,
File "/usr/local/lib/python3.7/dist-packages/zigpy/application.py", line 68, in new
await app.startup(auto_form)
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/zigbee/application.py", line 99, in startup
self.version = await self._api.version()
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 260, in version
version = await self.request(Subsystem.SYS, "version", {})
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 117, in request
return await self.request_raw(obj, waiter_id, expected_status)
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 121, in request_raw
return await self._request_raw(obj, waiter_id, expected_status)
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 141, in _request_raw
result = await waiter.wait()
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 47, in wait
return await asyncio.wait_for(self.future, self.timeout / 1000)
File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
[2020-12-24 11:22:34][DEBUG] : Shutdown
[2020-12-24 11:22:34][DEBUG] : Removing PID file /tmp/jeedom/zigbee/deamon_1.pid
[2020-12-24 11:22:34][DEBUG] : Exit 0

voici la config que j’ai dans le plugin mqtt ( que j’ai desactive pour les tests

dans le fichier conf

homeassistant: false
permit_join: true
mqtt:
  base_topic: zigbee2mqtt
  server: 'mqtt://localhost'
serial:
  port: /dev/ttyACM0

dans le plugin

merci pour votre aide

je suis sur freebox delta et jeedom v4

image

Hello,

De souvenirs c’est pas pour du zigbee2mqtt. Mais pour la clé en direct sur la box avec le contrôle de la clé via jeedom

Cordialement
Thibaut

J espère que si . C est noté sur le plugin. Sinon mon achat me sert a rien

C’est noté qu’il fait du zigbee2mqtt ?

Tu peux me dire où pour que j’en parle à un ami qui se passait la question ?

Merci
D’avance

effectivement c’est pas note directement zigbee2mqtt mais texas instrument, j’ai donc suppose que c’était pour les clef cc2531. par contre c’est peut etre pas avec le firmware zigbee2mqtt mais un autre

as tu des infos pour savoir si c’est compatible ou pas encore ou jamais

merci @Thibaut_T

Hello,
Pour moi c’est compatible comme indiqué avant avec le firmewaire pour un contrôle direct via un port sur le jeedom.

Et donc zigbee to mqtt, c’est pas du zigbee a la sortie mais du mqtt. Donc je pense jamais à voir avec @Loic

Cordialement
Thibaut

bon je viens de réussir a lancer le demon du plugin avec ma clef cc2531 et en plus sur mon jeedom tournant sur une vm de mon qnap

pour cette partie je ne sais pas si c’est normal

image

1 « J'aime »