| Date Offset [+30][+10][+05][+01][-01][-05][-10][-30] |
|---|
| Exporting to grid by 1.698 kW | |||
|---|---|---|---|
| 07/19/2026 12:00 (2244 days) | Production | Consumption | NET Usage |
| Now | 3.966 kW | 2.268 kW | -1.698 kW |
| Today | 12.825 kWh (1.068 kW) | 7.215 kWh (0.601 kW) | -5.610 kWh (-0.467 kW) |
| - This Week | 12.825 kWh (25.635 kWh/day) | 7.215 kWh (14.422 kWh/day) | -5.610 kWh (-11.214 kWh/day) |
| - This Month | 479.295 kWh (25.906 kWh/day) | 630.514 kWh (34.080 kWh/day) | 151.219 kWh (8.174 kWh/day) |
| - This Year | 4.089 MWh (20.497 kWh/day) | 3.917 MWh (19.636 kWh/day) | -0.172 MWh (-0.861 kWh/day) |
| Yesterday | 13.169 kWh (0.549 kW) | 25.329 kWh (1.055 kW) | 12.160 kWh (0.507 kW) |
| Last 7 Days | 195.854 kWh (27.979 kWh/day) | 224.321 kWh (32.046 kWh/day) | 28.467 kWh (4.067 kWh/day) |
| Last 30 Days (06/19/2026) | 747.462 kWh (24.915 kWh/day) | 892.632 kWh (29.754 kWh/day) | 145.170 kWh (4.839 kWh/day) |
| Last One Year | 6.731 MWh (18.442 kWh/day) | 7.636 MWh (20.921 kWh/day) | 0.905 MWh (2.478 kWh/day) |
| Lifetime Since PTO | 39.655 MWh (17.668 kW/day) | 43.428 MWh (19.349 kW/day) | 3.773 MWh (1.681 kW/day) |
| Lifetime Since Install | 39.689 MWh | 44.008 MWh | 4.319 MWh |
| Voltage/Current | 250.3 V / 15.8 A | 250.1 V / 9.1 A | 250.2 V / -6.8 A |
|
|||
| JpGraph Error:
HTTP headers have already been sent. Caused by output from file status_meter_inc.php at line 850. |
| Explanation: HTTP headers have already been sent back to the browser indicating the data as text before the library got a chance to send it's image HTTP header to this browser. This makes it impossible for the library to send back image data to the browser (since that would be interpretated as text by the browser and show up as junk text). Most likely you have some text in your script before the call to Graph::Stroke(). If this texts gets sent back to the browser the browser will assume that all data is plain text. Look for any text, even spaces and newlines, that might have been sent back to the browser. For example it is a common mistake to leave a blank line before the opening "<?php". |