Compare commits

..

3 Commits

Author SHA1 Message Date
40bbf1ca65 Added Sensor ev-heat-power 2025-11-12 21:55:58 +01:00
588c8310ca Added lovelace-layout-cards 2025-11-12 21:54:35 +01:00
f0e608166f updated .gitignore 2025-11-06 00:03:37 +01:00
4 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View File

@@ -11,4 +11,4 @@ dwains-dashboard/*
home-assistant.log*
zigbee2mqtt
.HA_VERSION
.HA_VERSION
.ha_run.lock

View File

@@ -1 +1 @@
{"pid": 66, "version": 1, "ha_version": "2025.10.4", "start_ts": 1762128658.853587}
{"pid": 67, "version": 1, "ha_version": "2025.10.4", "start_ts": 1762379484.0212016}

View File

@@ -156,3 +156,5 @@ lovelace:
type: module
- url: /local/community/thomasloven/state-switch.js
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module

View File

@@ -34,6 +34,13 @@
value_template: >-
{{ (states('sensor.pw_load_power') | float) - (states('sensor.evcharge_total_power') | float) - ((states('sensor.hp_power') | float ) / 1000) }}
ev_heat_power:
unique_id: ev_heat_power
unit_of_measurement: "kW"
friendly_name: HP Pump and EVcharge Power
value_template: >-
{{ (states('sensor.evcharge_total_power') | float) + ((states('sensor.hp_power') | float ) / 1000) }}
entities_count:
friendly_name: "Number of Entities"
value_template: >-