baronbrew / TILTpi

Baron Brew Equipment Official Tilt app for Raspberry Pi
62 stars 18 forks source link

Tilt Pi not consistently uploading to Google Sheets #10

Open gifty74 opened 5 years ago

noahbaron commented 5 years ago

We're aware of the issue and it's due to too many Tilt Pi's connected to the default Google Sheet cloud URL. One part of the solution is to create a new, separate cloud URL for each tilt color which can selected on the logging page.

gifty74 commented 5 years ago

Thanks Noah. So would a temp solution be to configure a different (less used) color on initial setup of the RPi?

noahbaron commented 5 years ago

The temp solution right now is to copy our logging script and run it on a an existing or new gmail/google account. We have instructions on how to do this on our “App” page here: https://tilthydrometer.com/pages/app

Check out “Option 2” under cloud logging apps.

On Fri, Feb 15, 2019 at 4:53 AM gifty74 notifications@github.com wrote:

Thanks Noah. So would a temp solution be to configure a different (less used) color on initial setup of the RPi?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/10#issuecomment-464040185, or mute the thread https://github.com/notifications/unsubscribe-auth/ACGyhbNsnlbQNeEaVhSDreawaKe-O1wTks5vNq3LgaJpZM4a7wNv .

noahbaron commented 5 years ago

Good news! I was able to improve performance on this script by fine tuning where the locking mechanism was used to prevent two beers from being started at the same time and crossing paths.

gifty74 commented 5 years ago

Ok, I just saw this reply. Will try it today!