Skip to content

Releases: snowdd1/homebridge-knx

Version 0.3.0 beta 6 pre-release

03 Nov 17:24
Compare
Choose a tag to compare
Pre-release

What's new

If ask which to use: They differ in the KNX GAs: Misc2000's uses 1 GA for MOVE (OPEN/CLOSE in the opposite direction than the previous time), and a end stop GA for closed.
The SimpleGarageDoor uses two GA, one Boolean for OPEN and one Boolean for CLOSE, both expecting a 1. No end stop GAs.

KNOWN ISSUES

Just found out that using more than 1 GA in a "Set":[ ... ] results in an exception and killing of homebridge.

Version 0.3.0 beta 5 pre-release

02 Nov 22:10
Compare
Choose a tag to compare
Pre-release

New setting "AllowWebserver":true in knx_config.json required to start the unprotected webserver on port 18081

Version 0.3.0 beta 4 pre-release

02 Nov 21:34
Compare
Choose a tag to compare
Pre-release

Whats new:

  • new contact sensor sample handler
  • can now kill homebridge to trigger a restart via WebServer (requires "AllowKillHomebridge":true in knx_config.json)
  • some debug statements removed

Version 0.3.0 beta 2 pre-release

30 Oct 09:39
Compare
Choose a tag to compare
Pre-release
  • minor fixes

News:

  • Added the possibility to add services to devices that were already existent in homebridge's cache.
  • First test with a custom characteristic
  • The GiraJalousieActuator Add-In example now has better support for shutter moves initiated by long-press of an KNX sensor/switch.

Version 0.3.0 beta 1 stage release

27 Oct 19:52
Compare
Choose a tag to compare
Pre-release

Now I am starting the beta phase. Tomorrow this will go into test in my house.

homebridge 0.4 compatibility release

19 Oct 20:26
Compare
Choose a tag to compare
v0.2.8

Update hapi dependency to new stable

Checked compatibility to homebridge 0.3.0

17 Mar 20:31
Compare
Choose a tag to compare
v0.2.7

Updated homebridge dependency

Separate Set and Listen when it comes to read requests

01 Dec 19:28
Compare
Choose a tag to compare
New version 0.2.6 which contains a new flag for avoiding sending READ

requests for "Set" group addresses.

Cleanups only

18 Nov 15:49
Compare
Choose a tag to compare
v0.2.3

0.2.3 cleanup: knxdevice entry deprecated

First working version with hombridge 0.2.0

09 Nov 12:03
Compare
Choose a tag to compare
Merge pull request #6 from snowdd1/snowdd1-readme-1

JSON quotes