This page shows how to use shortcodes in blog posts to extract SolarEdge data for any given site.
The only variable is the SolarEdge unique site ID.
Parameters are:
site = siteID
value = today, thismonth, thisyear, lifetime
decimals (optional) = number of decimal places to show
Examples of how the mser_solaredge_site shortcode is used are shown below each of the data points.
Energy Produced
Today: kWh
[mser_solaredge_site site='siteID' value='today' decimals='2']
This Month: kWh
[mser_solaredge_site site='siteID' value='thismonth' decimals='1']
This Year: kWh
[mser_solaredge_site site='siteID' value='thisyear']
Lifetime: kWh
[mser_solaredge_site site='siteID' value='lifetime' decimals='3']
Last updated:
