-
Notifications
You must be signed in to change notification settings - Fork 28
How do you connect the lightbulb to the lan to begin with? #4
Comments
I had the assumption that people would have already on boarded their bulbs I can whip up a tool to do that for you. How's that? Might be a couple of On Monday, March 24, 2014, Phillip Haydon notifications@github.com wrote:
|
I would love to create an App for Windows Phone that can function like the iPhone/Android app, I'm too lazy to reverse engineer the official Android app tho, I want to play around with the bulb itself and do sync it up to Team City for failed builds, etc. :) It would definitely be a big help if you can whip up something! My bulbs are currently sitting on my desk as paper weights :( |
I think people are looking to make a .NET library already based on the SDKs we just shipped today. Are you running Ruby on Windows or something else? I'm not entirely sure if it'll run on Windows just yet. |
I run both Windows and OSX. But I'm a .NET dev. I have no problems running up Ruby on OSX, and can port it to .NET and send you a PR so you can have something others can use also if you like. |
Jack, |
@dune73 - Once the lightbulb is attached to the network then the API will discover bulbs on the LAN and will send the required packets to manipulate the different controls. So the API as far as I know is mostly functional and/or complete. The issue is I don't own an iPhone or Android phone anymore so I cannot connect my bulb to the wifi for it to be discovered. That's what the little program will be for. |
@phillip: thanks for making that clear. |
@phillip-haydon: Sorry, but this stage we're only supporting onboarding through our official apps. The easiest ways to get your bulbs on to your network would be to borrow a friend's iOS/Android device. If you'd like to talk about this further, please email support@lifx.co. |
:( Looks like I'm subjected to just reverse engineering your Android app and porting it to Windows Phone then. |
Phillip, you can connect to your bulb with the lifx-console gem or with client = LIFX::Client.lan
begin
client.discover! do |c|
c.lights.first
end
rescue LIFX::Client::DiscoveryTimeout
$stderr.puts("None found")
exit 1
end |
@ThrosturX I threw the lifx bulb away, its basically useless without a proper API to play around with. The fact I need a device to just start using it with the API is hugely retarded. Had I known I would need a specific device to begin with I wouldn't have backed the project. I would have loved to have made a Windows Phone or Windows Store App for lifx. Such a shame. |
Looking through everything I can't seem to see anything which addresses the issue of connecting the lightbulb to the wifi.
This is still seems completely useless for me since I do not have an iPhone or Android phone...
The text was updated successfully, but these errors were encountered: