Commit 67fd3c9 1 parent 86d54c0 commit 67fd3c9 Copy full SHA for 67fd3c9
File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,19 @@ Smart Meter:
99
99
You can configure your dashboard like so :
100
100

101
101
102
+ # # Tricks
103
+ If you want to get usage of your house, disregarding tarif, do this :
104
+ ` ` `
105
+ sensor:
106
+ - platform: template
107
+ sensors:
108
+ energie_verbruik_totaal:
109
+ friendly_name: "Energieverbruik"
110
+ unit_of_measurement: 'W'
111
+ icon_template: mdi:lightning-bolt
112
+ value_template: "{{ states('sensor.toon_p1_power_use_low') | int + states('sensor.toon_p1_power_use_high') | int }}"
113
+ ` ` `
114
+
102
115
# # Debugging
103
116
104
117
Add the relevant lines below to the `configuration.yaml` :
You can’t perform that action at this time.
0 commit comments