Skip to content

2.1.0-beta

Pre-release
Pre-release

Choose a tag to compare

@tpanajott tpanajott released this 31 Jul 18:59
· 273 commits to beta since this release

Beta 2.1.0 is now out with the following changes:

  • Added support for Home Assistant "buttons".
  • Added support for custom MQTT "buttons". This is the same as for "Custom MQTT" mode for the physical buttons as in you can create a button and assign it an MQTT topic and a payload to send when triggered.
  • Updated dependencies
  • Cosmetic fixes
  • Reworked how entities are handled. They are now not separate types in the backend database. This will make it easier to add new entity types and to manage them as lots of repeated code can now be condensed into the same code.
  • Fixed a bug that could cause NSPanels to be registered twice depending on if the register request was received before the manager had loaded all panels/entities.
  • Fixed issue #314, locking a panel to a default room no longer works.
  • Added a feature to force update the firmware on an NSPanel even though it has the correct checksum stored.
  • Fixed issue #97, it's now possible to use lights from another room when using "Detached mode" for physical buttons.
  • Fixed issue #313, error page when sending an empty temperature calibration instead of "0.0".
  • Fixed issue #183, it's now possible to select "US" as a default type of NSPanel instead of having to select it everywhere.
  • Added option to select background and type/orientation of NSPanel in the manager. It's now also possible to have the US panel rotated so that it has the physical buttons on the right.
  • Errors/warnings shown in the web interface will now be better displayed when using a mobile.
  • Removed HTMX websocket extension as it is no longer needed. Migration to STOMP over websocket is now complete.
  • Fixed issue #307, when pressing the "Load" button to use current address from browser as manager address, it set the DNS name instead of resolving the DNS name to the actual IP.
  • Implemented #205, it's now possible to select a room temperature sensor per room to display that temperature on the NSPanel.
  • General cleanup.