[x] Revisit logging, current too verbose even for debug
[x] Google Drive - Add retries for 'User Rate Limit Exceeded' after a small interval for both fakegato-history.load and fakegato-history.save
[x] fakegato-history - this.log.debug("ERROR fetching persisting data restart from zero - invalid JSON",e);
cb(e,false); // fakegato-history This needs testing
[x] Added hostname to drive file name, so that test and prod data can
be separate. ( May need to rethink this further. )
Issues
[x] Google Drive - on reboot my motion accessory issue two addentry one after the other, this creates two files, and then everything starts going crazy, if I remove the extra files then always seems ok
[x] Google Drive - Fix creation of multiple folders when none exist
fakegato-history - this.log.debug("ERROR fetching persisting data restart from zero - invalid JSON",e);
cb(e,false); // fakegato-history This needs testing
Backlog
Issues