Hi,
I'm now totally confuse. I didn't find the way to do the following by input processing :
- Get the costs in Euro by the cumulate KWh (assuming i.e that one cost 0,2€)
- Get the costs in Euro per day (assuming i.e that one cost 0,2€)
Would be nice to have it within 2 variables that can be used after in the dashboard.
here is my input list :
In addition if somebody can explain me how create a new variable adding CT1 + CT2 + CT3 by emonCMS post-processing ? (actually I've modify the sketch in order to get the total of the 3 phases in one variable (13:4))
Thanks in advance for the support.
Re: input processing for Euro currency KWh + KWh/d
What I currently do is "x" 0.22 and then Power to kWh or Powr to kWh/d. The units will be in kW, but the values will represent the costs in €
To combine the 3 inputs you can start with the first CT, and do "+ input" using CT2(13:2) and CT3(13:3).