Replies: 2 comments 4 replies
-
|
If you connect a solaredge inverter to that program it will appear as a meter in this integration. This integration doesn't directly read meters, it reads the inverter. The inverter is providing the meter data as a proxy to whatever actual meter is connected to the inverter's RS485 bus. |
Beta Was this translation helpful? Give feedback.
-
|
So after looking at it a bit (upstream source is https://github.com/nmakel/solaredge_meterproxy) the benefit I would see to providing all meter data through the inverter is that the data would be synchronized and appear on the SolarEdge monitoring platform. You can't send meter data to a SolarEdge inverter over TCP, so that wouldn't have any use in this integration. I also have an external consumption meter in addition to an E+I meter connected to my SolarEdge meter, but if I try to use the entities for the external meter and calculate them with the data provided by the SolarEdge inverter since they are read at different times the load may have changed and the calculation is wrong. If you are trying to synchronize meter data with inverter data you might try to do that through a blueprint or template or automation that triggers the refresh button entity If you are trying to add your external meter data to the SolarEdge monitoring platform then your only choice is to set it up as a hardware device the inverter can poll through the solaredge_meterproxy program. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
I was wondering if it was possible to send data from an existing energy sensor present in HA to my SolarEdge inverter.
I did some deep browsing and finally ended up here: https://github.com/marcelrv/solaredge_meterproxy
@WillCodeForCats does this github contain anything useful that would help in realizing the requested feature?
I'm not expecting you to add this feature, I'm just wondering if there's anything useful in this github that could point the way for someone that has the background knowledge and some interest in adding this feature 🙂
The origin of my find is this blog post (sorry it's in Dutch): https://zonnigbreda.blogspot.com/2022/05/p1-port-als-energiemeter-voor-solaredge.html
Beta Was this translation helpful? Give feedback.
All reactions