Skip to content

Releases: snowdd1/homebridge-knx

Maintenance 0.3.17

13 Jan 11:05
Compare
Choose a tag to compare

0.3.17

  • bugfix for an issue in which external KNX switching off of a dimmable light was not recognized by the dimmer handler. Thanks to Michael for his PR 136

0.3.16 Maintenace and new feature

09 Nov 23:16
Compare
Choose a tag to compare

0.3.16

  • bugfix for a scaling issue with the new handler in 0.3.15

0.3.15

  • new handler for Dimmers to avoid Apple's Home(c) app's disastrous handling of On and Brightness events. Thanks dlt- for pointing that out. I rewrote it to make it more customizable, and to avoid flickering of the slider in the app due to knx responses.
  • new Readme design :-)

0.3.14 Maintenace Release

09 Nov 20:24
Compare
Choose a tag to compare

0.3.14

  • fix bug #122 with wrongly spelled service reference in custom API
  • fix bug #123 with missing integer typer UINT12 and UINT32 which are now used in Homekit(c) types
  • bump dependencies to actual versions

0.3.13 doc and dependency update

05 Oct 18:02
Compare
Choose a tag to compare

0.3.13

  • bump required packages to new versions:
    • node-eibd to 0.3.9 (regression!)
    • debug to 3.1.0

0.3.12 Minor functionality update

02 Oct 17:51
Compare
Choose a tag to compare

0.3.12 contains als unpublished earlier changes from master branch

0.3.11

  • tiny internal web server has newe pages:
    • /availservices shows the services from hap-nodejs
    • /availcharacteristics shows the characteristics from hap-nodejs
    • these pages are linked
    • localization is prepared but not implemented yet
    • properties of the characteristics are listed but not explained

0.3.10-b

  • Just pushing dependency to eibd to beyond 0.3.8, which was faulty (and it was my fault.)

0.3.10 - Minor Functionality Update

09 Mar 20:04
Compare
Choose a tag to compare

New Add-in

From the German knx-user-forum.de the idea of having a one-way switch to shut off central functions such as switching lights off all at once was voiced, so here it is: OneWaySwitch handler

Ignore Option

For those who want to (for whatever reason) run multiple homebridge instances on the same machine whilst having them globally installed, now a file named **knx-ignore.txt** in the homebridge-configuration folder (of the respective instance, defaults to ~/.homebridge ) prevents the loading of homebridge-knx.

0.3.9 - new feature

19 Feb 21:55
Compare
Choose a tag to compare
  • New Add-in!

Maintenance 0.3.8

15 Feb 11:16
Compare
Choose a tag to compare

Pure maintenance release, got a complete number instead of a suffix as npm did not like 0.3.7-a which contained a real bugfix and should have been 0.3.8 in any case.

Maintenance 0.3.7-a

14 Feb 14:22
Compare
Choose a tag to compare
  • Fixed the dependency to homebridge, which was already somewhat futuristic:
    • Current is 0.4.16
    • Required 0.4.19
      did not work, fixed now.

Maintenance 0.3.7

14 Feb 14:11
Compare
Choose a tag to compare
  • Enhancements
    • Does not send values to homekit that haven't changed. Might take some pressure from the Lightbulb with dimmer-going-havoc issue, though it doesn't solve it completely (#47) .