You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've been trying out the v0.2.0-beta release, and it works really well, but I've found a couple of bugs and a couple of examples where it doesn't quite do what I want.
I have two inverters each with their own solar array, and battery on each, so previously I had to have two PowerFlowCard+'s to monitor each setup individually:
But as each card doesn't know about the other, you get strange results such as negative house consumption appearing in one card where the two sets of solar panels are sharing the house load.
My ideal would be to have a single PF+ card showing all panels, batteries and the house load, and with the beta version allowing 4 individual devices, this works surprisingly well:
Limitations I have found with this:
Calculation of the house load is incorrect, as Solar 2 and Battery 2 can both be contributing power into the home, the home load calculation doesn't seem to take account of this
There's no direction of travel shown on the power flow into battery 2 (they were both charging in the above screenshot)
The power meter in the battery 2 icon is static not dynamic based on the battery SoC (I appreciate this is an enhancement request!)
The animation of 'flow rate' from solar 2 and battery 2 seem to be a lot slower than the flow rate from solar 1 and battery 1
Bug I found:
5. Power in kW is not being rounded correctly.
Here's the card earlier in the week on the 'non beta' release showing rounding working correctly:
And here's the new beta card with kW rounding not being performed:
I had to add inverted_animation and display_zero_state to the second solar and battery items to get them to display all the time and for the flow to go the right way round.
Appreciate this is a mixture of bug report and enhancement request, but I know support for multiple sources is a requested feature #23, this would get a fair way towards it with minimal effort.
BTW I actually have a 3rd solar array (no batteries), so would be good to include that as well, but to be honest just getting the two main ones on one consistent card would be a big step forward.
Smartphone (please complete the following information):
iPadOS 17.3 Home Assistant Companion App
Please make sure all of this applies and check the checkboxes, by writing "X" inside of them.
I understand that this is a channel for reporting bugs, not a support forum (If you need help configuring the card, go to: Discussions).
I have the latest version of the card installed.
I have cleared my browser cache after installing, updating and configuring the card.
The issue is not related to the UI-Editor not being rendered: "s.entries is not a function". This is a known bug, and is caused by Card Mod. Check the warning this readme section for more information on how to fix it.
The text was updated successfully, but these errors were encountered:
gcoan
changed the title
[BUG]
v0.2.0-beta kW rounding doesn’t work + feature requests when adding second solar& battery as individual devices
Mar 6, 2024
Describe the bug
I've been trying out the v0.2.0-beta release, and it works really well, but I've found a couple of bugs and a couple of examples where it doesn't quite do what I want.
I have two inverters each with their own solar array, and battery on each, so previously I had to have two PowerFlowCard+'s to monitor each setup individually:
But as each card doesn't know about the other, you get strange results such as negative house consumption appearing in one card where the two sets of solar panels are sharing the house load.
My ideal would be to have a single PF+ card showing all panels, batteries and the house load, and with the beta version allowing 4 individual devices, this works surprisingly well:
Limitations I have found with this:
Calculation of the house load is incorrect, as Solar 2 and Battery 2 can both be contributing power into the home, the home load calculation doesn't seem to take account of this
There's no direction of travel shown on the power flow into battery 2 (they were both charging in the above screenshot)
The power meter in the battery 2 icon is static not dynamic based on the battery SoC (I appreciate this is an enhancement request!)
The animation of 'flow rate' from solar 2 and battery 2 seem to be a lot slower than the flow rate from solar 1 and battery 1
Bug I found:
5. Power in kW is not being rounded correctly.
Here's the card earlier in the week on the 'non beta' release showing rounding working correctly:
And here's the new beta card with kW rounding not being performed:
Here's the card config I used:
I had to add inverted_animation and display_zero_state to the second solar and battery items to get them to display all the time and for the flow to go the right way round.
Appreciate this is a mixture of bug report and enhancement request, but I know support for multiple sources is a requested feature #23, this would get a fair way towards it with minimal effort.
BTW I actually have a 3rd solar array (no batteries), so would be good to include that as well, but to be honest just getting the two main ones on one consistent card would be a big step forward.
Smartphone (please complete the following information):
iPadOS 17.3 Home Assistant Companion App
Please make sure all of this applies and check the checkboxes, by writing "X" inside of them.
I understand that this is a channel for reporting bugs, not a support forum (If you need help configuring the card, go to: Discussions).
I have the latest version of the card installed.
I have cleared my browser cache after installing, updating and configuring the card.
The issue is not related to the UI-Editor not being rendered: "s.entries is not a function". This is a known bug, and is caused by Card Mod. Check the warning this readme section for more information on how to fix it.
The text was updated successfully, but these errors were encountered: