Ajout d'un contrôle de LED RBGCCT

Bonjour à tous,
J’espère que ne louperai pas une info pour mon premier message :grin:

Serait-il possible d’ajouter ce module svp ? J’ai acheté un contrôleur RBGCCT et il n’y a que le RGBCW dans la liste. Merci par avance

Image (la même que le module EWeLink > Controleur LED intelligente RGBCW MR16 [ZB-CL01]
image

Lien d’achat : Aliexpress https://fr.aliexpress.com/item/1005002295847611.html
Modèle : RGBCCT Controller

D’après le (petit) manuel livré :
Model: YSR-mini-Z-01

Infos brutes :

{
    "ieee": "a4:c1:38:db:3e:37:00:5d",
    "nwk": 13301,
    "status": 2,
    "lqi": "255",
    "rssi": "-28",
    "last_seen": "1672167517.220729",
    "node_descriptor": "01:40:8e:0b:10:42:42:00:00:2a:42:00:00",
    "endpoints": [
        {
            "id": 1,
            "status": 1,
            "device_type": 269,
            "profile_id": 260,
            "manufacturer": "eWeLight",
            "model": "ZB-CL01",
            "output_clusters": [],
            "input_clusters": [
                {
                    "id": 0,
                    "name": "Basic",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "zcl_version",
                            "value": 3
                        },
                        {
                            "id": 1,
                            "name": "app_version",
                            "value": 6
                        },
                        {
                            "id": 2,
                            "name": "stack_version",
                            "value": 2
                        },
                        {
                            "id": 3,
                            "name": "hw_version",
                            "value": 0
                        },
                        {
                            "id": 4,
                            "name": "manufacturer",
                            "value": "eWeLight"
                        },
                        {
                            "id": 5,
                            "name": "model",
                            "value": "ZB-CL01"
                        },
                        {
                            "id": 6,
                            "name": "date_code",
                            "value": "20221027"
                        },
                        {
                            "id": 7,
                            "name": "power_source",
                            "value": 1
                        },
                        {
                            "id": 16384,
                            "name": "sw_build_id",
                            "value": "2.0.1"
                        }
                    ]
                },
                {
                    "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": 0
                        }
                    ]
                },
                {
                    "id": 8,
                    "name": "Level control",
                    "attributes": [
                        {
                            "id": 0,
                            "name": "current_level",
                            "value": 228
                        }
                    ]
                },
                {
                    "id": 768,
                    "name": "Color Control",
                    "attributes": [
                        {
                            "id": 3,
                            "name": "current_x",
                            "value": 24939
                        },
                        {
                            "id": 4,
                            "name": "current_y",
                            "value": 24701
                        },
                        {
                            "id": 7,
                            "name": "color_temperature",
                            "value": 153
                        }
                    ]
                },
                {
                    "id": 4096,
                    "name": "LightLink",
                    "attributes": []
                }
            ]
        }
    ],
    "signature": {
        "manufacturer": "eWeLight",
        "model": "ZB-CL01",
        "node_desc": {
            "logical_type": 1,
            "complex_descriptor_available": 0,
            "user_descriptor_available": 0,
            "reserved": 0,
            "aps_flags": 0,
            "frequency_band": 8,
            "mac_capability_flags": 142,
            "manufacturer_code": 4107,
            "maximum_buffer_size": 66,
            "maximum_incoming_transfer_size": 66,
            "server_mask": 10752,
            "maximum_outgoing_transfer_size": 66,
            "descriptor_capability_field": 0
        },
        "endpoints": {
            "1": {
                "profile_id": 260,
                "device_type": 269,
                "input_clusters": [
                    0,
                    3,
                    4,
                    5,
                    6,
                    8,
                    768,
                    4096
                ],
                "output_clusters": []
            }
        }
    },
    "class": "zigpy.device"
}

DEBUG (il y a un seul bouton dessus, après j’ai utilisé les commandes du modules actuel sur le plugin)

[2022-12-27 20:09:19]DEBUG : {"devices":{"a4:c1:38:db:3e:37:00:5d":{"1":{"6":[{"value":"Bool.true","cluster_name":"On\/Off"}]}}}}
[2022-12-27 20:09:20]DEBUG : Search attribut for a4:c1:38:db:3e:37:00:5d logicalId : 1::6::0 => Bool.true convert to 1
[2022-12-27 20:09:27]DEBUG : {"devices":{"a4:c1:38:db:3e:37:00:5d":{"1":{"6":[{"value":"Bool.false","cluster_name":"On\/Off"}]}}}}
[2022-12-27 20:09:27]DEBUG : Search attribut for a4:c1:38:db:3e:37:00:5d logicalId : 1::6::0 => Bool.false convert to 0
[2022-12-27 20:09:37]DEBUG : http://127.0.0.1:8089/device/command type : PUT
[2022-12-27 20:09:37]DEBUG : {"ieee":"a4:c1:38:db:3e:37:00:5d","cmd":[{"endpoint":1,"cluster":"on_off","command":"on","await":1}],"allowQueue":false}
[2022-12-27 20:09:37]DEBUG : {"devices":{"a4:c1:38:db:3e:37:00:5d":{"1":{"6":[{"value":"Bool.true","cluster_name":"On\/Off"}]}}}}
[2022-12-27 20:09:37]DEBUG : Search attribut for a4:c1:38:db:3e:37:00:5d logicalId : 1::6::0 => Bool.true convert to 1
[2022-12-27 20:09:46]DEBUG : http://127.0.0.1:8089/device/command type : PUT
[2022-12-27 20:09:46]DEBUG : {"ieee":"a4:c1:38:db:3e:37:00:5d","cmd":[{"endpoint":1,"cluster":"light_color","command":"move_to_color","await":1,"args":[8970,4326,0]}],"allowQueue":false}
[2022-12-27 20:09:53]DEBUG : http://127.0.0.1:8089/device/command type : PUT
[2022-12-27 20:09:53]DEBUG : {"ieee":"a4:c1:38:db:3e:37:00:5d","cmd":[{"endpoint":1,"cluster":"level","command":"move_to_level","await":1,"args":[119,0]}],"allowQueue":false}
[2022-12-27 20:09:54]DEBUG : {"devices":{"a4:c1:38:db:3e:37:00:5d":{"1":{"8":[{"value":"119","cluster_name":"Level control"}]}}}}
[2022-12-27 20:09:54]DEBUG : Search attribut for a4:c1:38:db:3e:37:00:5d logicalId : 1::8::0 => 119 convert to 119
[2022-12-27 20:09:59]DEBUG : http://127.0.0.1:8089/device/command type : PUT
[2022-12-27 20:09:59]DEBUG : {"ieee":"a4:c1:38:db:3e:37:00:5d","cmd":[{"endpoint":1,"cluster":"light_color","command":"move_to_color_temp","await":1,"args":[24,0]}],"allowQueue":false}
[2022-12-27 20:10:03]DEBUG : http://127.0.0.1:8089/device/command type : PUT
[2022-12-27 20:10:03]DEBUG : {"ieee":"a4:c1:38:db:3e:37:00:5d","cmd":[{"endpoint":1,"cluster":"light_color","command":"move_to_color_temp","await":1,"args":[68,0]}],"allowQueue":false}
[2022-12-27 20:10:03]DEBUG : http://127.0.0.1:8089/device/attributes type : POST
[2022-12-27 20:10:25]DEBUG : http://127.0.0.1:8089/device/command type : PUT
[2022-12-27 20:10:25]DEBUG : {"ieee":"a4:c1:38:db:3e:37:00:5d","cmd":[{"endpoint":1,"cluster":"light_color","command":"move_to_color_temp","await":1,"args":[27,0]}],"allowQueue":false}

Bonjour,

Une info clé malheureusement, l’étiquette du plugin à ajouter sur le post.

C’est plugin-zigbee ?

Oups :speak_no_evil:
C’est le plugin Zigbee officiel (https://doc.jeedom.com/fr_FR/plugins/automation%20protocol/zigbee/)

Petite question que je me pose : j’imagine qu’ensuite ça se matérialise par une mise à jour du plugin ? Peut-être en version beta d’abord ?
Merci en tout cas par avance pour votre aide :blush:

Oui, nouvelle version, beta d’abord.
Mais je n’ai aucune info la dessus