Releases: snowdd1/homebridge-knx
Releases · snowdd1/homebridge-knx
Version 0.3.0 beta 6 pre-release
What's new
- Updated add-ins
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
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
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
- 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
Now I am starting the beta phase. Tomorrow this will go into test in my house.
homebridge 0.4 compatibility release
v0.2.8 Update hapi dependency to new stable
Checked compatibility to homebridge 0.3.0
v0.2.7 Updated homebridge dependency
Separate Set and Listen when it comes to read requests
New version 0.2.6 which contains a new flag for avoiding sending READ requests for "Set" group addresses.
Cleanups only
v0.2.3 0.2.3 cleanup: knxdevice entry deprecated
First working version with hombridge 0.2.0
Merge pull request #6 from snowdd1/snowdd1-readme-1 JSON quotes