Files
NSPanel_HA_Blueprint/ReleaseNotes.md
Edward Firmo ae98178075 Filter devices to esp32 only (#881)
* Filter devices to esp32 only

Show only ESP32 devices when selecting the panel

* Filtered device list
2023-06-20 12:44:44 +02:00

3.1 KiB

Support this project

As always, we would like to thank everyone who donated to this project and remind you that every donation helps to support this project - so if you haven't made a donation yet, now would be a good time ;)

Paypal

 

General

 

Updating

Since in this update lots of input to the blueprint changed, we highly recommend you review your settings and make sure all fields have the correct selection. We did our best to support your legacy settings and avoid breaking your system, but please double check your settings if you see something not working as expected.

Files that need to be reloaded:

  1. nspanel_blueprint.yaml - v3.5
  2. nspanel_eu.tft or nspanel_us.tft - v3.5
  3. nspanel_esphome.yaml - v3.5

Instructions

You can find the update procedures following here:

Breaking changes

  1. New requirement: Home Assistant 2023.5.0 or later

 

Overview of all changes

  1. Alarm control panel
  2. Support to sensor display precision from Home Assistant (#880)
  3. Filtered device list  

Details of all changes

1. Alarm control panel

recommend api-encryption: https://esphome.io/components/api.html#configuration-variables and, of course warn the user that this is a possible security issue. Anyways - this is also done with many other projects, AND it would require that a possible hacker is already inside the internal (or mayby iot) (W)LAN - and at this point.... recommend to have a big warning, and that the user has to take care about e.g.:

  • secure internal network
  • split internal networks: IOT, Guest, Internal, Management, ...
  • enable api-encryption

2. Support to sensor display precision from Home Assistant

Now the values shown in your panel will follow the sensor display precision provided by Home Assistant. => If you have problems with a value exceeding the available space in your panel, please reduce the number of decimals using Home Assistant sensor display precision.

3. Filtered device list

When selecting the NSPanel on the automation, only ESP32 devices will be shown, making easier to find your panel. image

 

Next topics we are currently working on

See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap

What's Changed

New Contributors