jeanmarc77 / 123solar

123Solar is a lightweight set of PHP/JS files that makes a web logger to monitor your photovoltaic inverter(s). It just need a web server and PHP, no databases are even needed. The philosophy is: To keep it simple, fast, with a low foot print to run on cheap and low powered devices.
GNU General Public License v3.0
36 stars 12 forks source link

additional logging curve for consumed energy (from grid) #20

Closed dr-ni closed 2 years ago

dr-ni commented 2 years ago

It would be great if an additional curve for the consumed energy could be visualized (same as now with a predefined php-protocol) for fetching the data from the meter - for example by reading the tasmota (https://tasmota.github.io/docs/Smart-Meter-Interface/) smart-meter IR-head:

pi@rp4:~ $ curl -s http://<host>/cm?cmnd=STATUS+8 | jq
{
  "StatusSNS": {
    "Time": "2022-06-14T19:35:25",
    "E320": {
      "Total_out": xxxxxx kWh,
      "Total_in": yyyyyy kWh,
      "Actual_Power": 347 W,
      "Meter_Number": "zzzzzz"
    }
  }
}
jeanmarc77 commented 2 years ago

Hi, No sorry, 123solar is dedicated for inverters, that's the reflexion that lead to meterN purpose