baronbrew / TILTpi

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

Logging only 1 pt now with 2.6 update #22

Open gifty74 opened 4 years ago

gifty74 commented 4 years ago

Updated Flow to the newer 2.6 and now my Pi will only log the first data point and none after that. Tried restarting, changing the name, etc, everything I could think to get it back on track with logging. Here's the sheet...

https://docs.google.com/spreadsheets/d/1oB6CNafX0irrVaozvBqqAOiYDv6_cS6rDVlE5jWWoPA/edit#gid=734290882

noahbaron commented 4 years ago

Thanks for letting me know. What’s showing in the beer name field? Are you able to manually log data?

QuarantineSaison2,25634

On Sun, Apr 12, 2020 at 6:49 AM gifty74 notifications@github.com wrote:

Updated Flow to the newer 2.6 and now my Pi will only log the first data point and none after that. Tried restarting, changing the name, etc, everything I could think to get it back on track with logging. Here's the sheet...

https://docs.google.com/spreadsheets/d/1oB6CNafX0irrVaozvBqqAOiYDv6_cS6rDVlE5jWWoPA/edit#gid=734290882

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBI2W22ELNHO5MFHK4DRMHBHXANCNFSM4MGNNYSQ .

gifty74 commented 4 years ago

Now getting the confirmation email every 15 mins. The email saying u have edit rights to the google sheet. Odd.

gifty74 commented 4 years ago

Any way to get back to v2.5?

noahbaron commented 4 years ago

Sure, enter the following two commands in the command line / terminal app. The command will download the older version on github (v.2.5) and the second command will deploy the the downloaded file. Let me know if that fixes the issue. Didn't think there were any changes affecting this aspect of the app.

wget -O /home/pi/flow.json https://raw.githubusercontent.com/baronbrew/TILTpi/4dca392c4d0f063731bcdd00df6c29313d939a96/flow.json

curl -X POST http://localhost:1880/flows -H "Content-Type: application/json" -H "Node-RED-Deployment-Type: nodes" --data "@/home/pi/flow.json"

On Sun, Apr 12, 2020 at 11:27 AM gifty74 notifications@github.com wrote:

Any way to get back to v2.5?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612657021, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBPJ64PHCMNOVTHZAPTRMIBY3ANCNFSM4MGNNYSQ .

gifty74 commented 4 years ago

The curl command not doing anything it seems. Rebooted and still on v2.6.

On Sun, Apr 12, 2020 at 2:43 PM Noah Baron notifications@github.com wrote:

Sure, enter the following two commands in the command line / terminal app. The command will download the older version on github (v.2.5) and the second command will deploy the the downloaded file. Let me know if that fixes the issue. Didn't think there were any changes affecting this aspect of the app.

wget -O /home/pi/flow.json

https://raw.githubusercontent.com/baronbrew/TILTpi/4dca392c4d0f063731bcdd00df6c29313d939a96/flow.json

curl -X POST http://localhost:1880/flows -H "Content-Type: application/json" -H "Node-RED-Deployment-Type: nodes" --data "@/home/pi/flow.json"

On Sun, Apr 12, 2020 at 11:27 AM gifty74 notifications@github.com wrote:

Any way to get back to v2.5?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612657021, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAQ3FBPJ64PHCMNOVTHZAPTRMIBY3ANCNFSM4MGNNYSQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612659037, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALLN5EDU3AGSKM6NEJQKAC3RMIDURANCNFSM4MGNNYSQ .

noahbaron commented 4 years ago

Hmm, I actually tested this in one of my machines. Did you see the download complete successfully when doing the first command? Maybe it’s a WiFi issue?

On Sun, Apr 12, 2020 at 5:02 PM gifty74 notifications@github.com wrote:

The curl command not doing anything it seems. Rebooted and still on v2.6.

On Sun, Apr 12, 2020 at 2:43 PM Noah Baron notifications@github.com wrote:

Sure, enter the following two commands in the command line / terminal app. The command will download the older version on github (v.2.5) and the second command will deploy the the downloaded file. Let me know if that fixes the issue. Didn't think there were any changes affecting this aspect of the app.

wget -O /home/pi/flow.json

https://raw.githubusercontent.com/baronbrew/TILTpi/4dca392c4d0f063731bcdd00df6c29313d939a96/flow.json

curl -X POST http://localhost:1880/flows -H "Content-Type: application/json" -H "Node-RED-Deployment-Type: nodes" --data "@/home/pi/flow.json"

On Sun, Apr 12, 2020 at 11:27 AM gifty74 notifications@github.com wrote:

Any way to get back to v2.5?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612657021 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAQ3FBPJ64PHCMNOVTHZAPTRMIBY3ANCNFSM4MGNNYSQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612659037, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ALLN5EDU3AGSKM6NEJQKAC3RMIDURANCNFSM4MGNNYSQ

.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612695424, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBP7BZQWE5YRLL5FHHTRMJJB5ANCNFSM4MGNNYSQ .

gifty74 commented 4 years ago

Yeah, the download works. Just when I run the curl command it goes down to the next line and there’s no message or confirmation or anything. Is that the way yours worked?

-Steve

On Apr 12, 2020, at 8:10 PM, Noah Baron notifications@github.com wrote:

 Hmm, I actually tested this in one of my machines. Did you see the download complete successfully when doing the first command? Maybe it’s a WiFi issue?

On Sun, Apr 12, 2020 at 5:02 PM gifty74 notifications@github.com wrote:

The curl command not doing anything it seems. Rebooted and still on v2.6.

On Sun, Apr 12, 2020 at 2:43 PM Noah Baron notifications@github.com wrote:

Sure, enter the following two commands in the command line / terminal app. The command will download the older version on github (v.2.5) and the second command will deploy the the downloaded file. Let me know if that fixes the issue. Didn't think there were any changes affecting this aspect of the app.

wget -O /home/pi/flow.json

https://raw.githubusercontent.com/baronbrew/TILTpi/4dca392c4d0f063731bcdd00df6c29313d939a96/flow.json

curl -X POST http://localhost:1880/flows -H "Content-Type: application/json" -H "Node-RED-Deployment-Type: nodes" --data "@/home/pi/flow.json"

On Sun, Apr 12, 2020 at 11:27 AM gifty74 notifications@github.com wrote:

Any way to get back to v2.5?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612657021 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAQ3FBPJ64PHCMNOVTHZAPTRMIBY3ANCNFSM4MGNNYSQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612659037, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ALLN5EDU3AGSKM6NEJQKAC3RMIDURANCNFSM4MGNNYSQ

.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612695424, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBP7BZQWE5YRLL5FHHTRMJJB5ANCNFSM4MGNNYSQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

noahbaron commented 4 years ago

Yeah, there’s no confirmation message after the curl command.

On Sun, Apr 12, 2020 at 5:41 PM gifty74 notifications@github.com wrote:

Yeah, the download works. Just when I run the curl command it goes down to the next line and there’s no message or confirmation or anything. Is that the way yours worked?

-Steve

On Apr 12, 2020, at 8:10 PM, Noah Baron notifications@github.com wrote:

 Hmm, I actually tested this in one of my machines. Did you see the download complete successfully when doing the first command? Maybe it’s a WiFi issue?

On Sun, Apr 12, 2020 at 5:02 PM gifty74 notifications@github.com wrote:

The curl command not doing anything it seems. Rebooted and still on v2.6.

On Sun, Apr 12, 2020 at 2:43 PM Noah Baron notifications@github.com wrote:

Sure, enter the following two commands in the command line / terminal app. The command will download the older version on github (v.2.5) and the second command will deploy the the downloaded file. Let me know if that fixes the issue. Didn't think there were any changes affecting this aspect of the app.

wget -O /home/pi/flow.json

https://raw.githubusercontent.com/baronbrew/TILTpi/4dca392c4d0f063731bcdd00df6c29313d939a96/flow.json

curl -X POST http://localhost:1880/flows -H "Content-Type: application/json" -H "Node-RED-Deployment-Type: nodes" --data "@/home/pi/flow.json"

On Sun, Apr 12, 2020 at 11:27 AM gifty74 notifications@github.com wrote:

Any way to get back to v2.5?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612657021 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAQ3FBPJ64PHCMNOVTHZAPTRMIBY3ANCNFSM4MGNNYSQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612659037>, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ALLN5EDU3AGSKM6NEJQKAC3RMIDURANCNFSM4MGNNYSQ

.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub <https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612695424 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAQ3FBP7BZQWE5YRLL5FHHTRMJJB5ANCNFSM4MGNNYSQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612700778, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBPPPPFOY6RAODMZ6R3RMJNSJANCNFSM4MGNNYSQ .

gifty74 commented 4 years ago

Ok. So after trying several things ended up going back in and loading the latest version of Buster and manually installing node red and the flow.json. All back and working now, on v2.6 (guess it grabbed the latest version). Will test stability on this beer over the next 48 hrs.

noahbaron commented 4 years ago

Thanks for the update. Let me know if you have any other trouble with it. The purpose of v.2.6 was to make it easier to set a custom source for updating the app as well as check if there's an updated version available. Shouldn't have any affect on cloud logging.

On Mon, Apr 13, 2020 at 8:20 AM gifty74 notifications@github.com wrote:

Ok. So after trying several things ended up going back in and loading the latest version of Buster and manually installing node red and the flow.json. All back and working now, on v2.6 (guess it grabbed the latest version). Will test stability on this beer over the next 48 hrs.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/22#issuecomment-612944787, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBME7JH4XTCOIUBQXMDRMMUVDANCNFSM4MGNNYSQ .