I have created a feed that takes the Agile costs and loads them into Emoncms (input). I run a python script every 30 minutes (+1) which loads the value.
This is great for seeing the costs now but I wanted to feed in the costs for the future ( aka the Octopus Agile app).
The idea is to combine these projected costs along with other areas as per the initial request for help.
Is there a way of directly loading the feed with future values rather then relying on the input? I assume a feed takes the current input value and provides a timestamp. SO is there a method I could insert directly into the feed which would then complete what I need - maybe there is an API call I could send data to feed rather than input?