Skip to content

New Yale Connect Bridge API Changes? #99

@PlasmaSoftUK

Description

@PlasmaSoftUK

I came across this repository while trying to find a working plugin for Homebridge and my new Yale Connect Bridge. I have a Yale Conexis L1, with the new Orange Module and a AC-R1 WiFi Bridge. I understand this is the same bridge as the August locks. None of the currently available plugins seem to work:

homebridge-yale-connect
homebridge-yale-home
homebridge-yale-lock
homebridge-august

I've been trying to identify the request and responses using Fiddler, Charles and MITM and I was hoping to tweak an existing one to get the lock in to HomeKit. I've managed to get the Web Auth working in Postman using:

https://account-api.aaecosystem.com/login
https://account-api.aaecosystem.com/validate/email (or phone)
https://account-api.aaecosystem.com/user <-- Can successfully GET this and it returns some JSON which includes account details and profile pic url

However the rest of the API calls like /user/me, /user/locks/mine and /homes/mine etc return:

{
    "code": "ResourceNotFound",
    "message": "/user/locks/mine does not exist"
}

But when using the Yale Home App it calls api.aaecosystem.com (without the account- on the front), I also tried this base URL and I can auth but again none of the additional calls seem to work.

I was hoping I could use the Yale Home App on my phone with MITM or Charles to identify the lock and the unlock commands but it appears to have some additional TLS security and rejects the certificates. Have you had any dealings with this, or is there anything else I can help you with to try and get this working against the newer Yale API?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions