S'pht'Kr
4170b8a533
Polling!
...
Updates from ZWay are now reflected in HomeKit!
2015-09-09 06:28:17 +02:00
S'pht'Kr
78987a775f
Might be stable now for Switches, Dimmers, & Thermostats
...
Basically, I needed to provide a default value instead of a
`getDefaultValue` function. Keeping with this for a while before trying
battery stats and door sensors again, but I think I figured out my
compliance problems…don’t know how it ever successfully added before,
actually.
Also removed some more cruft from the earlier old-API version and
started laying some groundwork for polling/updating from ZWay.
2015-09-07 19:16:51 +02:00
S'pht'Kr
2c1d9f6efb
Merge branch 'nfarina/master' into z-way-server-2
2015-09-06 06:37:31 +02:00
Nick Farina
94ef18c94d
Bump HAP-NodeJS with fixes for WeMo
2015-09-05 15:43:11 -07:00
Nick Farina
3cc1f381a3
Fix for WeMo switch names
2015-09-05 14:04:31 -07:00
Nick Farina
6c6b5bf85f
Pull in iControl fix
2015-09-05 12:47:56 -07:00
Nick Farina
816728c0cf
Upgrade WeMo accessory
...
- Use new Service API
- Experimental preliminary support for WeMo "Garage Door Openers"
(via WeMo Maker). No Sensor support yet.
2015-09-05 12:42:21 -07:00
Nick Farina
fe4cd285d0
Use once() to guard multiple callbacks
...
Mentioned in #95
2015-09-04 10:05:37 -07:00
Nick Farina
03417e249a
Merge pull request #138 from nfarina/new-xfinity-home-platform
...
New xfinity home platform
2015-09-04 10:05:07 -07:00
S'pht'Kr
a677edb2cf
Trying for a stable baseline
...
Switched Door sensors back to GarageDoorOpener services for now, and
disabled battery service…lets see if we can get this stabilized.
2015-09-04 06:18:23 +02:00
Nick Farina
a3cbf5a380
Another node-icontrol bump
2015-09-02 18:51:23 -07:00
Nick Farina
86e17a3922
Bump node-icontrol with fixes
2015-09-02 07:20:36 -07:00
S'pht'Kr
2a5c4c76fe
Merge branch 'nfarina/master' into z-way-server-2
2015-09-02 06:28:02 +02:00
S'pht'Kr
30a705e79f
Fixes, cleanup
...
Got rid of old code I clearly don’t need anymore. Switched `this.log`s
to `debug`s. Fix for picking wrong vDev for thermostat current temp.
Added configuration for `Name` characteristic…which I guess became
required.
2015-09-02 06:27:13 +02:00
Nick Farina
01d2c21aac
New iControl accessory, supports Xfinity Home.
...
- No more mysterious "dsig" param
2015-08-31 21:39:10 -07:00
Nick Farina
dcc224f898
Merge pull request #135 from dotsam/milight
...
[MiLight] Update to address correct bulbs and implement all features
2015-08-31 16:27:05 -07:00
Sam Edwards
47f000ecff
[MiLight] Sent on command before brightness and hue to ensure we're targeting the right lamp, and implement night mode at brightness <= 2, and implement maximum brightness command for white lamps
2015-08-31 15:40:02 -07:00
S'pht'Kr
f287c9ee36
Merge branch 'nfarina/master' into z-way-server-2
2015-08-30 14:27:07 +02:00
S'pht'Kr
b56d9346c8
Refactored for new API.
...
Mostly working, but door sensors need further work, battery service still isn't right, and I'm losing the bridge periodically...merging from master to see if I need some bugfixes.
2015-08-30 14:24:43 +02:00
Nick Farina
d067711974
HAP-NodeJS bump
2015-08-29 13:14:55 -07:00
Nick Farina
2c50d76cb2
Bump HAP-NodeJS
2015-08-29 09:34:58 -07:00
Nick Farina
5bc1109c19
Merge pull request #132 from KhaosT/master
...
[Philips Hue] retry if command failed due to api rate limit.
2015-08-28 22:29:52 -07:00
Khaos Tian
bf2216209d
[Philips Hue] retry if command failed due to api rate limit.
2015-08-28 21:49:16 -07:00
Nick Farina
2ca6410e0a
Merge pull request #130 from EddyK69/HaveDimmer
...
[Domoticz] Fixed misc. dimmer issues (SwitchType instead of HaveDimmer etc)
2015-08-27 07:04:09 -07:00
EddyK69
76eaca8f78
Fixed misc. dimmer issues
...
Fixed issue that 'on/off'-type lights showed as dimmers in HomeKit.
Checking now on SwitchType instead of HaveDimmer
Fixed issue that 'on-off'-type lights would not react on Siri 'Switch
on/off light'; On/Off types are now handled as Lights instead of
Switches
2015-08-27 12:49:22 +02:00
EddyK69
2bab8bad8b
Merge remote-tracking branch 'nfarina/master' into HaveDimmer
2015-08-27 12:46:08 +02:00
Nick Farina
5ecfb25314
Merge pull request #129 from EddyK69/master
...
Added parameter 'loadscenes' & fixed dimmer-bug
2015-08-26 21:39:20 -07:00
EddyK69
b170e81059
Implemented: config.json parameter loadscenes & fixed dimmer-bug
...
Added parameter in config.json: 'loadscenes' for enabling/disabling
loading scenes
Fixed issue with dimmer-range; was 0-100, should be 0-16
2015-08-26 23:20:42 +02:00
EddyK69
4c088d235c
Merge remote-tracking branch 'nfarina/master'
2015-08-26 15:13:30 +02:00
Nick Farina
9c8a6ee90f
Merge pull request #127 from dotsam/milight-new-api
...
Updated MiLight Shim
2015-08-25 20:44:03 -07:00
Sam Edwards
d7d80b8618
Don't actually add a name characteristic here
2015-08-25 17:46:28 -07:00
Sam Edwards
1050b4e550
Add a name to the accessory as well
2015-08-25 12:12:58 -07:00
S'pht'Kr
13d983aa28
Merge branch 'nfarina/master' into z-way-server-2
2015-08-25 20:23:33 +02:00
Sam Edwards
7d5caae96d
Add the hue characteristics for all lamps, as we're trying to handle this in some way now
2015-08-25 10:46:57 -07:00
Sam Edwards
f81e594ff0
Update readme with reference to milight under lights section
2015-08-25 10:34:45 -07:00
Sam Edwards
11f71e076c
Update MiLight module for new API and add improved (or some at all) handling of lamp types other than rgbw. Also remove invalid comments from json file, and support future versions of node-milight-promise
2015-08-25 10:28:08 -07:00
Nick Farina
b3675f4be3
Merge pull request #125 from nfarina/possible-domoticz-async-fix
...
Fix for Domoticz platform async callbacks
2015-08-24 22:12:24 -07:00
Nick Farina
7e84806846
Merge pull request #116 from nfarina/support-new-api
...
Support new API in getServices()
2015-08-24 19:28:49 -07:00
Nick Farina
77fbe5b53c
Fix for Domoticz platform async callbacks
2015-08-24 19:23:43 -07:00
S'pht'Kr
f72cb43043
Numerous fixes and improvements.
...
Committing before merging back to master, since the upstream branches have merged into master!
2015-08-24 06:48:34 +02:00
S'pht'Kr
9d7a6768b8
Working at the moment.
...
Support for several device types. Gotta be careful to not throw the bridge out of compliance!
2015-08-24 06:48:34 +02:00
S'pht'Kr
c6877193cc
Early, but lots done
...
This works (sometimes at least) but has lots of flaws, including ones
that make the whole bridge unreachable.
2015-08-24 06:48:34 +02:00
S'pht'Kr
5782ff997f
Initial commit of ZWayServer platform. Not much working, having problems with authenticating.
2015-08-24 06:48:34 +02:00
S'pht'Kr
ea9801fa77
Merge branch 'nfarina/master'
2015-08-24 06:46:46 +02:00
S'pht'Kr
0dd76134ee
Merge branch 'nfarina/master'
2015-08-24 06:45:19 +02:00
Nick Farina
76e7ef2677
Fix identify() in Http
2015-08-23 11:45:34 -07:00
Nick Farina
dfdbc865c8
Support AccessoryInformation service
2015-08-23 10:07:31 -07:00
Nick Farina
d8e27910cc
Support new API in getServices()
...
See `getServices()` implementation in `accessories/Http.js` for an
example of how to use.
Fixes #114
Fixes #57
2015-08-22 21:37:42 -07:00
Nick Farina
d2547f7ae6
Fix HAP-NodeJS version
2015-08-22 08:51:20 -07:00
Nick Farina
9ebf41415c
Version bump for npm
2015-08-22 08:13:11 -07:00