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

Missing state response for locks and windows #154

Open
TeslaOwnerTips opened this issue Jan 8, 2022 · 1 comment
Open

Missing state response for locks and windows #154

TeslaOwnerTips opened this issue Jan 8, 2022 · 1 comment

Comments

@TeslaOwnerTips
Copy link
Contributor

curl -s --user "http://localhost:51828/?accessoryId=charge_port_door_openWN"
{"success":true}
curl -s --user "http://localhost:51828/?accessoryId=lockedLN"
{"success":true}

       "windowcoverings": [
            {
                "id": "charge_port_door_openWN",
                "name": "Tesla's Charge Port",
                "open_url": "http://localhost:11111/charge_port_door_opeNN",
                "close_url": "http://localhost:11111/charge_port_door_close",
                "auto_set_current_positioNN": true <----- I don't think this works
            }
        "lockmechanisms": [
            {
                "id": "lockedLN",
                "name": "Tesla's Door",
                "open_url": "http://localhost:11111/door_unlock",
                "close_url": "http://localhost:11111/door_lock"
            }

I included this to show in general getting state works
curl -s --user "http://localhost:51828/?accessoryId=sentry_modeSN"
{"success":true,"currentState":"1"}

@benzman81
Copy link
Owner

Yes, this is not implemented, yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants