Skip to content

Releases: NSPManager/NSPanelManager

0.1.43-public_beta_h2

14 Aug 21:14
Compare
Choose a tag to compare
0.1.43-public_beta_h2 Pre-release
Pre-release
  • Fixes a regression with buttons on the NSPanel not working.

0.1.43-public_beta_1

12 Aug 19:54
Compare
Choose a tag to compare
0.1.43-public_beta_1 Pre-release
Pre-release
  • Updated build script to use fixed version instead of "master" as "Home Assistant Builder" version.

0.1.43-public_beta

12 Aug 19:49
Compare
Choose a tag to compare
0.1.43-public_beta Pre-release
Pre-release
  • Fix issue #161, fahrenheit not working and panel still reporting temperature in celsius.
  • Fix issue #159, OpenHAB items not shown when editing an already existing entity.
  • Fixed styling for the new "Delete" button on the "edit nspanel settings" page.
  • Fixed a bug where deleting an NSPanel would hang the manager.
  • Added more trace logging.
  • Fixed a bug where the manager would sometimes not load the NSPanel data on boot.
  • Fixed a bug in the NSPanel firmware so that when a panel is updating OTA it will no longer process light updates.
  • Fixed a bug in the NSPanel firmware where it would try to update values on the screen when performing an OTA update.
  • Reworked processing of MQTT messages into its own thread to prevent deadlocks in the MQTTManager.
  • Fixed two bugs that cause panels to sometimes show "unknown" state when restarting a panel or the manager.

0.1.42-public_beta

25 Jul 18:19
Compare
Choose a tag to compare
0.1.42-public_beta Pre-release
Pre-release

Fixed a bug where, when cross-building CURL, it doesn't set the default CA bundle path. That meant that any requests going out to https servers with CURL would fail.

0.1.41-public_beta3

22 Jul 18:20
Compare
Choose a tag to compare
0.1.41-public_beta3 Pre-release
Pre-release

Disabled auto-update of manual on build as it fails even though manual compilation of PDF works.

0.1.41-public_beta2

22 Jul 18:16
Compare
Choose a tag to compare
0.1.41-public_beta2 Pre-release
Pre-release
  • Updated GitHub action for compiling latex manual to v3

0.1.41-public_beta

22 Jul 18:02
Compare
Choose a tag to compare
0.1.41-public_beta Pre-release
Pre-release
  • Fixed issue #153, OpenHab scenes showing a "Save"-icon after editing the scene name.
  • The Home Assistant Component will now try to continiously connect to Home Assistant and not give up after one try.
  • Merged many CURL calls into a single "library" that will now also print more information if anything goes wrong.
  • Added the possibility to change the MQTTManager log level from the "Settings"-page. It is recomended to leave this as default (debug) or set it to trace in order to be able to find errors. Please be aware though that the trace-level will log very much and may contain sensitive information such as access token's given in CURL-commands, position in web requests to the weather service and so on.
  • Added the possibility to download a log file containing logs from the MQTTManager.
  • Updated manual to reflect changes.
  • Added mutex for subscribing/publishing MQTT messages to hopefully resolve some deadlocks.
  • Added a button in the "NSPanel settings page" to be able to delete a panel, not only from the first page.
  • Fixed a bug where if an unaccepted NSPanel was deleted from the manager it would show up as "awaiting" on the first page.
  • Added a small delay to the config reload so that any request made from the MQTTManager to Django would finish before MQTTManager would try to reload the settings.
  • Fixed a typo regarding if a scene could be saved or not.
  • Fixed a bug where new "Global scenes" would not be able to be saved.

0.1.40-public_beta

29 Apr 18:52
Compare
Choose a tag to compare
0.1.40-public_beta Pre-release
Pre-release
  • Fixed a long standing bug that would cause the NSPanel to sometimes lose it's configuration when performing an update. It may still be the case that the config is lost when updating to this version but going forward, it should be fixed.
  • Fixed issue #152 where the wrong hue setting would be set when setting a value above 255.
  • Reverted a change that was made to send TFT data over MQTT instead of over HTTP to speed the process up. It seems to have caused a lot of problem for a lot of people. Thank you to every one who participated and reported back the issues.
  • Fixed a bug where the selected TFT upload protocol on the NSPanel page would not be saved correctly. You need to enter each and every panel, verify your desired upload protocol is selected and press the save button.

0.1.39-public_beta

27 Apr 00:02
Compare
Choose a tag to compare
0.1.39-public_beta Pre-release
Pre-release
  • Reworked how WiFi and MQTT is initialized and handled on the NSPanels themselves to hopefully be more robust.

0.1.38-public_beta_h5

26 Apr 21:32
Compare
Choose a tag to compare
0.1.38-public_beta_h5 Pre-release
Pre-release
  • MQTTManager can now read float temperature data from both string and float data.
  • Fixed a bug where the mac data used to create unique containers and MQTT connection names were not read correctly.