However you change the variables you send from EmonTX to EmonBase (and to EmonGL), just make sure that the struct of the payload is defined in the same way in all sketches, see:
Submitted by glyn.hudson on Fri, 25/05/2012 - 23:46.
We have been simply sending power data as integers (reading down to 1W is more than enough resolution), with temperature data we multiply the float by 100 to make an integer then multiply by 0.01 on either the emonBase or in emoncms to revert back to the correct value.
Re: Ethernet
However you change the variables you send from EmonTX to EmonBase (and to EmonGL), just make sure that the struct of the payload is defined in the same way in all sketches, see:
Re: Ethernet
We have been simply sending power data as integers (reading down to 1W is more than enough resolution), with temperature data we multiply the float by 100 to make an integer then multiply by 0.01 on either the emonBase or in emoncms to revert back to the correct value.