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

Homebridge Not Finding Bulbs #7

Open
awhiteraven opened this issue Jan 16, 2020 · 3 comments
Open

Homebridge Not Finding Bulbs #7

awhiteraven opened this issue Jan 16, 2020 · 3 comments

Comments

@awhiteraven
Copy link

I installed homebridge and setup the config file like this:

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

  "description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
  "ports": {
    "start": 52100,
    "end": 52150,
    "comment": "This section is used to control the range of ports that separate accessory (like camera or television) should be bind to."
  },
  "accessories": [
  ],

  "platforms": [{
    "platform": "eufy",
    "name": "eufy",
    "email": "my email",
    "password": "my pass"
    }]
}

However, after adding Homebridge to my Homekit through scanning the code, my bulbs connected in the app are still not showing up. Am I doing something wrong and missing a step?

@sebmos
Copy link
Owner

sebmos commented Jan 16, 2020

Can you post the logs from homebridge starting up?

@awhiteraven
Copy link
Author

awhiteraven commented Jan 16, 2020

jwei@Jons-MacBook-Pro ~ % homebridge
[1/15/2020, 6:29:46 PM] Loaded config.json with 0 accessories and 1 platforms.
[1/15/2020, 6:29:46 PM] ---
[1/15/2020, 6:29:46 PM] Loaded plugin: homebridge-eufy
[1/15/2020, 6:29:46 PM] Registering platform 'homebridge-eufy.eufy'
[1/15/2020, 6:29:46 PM] ---
[1/15/2020, 6:29:46 PM] Loading 1 platforms...
[1/15/2020, 6:29:46 PM] [eufy] Initializing eufy platform...
[1/15/2020, 6:29:46 PM] [eufy] Eufy initializing
[1/15/2020, 6:29:46 PM] Loading 0 accessories...

This is what it shows up, followed by my QR Code, and then in green "Logged in, devices loaded."

If I use the CLI, it says I have 0 devices, but I can control them in EufyHome, since i have two bulbs in there.

@sebmos
Copy link
Owner

sebmos commented Jan 27, 2020

The cause here likely is issue sebmos/node-eufy-api#2

This is something that affects some, but not all devices. This appears to be a bug in Eufy devices that they need to fix. The workaround would be to connect directly to Eufy's servers, which hasn't been achieved yet independently of Eufy. (At least as far as I can see.)

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