homeassistant-zigate icon indicating copy to clipboard operation
homeassistant-zigate copied to clipboard

Profalux paired but not supported

Open Narcotik opened this issue 4 years ago • 7 comments

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.

Narcotik avatar Aug 23 '19 20:08 Narcotik

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

doudz avatar Aug 25 '19 07:08 doudz

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 avatar Aug 30 '19 20:08 Narcotik

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

Narcotik avatar Sep 13 '19 19:09 Narcotik

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

doudz avatar Sep 14 '19 15:09 doudz

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 avatar Sep 17 '19 19:09 Narcotik

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

Narcotik avatar Sep 25 '19 19:09 Narcotik

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

doudz avatar Dec 10 '19 12:12 doudz