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

Sample Json for config file #1

Open
jasondupreez opened this issue Mar 11, 2018 · 3 comments
Open

Sample Json for config file #1

jasondupreez opened this issue Mar 11, 2018 · 3 comments

Comments

@jasondupreez
Copy link

Can you provide a sample JSON snip for the homebridge config file? It would be greatly appreciated.

@devbobo
Copy link
Owner

devbobo commented Mar 27, 2018

@jasondupreez something like this...

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },
    "platforms": [
        {
            "platform": "QMotion",
            "name": "QMotion"
        }
    ]
}

@jgeo88
Copy link

jgeo88 commented Aug 9, 2019

Does this work with gen 3 qsync? New to coding. Any help appreciated

@MurphysTryCatch
Copy link

also trying to get this to work with gen 3 qsync. Adding the above json config results in an "[QMotion] initializing Qmotion platform..." in the homebridge console log, but nothing else after that. @devbobo any help is greatly appreciated

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

4 participants