aligned to ETHW PRO publishing for temperatures, fixed issue with Presenza-Alta-Scala-Taverna

This commit is contained in:
2025-08-30 00:53:17 +02:00
parent 49185b3802
commit b4d941a431
4 changed files with 85 additions and 26 deletions

View File

@@ -60,33 +60,33 @@ mqtt:
- name: HP_power
unit_of_measurement: "W"
unique_id: mon_hp_pw
state_topic: monitoring/et/values
state_topic: monitoring/hw/heatpump
value_template: >-
{{ value.split(',')[1] | int }}
{{ value_json.power | int }}
- name: HP_max_power
unit_of_measurement: "W"
unique_id: mon_hp_max_pw
state_topic: monitoring/et/values
state_topic: monitoring/hw/heatpump
value_template: >-
{{ value.split(',')[0] | int }}
{{ value_json.hp_max_power | int }}
- name: ACS_temp
unit_of_measurement: "'C"
unique_id: mon_acs_temp
state_topic: monitoring/et/values
state_topic: monitoring/hw/temperatures
value_template: >-
{{ (value.split(',')[3] | int) / 10 }}
{{ value_json.acs | int }}
- name: Heating_temp
unit_of_measurement: "'C"
unique_id: mon_heating_temp
state_topic: monitoring/et/values
state_topic: monitoring/hw/temperatures
value_template: >-
{{ (value.split(',')[8] | int) / 10 }}
{{ value_json.heating | int }}
- name: Solar_temp
unit_of_measurement: "'C"
unique_id: mon_solar_temp
state_topic: monitoring/et/values
state_topic: monitoring/hw/temperatures
value_template: >-
{{ (value.split(',')[7] | int) / 10 }}
{{ value_json.solar | int }}
- name: SE_AC_voltage
unit_of_measurement: "V"
unique_id: mon_se_ac_voltage
@@ -147,3 +147,5 @@ lovelace:
type: module
- url: /local/community/power-distribution-card/power-distribution-card.js
type: module
- url: /hacsfiles/Bubble-Card/bubble-card.js
type: module