Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Set Value and Time from Meta Data Source
-
Hi, I have added a new protocol to mango (openv4j) for Viessmann heating systems (http://www.viessmann.com and (the reverse engeneering page in german) http://openv.wikispaces.com/). - One If its stable source code will follow.
so reading one value take 3 sec ... to get the timepoint of burner starts I get the operating time for the burner.... So I thougth getting the change and then calculate the difference from the last value gives the timepoint of start/end very precicely.
So is ther a way to archive this?? - Set value and timepoint for that value?
Arne
-
@apl said:
So is ther a way to archive: Set value and timepoint for that value?
I believe this is upcoming in the next mango version, see this thread: http://mango.serotoninsoftware.com/forum/posts/list/224.page towards the end
-
No I think not exactly what I want.
I want something like:
var isCurrentlyON = p11.value > p11.valueBeforeThis.value;
result.value = isCurrentlyON;
result.time = p11.time - (p11.value - p11.valueBeforeThis.value) * 1000;
return result;This should calculate the exact timestamp when the burner switches ON.
Arne
-
Hi Arne,
Assuming your script calculations are correct, all you would have to change (come the next version) is this:
TIMESTAMP = p11.time - (p11.value - p11.valueBeforeThis.value) * 1000;
The setting of this global variable will be detected after the script runs and will be used as the timestamp of the sample.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login