You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Current Cost
I have the current cost meter and bridge set up and I have it enabled
for Google PowerMeter. Both the my.currentcost.com and the Google
interfaces work fine and I can see data on both.
I am currently trying to download the consumption data directly
through google power meter and I have it nearly working through a
provided python script from google. The only thing I seem to be
missing is a variable name which I need to append to the end of this
argument "/user/12406511174510224903/12406511174510224903/variable/
currentcost.CurrentCostBridge.3046" to download from Google power
meter.
So basically the entire argument to run the script is the following:
"./get_events_devices.py -v $TOKEN /user/
12406511174510224903/12406511174510224903/variable/
currentcost.CurrentCostBridge.3046 --min=01d"
From what I can pick up, I think it should be something like .d1 that
gets appended but that does not work for me.
Has anyone else got this to work?
thanks in advance,
Seamus
Neko
unread,
May 16, 2011, 1:42:57 PM5/16/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Current Cost
I get that information from the CurrentCost application that runs on
the PC - version x.x.24 by enabling debug information. The token and
user ID information is displayed there and you can copy from the
screen and paste to another file. I could not get the logging directly
to a file option to work. Also you get part of the information from
the Google PowerMeter Settings menu but it will not show the .dx value
and the GPM CC data is duration based.
Status: [7/30/2010 6:34:44 AM] Ready to post to Google PowerMeter
Response: [7/30/2010 6:34:44 AM] Response Status Code is OK and Status
Description is: OK
Response: [7/30/2010 6:34:33 AM] Batch upload to google complete: 87
records Successfully posted to Google: OK
Response: [7/30/2010 6:34:33 AM] db updated
Response: [] Live upload compled successfully
=== End of log ====
SRooney
unread,
May 17, 2011, 4:59:02 AM5/17/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Current Cost
Thats brilliant. Ill check this out and try it. Thanks very much
Neko :)