app
app copied to clipboard
Emoncms App module: application specific dashboards: includes myelectric, mysolarpv, myheatpump and solar + wind app.
`Target Room Temperature` and `Target Flow Temperature` are two quite different things. Using a single field for these has the following issues: - It is unclear who is using it...
It would be very useful to have a 'Year' view option on the energy page. As an advanced function it would also be useful to have a date picker to...
With a _Ground_ Source Heat Pump, it is the incoming temperature of the 'brine' from the Ground Loop that is especially interesting to correlate with CoP - rather more than...
If Economy7 time is set to start at midnight app works correctly:  If Economy7 time is set to start at 11pm, app returns incorrect negative...
I have just started using the Octopus app and found the 'Import Go' costs are always £0.00. I traced the problem to the function graph_load() the code block starting at...
Hi, I have been looking at adding an option to the app to allow looking at previous years solar data. (To avoid date confusion, just subtracting a years worth of...
The code block ``` var daily = feed.getdata(use_kwh,start*1000,end*1000,"daily",0,1); var usetoday_kwh = null; if (daily.length>0) { usetoday_kwh = daily[daily.length-1][1]; } if (usetoday_kwh!==null) { if (usetoday_kwh current cost should be applied here...
Looking at the Octopus Agile app, the Go rates (for Yorkshire) seem rather out of date, using 5p/kWh and 16.67kW/h. My fixes from March 2022 are: Which are obviously quite...
Related to https://github.com/emoncms/app/issues/172 but not the same.. It'd be useful if I could plug in the figures for outoing (for example, my very high figure of 4.10p/kWh on the SEG...
Please make it possible to customize the lower limit for solar (currently fix at 10W). // Lower limit for solar if (solar_now