-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Individual entities for solar #23
Comments
I do have east and west sides as well (and I have 72 SolarEdge panel optimizers), but I don't think I would want this card to display both sides of the roof as separate entities, to be honest. I would think that some other card (that may pop up when clicking on the solar icon?) should/could display detailed information of the system. You could display detailed information for each direction and maybe even for each panel, but this power flow card will not be overcrowded. Just my two cents. |
Could you maybe do a photoshop of that? |
@thomasvt1 I have Enphase also, using the Enphase (dev) integration for my HA. How did you set up this card to use? I can't get mine working with just the solar in and home consumption entities. |
Can you share your code? I suspect you didn't enter a grid entity and that's why it's not working for you |
I'll move to the discussions so it won't detract from the feature req :) |
I have a suggestion for making this work tidily yet displaying 2 x solar: How about displaying the two solar sources in the same way as the battery production/consumption, i.e. two numeric values within the circle? This may not suit those with more than two solar sources, or two sources plus a total (unless you allowed removing the solar icon perhaps?), but it would work for the majority who I suspect have no more than two strings/orientations (we have three orientations on two strings, but have no separate data sources for the two orientations on one string). To identify the two sources, people could configure different icons in place of the up/down arrows for the battery, use different colors, or use text/ rather than an icon. You'd probably only fit one or two characters I guess, for example F[ront]/R[ear] or E[ast]/S[outh]W[est]. Personally I'd go for F and R, e.g. F: 1.2 kW |
My inverter features two string inputs. It only reports these as two discrete PV power sensors, and I have to create a custom sensor to add them together as a single entity for this card. Other models from the same manufacturer feature 4 strings, and with parallel inverters I trust it can get even more messy, not to mention optimizers that report their individual production. I have a possible suggestion that should be simple to implement yet flexible:
The card could add their values together and display the total input value in the circle. OR With position implemented like this: The items added to each off the 3 areas would be html formatted in some way to keep them compact, preventing the card from expanding when not desired, yet so that it does not cause major jumps when redrawing. This could easily accommodate many of the use cases, as long as users are economical with the label lengths. Or could do something dynamic and pretty with Bezier curves like: Thoughts? |
Great Idea! Any news? |
@charles-sd I like the last one, because it's not only working good for the south, east, north, west example. |
I've got 8 Strings. Would be very nice if I can display them separately with a toggle (all, separat) |
@charles-sd This also seems a far more flexible solution for people with many PV sources. Sure you would not want to show more than would fit on the screen and look 'pretty', but you could easily combine into groups as required to compromise between having too many and showing enough detail. In my case I have 2x inverters and 3x strings. |
Really love this card!
But there's one thing that would make it even better, I have an Enphase solar system which offers per-panel solar production figures. Now I understand that having 20 different entities is not feasable, but it would be nice to have one grouped entity per side of the roof. (In my case that would be East, South, West).
Would something like that be feasible?
Thanks!
The text was updated successfully, but these errors were encountered: