"virtual inverter" request #208
the-butterfry
started this conversation in
Ideas
Replies: 2 comments
-
K, ignore my madness about stuff not working. I started over with a fresh install and magically, it's working. I think i'd gotten HA into a funky state somehow. I think my aggregated template sensors are working fine now - We'll see when I get some sun. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've been looking at this recently since it was requested, and I'm not thinking this makes sense as an integration feature anymore. Home Assistant now has entity helpers that can do this plus more as a core function without having to mess with templates or states. Example in issue #254 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@WillCodeForCats we spoke over on the HA forums about multi-inverter setups and creating a virtual inverter for use as an overall reading of the entire site.
I've been mucking around with Remko's SE Dashboard setup, and the configuration for more than a few inverters gets daunting and messy pretty quick. Also, I've been struggling creating usable templates that mimic a combined virtual inverter. In theory, I should be able to create template sensors from the aggregated i1/i2/i3/etc.. data streams. It doesn't seem to be working for me. Certain I'm just missing something.. but then I thought this will become a configuration headache the more systems/variations that I attempt to setup. I think it might just be easier if you did the work (heh). In this case I (and even single inverter setups) can just have one config that works for everything. Instead of a single setup using i1 in the config, you could just use that virtual inverter that would represent everything on the modbus chain.
Here's the request: An aggregated 'virtual universal' inverter with a friendly name. Instead of i1/2/3 it would be solaredge_site_XXXXXX named sensors. The resulting inverter could just be used in lieu of adding up to 32 individual sensor lines, or creating big template sensors (that I can't seem to figure out) to feed into the dashboard. You could also have a Configuration switch in the setup that enables this virtual inverter, so those that only have one can still use i1/b1/m1 and don't get stats/sensor pollution.
I'm a SolarEdge commercial and resi installer - so I have access to a number of large and small sites with and without battery backup for testing.
BONUS: [EDIT: I think this HA install is borked - I've been messing with it so much. My changes in yaml aren't showing up in the entity editor. Starting over... ]
Here's the issue I'm having - I can create a template sensor just fine, that reads in Dev Tools fine - but as soon as I swap out the code of the single i1_dc_power sensor, it won't work.
My template sensor:
result:
BUT when I plug in this to Remko's yaml for solar_panel_production_w i get nada.
Beta Was this translation helpful? Give feedback.
All reactions