Hoping to use Trystan's 'Ethershield Simple Client DHCP Pachube' but can't get the formatting correctly presented.
The usual Pachube csv format is;
data1, 100 data2, 323 data3, 89
but the template code delivers 221.0,236.0
strcpy(str,""); dtostrf(a0,0,1,fstr); strcat(str,fstr); strcat(str,","); dtostrf(a1,0,1,fstr); strcat(str,fstr);
Can this be formatted so that it updates a Pachube feed.
Ethershield Simple Client
Submitted by Paul Reed on Sat, 27/08/2011 - 23:02Hoping to use Trystan's 'Ethershield Simple Client DHCP Pachube' but can't get the formatting correctly presented.
The usual Pachube csv format is;
data1, 100
data2, 323
data3, 89
but the template code delivers 221.0,236.0
strcpy(str,"");
dtostrf(a0,0,1,fstr); strcat(str,fstr); strcat(str,",");
dtostrf(a1,0,1,fstr); strcat(str,fstr);
Can this be formatted so that it updates a Pachube feed.