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

Hub/Lockitron door locks? #27

Open
rebootd opened this issue Dec 3, 2020 · 1 comment
Open

Hub/Lockitron door locks? #27

rebootd opened this issue Dec 3, 2020 · 1 comment

Comments

@rebootd
Copy link

rebootd commented Dec 3, 2020

Is it possible to get the state of a lockitron lock, which is integrated with MyQ via a MyQ hub? Their app supports getting and settings state, and I think it's a subdevice on the hub. But I don't know how to get the serial in order to try issuing commands.

This is what I see:

state: {
      firmware_version: '2.11',
      homekit_capable: false,
      homekit_enabled: false,
      learn: 'http://api.myqdevice.com/api/v5/XXXXXXXXXXXXXXXXXXXXX/learn',
      learn_mode: false,
      updated_date: '2020-12-02T22:49:55.8860265Z',
      physical_devices: [Array],
      pending_bootload_abandoned: false,
      online: true,
      last_status: '2020-12-02T22:49:52.8676884Z'
    }

@thomasmunduchira
Copy link
Owner

I'm not sure how external partners are integrated. I would suggest you call getDevices() via this API to get all the devices on your account. If this returns the lock, then it might be possible to add first-party support for locks via this module. Let me know if this works!

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

No branches or pull requests

2 participants