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

Error loading plugin #7

Open
rickyh777 opened this issue Feb 28, 2017 · 1 comment
Open

Error loading plugin #7

rickyh777 opened this issue Feb 28, 2017 · 1 comment

Comments

@rickyh777
Copy link

Hi, I keep getting the error loading plugin. I also don't know how to get the IP for my bridge.

@mrose17
Copy link
Collaborator

mrose17 commented Mar 28, 2017

on linux and macos there is a command called arp that reports IP addresses and the underlying mac address. the mac address for the osram lightify bridge starts with '84:18:26'. so on my system:

    % arp -an |fgrep '84:18:26'
    ? (192.168.1.89) at 84:18:26:xx:yy:z on en0 ifscope [ethernet]

which tells me that the bridge is at 192.168.1.89, e.g.,

{
  "platform": "Lightify",
  "host": "192.168.1.89"
}

you probably want to use the OSRAM lightify app before running the arp command to make sure that the device is in your arp cache.

if you are on windows, let me know and i'll figure out the equivalent command. good luck!

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