baronbrew / TILTpi

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

Ancient version of node-red? #30

Open buddapps opened 3 years ago

buddapps commented 3 years ago

Was looking to merge some custom flows and GUI's with the tilt flows and noticed that the version of Node-Red was way back in time. Are you stuck on this version because of a bug or security fix?

If a bug it's been my experience that they get fixed in short order after reporting them.

noahbaron commented 3 years ago

Yes, there was a bug that took over 2 years to fix discussed here: https://github.com/node-red/node-red/issues/2017. It prevented using http POST with Google Scripts/Sheets which uses a redirect.

It appears it was fixed in April of this year, so I'll take a look at upgrading node-red to the latest version. What kinds of updates were you planning to add?

On Fri, Jun 18, 2021 at 11:20 AM fredsparkle @.***> wrote:

Was looking to merge some custom flows and GUI's with the tilt flows and noticed that the version of Node-Red was way back in time. Are you stuck on this version because of a bug or security fix?

If a bug it's been my experience that they get fixed in short order after reporting them.

— 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/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBNAF2UJIR7ORUGEJXLTTOFADANCNFSM466DTCTA .

buddapps commented 3 years ago

IOT to control his brew rig and Alex voice interface, warnings through the house.

noahbaron commented 3 years ago

Ok, thanks for letting me know. I’ll take a look at the latest node-red version and see if I can get it to work.

On Tue, Jun 22, 2021 at 11:05 AM fredsparkle @.***> wrote:

IOT to control his brew rig and Alex voice interface, warnings through the house.

— You are receiving this because you commented.

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

inprodwetest commented 1 year ago

Yes, there was a bug that took over 2 years to fix discussed here: node-red/node-red#2017. It prevented using http POST with Google Scripts/Sheets which uses a redirect. It appears it was fixed in April of this year, so I'll take a look at upgrading node-red to the latest version. What kinds of updates were you planning to add?

Any update to this?