yes, if you see the other image, it shows correctly in W, the issue i am having is it doesnt convert on the PD flow to W, it keeps the W value (eg 600W as 600kW)
This one is suspicious. It shows Kw. That looks like a sensor not made by an integration. Because of the typo in it.
It’s not Kw, but kW, and every integration I know does this correctly.
Hello,
thanks for your awsome card. This made my wife actually use HA to monitor PV
Just one question. Where can I edit the naming of the entities?
Since I dont have a battery and use the battery as “replacement” for my heat pump I would like to rename the Battery. I was trying to find the position in the .js but did not manage to (with simply Search-Function).
If I understand correctly there isn’t a way to add appliances like my EV and my heat pump, correct? This card is visually a little more pleasing than the tesla card that’s doing a similar thing, but that one lets me add my car and my heat pump and power will “flow” to those as well.
The tesla card also has some rendering issues, often times the flow lines will be messed up.
Great work, exactly what I was looking for. A simple (near) real time view on Power (not energy ….).
In my case, it shows in one view what I had in two meters on the right, now in a nice single card.
could anyone potentially assist me, maybe something i’m missing?
on this card, i have 4 entities.
solar, grid, house, battery.
during the night, when house is running from battery, while battery is charging from grid - it works great!
but if i try it during the day, for example while solar and grid are charging the battery…which is still running the house - it does not work as expected.
it adds the values together, and makes the house consume all of the watts combined.
i would like it so that
the solar goes into battery (no matter what)
the grid goes into the battery (no matter what)
the battery runs the house regardless, but the house consumption is ONLY from the battery. not from all of the sources combined.
this is my code:
Hello,
can anybody help me with the formula that is use to display the battery In and OUT values.
In config I have just battery: sensor.battery_charge_discharge_power and the card extract the battery self consumption and display the correct In / OUT value.
ex. sensor.battery_charge_discharge_power= 68W and the battery IN/ OUT displays 0W.
Thanks.