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

Doesn't Work, Missing Platform Name #4

Open
dakotahp opened this issue Feb 16, 2020 · 1 comment
Open

Doesn't Work, Missing Platform Name #4

dakotahp opened this issue Feb 16, 2020 · 1 comment

Comments

@dakotahp
Copy link

I believe this plugin is deprecated due to not implementing the newest API for Homebridge. There is no platform name implemented and specifying it in the config doesn't do any good since the code doesn't use any such value.

@nicolasherrbach
Copy link

The plugin works for me with the latest versions of Homebridge and Node.js

Maybe you tried to add the config inside platforms instead of accessories?

{
    "bridge": {
        "name": "Homebridge XXXX",
        "username": "XXX",
        "port": 30000,
        "pin": "XXX-XX-XXX"
    },
    "accessories": [
        homebridge-daylight config should come here
    ],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        }
    ]
}

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