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

No available devices #6

Open
ljay79 opened this issue Jan 3, 2018 · 1 comment
Open

No available devices #6

ljay79 opened this issue Jan 3, 2018 · 1 comment

Comments

@ljay79
Copy link

ljay79 commented Jan 3, 2018

Hi.

Just came across this awesome hack and tested it. Changing colors by passing on the IP works fine.
Just wonder why it wont discover any devices it self?

ledenet-ufo --list
Gives me an empty list.

As far as i can tell, (shows in the original MagicHome App), i have the UFO controller version 3.
A little packet sniffing on the phone, shows that it communicates via TCP on port 5577 if that matters.

BTW: Anyone figured the username/password for the ufo controllers web interface?
(Its not admin/nimda anymore)

@sidoh
Copy link
Owner

sidoh commented Jan 19, 2018

Hi,

sorry for the late response here.

It's possible the device you have is using a different discovery protocol. The ones I've messed with support a UDP broadcast discovery on port 48899. Code is handled here:

https://github.com/sidoh/ledenet_api/blob/master/lib/ledenet/device_discovery.rb

If your router disables UDP broadcasts this would also prevent discovery from working. But if the MagicHome app is working, that's unlikely.

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