Skip to content

Release v4.0.0

Released: 2025-05-09

Note: Documentation will be updated to reflect new features next week (until May 16, 2025).

Release Notes

Added:

  • KNX: IoT Gateway functionality - Map 1Home devices into group objects and link with group addresses.
  • KNX: Time server support.
  • KNX: New device type - KNX Generic Device. Generic Device maps a group address as a value in the 1Home System making it available throughout the 1Home Server ecosystem: 1Home Automations, Mobile App. KNX Generic Device is not bridged to Matter.
  • KNX: Software mitigation feature for certain DALI gateways which contain a bug when turning off the light during dimming doesn't behave correctly. This mitigation is available for dimming and color temperature lights.
  • Scene support - Create scenes and trigger them via the mobile app or use them as a building block in 1Home Automations.
  • Automations: Big upgrade of features
    • Test run an automation by clicking on a trigger in the automation.
    • Added to trigger type KNX Group Event advanced option to trigger based on group types: Write, Read and Response.
    • Use time in conditions (e.g. before, after).
    • Use astronomical values (e.g. sunrise, sunset) in conditions.
    • When defining a KNX group event trigger, you can check for a condition immediately instead of having to create a new condition block after the trigger block.
    • Easier building automations by automatically checking types and displaying what values mean (e.g. instead of occupancy value is true we now display occupancy detected).
    • Support for KNX DPT 1.100, 16.000 and 16.001 and generic DPTs: 1.XXX, 5.XXX, 6.XXX, 7.XXX, 9.XXX, 12.XXX, 13.XXX, 14.XXX
  • UI: Ability to change a device's default icon.
  • UI: In the device search field you can now search for group addresses. This will filter only devices that contain the searched group address.
  • Crestron: Room name field when creating a new room in the API.

Changed:

  • Automations: Improved clarity of values and options (e.g. instead of showing "true" show "locked", "bool equals" show "is").
  • Automations: Warn if using multiple triggers and their associated values.
  • KNX: Improved performance with large number of KNX devices, we now gracefully read from the KNX bus initial device state.
  • KNX: Improved performance when adding devices in bulk, i.e. using ETS project import.
  • KNX: Garage door device type remove beta text.
  • UI: New device type icons.
  • UI: Performance improvement when using the search group address feature when creating a KNX device.
  • Mobile app: Remove beta text.
  • Matter Controller: Remove beta text.
  • Matter Controller: Added additional debug information under Integrations -> Matter Controller -> Physical Matter Device(s).

Fixed:

  • KNX: Fix issue where changing only the min/max kelvin values would not be persisted.
  • KNX & Loxone: When reporting min/max kelvin range for color temperature light, we internally converted from kelvins to mireds and back. We fixed this so that we directly return kelvins where we can, resulting in fixing issues where the conversion would be lossy in certain cases.
  • Automations: Fix various UI glitches and other small improvements.
  • Matter Controller: Philips Hue Hub which acts like a Matter Bridge incorrectly handles percent values in certain cases. We added an automatic software mitigation when communicating with this device so that when you set it to 0% it turns off and does not remain on at 1% brightness.
  • System: Fix issue where in certain cases, usually after running the application for a long time, triggering install update would fail until either the application was restarted or the device rebooted.
  • System: When importing devices from a configuration backup fix issue if the device's room doesn't exist. We now move the device to the default room if the room does not exist.
  • System: Fix issue caused by ETS upload accepting room names that were too long.