Hi,
I have one Input measuring the power of my heating.
My heating also generates warm water and I would like to separate the warm water from the "standard" heating power.
So I would like to Log an input in two different Feeds, according to the input value :
>2500 --> warm water feed
<2500 --> heating feed
I wasn't able to reach that using the operations in feed processing ..
If someone could help me doing that, it would be great !
Thanks
Jean-Daniel
Re: Input processing Help
Try this;
If >, skip next. (Value 2500)
Log to feed (Heating feed)
If =<, skip next. (2500)
Log to feed. (Warm water feed)
Reset to zero
I haven't tried it, but you may need to add another process between 'Log to heating feed' & 'if =<, skip next' if it doesn't work, something like '+' value zero, so that the first skip condition has somewhere to land, before the second skip condition - if that makes sense!
Paul
Re: Input processing Help
Thanks for this but I can't find these "if=<" in the process possibilities ..
I use EmonCMS.org (Online) and don't know the Version currently installe V9.xxx
Jean-Daniel
Re: Input processing Help
I use EmonCMS.org (Online)...
Why didn't you say that in your initial post!
Paul
Re: Input processing Help
Sorry...
But the question is why isn't it available in EmonCMS.org online ?
Can someone tell me ?
Thanks