Hi Wade,
I am newbie, got issue with emoncms ( i had emontx and with connector i can view the data in serial)
i can c the output from python script and added to my own server link in the script like
"import serial, sys
import httplib
conn = httplib.HTTPConnection("localhost")
ser = serial.Serial('/dev/ttyUSB0', 9600)
while 1:
sys.stdout.write(ser.readline())
conn.request("GET", "/emoncms3/api/post?apikey=5002770a0e9ecc14ba4b2c2479d20266&json="+ser.readline())
response = conn.getresponse()
and its showing me result like
0.23 0.19 0.26 234.89
but i m unable to get any feeds (all are inactive)
Is their any guide to do that , or how can i troubleshoot ?
Kindly help me to find the issue
redson
Re: Inputs & Feed are not wroking
Do you mean feeds or do you mean inputs?
If the feeds are all inactive have you created a feed from an input?
http://openenergymonitor.org/emon/emoncms/using-emoncms#manual_input_pro...
Also which version of emoncms are you running? If you downloaded it from github.com/emoncms you need to check the path . I'm guessing it should be "conn.request("GET", "/emoncms/api/post?apikey=....."
Re: Inputs & Feed are not wroking
redson
Please don't double post. If anyone wishes to add more to this, please post on this thread http://openenergymonitor.org/emon/node/1360