Skip to content

Releases: brutella/hkknx-public

2.8.0-rc1

02 Feb 13:49
d253e2c
Compare
Choose a tag to compare
2.8.0-rc1 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for group addresses, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println, print, and printf are now available in the scripts overview page.
  • Scripts are now grouped in folders.
  • New packages
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Script documentation → https://hochgatterer.me/hkknx/scripts/introduction/

Enhancements

  • Throttles outgoing messages by enforcing a minimum delay of 200ms between data write telegrams. Should fix #288 #222
  • Supports more datapoint types in group monitor #293
  • Supports heating and cooling thresholds for thermostats #292
  • Supports updating an ETS project by uploading a new project file

Bug Fixes

  • Fixes issue where bridge could not be added to HomeKit if the bridge name contained an 'ß'
  • Fixes issue where the wrong datapoint type is shown for a group address #295
  • Fixes an issue where the group monitor always scrolls to the bottom while entering text into the search bar #293
  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b9

01 Feb 16:11
d253e2c
Compare
Choose a tag to compare
2.8.0-b9 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for group addresses, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println, print, and printf are now available in the scripts overview page.
  • Scripts are now grouped in folders.
  • New packages
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Script documentation → https://hochgatterer.me/hkknx/scripts/introduction/

Enhancements

  • Throttles outgoing messages by enforcing a minimum delay of 200ms between data write telegrams. Should fix #288 #222
  • Supports more datapoint types in group monitor #293
  • Supports heating and cooling thresholds for thermostats #292
  • Supports updating an ETS project by uploading a new project file

Bug Fixes

  • Fixes issue where bridge could not be added to HomeKit if the bridge name contained an 'ß'
  • Fixes issue where the wrong datapoint type is shown for a group address #295
  • Fixes an issue where the group monitor always scrolls to the bottom while entering text into the search bar #293
  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b8

01 Feb 13:24
d253e2c
Compare
Choose a tag to compare
2.8.0-b8 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for group addresses, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println, print, and printf are now available in the scripts overview page.
  • Scripts are now grouped in folders.
  • New packages
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Script documentation → https://hochgatterer.me/hkknx/scripts/introduction/

Enhancements

  • Throttles outgoing messages by enforcing a minimum delay of 200ms between data write telegrams. Should fix #288 #222
  • Supports more datapoint types in group monitor #293
  • Supports heating and cooling thresholds for thermostats #292
  • Supports updating an ETS project by uploading a new project file

Bug Fixes

  • Fixes issue where the wrong datapoint type is shown for a group address #295
  • Fixes an issue where the group monitor always scrolls to the bottom while entering text into the search bar #293
  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b7

19 Jan 11:01
d253e2c
Compare
Choose a tag to compare
2.8.0-b7 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for all available packages, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println, print, and printf are now available in the scripts overview page.
  • Scripts are now grouped in folders.
  • There is now an influxdb package to write data to an InfluxDB v2 server. https://hochgatterer.me/hkknx/scripts/influxdb/
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Script documentation → https://hochgatterer.me/hkknx/scripts/introduction/

Enhancements

  • Throttles outgoing messages by enforcing a minimum delay of 200ms between data write telegrams. Should fix #288 #222
  • Support more datapoint types in group monitor #293

Bug Fixes

  • Fixes issue where the wrong datapoint type is shown for a group address #295
  • Fixes an issue where the group monitor always scrolls to the bottom while entering text into the search bar #293
  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b6

15 Jan 12:51
d253e2c
Compare
Choose a tag to compare
2.8.0-b6 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for all available packages, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println, print, and printf are now available in the scripts overview page.
  • Scripts are now grouped in folders.
  • There is now an influxdb package to write data to an InfluxDB v2 server. https://hochgatterer.me/hkknx/scripts/influxdb/
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Script documentation → https://hochgatterer.me/hkknx/scripts/introduction/

Enhancements

  • Throttles outgoing messages by enforcing a minimum delay of 200ms between data write telegrams. Should fix #288 #222

Bug Fixes

  • Fixes issue where the wrong datapoint type is shown for a group address #295
  • Fixes an issue where the group monitor always scrolls to the bottom while entering text into the search bar #293
  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b5

12 Jan 16:23
d253e2c
Compare
Choose a tag to compare
2.8.0-b5 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for all available packages, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println, print, and printf are now available in the scripts overview page.
  • Scripts are now grouped in folders.
  • There is now an influxdb package to write data to an InfluxDB v2 server. https://hochgatterer.me/hkknx/scripts/influxdb/
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Script documentation → https://hochgatterer.me/hkknx/scripts/introduction/

Enhancements

  • Throttles outgoing messages by enforcing a minimum delay of 20ms between data write telegrams. Should fix #288 #222

Bug Fixes

  • Fixes issue where the wrong datapoint type is shown for a group address #295
  • Fixes an issue where the group monitor always scrolls to the bottom while entering text into the search bar #293
  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b4

12 Jan 15:16
d253e2c
Compare
Choose a tag to compare
2.8.0-b4 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for all available packages, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println, print, and printf are now available in the scripts overview page.
  • Scripts are now grouped in folders.
  • There is now an influxdb package to write data to an InfluxDB v2 server. https://hochgatterer.me/hkknx/scripts/influxdb/
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Script documentation → https://hochgatterer.me/hkknx/scripts/introduction/

Enhancements

  • Throttles outgoing messages by enforcing a minimum delay of 20ms between data write telegrams. Should fix #288 #222

Bug Fixes

  • Fixes an issue where the group monitor always scrolls to the bottom while entering text into the search bar #293
  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b3

12 Jan 11:36
d253e2c
Compare
Choose a tag to compare
2.8.0-b3 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for all available packages, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println, print, and printf are now available in the scripts overview page.
  • Scripts are now grouped in folders.
  • There is now an influxdb package to write data to an InfluxDB v2 server. https://hochgatterer.me/hkknx/scripts/influxdb/
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Script documentation → https://hochgatterer.me/hkknx/scripts/introduction/

Enhancements

  • Throttles outgoing messages by enforcing a minimum delay of 20ms between data write telegrams. Should fix #288 #222

Bug Fixes

  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b2

23 Dec 14:00
d253e2c
Compare
Choose a tag to compare
2.8.0-b2 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for all available packages, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println and printf are now available in the scripts overview page.
  • Scripts can now also be grouped in folders.
  • There is now an influxdb package to write data to an InfluxDB v2 server.
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.
  • Fixes links in the script documentations

Bug Fixes

  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.

2.8.0-b1

22 Dec 14:46
d253e2c
Compare
Choose a tag to compare
2.8.0-b1 Pre-release
Pre-release

Scripts

  • The new script editor provides documentation for all available packages, types, methods and functions as you type. This makes it much easier to write script code.
  • The script outputs from println and printf are now available in the scripts overview page.
  • Scripts can now also be grouped in folders.
  • There is now an influxdb package to write data to an InfluxDB v2 server.
  • Fixes an issue where hkknx.AtTime doesn't fire in specific cases.

Bug Fixes

  • Fixes mapping of CW for relative color temperature
  • Fixes bug where you couldn't log in to the web interface anymore if the password contained a percentage ("%") character.
  • Fixes regression where executable didn't run on macOS 10.13 anymore.