Skip to content

Error notifications - e.g. E02 error? #594

Answered by Skeletorjus
c-soft asked this question in Q&A
Discussion options

You must be logged in to vote

There are multiple ways to do this, but one method is to create a sensor that mirrors whatever is on the display and make an automation that sends a notification if the sensor is E02.


mqtt:
  sensor:
    - name: "Layzspa Display"
      unique_id: "sensor.layzspa_display"
      state_topic: "layzspa/message"
      icon: mdi:fit-to-screen
      value_template: >-
        {% set ASCII = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx !x#$%&'()*+`-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz" %}
        {% set ch1=ASCII[value_json.CH1] %}
        {% set ch2=ASCII[value_json.CH2] %}
        {% set ch3=ASCII[value_json.CH3] %}
        {{ch1}}{{ch2}}{{ch3}}
      availability…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@chumleychuff
Comment options

@visualapproach
Comment options

@Skeletorjus
Comment options

@chumleychuff
Comment options

@dwoosnam
Comment options

Answer selected by c-soft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants