Hi Guys,
There used to be an option to edit the input data on the emoncms site under the vis section, what's happened to this ?
Archived Forum |
|
Editing the emoncms dataSubmitted by warlock on Fri, 04/07/2014 - 06:02Hi Guys,
There used to be an option to edit the input data on the emoncms site under the vis section, what's happened to this ? » |
Re: Editing the emoncms data
Trystan disabled editrealtime due to a potential issue last month, see http://openenergymonitor.org/emon/node/5285.
Paul
Re: Editing the emoncms data
Hi,
I'm facing the same issue as I would like to edit PHPFIWA feeds stored on emoncms.org.
When modifying my inputs I screwed up some of my power feeds and kwhd feeds. It created far too high positive or negative values and therefore it ruined several visualizations...
As the edit realtime visualisation is no more available, I tried to edit those feeds using the feed API. Unfortunately, it didn't work with any method
- http://emoncms.org/feed/insert.json?id=X&time=UNIXTIME&value=Y returns Y but it inserts the value at the present time
- http://emoncms.org/feed/update.json?id=X&time=UNIXTIME&value=Y returns Y but it updates the last value logged
- http://emoncms.org/feed/deletedatapoint.json?id=X&feedtime=UNIXTIME) returns false
So, how could I edit those feeds ?
Eric