doudz / homeassistant-zigate

zigate component for Home Assistant
MIT License
48 stars 15 forks source link

Profalux paired but not supported #69

Open Narcotik opened 4 years ago

Narcotik commented 4 years ago

Hello,

I succeed to pair my profalux shutter but it's shown as "unsupported device". I'm pretty new to homeassistant and I just succeed to connect a xiaomi sensor. Now I would like to handle my shutter with the Zigate (Pizigate) but I don't know what to do once paired with the available services. I have found some informations about profalux here : https://zigate.fr/moteur-profalux-zoe-ha1-2-compatible-zigate-clusters/ But honestly I do not understand what I should do with this information and the services to send "Go up", "Go down", or "Stop" to the profalux shutter.

What should I do to get to the next step ?

Thanks.

doudz commented 4 years ago

Could give me the zigate.json file created in your HA config folder ?

Narcotik commented 4 years ago

Sure, sorry for the delay. I have a Xiaomi temp sensor that's working and two profalux shutter are paired but "unsupported".

zigate - Copie.zip

{
            "addr": "150e",
            "discovery": "",
            "endpoints": [],
            "generictype": "",
            "info": {
                "addr": "150e",
                "id": 0,
                "ieee": "20918a0000027346",
                "last_seen": "2019-08-13 15:36:35",
                "lqi": 99,
                "mac_capability": "",
                "power_type": 1
            }
        }
Narcotik commented 4 years ago

Hello, Any news ? Were you able to have a look ?

doudz commented 4 years ago

Please try to call service zigate.discover_device on that device because many informations are missing

Narcotik commented 4 years ago

Hello what I got now : I found some informations here but I don't know how to use them at all... : https://zigate.fr/moteur-profalux-zoe-ha1-2-compatible-zigate-clusters/

{
            "addr": "ec8d",
            "discovery": "auto-discovered",
            "endpoints": [
                {
                    "clusters": [
                        {
                            "attributes": [
                                {
                                    "attribute": 5,
                                    "data": "unsupported",
                                    "name": "type",
                                    "type": "str",
                                    "value": "unsupported"
                                },
                                {
                                    "attribute": 0,
                                    "name": "zcl_version",
                                    "value": null
                                },
                                {
                                    "attribute": 6,
                                    "name": "datecode",
                                    "value": null
                                },
                                {
                                    "attribute": 7,
                                    "name": "power_source",
                                    "value": null
                                },
                                {
                                    "attribute": 16,
                                    "name": "description",
                                    "value": null
                                }
                            ],
                            "cluster": 0
                        },
                        {
                            "attributes": [
                                {
                                    "attribute": 0
                                },
                                {
                                    "attribute": 1
                                }
                            ],
                            "cluster": 3
                        }
                    ],
                    "device": 513,
                    "endpoint": 1,
                    "in_clusters": [
                        0,
                        3,
                        21
                    ],
                    "out_clusters": [
                        3,
                        4,
                        5,
                        6,
                        8,
                        256,
                        64544,
                        64545
                    ],
                    "profile": 260
                }
            ],
            "generictype": "",
            "info": {
                "addr": "ec8d",
                "id": 1,
                "ieee": "20918a0000027347",
                "last_seen": "2019-09-17 21:29:06",
                "lqi": 195,
                "mac_capability": "10000000",
                "power_type": 0
            }
        }
Narcotik commented 4 years ago

Were you able to take a look into it ? I really don't know what I should do to go forward on this topic...

doudz commented 4 years ago

I'm not sure but I suspect you paired a remote ? not the shutter it self Pairing the remote is supported but will not give you the ability to control the shutter You will just get some information, like battery level etc