Giter VIP home page Giter VIP logo

Comments (4)

cellcortex avatar cellcortex commented on July 19, 2024

Looks like you have manually configured a device in the config. Removing that should solve this.

from homebridge-yeelighter.

tangone2 avatar tangone2 commented on July 19, 2024

below is the default settings from the config, is it not correct? how should I change it?

{
"name": "Yeelighter",
"timeout": 5000,
"interval": 60000,
"ctforcolor": true,
"blocking": false,
"split": true,
"manual": [
{
"ignorePower": false
}
],
"platform": "Yeelighter"
},

from homebridge-yeelighter.

tangone2 avatar tangone2 commented on July 19, 2024

and the error:

E0AF0E94-23DE-4A6E-A61A-4397A5132817

from homebridge-yeelighter.

Idomo avatar Idomo commented on July 19, 2024

It looking at each object in the "manual" array as a device, since you've created a "device" with only "ignorePower" parameter, it says that the data of this device is corrupted (missing "id" and "address" that are required).

Just remove { "ignorePower": false } from the "manual" array.

Update:
It seems like disabling and re-enabling of the LAN Control in the Yeelight app has been the solution for the discovery issues.
*Remove any manual configurations from the JSON file before then.

from homebridge-yeelighter.

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.