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

Where to find ID of the Homebridge deCONZ migration resource link #31

Closed
Goldsucher opened this issue Mar 31, 2022 · 4 comments
Closed
Labels
question Further information is requested

Comments

@Goldsucher
Copy link

Goldsucher commented Mar 31, 2022

Hi,

sorry for that question. I searched all Readmes but I could't find an answer.

Where can I find the ID of the migration resource link?

Thanks for help!

@ebaauw
Copy link
Owner

ebaauw commented Apr 1, 2022

There should be a message in the log, when you change the devices being exposed:

[4/1/2022, 10:27:04 AM] [pi5] pi5: migration: /resourcelinks/1: 13 resources
$ deconz -H pi5 get /resourcelinks/1
{
  "classid": 1,
  "description": "migration",
  "links": [
    "/lights/10",
    "/lights/11",
    "/lights/12",
    "/lights/13",
    "/lights/14",
    "/lights/15",
    "/lights/16",
    "/lights/4",
    "/lights/5",
    "/lights/6",
    "/lights/7",
    "/lights/9",
    "/sensors/33"
  ],
  "name": "homebridge-deconz",
  "owner": "06834E4ED7",
  "recycle": false,
  "type": "Link"
}

@ebaauw ebaauw added the question Further information is requested label Apr 1, 2022
ebaauw added a commit that referenced this issue Apr 1, 2022
Log migration resource link on _Identify_ of the gateway accessory.  See #31.
@Goldsucher
Copy link
Author

Goldsucher commented Apr 1, 2022

ok.. I'm not sure if I understand it correctly:

The migration is for exclude specific devices/sensors that they don't show up in the home app right?

Because if I switch expose status for the deconz daylight sensor (which I don't need in my home app) with the eve app I don't see a message in the log.

Maybe I didn't get the migration feature at all 😄

thanks for your help!

@ebaauw
Copy link
Owner

ebaauw commented Apr 1, 2022

The migration resource link is for Homebridge Hue, not to expose devices already exposed by (migrated to) Homebridge deCONZ.

@Goldsucher
Copy link
Author

ahh I see. Okay that everything is fine, I've completely switch to Homebridge deCONZ

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

No branches or pull requests

2 participants