Skip to content

Release Notes

To learn more about software updates and checking your software version number, read the Device update page.


2.0.1 (2024-04-19)

Fixed:

  • KNX: Fix issue where on saving KNX IP Interface settings an internal value would be incorrectly assigned which consequently caused 100% CPU and memory usage making the device unusable.
  • Automations: Do not allow block connections to itself. This fixes the issue where if a connection was leading to itself the system would break.
  • Automations: Selecting dynamic value in Automations from device with special characters in it's name or room name not working.
  • Automations: Fixed issue where occasionally you were not able to edit an automation.

Released: 2024-04-19

2.0.0 (2024-04-08)

Added:

  • 1Home Automations BETA. Read more
  • System: System backup and import functionality. Read more
  • UI: Update section under System tab. It is now possible to trigger a software update check and manually trigger update installation.
  • Matter bridge: change mDNS implementation choosing either minimal or Avahi. Changing implementation could solve certain network issues due to mDNS connectivity.
  • Loxone: Ability to connect via TLS to the Loxone Gateway (Miniserver).

Changed:

  • System: We no longer check for software updates at 2 am local time and if update is available reboot the device. We now periodically (every 6h) check for updates and just inform the user that an update is available. Power cycling the device will still however install the latest software update automatically. Read more
  • KNX: KNXnet/IP Server heartbeat timeout from 60 seconds to 120 seconds. This solves problems with certain KNXnet/IP Clients that keep getting disconnected with the IP Interface (Home Assistant, Node-RED).
  • KNX: Device type Air Conditioner promoted from beta.
  • UI: Check configuration will now auto-scroll when checking different devices.
  • UI: Redirect user from /login page to local dashboard if user is already logged-in.

Fixed:

  • System: Fix issue where if you would download logs and have a door lock device configured without the optional lock jammed alarm attribute, the downloaded log file would be empty.
  • System: Fix displaying wrong version number after manual update but before rebooting the device.
  • KNX: Fix off by one error when setting KNX IP interface individual address.
  • KNX: Fix crashing the entire application if configured device is not recognized. This could occur when reverting to previous software version when the configured device type did not exist yet.
  • KNX: Fix inverting issue on contact sensor device type with the type window/door.
  • Loxone: Fix minor color issues.

Released: 2024-04-08

1.8.1-loxone (2024-03-15)

Fixed

  • Loxone: fix issue when adding Loxone devices, if you would go out of the window focus without saving, all changes would be lost.

Note: only for 1Home Server for Loxone devices
Released: 2024-03-15

1.7.0 (2024-02-13)

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.

Released: 2024-02-13


1.6.0 (2024-01-19)

Added:

  • KNX: Thermostat support for HVAC modes, setpoint shift, on/off, switchover read-only and heating/cooling min/max values. Read more
  • KNX: Jalousie Up/Down support. When enabled, use up/down group address when setting cover position to 0 or 100%. Read more
  • Import KNX configuration from 1Home Bridge config backup. Read more
  • Support for 1Home iOS companion app to help automatically sort devices in Apple Home rooms. Read more

Changed:

  • Minor German and Spanish translation fixes.
  • Speed up system initialization on boot, especially if there is a broken KNX configuration.

Fixed:

  • Fix ETS auto detection bug where group object flags would be incorrectly detected.
  • Fix bug where clicking check configuration for the Shutter (with timed percentage) device would return an unknown error.
  • Fix bug where sometimes in the local dashboard the group address "0/0/0" would appear in the input field.
  • Fix bug where if we couldn't save a KNX device we would not display an error.
  • Fix bug where ETS project detection dashboard view would not show DPT information.

Released: 2024-01-19


1.5.0 (2023-12-15)

Added:

  • ETS auto detection warns if group object flags are problematic, e.g. feedback group objects should have read flags enabled.
  • ETS auto detection bulk trim name prefix/suffix feature.
  • KNX device type Room Air Conditioner BETA Support with HVAC control mode, fan and dry mode support. Read more
  • KNX remote programming feature.Read more
  • Manual networking settings. Read more

Changed:

  • Minor German and Spanish translation fixes.
  • Minor UI help sections added.
  • Check configuration when unable to read group address will warn about group object readable flags.
  • Improved network connectivity debug tool highlighting Matter related hubs.
  • ETS auto detection
    • Detection of color temperature lights.
    • Detection of contact sensors.
    • Improvements for DALI gateways
    • Now converts On/Off plugs to On/Off light if the group address name contains a light hint.
    • Support for nested channels in Eelectron actuators.
    • Improvements when detecting dimming light status group address.

Released: 2023-12-15


1.4.0 (2023-11-29)

Added:

  • Ability to save ETS auto detection progress and continue the import at a later time.
  • Debug network connectivity issues by using mDNS DNS-SD to discover local network services and verify that Matter smart assistant related hubs are discoverable.
  • Server details window under System in the local dashboard.
  • Restart Matter bridge feature under Integrations -> Matter.
  • Alert dialog in the local dashboard when a new release was installed with the release notes link.
  • For each Matter bridged device in Matter Bridged Basic Information Cluster we now expose the Serial Number attribute which contains the 1Home Server's serial number and the bridged device endpoint ID. This information is required for the 1Home companion app.

Changed:

  • Persist unknown configuration parameters. In case when running a previous software version of the application, do not delete unknown configuration parameters. This prevents losing user configured parameters in cases where we implement new configuration parameters.
  • If ETS auto detection detects room names exceed the max length automatically trim them and in case the room name is too short add the prefix 'Room '.

Fixed:

  • Fix incorrect local dashboard DPT label for color temperature group address (set and status). Previously the wrong label was displayed on the local dashboard for Color Temperature Set and Status, we previously displayed DPT 9.001 but internally (correctly) used 7.600.

Released: 2023-11-29


1.3.0 (2023-11-23)

Added:

  • Assign KNX IP Interface individual address and display friendly name.

Fixed:

  • Fix documentation link for check configuration.
  • Fix Matter MoveToLevelWithOnOff command implementation. In cases where the Matter command MoveToLevelWithOnOff was used by Matter controllers (e.g. Apple Home when using dimming slider and sliding to 0%), we sent to the bus: switch=off and brightness=50%, causing the light to turn off and on. This bug affected dimming, color temperature and color lights.

Released: 2023-11-22