Releases: brutella/hkknx-public
2.8.0-rc1
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
, andprintf
are now available in the scripts overview page. - Scripts are now grouped in folders.
- New packages
- The
influxdb
package can be used to write data to an InfluxDB v2 server. https://hochgatterer.me/hkknx/scripts/influxdb/ - The
ntp
package can be used to query an NTP time server. https://hochgatterer.me/hkknx/scripts/pkgs/ntp/ - The
log
package provides functions to send messages to the log. https://hochgatterer.me/hkknx/scripts/pkgs/log/
- The
- 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
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
, andprintf
are now available in the scripts overview page. - Scripts are now grouped in folders.
- New packages
- The
influxdb
package can be used to write data to an InfluxDB v2 server. https://hochgatterer.me/hkknx/scripts/influxdb/ - The
ntp
package can be used to query an NTP time server. https://hochgatterer.me/hkknx/scripts/pkgs/ntp/ - The
log
package provides functions to send messages to the log. https://hochgatterer.me/hkknx/scripts/pkgs/log/
- The
- 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
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
, andprintf
are now available in the scripts overview page. - Scripts are now grouped in folders.
- New packages
- The
influxdb
package can be used to write data to an InfluxDB v2 server. https://hochgatterer.me/hkknx/scripts/influxdb/ - The
ntp
package can be used to query an NTP time server. https://hochgatterer.me/hkknx/scripts/pkgs/ntp/ - The
log
package provides functions to send messages to the log. https://hochgatterer.me/hkknx/scripts/pkgs/log/
- The
- 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
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
, andprintf
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
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
, andprintf
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
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
, andprintf
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
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
, andprintf
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
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
, andprintf
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
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
andprintf
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
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
andprintf
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.