Commit Graph

258 Commits

Author SHA1 Message Date
Andre Schröter e0de3f2a82 don't show on/off for blinds 2015-08-01 20:15:59 +02:00
Andre Schröter 939f79b2b0 some cleanups
try to detect closed longpoll connection
added last event timestamp
2015-08-01 17:47:42 +02:00
Nick Farina ab71dc352f Merge pull request #93 from justme-1968/master
added FHEM.js platform shim for the FHEM home automation system
2015-07-31 14:50:21 -07:00
Andre Schröter a29cabcd91 enhanced debug browser 2015-07-31 22:44:50 +02:00
Andre Schröter 4dcc26bf50 fix for rgb vs RGB issue 2015-07-30 17:10:29 +02:00
Andre Schröter 431199a388 added event map for state on/off 2015-07-30 12:37:46 +02:00
Andre Schröter a268583803 fixed racecondition 2015-07-29 23:41:18 +02:00
Andre Schröter f050e51518 more on EnOcean switches 2015-07-29 21:40:29 +02:00
S'pht'Kr b5f778051e First working version, probably could be merged if no one sees anything glaringly wrong.
Config can set the play volume (in decibels per the AVR display) and the default input. If "AirPlay" is the default input, then the play command will be sent to the AVR.
2015-07-29 20:34:38 +02:00
Andre Schröter ed6d4baba2 internal cleanups 2015-07-28 21:34:05 +02:00
S'pht'Kr 76ad483a5f WIP - Initial attempt at a Yamaha AVR controll module, like Sonos. Not working quite yet, but looks close. 2015-07-28 07:05:35 +02:00
Andre Schröter 0fb6fc736e added FHEM.js platform shim for the FHEM home automation system.
supports switches, lightbulbs (dimmers and rgb/colored lights),
homematic window blinds, max and homematic thermostats, homematic
door&window sensors, PRESENCE and sonos (including volume)

the shim is bidirectional and uses longpoll to push fhem events
back to homekit. fhem events are cached so homekit querys for known
values will not cause a roundtrip to fhem

more:
http://forum.fhem.de/index.php/topic,32652.msg314166.html#msg314166
2015-07-27 09:38:53 +02:00
bezzers 443f77196a Add missing connection to config parameter 2015-07-24 08:22:24 -04:00
bezzers 2e689eb264 Merge branch 'master' into Sonos-platform 2015-07-23 20:50:39 -04:00
bezzers 0b457f9b7f Create a Sonos Platform handler - first version
Creates a platform for Sonos that scans for all Sonos boxes and adds any that are not bridges (type 11) as accessories.
Reads the names of each box from the Sonos configuration and creates device names based on the Sonos room names.
2015-07-23 09:36:37 -04:00
bezzers 0605c5ff86 Create Sonos.js 2015-07-23 09:27:58 -04:00
Luke Redpath 7b01e6c1d0 Won’t be able to do much unless accessories can use SSL/basic auth too. 2015-07-22 16:12:22 +01:00
Luke Redpath 34110039f5 Add SSL and basic auth support for Domoticz platform. 2015-07-22 15:27:52 +01:00
Chloe Stars 511b1873f7 I forked unofficial-nest-api and added support for 'off'.
For now the package location has been changed to reflect this. I've submitted a pull request but it doesn't look like it's been touched in a while so I'm not sure it's going to get merged.
2015-07-17 18:29:23 -07:00
Chloe Stars e76269fcdc Merge https://github.com/nfarina/homebridge 2015-07-17 18:14:56 -07:00
Chloe Stars c4f9e81828 Oops, made a rookie mistake. Make sure I'm using local variables instead of global variables. 2015-07-17 01:08:50 -07:00
Chloe Stars 91602e4f99 Fix heating and cooling.
It works but the API doesn’t reflect the change soon enough for HomeKit
to be aware it worked. Not sure what to do here.
2015-07-13 14:58:39 -07:00
madmod 6cb9008424 Add get and set power state for activity 2015-07-11 22:11:08 -06:00
madmod 681cd7d9eb Add Logitech Harmony platform 2015-07-11 19:18:14 -06:00
Chloe Stars a47c8dd4fd Added preliminary support for the Nest platform.
Some things are missing or may not be working correctly but the main
things like checking the current temperature, the target temperature,
the humidity, setting the target temperature and etc.. I don’t think
the current heating mode is correct.
2015-07-10 23:50:31 -07:00
John Gustafsson 54a24b4fdd Added Telldus Live! support (only lights) 2015-07-10 00:36:19 +02:00
Alistair Galbraith c1f1613763 Removed submodule for HAP-NodeJS and moved to NPM
It seemed to be easier all around to use NPM to manage the dependancy on HAP-NodeJS.

This PR removes the submodule, and adjusts the paths of all checked in shims to reference the NPM module instead.

I also updated the documentation to reflect the simpler install ;)
2015-07-03 21:29:35 -07:00
Alistair Galbraith 94619e40d5 Changed approach to getting accessories
Avoid hitting rate limiting iterating over bulbs for installations with many hue bulbs on a hub
2015-06-29 14:40:17 -07:00
Nick Farina 21a546fdf8 Simplify Hue for new users
- Sample config auto-discoveres Bridge IP
- Username left blank so that the server will prompt you
- Hue platform walks you through username creation (in as friendly a
way currently possible)
2015-06-28 13:21:40 -07:00
Stephen Yeargin b2280c3902 [Trivial] Text cleanup 2015-06-27 23:24:09 -05:00
Stephen Yeargin 8e80d7f0e0 Report initial state, refactor code a bit
- The initial state of the device is now reported on connection
- Properly detects what should happen with Hue/Hue Lux bulbs (removes the extra chrachteristics)
- Scales values a bit more transparently so the color gets a bit closer
- Moved `execute` method inside the accessory model for clearer designation
- Cleaned up that ridiculous `if/else` block into a switch
2015-06-27 21:51:02 -05:00
madmod 8b71a1c44f fix network scan and logging 2015-06-27 20:23:32 -06:00
madmod 479dfb6329 scope and name fixes
removed deprecated node-hue-api methods and change this to that.
2015-06-27 19:27:39 -06:00
madmod 39a7550d67 bridge discovery (wip) 2015-06-27 19:17:19 -06:00
madmod 0491f9b71a use the percent functions from node-hue-api 2015-06-27 17:48:47 -06:00
madmod 805758395e improved color accuracy 2015-06-27 17:01:44 -06:00
madmod 8adf8fc1b0 remove extra line 2015-06-27 12:36:07 -06:00
madmod d0b780f623 Fix saturation max value 2015-06-27 01:37:16 -06:00
Stephen Yeargin 9814ff5525 Remove useless code 💀 2015-06-27 01:24:00 -05:00
Stephen Yeargin de84846bcf weeeellllll, it's like ... 2015-06-27 01:18:32 -05:00
Stephen Yeargin 54100c2471 Clean up some really odd spacing and add SN 2015-06-27 01:00:59 -05:00
Stephen Yeargin 1e95decbf2 Merge branch 'master' into philips-hue 2015-06-27 00:28:28 -05:00
Ray Bennett 0dedbcd362 Adding support for ISY. 2015-06-26 18:03:31 -07:00
Jon Maddox 5e89bbe74d clean up 2015-06-25 02:01:01 -04:00
Jon Maddox b147a26738 add onRead functions to fetch state 2015-06-25 02:00:52 -04:00
Jon Maddox 396b56e3a5 add methods to Wink accessory to fetch brightness and power state 2015-06-25 02:00:37 -04:00
Stephen Yeargin 49c4af79ad Refactor execute method to use API 2015-06-16 23:08:44 -05:00
Stephen Yeargin da5162b358 Pass around the light ID. 2015-06-16 22:59:26 -05:00
Stephen Yeargin 3cba55560f Fix brightness, format some logic. 2015-06-15 23:10:18 -05:00
gizmocuz aa6a39cf83 - Implemented, optional configuration parameter for 'roomid'
- Fixed: trying to add duplicate sensors
2015-06-14 14:27:33 +02:00