Replies: 6 comments 2 replies
-
|
Buongiorno, Sto provando ad aggiornare alla 8.3.1, ma quando incollo il contenuto della prima automazione [vmc_master_scheda_manuale_interfaccia] se provo a salvare mi segnala l'errore "Message malformed: extra keys not allowed @ data[type]", impedendo di fatto il salvataggio. Home assistant è aggiornato alla 2026.5.1, potrebbe essere un problema di versione? |
Beta Was this translation helpful? Give feedback.
-
|
Strano, comunque ti allego quello che uso io (il mio h.a. è aggiornato
all'ultima versione)
Fammi sapere
Ciao!
Il giorno sab 16 mag 2026 alle ore 09:57 pet1972s ***@***.***>
ha scritto:
Buongiorno,
Sto provando ad aggiornare alla 8.3.1, ma quando incollo il contenuto
della prima automazione [vmc_master_scheda_manuale_interfaccia] se provo a
salvare mi segnala l'errore "Message malformed: extra keys not allowed @
data[type]", impedendo di fatto il salvataggio. Home assistant è aggiornato
alla 2026.5.1, potrebbe essere un problema di versione?
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYQOJU2Q7HNRFQI77NIDUMD43ANNDAVCNFSM6AAAAACZALTN2KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMOJTHA3DEOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
type: vertical-stack
cards:
- type: conditional
conditions:
- condition: or
conditions:
- condition: state
entity: input_boolean.vmc_master_spia_velocita_0
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_1
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_2
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_3
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_4
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_notturna
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_freecooling
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_iperventilazione
state: "on"
- condition: state
entity: sensor.vmc_master_status_ip_interfaccia
state: OFF-Line
card:
type: entities
entities:
- entity: script.vmc_master_upgrade_sensors
secondary_info: last-updated
- entity: sensor.vmc_master_nome_status
secondary_info: last-changed
- entity: sensor.vmc_master_status_ip_interfaccia
secondary_info: last-changed
- entity: sensor.vmc_master_ip
secondary_info: last-changed
- entity: input_boolean.vmc_master_notifica_status_vmc
secondary_info: last-changed
- entity: input_text.vmc_master_ip_insert
secondary_info: last-changed
state_color: true
show_header_toggle: false
title: Ventilazione Meccanica Controllata
header:
type: picture
image: >-
https://user-images.githubusercontent.com/102819027/253794765-72d95647-d900-4fbc-acfa-6864b7f76321.png
tap_action:
action: none
hold_action:
action: none
- type: conditional
conditions:
- entity: sensor.vmc_master_status_ip_interfaccia
state: ON-Line
- entity: input_boolean.vmc_master_opzioni_accendi_spegni_avvisi
state: "on"
- entity: sensor.vmc_master_alert_monitoraggio_offset_tutti_min
state: NOT OK
- condition: state
entity: >-
sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia
state_not: Non disponibile
- condition: and
conditions:
- condition: state
entity: input_boolean.vmc_master_spia_velocita_0
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_1
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_2
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_3
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_4
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_notturna
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_freecooling
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_iperventilazione
state: "off"
card:
type: markdown
content: >-
{% if
is_state('sensor.vmc_master_alert_monitoraggio_offset_tutti_min','NOT
OK') and is_state('sensor.vmc_master_status_ip_interfaccia','ON-Line')
%}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA OFFSET MINIMI</strong></font>
Valore Offset Min settato per la Temperatura Esterna: {{
state_attr('input_number.vmc_master_offset_temp_esterna', 'min') |
float }}
Valore Offset Min settato per la Temperatura Interna: {{
state_attr('input_number.vmc_master_offset_temp_interna', 'min') |
float }}
Valore Offset Min settato per l'Umidità Esterna: {{
state_attr('input_number.vmc_master_offset_umidita_esterna', 'min') |
float }}
Valore Offset Min settato per l'Umidità Interna: {{
state_attr('input_number.vmc_master_offset_umidita_interna', 'min') |
float }}
Valore Offset Min settato per l'Anidride Carbonica, CO₂: {{
state_attr('input_number.vmc_master_offset_co2', 'min') | float }}
Valore Offset Min settato per i Composti Organici Volatici, VOC: {{
state_attr('input_number.vmc_master_offset_voc', 'min') | float }}
{% elif
is_state('sensor.vmc_master_alert_monitoraggio_offset_tutti_min','OK')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line')%}
<font color="rgb(128, 0, 128)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-off-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> NESSUNA ALLERTA OFFSET</strong></font>
Valore Offset settato per la Temperatura Esterna: {{
states('input_number.vmc_master_offset_temp_esterna') | float }}
Valore Offset settato per la Temperatura Interna: {{
states('input_number.vmc_master_offset_temp_interna') | float }}
Valore Offset settato per l'Umidità Esterna: {{
states('input_number.vmc_master_offset_umidita_esterna') | float }}
Valore Offset settato per l'Umidità Interna: {{
states('input_number.vmc_master_offset_umidita_interna') | float }}
Valore Offset Minimo settato per l'Anidride Carbonica, CO₂: {{
states('input_number.vmc_master_offset_co2') | float }}
Valore Offset Minimo settato per i Composti Organici Volatici, VOC: {{
states('input_number.vmc_master_offset_voc') | float }}
Msg. 1
{% else %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:help-circle-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+0"> STATO NON DISPONIBILE</font>
Msg. Default
{% endif %}
- type: conditional
conditions:
- entity: sensor.vmc_master_umidita_interna_status
state: "[Non Calcolabile]"
- entity: sensor.vmc_master_status_ip_interfaccia
state: ON-Line
- entity: input_boolean.vmc_master_opzioni_accendi_spegni_avvisi
state: "on"
- condition: state
entity: >-
sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia
state_not: Non disponibile
- condition: and
conditions:
- condition: state
entity: input_boolean.vmc_master_spia_velocita_0
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_1
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_2
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_3
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_4
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_notturna
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_freecooling
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_iperventilazione
state: "off"
- condition: and
conditions:
- condition: state
entity: input_boolean.vmc_master_congelamento_verifica_soglia_valore_spia
state: "off"
- condition: state
entity: input_boolean.vmc_master_delta_temp_verifica_soglia_valore_spia
state: "off"
card:
type: markdown
content: >-
{% if is_state('sensor.vmc_master_umidita_interna_status','[Non
Calcolabile]') and
is_state('sensor.vmc_master_status_ip_interfaccia','ON-Line')%}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> UMIDITA' NON CALCOLABILE</strong></font>
- Punto di Rugiada [°C] NON CALCOLABILE
- Umidità Assoluta [g/m³] NON CALCOLABILE
Msg. 1
{% elif states('sensor.vmc_master_umidita_interna_status')!='[Non
Calcolabile]' and is_state('sensor.vmc_master_status_ip_interfaccia',
'ON-Line')%}
<font color="rgb(128, 0, 128)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-off-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> UMIDITA' CALCOLABILE</strong></font>
- Punto di Rugiada [°C] CALCOLABILE
- Umidità Assoluta [g/m³] CALCOLABILE
Msg. 2
{% else %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:help-circle-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+0"> STATO NON DISPONIBILE</font>
Msg. Default
{% endif %}
- type: conditional
conditions:
- entity: sensor.vmc_master_umidita_esterna_status
state: "[Non Calcolabile]"
- entity: sensor.vmc_master_status_ip_interfaccia
state: ON-Line
- entity: input_boolean.vmc_master_opzioni_accendi_spegni_avvisi
state: "on"
- condition: state
entity: >-
sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia
state_not: Non disponibile
- condition: and
conditions:
- condition: state
entity: input_boolean.vmc_master_spia_velocita_0
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_1
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_2
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_3
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_4
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_notturna
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_freecooling
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_iperventilazione
state: "off"
- condition: and
conditions:
- condition: state
entity: input_boolean.vmc_master_congelamento_verifica_soglia_valore_spia
state: "off"
- condition: state
entity: input_boolean.vmc_master_delta_temp_verifica_soglia_valore_spia
state: "off"
card:
type: markdown
content: >-
{% if is_state('sensor.vmc_master_umidita_esterna_status','[Non
Calcolabile]') and
is_state('sensor.vmc_master_status_ip_interfaccia','ON-Line')%}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> UMIDITA' ESTERNA NON CALCOLABILE</strong></font>
- Punto di Rugiada Esterno [°C] NON CALCOLABILE
- Umidità Assoluta Esterna [g/m³] NON CALCOLABILE
Msg. 1
{% elif states('sensor.vmc_master_umidita_esterna_status')!='[Non
Calcolabile]' and is_state('sensor.vmc_master_status_ip_interfaccia',
'ON-Line')%}
<font color="rgb(128, 0, 128)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-off-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> UMIDITA' ESTERNA CALCOLABILE</strong></font>
- Punto di Rugiada Esterno [°C] CALCOLABILE
- Umidità Assoluta Esterna [g/m³] CALCOLABILE
Msg. 2
{% else %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:help-circle-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+0"> STATO NON DISPONIBILE</font>
Msg. Default
{% endif %}
- type: conditional
conditions:
- entity: sensor.vmc_master_status_ip_interfaccia
state: ON-Line
- entity: input_boolean.vmc_master_opzioni_accendi_spegni_avvisi
state: "on"
- condition: state
entity: >-
sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia
state_not: Non disponibile
- condition: and
conditions:
- condition: state
entity: input_boolean.vmc_master_spia_velocita_0
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_1
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_2
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_3
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_4
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_notturna
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_freecooling
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_iperventilazione
state: "off"
- condition: or
conditions:
- entity: sensor.vmc_master_congelamento_verifica_soglia
state: Si
- condition: state
entity: sensor.vmc_master_congelamento_verifica_soglia
state: "[No ma Prossimo]"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_0_congelamento
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_1_congelamento
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_2_congelamento
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_3_congelamento
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_4_congelamento
state: "on"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_iperventilazione_congelamento
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_notturna_congelamento
state: "on"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_freecooling_congelamento
state: "on"
card:
type: markdown
content: >
{% set freeheating_cooling =
states('sensor.vmc_master_status_mese_corrente_freeheating_o_freecooling')
%}
{% set congelamento = states('sensor.vmc_master_temp_esterna_status') |
float(default=none) %}
{% set congelamento_vmc =
states('sensor.vmc_master_temp_esterna_status_senza_offset') |
float(default=none) %}
{% set spia_velocita_0 =
states('input_boolean.vmc_master_spia_velocita_0_congelamento') %}
{% set spia_velocita_1 =
states('input_boolean.vmc_master_spia_velocita_1_congelamento') %}
{% set spia_velocita_2 =
states('input_boolean.vmc_master_spia_velocita_2_congelamento') %}
{% set spia_velocita_3 =
states('input_boolean.vmc_master_spia_velocita_3_congelamento') %}
{% set spia_velocita_4 =
states('input_boolean.vmc_master_spia_velocita_4_congelamento') %}
{% set spia_notturna =
states('input_boolean.vmc_master_spia_velocita_notturna_congelamento')
%}
{% set spia_freecooling =
states('input_boolean.vmc_master_spia_velocita_freecooling_congelamento')
%}
{% set spia_iperventilazione =
states('input_boolean.vmc_master_spia_velocita_iperventilazione_congelamento')
%}
{% if is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and (congelamento_vmc <= -18 and congelamento > -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Esterna VMC: {{congelamento_vmc}} °C
VMC settata a Velocità 0, si consiglia di Non avviare la VMC
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna VMC: > -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 1
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and congelamento_vmc <= -18 and (congelamento > -18 and congelamento
<= -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Esterna VMC: {{congelamento_vmc}} °C
VMC settata a Velocità 0, si consiglia di Non avviare la VMC
- Temperatura Esterna: {{congelamento}} °C
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna VMC: > -18 °C
La temperatura esterna {{congelamento}} °C si sta avvicinando a valori
prossimi dei -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 2
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and (congelamento_vmc <= -18 and congelamento <= -18) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI INTERNI ED ESTERNI DELLA VMC</strong></font>
- Temperatura Esterna VMC: {{congelamento_vmc}} °C
- Temperatura Esterna: {{congelamento}} °C
VMC settata a Velocità 0, si consiglia di Non avviare la VMC
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna VMC: > -18 °C
- Temperatura Esterna: > -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 3
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and (congelamento <= -18 and congelamento_vmc > -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI ESTERNI DELLA VMC</strong></font>
- Temperatura Esterna: {{congelamento}} °C
VMC settata a Velocità 0, si consiglia di Non avviare la VMC
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna: > -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 4
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and congelamento <= -18 and (congelamento_vmc > -18 and
congelamento_vmc <= -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI ESTERNI DELLA VMC</strong></font>
- Temperatura Esterna: {{congelamento}} °C
VMC settata a Velocità 0, si consiglia di Non avviare la VMC
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna: > -18 °C
La temperatura esterna rilevata dalla VMC {{congelamento_vmc}} °C si sta
avvicinando a valori prossimi dei -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 5
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')!='Velocità
0' and (congelamento_vmc <= -18 and congelamento > -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Esterna VMC: {{congelamento_vmc}} °C
Avvio VMC a Velocità 0, Attendere..
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna VMC: > -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 6
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')!='Velocità
0' and congelamento_vmc <= -18 and (congelamento > -18 and congelamento
<= -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Esterna VMC: {{congelamento_vmc}} °C
Avvio VMC a Velocità 0, Attendere..
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna VMC: > -18 °C
La temperatura esterna rilevata {{congelamento}} °C si sta avvicinando a
valori prossimi dei -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 7
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')!='Velocità
0' and (congelamento <= -18 and congelamento_vmc > -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI ESTERNI DELLA VMC</strong></font>
- Temperatura Esterna: {{congelamento}} °C
Avvio VMC a Velocità 0, Attendere..
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna: > -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 8
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')!='Velocità
0' and congelamento <= -18 and (congelamento_vmc > -18 and
congelamento_vmc <= -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI ESTERNI DELLA VMC</strong></font>
- Temperatura Esterna: {{congelamento}} °C
Avvio VMC a Velocità 0, Attendere..
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna: > -18 °C
La temperatura esterna rilevata dalla VMC {{congelamento_vmc}} °C si
sta avvicinando a valori prossimi dei -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 9
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')!='Velocità
0' and (congelamento_vmc <= -18 and congelamento <= -18) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA CONGELAMENTO NEI SENSORI INTERNI ED ESTERNI DELLA VMC</strong></font>
- Temperatura Esterna VMC: {{congelamento_vmc}} °C
- Temperatura Esterna: {{congelamento}} °C
Avvio VMC a Velocità 0, Attendere..
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- Temperatura Esterna VMC: > -18 °C
- Temperatura Esterna: > -18 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 10
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', '[No
ma Prossimo]') and
is_state('sensor.vmc_master_status_ip_interfaccia','ON-Line') and
(congelamento_vmc > -18 and congelamento_vmc <= -15) and (congelamento >
-15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA PROSSIMA AL CONGELAMENTO NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Esterna VMC: {{congelamento_vmc}} °C
La temperatura esterna rilevata dalla VMC si sta avvicinando a valori
prossimi dei -18 °C.
Superato o eguagliato i -18 °C, la VMC verrà settata a Velocità 0
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 11
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', '[No
ma Prossimo]') and
is_state('sensor.vmc_master_status_ip_interfaccia','ON-Line') and
(congelamento > -18 and congelamento <= -15) and (congelamento_vmc >
-15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA PROSSIMA AL CONGELAMENTO NEI SENSORI ESTERNI DELLA VMC</strong></font>
- Temperatura Esterna: {{congelamento}} °C
La temperatura esterna si sta avvicinando a valori prossimi dei -18 °C.
Superato o eguagliato i -18 °C, la VMC verrà settata a Velocità 0
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 12
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', '[No
ma Prossimo]') and
is_state('sensor.vmc_master_status_ip_interfaccia','ON-Line') and
(congelamento > -18 and congelamento <= -15) and (congelamento_vmc > -18
and congelamento_vmc <= -15) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA PROSSIMA AL CONGELAMENTO NEI SENSORI INTERNI ED ESTERNI DELLA VMC</strong></font>
- Temperatura Esterna VMC: {{congelamento_vmc}} °C
- Temperatura Esterna: {{congelamento}} °C
La temperatura esterna rilevata dalla VMC si sta avvicinando a valori
prossimi dei -18 °C.
La temperatura esterna si sta avvicinando a valori prossimi dei -18 °C.
Superato o eguagliato i -18 °C, la VMC verrà settata a Velocità 0
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 13
{% elif is_state('sensor.vmc_master_congelamento_verifica_soglia', 'No')
and is_state('sensor.vmc_master_status_ip_interfaccia','ON-Line') and
(congelamento_vmc > -15 and congelamento > -15) %}
<font color="rgb(128, 0, 128)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-off-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> NESSUNA ALLERTA CONGELAMENTO NEI SENSORI INTERNI ED ESTERNI DELLA VMC </strong></font>
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong>{% elif spia_velocita_1=="on" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>{% elif
spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 2</strong>{% elif spia_velocita_3=="on" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 3</strong>{% elif
spia_velocita_4=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 4</strong>{% elif spia_notturna=="on" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' NOTTURNA</strong>{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>{%
elif spia_freecooling=="on" and freeheating_cooling=="Free Cooling"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>{% else %}{% endif %}
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 14
{% else %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:help-circle-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+0"> STATO NON DISPONIBILE</font>
Msg. Default
{% endif %}
- type: conditional
conditions:
- entity: sensor.vmc_master_status_ip_interfaccia
state: ON-Line
- entity: input_boolean.vmc_master_opzioni_accendi_spegni_avvisi
state: "on"
- condition: state
entity: >-
sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia
state_not: Non disponibile
- condition: and
conditions:
- condition: state
entity: input_boolean.vmc_master_spia_velocita_0
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_1
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_2
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_3
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_4
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_notturna
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_freecooling
state: "off"
- condition: state
entity: input_boolean.vmc_master_spia_velocita_iperventilazione
state: "off"
- condition: or
conditions:
- entity: sensor.vmc_master_alert_monitoraggio_delta
state: Allerta
- condition: state
entity: sensor.vmc_master_delta_temp_verifica_soglia
state: "[No ma Prossimo]"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_0_delta_temp_verifica_soglia_valore
state: "on"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_1_delta_temp_verifica_soglia_valore
state: "on"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_2_delta_temp_verifica_soglia_valore
state: "on"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_3_delta_temp_verifica_soglia_valore
state: "on"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_4_delta_temp_verifica_soglia_valore
state: "on"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_iperventilazione_delta_temp_verifica_soglia_valore
state: "on"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_notturna_delta_temp_verifica_soglia_valore
state: "on"
- condition: state
entity: >-
input_boolean.vmc_master_spia_velocita_freecooling_delta_temp_verifica_soglia_valore
state: "on"
- condition: state
entity: input_boolean.vmc_master_congelamento_verifica_soglia_valore_spia
state: "off"
card:
type: markdown
content: >-
{% set freeheating_cooling =
states('sensor.vmc_master_status_mese_corrente_freeheating_o_freecooling')
%}
{% set temperatura_esterna =
states('sensor.vmc_master_temp_esterna_status') | float(default=0) %}
{% set temperatura_interna =
states('sensor.vmc_master_temp_interna_status') | float(default=0) %}
{% set temperatura_esterna_vmc =
states('sensor.vmc_master_temp_esterna_status_senza_offset') |
float(default=0) %}
{% set temperatura_interna_vmc =
states('sensor.vmc_master_temp_interna_status_senza_offset') |
float(default=0) %}
{% set congelamento = temperatura_esterna %}
{% set congelamento_vmc = temperatura_esterna_vmc %}
{% set delta = (temperatura_interna - temperatura_esterna) | round(1) %}
{% set delta_vmc = (temperatura_interna_vmc - temperatura_esterna_vmc) |
round(1) %}
{% set spia_velocita_0 =
states('input_boolean.vmc_master_spia_velocita_0_delta_temp_verifica_soglia_valore')
%}
{% set spia_velocita_1 =
states('input_boolean.vmc_master_spia_velocita_1_delta_temp_verifica_soglia_valore')
%}
{% set spia_velocita_2 =
states('input_boolean.vmc_master_spia_velocita_2_delta_temp_verifica_soglia_valore')
%}
{% set spia_velocita_3 =
states('input_boolean.vmc_master_spia_velocita_3_delta_temp_verifica_soglia_valore')
%}
{% set spia_velocita_4 =
states('input_boolean.vmc_master_spia_velocita_4_delta_temp_verifica_soglia_valore')
%}
{% set spia_notturna =
states('input_boolean.vmc_master_spia_velocita_notturna_delta_temp_verifica_soglia_valore')
%}
{% set spia_freecooling =
states('input_boolean.vmc_master_spia_velocita_freecooling_delta_temp_verifica_soglia_valore')
%}
{% set spia_iperventilazione =
states('input_boolean.vmc_master_spia_velocita_iperventilazione_delta_temp_verifica_soglia_valore')
%}
{% if (congelamento <= -18 or congelamento_vmc <= -18) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA DIFF. TEMP. (INT-EST) > 23 [°C] NEI SENSORI INTERNI DELLA VMC</strong></font>
PRIORITA' ALLERTA CONGELAMENTO
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong>{% elif spia_velocita_1=="on" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>{% elif
spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 2</strong>{% elif spia_velocita_3=="on" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 3</strong>{% elif
spia_velocita_4=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 4</strong>{% elif spia_notturna=="on" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' NOTTURNA</strong>{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>{%
elif spia_freecooling=="on" and freeheating_cooling=="Free Cooling"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>{% else %}{% endif %}
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 0
{% elif is_state('sensor.vmc_master_delta_temp_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and (delta_vmc > 23 and delta < 20) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA DIFF. TEMP. (INT-EST) > 23 [°C] NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Interna VMC: {{temperatura_interna_vmc}} °C
- Temperatura Esterna VMC: {{temperatura_esterna_vmc}} °C
- VMC Diff. Temp. Int-Est: {{delta_vmc}} °C
Se si Avvia la VMC la Velocità verrà settata a Velocità 1
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 1
{% elif is_state('sensor.vmc_master_delta_temp_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and delta_vmc > 23 and (delta >= 20 and delta <= 23) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA DIFF. TEMP. (INT-EST) > 23 [°C] NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Interna VMC: {{temperatura_interna_vmc}} °C
- Temperatura Esterna VMC: {{temperatura_esterna_vmc}} °C
- VMC Diff. Temp. Int-Est: {{delta_vmc}} °C
Se si Avvia la VMC la Velocità verrà settata a Velocità 1
- Temperatura Interna: {{temperatura_interna}} °C
- Temperatura Esterna: {{temperatura_esterna}} °C
- VMC Diff. Temp. Int-Est: {{delta}} °C
La Differenza tra temperatura interna ed esterna si sta avvicinando a
valori prossimi dei 23 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 2
{% elif is_state('sensor.vmc_master_delta_temp_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and (delta_vmc > 23 and delta > 23) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA DIFF. TEMP. (INT-EST) > 23 [°C] NEI SENSORI INTERNI ED ESTERNI DELLA VMC</strong></font>
- Temperatura Interna VMC: {{temperatura_interna_vmc}} °C
- Temperatura Esterna VMC: {{temperatura_esterna_vmc}} °C
- VMC Diff. Temp. Int-Est: {{delta_vmc}} °C
- Temperatura Interna: {{temperatura_interna}} °C
- Temperatura Esterna: {{temperatura_esterna}} °C
- VMC Diff. Temp. Int-Est: {{delta}} °C
Se si Avvia la VMC la Velocità verrà settata a Velocità 1
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 3
{% elif is_state('sensor.vmc_master_delta_temp_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and (delta > 23 and delta_vmc < 20) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA DIFF. TEMP. (INT-EST) > 23 [°C] NEI SENSORI ESTERNI DELLA VMC</strong></font>
- Temperatura Interna: {{temperatura_interna}} °C
- Temperatura Esterna: {{temperatura_esterna}} °C
- VMC Diff. Temp. Int-Est: {{delta}} °C
Se si Avvia la VMC la Velocità verrà settata a Velocità 1
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 4
{% elif is_state('sensor.vmc_master_delta_temp_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')=='Velocità
0' and delta > 23 and (delta_vmc >= 20 and delta_vmc <= 23) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA DIFF. TEMP. (INT-EST) > 23 [°C] NEI SENSORI ESTERNI DELLA VMC</strong></font>
- Temperatura Interna: {{temperatura_interna}} °C
- Temperatura Esterna: {{temperatura_esterna}} °C
- VMC Diff. Temp. Int-Est: {{delta}} °C
Se si Avvia la VMC la Velocità verrà settata a Velocità 1
- Temperatura Interna VMC: {{temperatura_interna_vmc}} °C
- Temperatura Esterna VMC: {{temperatura_esterna_vmc}} °C
- VMC Diff. Temp. Int-Est: {{delta_vmc}} °C
La Differenza tra temperatura interna ed esterna della VMC si sta
avvicinando a valori prossimi dei 23 °C
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 5
{% elif is_state('sensor.vmc_master_delta_temp_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')!='Velocità
0' and (delta_vmc > 23 and delta < 20) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA DIFF. TEMP. (INT-EST) > 23 [°C] NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Interna VMC: {{temperatura_interna_vmc}} °C
- Temperatura Esterna VMC: {{temperatura_esterna_vmc}} °C
- VMC Diff. Temp. Int-Est: {{delta_vmc}} °C
VMC settata a Velocità 1
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{% elif spia_velocita_4=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 4</strong>, NON
APPENA:{% elif spia_notturna=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' NOTTURNA</strong>, NON APPENA:{% elif
spia_freecooling=="on" and freeheating_cooling=="Free Heating" %}RIPRESA
AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' FREE HEATING</strong>, NON
APPENA:{% elif spia_freecooling=="on" and freeheating_cooling=="Free
Cooling" %}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA’ FREE
COOLING</strong>, NON APPENA:{% elif spia_freecooling=="on" and
freeheating_cooling=="Disabilitata" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' FREE COOL./HEAT.</strong>, NON APPENA:{% elif
spia_iperventilazione=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' IPERVENTILAZIONE</strong>, NON APPENA:{% else %}{%
endif %}
- DIFF. TEMP. (INT-EST) ≤ 23
Impostazione di Default della VMC - Vedere Libretto di Uso e
Manutenzione
Msg. 6
{% elif is_state('sensor.vmc_master_delta_temp_verifica_soglia', 'Si')
and is_state('sensor.vmc_master_status_ip_interfaccia', 'ON-Line') and
states('sensor.vmc_master_status_ventola_lettura_codice_interpretato_interfaccia')!='Velocità
0' and delta_vmc > 23 and (delta >= 20 and delta <= 23) %}
<font color="rgb(100, 100, 100)"><font size="+1"><strong><ha-icon icon="mdi:alarm-light-outline"></ha-icon></strong></font><span style="padding-right: 10px;"></span><font size="+1"><strong> ALLERTA DIFF. TEMP. (INT-EST) > 23 [°C] NEI SENSORI INTERNI DELLA VMC</strong></font>
- Temperatura Interna VMC: {{temperatura_interna_vmc}} °C
- Temperatura Esterna VMC: {{temperatura_esterna_vmc}} °C
- VMC Diff. Temp. Int-Est: {{delta_vmc}} °C
VMC settata a Velocità 1
{% if spia_velocita_0=="on"%}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 0</strong> , NON APPENA:{% elif spia_velocita_1=="on"
%}RIPRESA AUTOMATICA DELLA VMC SULLA <strong>VELOCITA' 1</strong>, NON
APPENA:{% elif spia_velocita_2=="on" %}RIPRESA AUTOMATICA DELLA VMC
SULLA <strong>VELOCITA' 2</strong>, NON APPENA:{% elif
spia_velocita_3=="on" %}RIPRESA AUTOMATICA DELLA VMC SULLA
<strong>VELOCITA' 3</strong>, NON APPENA:{%
|
Beta Was this translation helpful? Give feedback.
-
|
conviene un restore di H.A. prima del cambio Revisione, poi ricomincia
passo passo a installare l'ultima versione, seguendo la guida su GitHub
(Disinstallazione e Installazione)
Ciao!
Il giorno sab 16 mag 2026 alle ore 11:09 pet1972s ***@***.***>
ha scritto:
… Copiato ma stesso errore
—
Reply to this email directly, view it on GitHub
<#27 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYQOJU3S57PNJ3YXG2GTCWL43AV3HAVCNFSM6AAAAACZALTN2KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMOJTHA4TOOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
|
Ė successo anche a me, appena posso emetto una revisione, devi abilitare la
modifica Scheda sulla card della VMC che ha problemi, poi a video scorri
fino a trovare la dicitura panico Botton, poi esci dalla modalità modifica
e ripristina i vari settaggi, finestra per finestra
Fammi sapere
Ciao
Il dom 17 mag 2026, 23:16 pet1972s ***@***.***> ha scritto:
… Sino finalmente riuscito ad aggiornare a 8.3.1, solo che adesso la master
(prima a sx) funziona regolarmente, invece le altre due (centrale e dx) non
posso comandarle perché mostra solo la scheda di configurazione. Gli
indirizzi IP sono corretti ed impostati come statici. Sai dirmi cosa può
essere?
Immagine.2026-05-17.231556.png (view on web)
<https://github.com/user-attachments/assets/f47d9bfd-21bf-47bf-8214-02503c5f497f>
—
Reply to this email directly, view it on GitHub
<#27 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYQOJU3Y2R3Q2XEWIRPJLN343IT3NAVCNFSM6AAAAACZALTN2KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMOJVGM2TAMY>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
|
Fatto, grazie mille. Approfitto per una domanda: esiste la possibilità di impostare l'accensione basata non solo su orario ma anche su delta temperatura interno/esterno? Non intendo free cooling/heating, ma la possibilità di farla girare a velocità 1 (silenziosa) approfittanto per importare un po' di calore da fuori (o di fresco d'estate), sempre Delta PdR permettendo. |
Beta Was this translation helpful? Give feedback.
-
|
Al momento non ė in programma, ma se hai padronanza puoi implementarlo
Ciao!
Il lun 18 mag 2026, 19:19 pet1972s ***@***.***> ha scritto:
… Fatto, grazie mille.
Approfitto per una domanda: esiste la possibilità di impostare
l'accensione basata non solo su orario ma anche su delta temperatura
interno/esterno? Non intendo free cooling/heating, ma la possibilità di
farla girare a velocità 1 (silenziosa) approfittanto per importare un po'
di calore da fuori (o di fresco d'estate), sempre Delta PdR permettendo.
—
Reply to this email directly, view it on GitHub
<#27?email_source=notifications&email_token=AYQOJU67Z2OVWNSRWFOEHRT43NAYXA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNRZGY2TENRTUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVRTG633UMVZF6Y3MNFRWW#discussioncomment-16965263>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYQOJUYKLC27GZZBA4IXAID43NAYXAVCNFSM6AAAAACZALTN2KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMOJWGUZDMMY>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
This discussion was created from the release v.8.3.1.
Beta Was this translation helpful? Give feedback.
All reactions