Giter Site home page Giter Site logo

Comments (11)

chendo avatar chendo commented on August 21, 2024

I had the assumption that people would have already on boarded their bulbs
with their iOS or Android device as our bulbs were officially controllable
from there...

I can whip up a tool to do that for you. How's that? Might be a couple of
days though.

On Monday, March 24, 2014, Phillip Haydon [email protected] wrote:

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...

Reply to this email directly or view it on GitHubhttps://github.com//issues/4
.

from lifx-gem.

phillip-haydon avatar phillip-haydon commented on August 21, 2024

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 :(

from lifx-gem.

chendo avatar chendo commented on August 21, 2024

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.

from lifx-gem.

phillip-haydon avatar phillip-haydon commented on August 21, 2024

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.

from lifx-gem.

dune73 avatar dune73 commented on August 21, 2024

Jack,
Great to see the official API is out. I have an android phone control my lights. But what I want is my server to control the lights (too). And the documentation to set that up is not yet there it seems.
I am not sure how that relates to the boarding tool you propose above.

from lifx-gem.

phillip-haydon avatar phillip-haydon commented on August 21, 2024

@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.

from lifx-gem.

dune73 avatar dune73 commented on August 21, 2024

@phillip: thanks for making that clear.

from lifx-gem.

chendo avatar chendo commented on August 21, 2024

@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 [email protected].

from lifx-gem.

phillip-haydon avatar phillip-haydon commented on August 21, 2024

:( Looks like I'm subjected to just reverse engineering your Android app and porting it to Windows Phone then.

from lifx-gem.

ThrosturX avatar ThrosturX commented on August 21, 2024

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

from lifx-gem.

phillip-haydon avatar phillip-haydon commented on August 21, 2024

@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.

from lifx-gem.

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.