Start value
-
I am using a pulse monitoring sensor for my electric meter which sends pulses and also kWh to Mycontroller.
Is it possible to have a start value (so that it matches my actual metervalue) and then have MYcontroller just 'add' my sensor value to the startvalue?Other things that could be interesting is to do some post processing on an incoming value, eg raw data of a air quality= 60%, which I translate into air = good (green)
-
@hoegaarden_bier said:
I am using a pulse monitoring sensor for my electric meter which sends pulses and also kWh to Mycontroller.
Is it possible to have a start value (so that it matches my actual metervalue) and then have MYcontroller just 'add' my sensor value to the startvalue?how the pulse value will be looking? Is it in numbers? For now all the values will be moved to metrics data. only keeps last two values.
Other things that could be interesting is to do some post processing on an incoming value, eg raw data of a air quality= 60%, which I translate into air = good (green)
Please open a issue under https://github.com/mycontroller-org/mycontroller/issues we will find out the implementation.
-
@jkandasa
The values from the pulse is a float.I'll add it to github
-
@hoegaarden_bier said:
@jkandasa
The values from the pulse is a float.Can you give some example values and what type of calculation do you want to do?
I'll add it to github