emoncms / app

Emoncms App module: application specific dashboards: includes myelectric, mysolarpv, myheatpump and solar + wind app.
GNU Affero General Public License v3.0
28 stars 70 forks source link

MySolar app: customizable lower limit for solar #164

Open grungeguitarist opened 2 years ago

grungeguitarist commented 2 years ago

Please make it possible to customize the lower limit for solar (currently fix at 10W).

// Lower limit for solar if (solar_now<10) solar_now = 0;

steversig commented 2 years ago

Just added a pull request

mysolarpv.php Add Solar Threshold to Edit options #166