Charging of battery is added to house consumption #163
Unanswered
perjmolsen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The logic works as follows using the above data. sesnor.ppv_watt_combined reports 2.62 is being produced from solar Therefore the assumption is that everything else (home) is consuming 1.96. 2.62 - .08 - .58 = 1.96 It may be that other things are consuming power from solar, but everything get's bundled up into Home. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI
When my solar battery is charging, my house consumption is also rising.
Can it be fixed so that my house consumption only shows the actual house consumption?
When charging of my battery is at 100% my house consumption is back to normal.
I am using split entries, see below:
type: custom:power-flow-card
watt_threshold: 1
kw_decimals: 2
w_decimals: 1
min_flow_rate: 0.75
max_flow_rate: 6
entities:
battery:
consumption: sensor.battery_discharging_w
production: sensor.battery_charging_w
battery_charge: sensor.omcuch9089_battery_charge_2
grid:
consumption: sensor.power_consumed
production: sensor.power_produced
solar: sensor.ppv_watt_combined
Beta Was this translation helpful? Give feedback.
All reactions