Skip to content

Release v2.1.0

Released: 2024-05-20

Release Notes

Added:

  • KNX: Color light RGB separate channel group address support.
  • Automations: KNX DPT support 5.004, 5.005, 5.010, 7.001, 7.002, 7.003, 7.004, 7.005, 7.006, 7.007 and 19.001.
  • Automations: Change display automation order.
  • Automations: KNX DPT UI description is now visible also after selection.
  • System: Added product variant and system uptime to server details page.
  • Loxone: Improved collection of debug information to help 1Home Engineering solve Loxone customer reported issues.

Changed:

  • Automations: Light percentage now returns 0% when light is off. Previously it reported the percentage even if the light was off, requiring the user to always check the on/off state of the light when writing automations.
  • Automations: Previously we would limit the number of automation instance logs and have a global maximum automations log size. Now we take into account also the log file size of an automation's instances and additionally prune logs.
  • Automations: Time was previously named system time while in reality it was local time. Function wise nothing changes, we just renamed system time to local time in dynamic data screen.
  • System: Log and system export files are now prefixed with 1home.
  • System: Log viewer now displays local time and not UTC time.
  • Loxone: If we cannot get the Loxone config via WebSocket we will fallback to HTTP config fetch. This is required for some older Miniserver software versions.
  • UI: Minor translation fixes.

Fixed:

  • Matter Bridge: Fix issue where heating or cooling only thermostat or air conditioner would crash the Apple Home app due to advertising invalid Matter attribute value.
  • Matter Bridge: Fix bug where in certain situations an internal panic would crash the application due to mistakenly concurrently re-using an internal communication buffer.
  • Remote access: Fix issue where in certain situations the remote access component would panic and crash the entire application.
  • KNX: Fix issue where Matter command MoveToLevelWithOnOff would turn on KNX dimmable, color temperature or RGB light when used to turn off the light. This case specifically happened in Apple Home when sliding the light brightness to 0%, we would turn off the light and then accidentally turn on the light by sending previous percentage value to the KNX bus.
  • KNX: Improve target position accuracy for window cover device type when using Matter stop command.
  • KNX: Fix issue where if you had a device type that does not perform any group address reads on boot (e.g. push button, pulse trigger, scene, window covering with type timed percentage) we would not attempt to restart the gateway on boot, if there was a gateway connection failure.
  • Automations: Updated field in the UI not refreshing.
  • System: Fix issue where if timezone was changed during runtime, the system would not take it into account until application restart.
  • Automations: Fix issue where KNX DPT 1.024 would fail if performing group value read in action block or group event in case of trigger block.

Notes

Coming up in next minor release:

  • Automations: Support for sunrise/sunset.
  • KNX: Support for garage door with bridging to Matter as a door lock.