question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What does this do, docs unclear

See original GitHub issue

Interesting project but Im a little lost on what it is trying to achieve, in the faq it says:

The ha-bridge has helpers to build devices for the gateway for the Logitech Harmony Hub, Vera, Vera Lite or Vera Edge, Nest & HAL and the ability to proxy all of your real Hue bridges behind this bridge.

That sentence is a little hard to parse, could someone try to reword that? Another point of confusion is that it says it emulates Phillips hues api, what is the reason for this, is this because many devices already integrate with that so its an easy place to hook in at, or is it something else?

Anyway ideally i would like to control thermostats other than the nest with my harmony. The harmony only talks to the nest but Im hoping i can emulate the nests api with this and redirect it to my thermostat. Is that a use case for this project or have i got the wrong idea.

Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
digiltdcommented, Feb 23, 2017

@LukeDefeo I think you are getting distracted by the api side of things, the core concept of ha-bridge is really very simple (but very powerful).

Typical Hue use

You purchase and install a Philips Hue Starter Kit (bridge and bulbs) in your home.

Now you can turn the lights on and off with your phone, as well as the Hue Dimmer Switch stuck to your wall. Great!

Hue and Echo use

You then buy an Echo which out of the box can detect and control the same bulbs you already control with the app.

This is built in to the Echo and you do not need to use the Hue Skill for basic control.

You can say “Alexa, turn off the living room lights” and “Alexa, dim the living room lights to 40%” and she will. Super!


Ok, so we know the Echo can control Hue bulbs, what’s the big deal?

ha-bridge gives you the ability to create software based “fake Hue bulbs”

These fake bulbs are seen by the Echo and treated as if they were physical Hue bulbs, and like physical Hue bulbs you can send ON, OFF and DIM commands to them

ha-bridge allows you to set what you want it to do when the fake bulb receives each of the three commands (you can fire a script, make a http request, press a Harmony button etc, the possibilities are endless)

e.g.

  • Receive ON command: do this thing
  • Receive OFF command: do this other different thing
  • Receive DIM command: do this other thing and send the value (number or percentage) as well

It doesn’t matter what the fake device does, as far as the Echo is concerned it has just turned a bulb on.

This means you can create a voice controlled switch for pretty much anything as long as you can do it with a computer 😃

Can you see the attraction and power now? 😃

1reaction
bwssytemscommented, Feb 23, 2017

@digiltd Great write up! might put that as the intro in the README…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Text has become blurry in a certain Google Doc for no ...
I have a document whose text has become blurry for no discernible reason. It was fine last night, but when I opened it...
Read more >
How to Fix Blurry Images in Google Docs
Are your images blurry or pixelated when exporting to a PDF from Google? ... Are you exporting from Google Docs or Slides to...
Read more >
Unclear Definition | Law Insider
Unclear means insufficient information is available to determine the risk's effect. ... Unclear means that the information available in the documentation was not ......
Read more >
unclear documents | English examples in context - Ludwig
High quality example sentences with “unclear documents” in context from reliable sources - Ludwig is the linguistic search engine that helps you to...
Read more >
Any fix for the blurry text in Google Docs? : r/firefox - Reddit
Well now I've noticed that the text in ALL docs is blurry and additionally the kerning is all over the places with some...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found