You are missing a sensor. You have four but it needs five.
Missing solar_consumption_entity. Assuming the JS does some maths to generate that grid figure from generated and consumption. Perhaps a paste error as you do have five lines but first one just says “entity: sensor.iotawatt_total_house_consumption” but isn’t the right missing sensor either.
The numbers are not the problem. They do not match exactly in every situation (snapshot) and there is also power loss in the system ( I have 6 inverters).
grid_to_bat sensor is about 4500W but the battery power is shown as 480W which is the PV Power in that moment (actually it is battery_charging_entity) I guess.
What is solar consumption? The solar produces, not consumes… I don’t have any way of determining how much solar production gets used in the house vs what gets exported to the grid other than creating a template sensor to calculate solar_production - house_consumption, which is my grid export value anyway…
Charging the battery from grid:
I’m not sure, but I think that the value for the battery comes only from the ‘battery_charging_entity’.
The ‘grid_to_battery_entity’ seems to be only used for the animation (which works good).
So, once I understood this I changed the template sensor for the ‘battery_charging_entity’ to get the right value for charging from the grid. I have this not tested yet but this would be OK for me.
Sorry for any inconvenience.
Not sure, I didn’t write it, but if it’s required it must use it somewhere. I created template sensors for ones I didn’t have and worked from there. Add a template sensor and re-test. Or wait for dev to reply.
I love the look of this card and my Powerwall app looks so good so I want this on my home assistant but I struggle to set this card up. Can anyone with a similar setup post their configuration and sensors?
I see, there is a bug. Due to the fact, that in germany we cannot (legaly) load the battery from grid, I have never tested it. So the lower flow is actually only the one from the battery and never from the grid. This should be an added one. I’m working on a new iteration that will allow this. It’s almost done and also has some nice extra features.
Just as a note, bugs like this should be posted as an issue in github rather than here. I would have corrected this much earlier. Sorry
Question to all here. I have created a new completely reworked version of this card. The problem I’m facing is it won’t be backwards compatible. Do you think it would be a big issue for you to migrate your setup when the new version comes out? Or do I have to create a backwards compatible version that I warn as “deprecated”? Second one will take a week longer at least.
I am just starting to get this card up and running but man is it amazing, I do not mind migrating to a new revision, great work with the card much love
Hey,
thx for the card, much appreciated.
One question i have: Did you measure the power consumption of the EV charging on the charger? I dont have this values and just collect the data from the Tesla integration, which just shows gained km per hour.
Are there any workaround, or i cannot use the hole function of this card.