Skip to content

Releases: NSPManager/NSPanelManager

0.1.24

13 Oct 20:18
Compare
Choose a tag to compare

Changes

  • Removed the need for jQuery on the NSPanel itself and are now using stright javascript.

  • Transitioned to ESPHomes version of ESPAsyncWebserver for better stability.

  • Moved the baudrate switching in the NSPanel to make it possible to try to flash at a specified baud even though the firmware didn't receive an "ok"-flag from the baud switch. This makes it possible to flash panels that have forgotten their default baud and gone back to using 9600.

  • Implemented a fix for the newest version of the NSPanels that are currently selling where they output { "TFT_VERSION": "2" } during boot that made the TFT upload fail.

  • Moved registering to manager to a better place in the firmware where it could previously gotten stock as it didn't actually try to register to the manager.

  • Updated the manual to incorporate a docker-compose example as requested by issue #101.

  • GUI changes:
    Completed the update to more modernized GUI. Both EU and US tft files is now up to date.
    Tft files has been cleaned up for future growth. Re-arrangement of all pictures for easier handling moving forward.
    While doing this the GIMP design files has also been cleaned up. There is now only two files, one EU and one US.
    GIMP FU scripts has been created to automate the time consuming process of creating the BMP pictures used in Nextion so it will be easier and faster in the future to make changes to the tft files and also make different tft files, bright theme, dark theme for example.
    Also started using Material Designs Icons font as an icon solution that will be used more in future updates.

0.1.23

30 Sep 19:37
Compare
Choose a tag to compare

More refinements made to the TFT upload code, especially for handling baud rate changes.

0.1.22

22 Sep 20:14
Compare
Choose a tag to compare

Reverted a few of the changes for the upload of new firmware and TFT files to the display.

Problems updating firmware

If you are having problems uploading the new firmware to the panel, try clearing the retained "reload" command in MQTT by using MQTT Explorer or the following command: mosquitto_pub -h 10.2.0.4 -t nspanel/config/reload -n -r -d You will of course need to change the IP-adress and point it to your MQTT address. If you have authentication enabled for MQTT you will of course need to enter those details in the command as well.

0.1.21

13 Aug 19:54
8aa927a
Compare
Choose a tag to compare

Fixed two issues:

  • Version number position on manager page
  • Disabled SSL/TLS verification

0.1.20

11 Aug 20:57
283781c
Compare
Choose a tag to compare

What's Changed

  • It's now possible to select the default page for the panel (Main page, Scenes page or individual device control page) (issue #71).
  • Some optimizations for database calls that hopefully fixed issue #51.
  • Fixed an issue where if you deleted the last room the panels registered to that room where lost (issue #69). It's now not possible to delete the last room.
  • Increased database timeout value (more work for issue #51).
  • Added NSPanelManager container version to bottom left of manager web ui.
  • Smaller UI tweaks.
  • Hopefully fixed a bug that would cause the panel to hang on "Registering to manager".

Full Changelog: 0.1.19...0.1.20

0.1.19

05 Aug 21:16
7ffc035
Compare
Choose a tag to compare

What's Changed

  • Added more button controls. Added "Follow mode" and "Custom MQTT Mode" (issue #37).
  • Added possibility to reverse relays (issue #62).
  • Fixed issue #72 so that no error is reported in Home Assistant for entity names container device names.

Full Changelog: 0.1.18...0.1.19

0.1.18

28 Jul 21:32
Compare
Choose a tag to compare

Release 0.1.18

Build 0.1.17

27 Jul 22:36
Compare
Choose a tag to compare
Build 0.1.17 Pre-release
Pre-release

Fixed typo from last release.

Release 0.1.16

27 Jul 22:10
Compare
Choose a tag to compare
Release 0.1.16 Pre-release
Pre-release

Fixed a bug where a newly added panel would just be stuck pending status sometimes and added some clarifications on the settings page.

Test build 0.1.15

27 Jul 19:55
Compare
Choose a tag to compare
Test build 0.1.15 Pre-release
Pre-release
Fixed typo