Successfully logging data from emonTX via Raspberry PI emonBase to emoncms.org
Q. What 'should' happen to logged data if the emonBase looses internet connectivity (e.g. Broadband outage)
Will the emonBase resend failed transmission when connectivity is restored or will gaps exist in the emoncms.org database?
I am struggling to determine version number or update the emonBase software version on the raspberry Pi despite the instructions provided at http://openenergymonitor.org/emon/emoncms/upgrading so apologies if synchronizing has been addressed / implemented recently.
Many thanks,
Andrew
Re: Catchup - Local Serer writing to emoncms.org?
Hi.
Currently, the data is just lost.
I was thinking of adding some kind of buffer to address this. Data could be stored on the SD card if the http request did not succeed. I don't know which solution would be the best, file(s) or database. I suppose database is better but I don't consider myself qualified.
I'm working on a new implementation of the gateway. This "offline" option would be a further step.