Nick Farina
e9cca92dee
Merge pull request #155 from dotsam/milight-platform
...
[MiLight] Convert to platform
2015-09-09 08:55:30 -07:00
Sam Edwards
d6e31b4aa7
[MiLight] Swap cooler/warmer direction for white bulbs, and add note about delay
2015-09-09 08:13:22 -07:00
S'pht'Kr
e75726436e
Merge branch 'nfarina/master' into z-way-server-2
2015-09-09 06:50:22 +02:00
S'pht'Kr
62cabc23f3
Added Door/Window sensors and ancillary temperature sensors.
...
Door/Window sensors are still implemented as garage door openers,
because that seems to make the most sense at the moment.
2015-09-09 06:48:33 +02:00
S'pht'Kr
4170b8a533
Polling!
...
Updates from ZWay are now reflected in HomeKit!
2015-09-09 06:28:17 +02:00
Sam Edwards
18333242ff
[MiLight] Add missing callback from hue function
2015-09-08 11:20:36 -07:00
Sam Edwards
5cccd3f916
[MiLight] Modify logging to show the zone name when used as a platform accessory
2015-09-08 11:01:30 -07:00
Sam Edwards
abe88b7502
[MiLight] Converted accessory to platform. Not fully tested yet
2015-09-08 10:41:03 -07:00
Raoul
1df411d916
TESTING NEEDED
...
Proposing idea to de-asynchronize Sonos device discovery with a timeout event for push.
I have no IDE at hand right now, so please check syntax before merging!
I have no Sonos devices, so please check somebody with the hardware at hand!
Thanks
Raoul
2015-09-08 09:25:44 +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
Nick Farina
5ba7b46c26
Merge pull request #144 from luxus/patch-1
...
adding resolver chain workaround for raspberry pi
2015-09-06 15:40:24 -07:00
Snowdd1
9d8afc4bcb
cleanup of sample.json and platform shim
...
removed non-existent old device types from platform shim.
2015-09-06 11:41:33 +02:00
Kai
70b5a9142a
adding resolver chain workaround for raspberry pi
...
adding the workaround from https://github.com/agnat/node_mdns/issues/130 to fix #140
2015-09-06 04:31:05 +02:00
Snowdd1
ea1c1f6fce
Working Version
...
Refactored version. KNX.js is used as platform, while knxdevice is
called for each accessory to add.
2015-09-05 19:08:28 +02:00
Snowdd1
116dd1b315
still WIP
...
with Thermostat stub. Somehow stops working after a few lines of
console.log
2015-09-04 17:39:46 +02:00
Snowdd1
1a98a6c9ac
got it straight
...
does not use PR#15 for node-eibd any more.
2015-09-04 16:35:11 +02:00
Snowdd1
bad0ba0c3b
initial test version
2015-09-04 15:45:19 +02: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
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
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
Khaos Tian
bf2216209d
[Philips Hue] retry if command failed due to api rate limit.
2015-08-28 21:49:16 -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
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
S'pht'Kr
13d983aa28
Merge branch 'nfarina/master' into z-way-server-2
2015-08-25 20:23:33 +02: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
Andre Schröter
c98e7a1d54
added zwave model
...
more cleanups
2015-08-14 10:13:23 +02:00
Nick Farina
50f8c6a3c9
Merge branch 'master' into use-hap-refactor
...
Conflicts:
platforms/Sonos.js
2015-08-09 11:16:22 -07:00
Nick Farina
9d8c5f309f
Merge branch 'master' of https://github.com/nfarina/homebridge
2015-08-09 08:24:07 -07:00
Nick Farina
667ad7a3aa
[Sonos] don't add duplicate rooms
...
Fixes #98
2015-08-09 08:22:00 -07:00
Andre Schröter
7cb835e4ea
more cleanups
...
handle sonos volume caching
added garage door opener
started with homematic keymatic (HM-SEC-KEY)
even more cleanups :)
rgb hue/sat/bri fix
added identify for lightbulbs
2015-08-06 10:02:09 +02:00
Nick Farina
43c0346436
[Sonos] SUB isn't playable
2015-08-05 08:55:19 -07:00
Andre Schröter
86322c30c8
ignore state set_ in addition to set-
2015-08-02 18:52:03 +02:00
Andre Schröter
d9d55c34ad
winmatic bug fix
...
addef FHTTK contact sensor
2015-08-02 17:40:10 +02:00
Andre Schröter
2e3a26c32f
more cleanups (renamed endpoints to mappings)
...
added longpoll reconnect on close
added winmatic (HM-SEC-WIN)
2015-08-02 13:37:12 +02:00
Andre Schröter
40e264a79d
started cleanup of has... use endpoints instead
2015-08-02 01:09:53 +02:00
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