Raoul
a55b166131
Merge pull request #6 from nfarina/master
...
Update to nfarina/master
2015-10-03 14:38:57 +02:00
Nick Farina
d3f0c73393
Merge pull request #225 from snowdd1/knx-dev
...
Update of handling of binary and percentage type KNX values
2015-10-02 09:22:36 -07:00
Snowdd1
c36ad9d631
Merge remote-tracking branch 'nfarina/master' into knx-dev
2015-10-02 18:06:23 +02:00
Snowdd1
3031ba7e0f
Refactoring of reversely used group addresses
...
The use of 0/1 for binary objects depends on installation, a contact
sensor can have contact=1 or open=1
The same applies to percentages: a window can be 100% closed or 100%
open.
For a more general usage of reversed values, a suffix ("R") can now be
attached to all DPT1 and DPT5 group addresses.
Please see updated KNX.md for examples and details.
Note: outdated characteristic-workaround throw an exception at boot-up:
- ContactSensorStateContact1
- LockCurrentStateSecured0
- LockTargetStateSecured0
Please see error message and KNX.md for reference.
2015-10-02 18:05:40 +02:00
Snowdd1
fd72307384
Fix hint in KNX-sample-config.json
2015-10-02 08:17:59 +02:00
S'pht'Kr
d04d417344
Initial read/write support for RGB bulbs complete
...
Needs testing, but seems to work with my Aeon bulb…taking into account
the wonkiness of that bulb with Z-Way, at least.
2015-10-02 06:19:59 +02:00
Mike Enriquez
98519c84dd
Fix crash when trying to get/set power state
...
- Call getPowerState on the object instead of passing the function to
fix undefined isActivity error
- Remove callback param from setPowerState since it is not called with a
callback param.
- startActivity expects the activity id as a parameter. We can't
actually toggle activities off and on. There is a "PowerOff" activity
that will turn everything off.
2015-10-01 23:08:36 -04:00
Mike Enriquez
3bca9f70f5
freeze node-xmpp-client version to working version
2015-10-01 20:39:00 -04:00
Nick Farina
1bb8d00884
Merge pull request #221 from Mikulas/config-lifx
...
add lifx to sample config
2015-10-01 14:25:50 -07:00
Mikulas
45f40874ef
add lifx to sample config
2015-10-01 23:22:17 +02:00
Jon Maddox
fe5db08081
Merge pull request #219 from nfarina/ignore-hidden-ha-devices
...
Ignore Hidden Home Assistant Devices
2015-10-01 01:30:28 -04:00
Jon Maddox
1fce5c8754
ignore hiddent Home Assistant devices
2015-10-01 01:29:42 -04:00
Nick Farina
8e23024ef0
Merge pull request #217 from snowdd1/knx-dev
...
Characteristic.setProps() adaptation
2015-09-30 14:37:11 -07:00
Snowdd1
98ee9f8f95
Return value guarding; Cleaner logs
2015-09-30 22:07:33 +02:00
Snowdd1
bd979ea1f8
Merge remote-tracking branch 'nfarina/master' into knx-dev
2015-09-30 20:40:03 +02:00
Snowdd1
54f0c2f0cb
Doc updates
2015-09-30 20:03:20 +02:00
Raoul
ba5722c517
props update minValue, maxValue
...
used in Temperature devices (Apple's default values too narrow for beer coolers I've heard)
adapted call syntax for "Simplify Characteristic properties"
1d84d128d1 (diff-cb84de3a1478a38b2cf8388d709f1c1cR108)
2015-09-30 09:21:59 +02:00
Andre Schröter
2d88dafa11
disabled thermostat mode
...
some cleanups
added timestamp to longpoll console output
2015-09-29 22:45:34 +02:00
Vincent Drevelle
84cac442e2
Read Philips Hue lights status from bridge.
...
Update the PhilipsHue.js platform to use HAP-NodeJS AccessoryInformation and LightBulb Service classes.
2015-09-29 11:59:58 +02:00
S'pht'Kr
99da61d30a
Lost some subtype parameters in deconfliction
2015-09-29 07:06:05 +02:00
S'pht'Kr
0b3930e458
Erm...oops.
2015-09-29 06:59:40 +02:00
S'pht'Kr
ce35600b34
Merge remote-tracking branch 'nfarina/master' into zway-rgb
...
Conflicts:
platforms/ZWayServer.js
2015-09-29 06:58:06 +02:00
S'pht'Kr
7aa758cb04
Working towards getting the extra dimmers in one accessory
...
Having trouble with service subtypes…hmm…
2015-09-29 06:53:22 +02:00
S'pht'Kr
bd6b8478a9
Merge branch 'nfarina/master'
2015-09-29 05:24:25 +02:00
Nick Farina
2e24e98227
Merge pull request #210 from SphtKr/yamaha-issue-153
...
YamahaAVR: Fix for multiple devices, refactor, and custom Service+Characteristic
2015-09-28 11:02:33 -07:00
S'pht'Kr
817f7ecf20
Merge branch 'nfarina/master'
2015-09-28 06:27:09 +02:00
S'pht'Kr
2a66eac058
Fix for multiple devices, refactor, and custom Service+Characteristic
2015-09-28 06:12:25 +02:00
Nick Farina
b54d37fb2d
Merge pull request #174 from ilcato/ilcato-fibarohc2
...
Platform shim for Fibaro Home Center 2
2015-09-27 06:49:56 -07:00
ilcato
c6c45d9e3d
Fixed incompatibility with new version of HAP-Node.js
2015-09-27 13:00:57 +02:00
Andre Schröter
78394bc95d
added CurrentAmbientLightLevel characteristic
2015-09-25 22:43:57 +02:00
Andre Schröter
bfbaa74375
added firmware revision characteristic
...
fix for genericDeviceType ignore
some more fixes
set uuid_base to real device serial number if available
2015-09-25 19:20:54 +02:00
Nick Farina
bb3381e10a
Update README.md
2015-09-24 22:15:58 -07:00
Nick Farina
5323b0afe1
Merge pull request #204 from derekforeman/master
...
Noted updated for requirement to successfully get HAP-NodeJS installed.
2015-09-24 22:10:30 -07:00
Derek Foreman
ca232f3111
Noted updated for requirement to successfully get HAP-NodeJS installed.
2015-09-25 00:26:07 -04:00
Andre Schröter
c9166f6ff0
Merge remote-tracking branch 'upstream/master'
2015-09-22 20:46:56 +02:00
Andre Schröter
afcb86ef0e
changed harmony device to a single accessiory with mutliple switches
...
added hue colormode & xy to hsv conversion
some small cleanups
2015-09-22 18:53:19 +02:00
Andre Schröter
2a63a9ff2d
adde MAX ShutterContact
2015-09-21 19:48:51 +02:00
Andre Schröter
1b69cffeb2
removed debug output
2015-09-21 18:50:40 +02:00
Andre Schröter
7695eced0d
publish accessories only once
...
parse min/max/step values for thermostats
use this/bind instead of that
added genericType ignore
added batter state charactersitic
preliminary thermostat controll mode
use new characteristic.setProps() method
some minor cleanups
2015-09-21 18:29:01 +02:00
Nick Farina
625b9f47df
Bump HAP-NodeJS
...
Closes #181
2015-09-21 08:17:48 -07:00
Nick Farina
c3ad5f26da
Merge pull request #191 from luxus/patch-1
...
fixing thermostat.
2015-09-20 16:28:57 -07:00
Kai
67fb6e8b4d
fixing thermostat.
...
switch the order of the characteristics
now my stellaZ thermostat is shown correct in apps like eve and insteon+
2015-09-21 00:59:26 +02:00
Nick Farina
b24a611fab
Merge pull request #189 from snowdd1/knx-dev
...
KNX Platform: "Garage Door Opener" and "Motion Sensor" services
2015-09-19 13:00:48 -07:00
Snowdd1
80b2a047d4
Typo fixes
2015-09-19 21:56:20 +02:00
Snowdd1
48f613f8ae
New Motion Sensor service
2015-09-19 21:47:07 +02:00
Snowdd1
84c51aa27a
GarageDoorOpener fixed
2015-09-19 21:24:55 +02:00
Snowdd1
eec663a5c8
Routines for unsigned int values, such as enumeration like types
2015-09-19 18:37:19 +02:00
Snowdd1
387e7ec9ce
KNX support for Garage Door Opener
...
The garage door opener device MUST adhere to HomeKit numeric
conventions, see KNX.md documentation
2015-09-19 15:19:11 +02:00
S'pht'Kr
6b0d701570
Merge branch 'nfarina/master'
2015-09-19 13:00:16 +02:00
S'pht'Kr
656a8057ac
Initial work on reading, seems to work okay.
2015-09-19 13:00:01 +02:00