itavero / homebridge-z2m

Expose your Zigbee devices to HomeKit with ease, by integrating šŸ Zigbee2MQTT with šŸ  Homebridge.
https://z2m.dev
Apache License 2.0
310 stars 49 forks source link

[Device] Vimar roller shutter #812

Open danielgindi opened 8 months ago

danielgindi commented 8 months ago

Device Model

Vimar 14594.0

Is there an existing issue for this?

Supported by Zigbee2MQTT?

Missing features / functionality

I can't control OPEN/CLOSED states, only percentages - which are inaccurate and flakey.

HomeKit Services and Characteristics

Possibly HMCharacteristicValueDoorState, as it allows for exactly the expected states.

Exposes information from Zigbee2MQTT

[
    {
        "features": [
            {
                "access": 3,
                "label": "State",
                "name": "state",
                "property": "state",
                "type": "enum",
                "values": [
                    "OPEN",
                    "CLOSE",
                    "STOP"
                ]
            },
            {
                "access": 7,
                "description": "Position of this cover",
                "label": "Position",
                "name": "position",
                "property": "position",
                "type": "numeric",
                "unit": "%",
                "value_max": 100,
                "value_min": 0
            }
        ],
        "type": "cover"
    },
    {
        "access": 1,
        "description": "Link quality (signal strength)",
        "label": "Linkquality",
        "name": "linkquality",
        "property": "linkquality",
        "type": "numeric",
        "unit": "lqi",
        "value_max": 255,
        "value_min": 0
    }
]

Additional information / Other remarks

No response

stale[bot] commented 6 months ago

It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions!