Skip to content

Releases: XKNX/xknx

tunable white and color temperature for lights

01 Jan 11:53
Compare
Choose a tag to compare

Bugfix release.

23 Dec 14:22
Compare
Choose a tag to compare
  • updated requirements (added flake8-isort)
  • some more unit tests
  • Breaking Change:
    ClimateMode is now a member of Climate (the hass plugin
    needs this kind of dependency. Please note the updated xknx.yml)

Bugfix release. Updated Climate component.

22 Dec 18:52
6d5a13c
Compare
Choose a tag to compare
  • Min and max values for Climate device
  • Splitted up Climate in Climate and ClimateMode
  • added contains method for Devices class.
  • fixed KeyError when action refers to a non existing device.

Bugfixing Release

28 Oct 13:07
Compare
Choose a tag to compare
  • state_addresses of binary_sesor should return emty value if no
  • state address is set.
  • state_address for notification device

Major release 0.9.0

23 Sep 09:59
Compare
Choose a tag to compare

Many improvements from many contributors 🐬 🐬 🐬 !

  • Updated requirements
  • Feature: Added new DPTs for DPTEnthalpy, DPTPartsPerMillion, DPTVoltage. Thanks @magenbrot #146
  • Breaking Change: Only read explicit state addresses #140
  • Minor: Fixed some comments, @magenbrot #145
  • Minor: lowered loglevel from INFO to DEBUG for 'correct answer from KNX bus' @magenbrot #144
  • Feature: Add fan device, @itineric #139
  • Bugfix: Tunnel: Use the bus address assigned by the server, @M-o-a-T #141
  • Bugfix: Adde:wd a check for windows because windows does not support add_signal @pulse-mind #135
  • Bugfix: correct testing if xknx exists within self @firefrei #131
  • Feature: Implement support to automatically reconnect KNX/IP tunnel, @rnixx #125
  • Feature: Adjusted to Home Assistant's changes to light colors @oliverblaha #128
  • Feature: Scan multiple gateways @DrMurx #111
  • Bugfix: Pylint errors @rnixx #132
  • Typo: @itineric #124
  • Feature: Add support for KNX DPT 20.105 @cian #122

Bugfix release

10 Mar 18:35
Compare
Choose a tag to compare

Bugfix release

05 Mar 21:00
Compare
Choose a tag to compare
  • Fixed inverted values problem within scaling sensors
  • Using RemoteValueScaling within dimming group of lights.

Bugfix release

05 Feb 20:49
Compare
Choose a tag to compare
0.8.2

Merge branch 'master' of github.com:XKNX/xknx

Colored lights

03 Feb 15:08
330cf0e
Compare
Choose a tag to compare
Merge pull request #108 from Julius2342/color-lights

Basic support for colored lights.

Release 0.8.0

27 Jan 21:05
Compare
Choose a tag to compare

0.8.0 - Next major release

  • New example for MQTT forwarder (thanks @JohanElmis)
  • Splitted up Address into GroupAddress and PhysicalAddress (thanks @encbladexp)
  • Time object was renamed to Datetime and does now support different broadcast types "time", "date" and "datetime" (thanks @Roemer)
  • Many new DTP datapoints esp for physical values (thanks @Straeng and @JohanElmis)
  • new asyncio await syntax
  • new device "ExposeSensor" to read a local value from KNX bus or to expose a local value to KNX bus.
  • Support for KNX-scenes
  • better test coverage
  • Fixed versions for dependencies (@encbladexp)

And many more smaller improvements :-)