Release v1.7.0
Released: 2024-02-13
Release Notes
Added:
- New KNX Pulse device type. Send KNX DPT-1 GroupWrite telegram to the bus. Bridged to Matter as a simulated toggle On/Off plug. Read more
- New KNX Scene device type. Send KNX DPT 17.001 or KNX DPT 18.001 GroupWrite telegram to the bus. Bridged to Matter as a simulated toggle On/Off plug. Read more
- Ability to restart KNX Gateway connection under Integrations/KNX configure settings.
- Ability to restart the application via the dashboard under System tab.
- HTTPS support for local dashboard using auto-generated self-signed TLS certificate.
- Log file download is now a .zip file that contains multiple log system log files and various other crucial debug information.
- Ability to delete all devices for a particular integration.
- When creating KNX device manually and using KNX group address lookup, remember the previous search term to recommend it next time you open the group address lookup window. This makes it faster to find and assign group addresses when creating KNX devices manually.
- KNX Humidity device type DPT 5.001 support.
Changed:
- If A/C is turned off do not turn on dry mode, fan only mode and fan speed change. However when A/C is turned on, the correct value will be sent to Matter.
- On boot if all devices are offline, restart the KNX gateway. This fixes an issue where a KNX gateway isn't properly started and consequently devices are all marked offline for a period of time.
- Don't report warning if the KNX thermostat basic setpoint status group address is the same as actual setpoint status group address.
- On the local dashboard, clicking outside the pop-up modal doesn't close the modal anymore.
- KNX check configuration now in the case of group address read failure will display additional troubleshooting steps and link to online docs to common KNX issues page.
- Hostname is visible on the login page of the local dashboard.
- After logging into the dashboard, clear notifications list to remove stale unrelated connectivity issues due to no active login session, 1Home Server reboot, etc.
- Changed German occupancy sensor translation from Bewegung to Anwesenheit.
- German translation HLK -> HVAC mode for KNX thermostat device type.
Fixed:
- Fix KNX gateway issue where we would internally use an old client instance that expired preventing KNX device communication. The bug could be triggered by updating KNX gateway IP network details or if the external tunnel connection would drop multiple times in a short period of time. In certain cases it also affected the KNX TP gateway.
- Fix issue that prevent manual updating from functioning.
- Fix issue where after creating a new device, using the add another device button didn't create a new device.
- Fix local dashboard pop-up modal history not working.
- Fix group address lookup window showing only KNX TP gateway group addresses and not the selected gateway during manual KNX device creation.
- Fix 1Home Bridge import always importing to KNX TP gateway instead of the selected KNX gateway.
- Fix KNX device name trim to treat UTF-8 characters byte length not character length.
- Fix internal double registration for the thermostat device type. This fixes constant logs related to double callback registration on device boot.
- Fix internal double registration for the shutter with timed percentage device type. This fixes constant logs related to double callback registration on device boot.