Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Device] Vimar roller shutter #812

Open
2 tasks done
danielgindi opened this issue Jan 16, 2024 · 1 comment
Open
2 tasks done

[Device] Vimar roller shutter #812

danielgindi opened this issue Jan 16, 2024 · 1 comment
Labels
enhancement New feature or request stale

Comments

@danielgindi
Copy link

Device Model

Vimar 14594.0

Is there an existing issue for this?

  • I have searched the existing issues and did not find an existing issue.

Supported by Zigbee2MQTT?

  • Device is 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

@danielgindi danielgindi added the enhancement New feature or request label Jan 16, 2024
Copy link

stale bot commented Mar 13, 2024

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!

@stale stale bot added the stale label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

1 participant