It not sending anything since setting up the Emoncms input keys values. The output log when I press the test button in the debug mode is-:
[Scheduling command: crc4AsendNow
Scheduling command: nop
crc4AsendNow
Scheduling command: sendNow
PowerManager timeout: 0
PowerManager disabled
sendNow
--- DestHanlder: sendValue --- 1]
[BME280 - init failed!
Found BMP085 - Temperature/Pressure Sensor]
[16,5,1,3,15,1,67,64,2A,4,0,0,C,2,10,40,E0,16,FF,3F,7C,9E,21,40,
sss:789]
[TSL2561 - init failed!]
[BH1750 - init failed!
CustomHTTPDest::process
SerialDumpDest::process
IP : 0.0.0.0
CHIPID : 2481C7
RUNTIME : 811
TEMP : 21.30
TEMPR : 20.80
PRES : 1017.92
CO2 : 788.00
MQTTDest::process
RFDest::process
Heap : 31320
ready >]
I have been able to send data using
call_url
http://emoncms.org/input/post.json?json=...22719e07d8
We have also just tried renaming with a total different name and it is now sending the data!
With the log details-:
[Scheduling command: sendNowCond
sendNowCond
--- DestHanlder: sendValue --- 1]
[BME280 - init failed!
Found BMP085 - Temperature/Pressure Sensor]
[16,5,1,9,FB,1,E3,FC,D3,3,0,0,C,2,10,40,E0,16,FF,3F,7C,9E,21,40,
sss:2555]
[TSL2561 - init failed!]
[BH1750 - init failed!
CustomHTTPDest::process
Calling HTTP: [http://emoncms.org/input/post.json?json={left:2854.00,right:23.40}&apikey=9531fbc41d3d5137b47b2122719e07d8]]
[Response Code: 200
Payload: [ok]
CLOSED
SerialDumpDest::process
IP : 192.168.8.101
CHIPID : 2481C7
RUNTIME : 3026
TEMP : 23.40
TEMPR : 22.90
PRES : 1018.19
CO2 : 2854.00
MQTTDest::process
RFDest::process
Heap : 31896
ready >]
And have just tried which did not send the data
call_url
http://emoncms.org/input/post.json?json=...22719e07d8
I have changed the Input keys for the to 1 to 7 and it appears to be now logging the data to the server. The vAir does not seem to transmit if the first input key in the url (CO2:%CO2%) is the same as the name of the field it is logging.