Giter VIP home page Giter VIP logo

Comments (9)

Ron0815 avatar Ron0815 commented on June 29, 2024 1

Thank You very much for Your help. Now the devices appear properly in homekit. I think we can close that issue. Best regards Ron

from homebridge-simple-wled.

jstrausd avatar jstrausd commented on June 29, 2024

Can you send the wled-section in the config.json and which version you are currently using?

from homebridge-simple-wled.

Ron0815 avatar Ron0815 commented on June 29, 2024

Hi,
the config is:

{
"accessory": "WLED",
"name": "WLED Garage 2",
"host": "192.168.xxx.xx",
"effects": [
"Solid",
"Spots"
],
"log": true
}

The version seems to be the newest v0.0.1

Best regards, Ron

from homebridge-simple-wled.

jstrausd avatar jstrausd commented on June 29, 2024

Okay please update to the newest homebridge-simple-wled Plugin version (https://www.npmjs.com/package/homebridge-simple-wled) v.1.2.3.
Then you also have to change your config.json to something like:
https://github.com/jstrausd/homebridge-simple-wled#-adding-the-accessory-to-the-configjson

Do you also get any errors in the homebridge-console or in the logs?

from homebridge-simple-wled.

Ron0815 avatar Ron0815 commented on June 29, 2024

Thanks for Your prompt help. I'll test that.

from homebridge-simple-wled.

Ron0815 avatar Ron0815 commented on June 29, 2024

Now I had problems with the update. So I deinstalled and insralled again the latest version as You've recommended. But now WLED doesn't appear any,ore in homekit after restart of homebridge. The protocol tells me
"The dynamic platform WLED from the plugin homebridge-simple-wled seems to be configured multiple times in your config.json. This behaviour was deprecated in homebridge v1.0.0 and will be removed in v2.0.0!"

What can I do now?

My config is this:

    {
        "platform": "WLED",
        "name": "WLED Garage 1",
        "host": "192.168.xxx.xx",
        "effects": [
            "Solid",
            "Spots"
        ]
    },
    {
        "platform": "WLED",
        "name": "WLED Garage 2",
        "host": "192.168.xxx.yy",
        "effects": [
            "Solid",
            "Spots"
        ]
    }
],

Best regards, Ron

from homebridge-simple-wled.

jstrausd avatar jstrausd commented on June 29, 2024

Please read through the README.md of the plugin. And look at the link posted above. There is an example of adding a WLED-instance in the README!

from homebridge-simple-wled.

Ron0815 avatar Ron0815 commented on June 29, 2024

Sorry, again no result. I configured this:

    {
        "platform": "WLED",
        "wleds": [
            {
                "name": "WLED Garage 1",
                "host": "192.168.xxx.yy",
                "effects": [
                    "Solid",
                    "Spots"
                ],
                "turnOffWledWithEffect": true
            },
            {
                "name": "WLED Garage 2",
                "host": "192.168.xxx.yy",
                "effects": [
                    "Solid",
                    "Spots"
                ],
                "turnOffWledWithEffect": true
            }
        ]
    }
],

But no WLED-button occurs in homekit. And again there is this red hint in the protocol:

"The dynamic platform WLED from the plugin homebridge-simple-wled seems to be configured multiple times in your config.json. This behaviour was deprecated in homebridge v1.0.0 and will be removed in v2.0.0!"

from homebridge-simple-wled.

jstrausd avatar jstrausd commented on June 29, 2024

Are you on the latest homebridge version?
Do it show the device, if you click on the plus (+) in the HomeKit App and select "Add a new device" --> and then select you do not have a Code... ?

from homebridge-simple-wled.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.