-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Image #14
Comments
Hi, thanks for the suggestion. I’m not aware of any docker image existing
for Tilt Pi, sounds like a convenient option. Thanks for offering to help!
Let me know if you need any details from me to get this started.
Cheers,
…On Sat, Oct 5, 2019 at 1:01 AM Sean Arnold ***@***.***> wrote:
It would be great if there was a docker image where we could spin up
TiltPi with minimal config. This should remove errors of node versions,
raspbian being updated etc.
Is this something that has started anywhere? Otherwise I'd be keen to help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAQ3FBNYFTUWSVCSR2PHCEDQNBCV7A5CNFSM4I5WZDO2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HP2EIMA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ3FBMCIJM6GNDVYP2W2FDQNBCV7ANCNFSM4I5WZDOQ>
.
|
I've been trying to get this working using the instructions in the README but I'm getting the following errors when loading the UI
Any tips? |
Just found the updated instructions here: https://tilthydrometer.com/blogs/news/install-tilt-pi-on-raspbian-buster-compatible-with-all-rpi-models-including-rpi-4 Seems to work |
How did the Docker image turn out? |
Great to hear the new instructions are working. Always a challenge as
different components are updated.
…On Mon, Oct 7, 2019 at 5:29 AM Matthew McConnell ***@***.***> wrote:
How did the Docker image turn out?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAQ3FBPG622FCV6CPV34EJ3QNMTRJA5CNFSM4I5WZDO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAQEQOQ#issuecomment-538986554>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ3FBNRLUYVISKEBA3BNATQNMTRJANCNFSM4I5WZDOQ>
.
|
I have a Pi 3B+ and the latest tiltPi build with Buster (hdmi version) will not run for me for more than a few hours without freezing. Tried a different SD card, updating/upgrading, new power supply...everything. Looking in the log there are a ton of Bluetooth errors, one ever few seconds. I think it might be overloading the Pi?? |
That was a problem with the first release of the Tilt Pi image, did you try
updating the app in the system menu? The update manages the errors by
killing and restarting the process after an error is outputted from
Aioblescan. I haven’t been able to determine the root cause of the errors.
…On Mon, Oct 7, 2019 at 6:06 PM gifty74 ***@***.***> wrote:
I have a Pi 3B+ and the latest tiltPi build with Buster (hdmi version)
will not run for me for more than a few hours without freezing. Tried a
different SD card, updating/upgrading, new power supply...everything.
Looking in the log there are a ton of Bluetooth errors, one ever few
seconds. I think it might be overloading the Pi??
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAQ3FBJHM4ZPLYIJ4ST5VBDQNPMJLA5CNFSM4I5WZDO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEASJNQY#issuecomment-539268803>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ3FBJQRCPJPSCKBI2EWWLQNPMJLANCNFSM4I5WZDOQ>
.
|
I did. Updating in the app doesn’t seem to do anything. The button flashes briefly but nothing else. I also restarted and updated everything else I could. Here’s a screen shot of the ongoing errors, one or two a second. |
I'm seeing those errors on my end as well. I tried searching for the error
online and it appears it could be related to the bluetooth driver on this
version of Raspbian. Regardless, Tilt Pi v2.3 should handle these without
overloading. (can you confirm you are using Tilt Pi v2.3 you see in System
menu?)
I've been running Tilt Pi v2.3 server version for several months now
without a reboot. I'll start testing the HDMI/GUI version since there might
be a difference.
…On Tue, Oct 8, 2019 at 4:10 AM gifty74 ***@***.***> wrote:
That was a problem with the first release of the Tilt Pi image, did you
try updating the app in the system menu? The update manages the errors by
killing and restarting the process after an error is outputted from
Aioblescan. I haven’t been able to determine the root cause of the errors.
… <#m_-539479051828155544_>
I did. Updating in the app doesn’t seem to do anything. The button flashes
briefly but nothing else. I also restarted and updated everything else I
could. Here’s a screen shot of the ongoing errors, one or two a second.
[image: CCB07B56-5BD1-4621-9B3C-587474B10E78]
<https://user-images.githubusercontent.com/47636112/66391243-9ecd4980-e99a-11e9-8d13-6a7b98acfeeb.jpeg>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAQ3FBI7SY2PLVBAMKV2C6TQNRTAXA5CNFSM4I5WZDO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEATZIVQ#issuecomment-539464790>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ3FBNZ2GJNXIMPOV6TDXDQNRTAXANCNFSM4I5WZDOQ>
.
|
Yes, version 2.3, HDMI version. It appears it’s an issue with the pi3 and 3B. I found a thread that says to lower the baud rate of the Bluetooth controller in usr/bin/btart, but I can’t figure out how to get the proper permissions to modify the one parameter they say to change. Permissions are for root, not pi. |
Ok, lowered the rate in the btuart file and that seems to have fixed it. Just not sure if the range is now affected. Will try running the server near my tilt tonight. |
That's great to hear. What commands did you use?
…On Tue, Oct 8, 2019 at 7:00 PM gifty74 ***@***.***> wrote:
Ok, lowered the rate in the btuart file and that seems to have fixed it.
Just not sure if the range is now affected. Will try running the server
near my tilt tonight.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAQ3FBOH53PA5UPJFSKSUKDQNU3KJA5CNFSM4I5WZDO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAWH46I#issuecomment-539786873>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ3FBIKLDZTDPRIIVN5P7TQNU3KJANCNFSM4I5WZDOQ>
.
|
Ok, so after testing it appears that lowering the bt rate eliminates the errors I was getting, and has stabilized my Pi3B running TiltPi v2.3. Over the past 24 hrs it has not missed one data point, and seems to have a much more accurate recording time. Prior, I was missing random points, and often times it would record a data point and the 15 min interval would start to drift. If it started recording at 8:01:05 for example, several hours in it would be at 12:02:30 for example. The interval would slip, presumably from the mass amount of errors jamming the system and delaying the upload? Not really sure on that, but this tweak has totally stabilized my Pi3B, so far. |
That's really great news! I found and edited the btuart file you were
mentioning and am trying this as well. Should probably add this to the SD
card image to improve stability.
…On Sun, Oct 13, 2019 at 7:05 AM gifty74 ***@***.***> wrote:
Ok, so after testing it appears that lowering the bt rate eliminates the
errors I was getting, and has stabilized my Pi3B running TiltPi v2.3. Over
the past 24 hrs it has not missed one data point, and seems to have a much
more accurate recording time. Prior, I was missing random points, and often
times it would record a data point and the 15 min interval would start to
drift. If it started recording at 8:01:05 for example, several hours in it
would be at 12:02:30 for example. The interval would slip, presumably from
the mass amount of errors jamming the system and delaying the upload? Not
really sure on that, but this tweak has totally stabilized my Pi3B, so far.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAQ3FBOKSVEE42IDE3KQNULQOMTJTA5CNFSM4I5WZDO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBCW5LQ#issuecomment-541421230>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3FBKMH5MJFUQGFVJM5R3QOMTJTANCNFSM4I5WZDOQ>
.
|
Yeah, test it out and let me know! |
I assume you ended up editing this? What value did you end up using? I checked the current version of TiltPi but I guess you've not had a chance to update yet. |
Yes, that file. Drop the 921600 to 460800. Make sure to look afterward at the logs. And I agree, the image should be updated, or have a special version for the Pi3B with the lowered bt rate. |
Thank you sir. I’ll give that a go. |
I have a Pi 4. It looks as if the baud rate would be set at 3000000 which seems pretty high to me. I'll have to do some more testing. Maybe the Pi 4 can handle the higher rate? |
Ran overnight on a Pi4 at 3000000 and no errors in syslog. I'll try next with one of my 3's. Of course, I'm just recreating your findings, but I thought sharing my Pi 4 results would be helpful. |
I've been trying to figure out the least painful way to fix this. Most likely I will add a button in the System menu that will generate the modified "btuart" text file and replace the current one. The specific part of the file that needs to be changed is line 22 in /usr/bin/btuart I've changed the baud rate to 115200 since I was seeing errors even at 460800. |
You are correct, I also dropped it to 115200. The Pi4 should handle the errors much better than the 3B+, which is why @Ibussy is probably not seeing the errors. But yeah, a button would be nice. |
So what I did for the BrewPi Remix script (at least this is what I have right now) is: do_aioblescan() {
# Install aioblescan
local blerepo device fast safe file
echo -e "\nInstalling BLEacon support via aioblescan."
blerepo="https://github.com/baronbrew/aioblescan.git"
file="/usr/bin/btuart"
fast="\$HCIATTACH \/dev\/serial1 bcm43xx 921600 noflow - \$BDADDR"
safe="\$HCIATTACH \/dev\/serial1 bcm43xx 460800 noflow - \$BDADDR"
rm -fr "$HOMEPATH/aioblescan"
git clone "$blerepo" "$HOMEPATH/aioblescan"
(cd "$HOMEPATH/aioblescan" || exit; python3 setup.py install)
rm -fr "$HOMEPATH/aioblescan"
# Slow down uart speeds on < Pi4
if [ -f "$file" ]; then
sed -i "s/$fast/$safe/g" "$file"
fi
device=$(hciconfig | grep "hci" | grep "UART" | tr -s ' ' | cut -d":" -f1)
if [ -n "$device" ]; then
if grep -vq "Pi 4" /proc/device-tree/model; then
stty -F /dev/serial1 460800
fi
fi
} Note that $HOMEPATH is set previously so you'll want to address that. At least to my way of thinking this will only address baud rates for Bluetooth devices connected via the UART, and then only that BAUD rate which was troublesome previously. Then for good measure, it resets the baud rate of the existing serial port (if not on Pi 4) for "right now" work. Minimally tested, but you get the idea. (edited to fix the logic around $device) |
Thanks! Stability fix is now available as a button in version Tilt Pi v.2.4. Just tap the "Update App (Flow)" and you'll see a button appear that will allow you to make the baud rate changes. I also added a button to restore in case some other fix ever becomes available. If the Docker Image can avoid problems like these, I'm all for it. Not sure how though, I would think the docker image would have the same problem. |
I almost have this working in Docker for RPI4, but I am running in to a problem with it keeping my settings. When I restart the system it reverts back default settings. I've tried to set the default cloud URL in the settings files that I can find, but I am not having much success. Is there a specific place I can set all my settings and have it use that on startup? |
That's really cool. Will this be available to download?
Regarding your question, the system or global settings are kept in a file
called "global.json" in the location "/home/pi/global.json" There are also
color-specific settings files stored in the same folder. For example
settings for a black tilt are stored in "/home/pi/BLACK.json" (note that
the color is spelled out in all caps). When the system starts up, these
text files are turned into a JSON object and used to restore settings.
…On Thu, Apr 23, 2020 at 7:28 AM dirtboy12 ***@***.***> wrote:
I almost have this working in Docker for RPI4, but I am running in to a
problem with it keeping my settings. When I restart the system it reverts
back default settings. I've tried to set the default cloud URL in the
settings files that I can find, but I am not having much success. Is there
a specific place I can set all my settings and have it use that on startup?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3FBNLCK4B7CLJPZFWRUTROBGBZANCNFSM4I5WZDOQ>
.
|
I hope so. I have to do some testing. It would be my first distributed image so I want to be careful.
It has worked in the past, but it would require me to login via console to launch processes. Trying to fix that. I also need to test to see what the effect is of replacing the /home directories with a mounted volume since the node-red installs write so much to the ~/.node-red folder of the user as part of the install process. If I distribute an image with node-red installed and the user mounts their own writeable volume over that /home folder, will node-red work, or does the user need to run the installs again? We will see. |
Anybody want to test? https://hub.docker.com/repository/docker/dirtboy12/ubutilt Raspberry Pi 4 only and you need to have --net=host. I tested using Raspbian Docker. See how it works. Any suggestions for decreasing the size are welcome. Launch the container, then you should be able to browse to http://:1880/ui/ Your tilt should show up once detected. May take 30 seconds. Make sure no other system is reading from your tilt at the same time or I don't think it will broadcast. |
Thanks, will give it a try. I’ve never run docker so might take time to get
up to speed.
…On Wed, Apr 29, 2020 at 1:16 PM dirtboy12 ***@***.***> wrote:
Anybody want to test?
https://hub.docker.com/repository/docker/dirtboy12/ubutilt
Raspberry Pi 4 only and you need to have --net=host.
I tested using Raspbian Docker. See how it works. Any suggestions for
decreasing the size are welcome.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3FBNC47UZIAMCPXVER53RPCDJTANCNFSM4I5WZDOQ>
.
|
I'm trying to tackle this myself, now. Didn't really have any luck with the ubutilt image but I might try later. I did find how to progress past this initial issue: all of these "missing" elements should be installed prior to importing the TiltPi flows using this: node-red-dashboard The major note for @noahbaron brew is the disclaimer on this extension, though:
It does feel like the overall implementation for this needs a revisit. "Life Support" isn't great for a device still being sold; getting it to work on Docker would at least stabilize this as other pieces move forward. |
Joe,
Thanks for your feedback. I have update the instructions on our website
here:
https://tilthydrometer.com/blogs/news/install-tilt-pi-on-raspbian-buster-compatible-with-all-rpi-models-including-rpi-4
I agree, the version of node-red UI and node-red core is ancient in
software terms and needs to be ported to a new version. I have also noticed
the latest version of Raspberry Pi OS (February 2023) doesn't support
installation, however the September 2022 version does work. I have seen
examples of docker images using Bluetooth, notably this one:
https://github.com/balena-labs-projects/bluetooth
…On Tue, May 2, 2023 at 3:55 PM Joe ***@***.***> wrote:
I've been trying to get this working using the instructions in the README
but I'm getting the following errors when loading the UI
Flows stopped due to missing node types.
ui_group
ui_tab
ui_base
ui_link
scanBeacon
ui_text_input
ui_template
ui_dropdown
ui_switch
ui_button
ui_toast
ui_slider
ui_text
Any tips?
I'm trying to tackle this myself, now. Didn't really have any luck with
the ubutilt image but I might try later.
I did find how to progress past this initial issue: all of these "missing"
elements should be installed prior to importing the TiltPi flows using
this: node-red-dashboard
<https://flows.nodered.org/node/node-red-dashboard>
The major note for @noahbaron <https://github.com/noahbaron> brew is the
disclaimer on this extension, though:
This project is based on Angular v1 - As that is now no longer maintained,
this project should be considered to be on "life support"
It does feel like the overall implementation for this needs a revisit.
"Life Support" isn't great for a device still being sold; getting it to
work on Docker would at least stabilize this as other pieces move forward.
I'll try to see if I can get it running with the node-red docker image,
but I have a feeling the bluetooth will be a pain.
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3FBLDCSX24LA6W7HFYA3XEGGF7ANCNFSM4I5WZDOQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@noahbaron I have some promising progress! This may not be the best place to ask questions or bother you, let me know. So far I have node-red being prebuilt with any needed pallette/nodes. I also have successfully polled BT devices! This leaves the TiltPi UI reachable - but "stuck", presumably because aioblescan isn't available. I've been testing from the ground up with {"peripheral":"55c9e77b13af","address":"55:c9:e7:7b:13:af","rssi":-70,"connectable":true,"manufacturerData":[224,0,1,101,202,61,0,61],"services":["fe9f"],"_msgid":"230c1a2028e921cc"} Any idea how to identify the Tilts or am I on a goose chase with this component? |
Thats great news, glad to hear you made some progress. I recommend using the reference here to scan for Tilts: https://kvurd.com/blog/tilt-hydrometer-ibeacon-data-format/ The Tilts are non-connectable and only use the manufacturer data per iBeacon specification. The output of Aioblescan looks like this: {"uuid": "a495bb10c5b14b44b5121370f02d74de", "major": 30, "minor": 1065, "tx_power": -59, "rssi": -74, "mac": "fd:35:71:48:27:0d"} |
I was interested in creating a docker image for myself to use with a bluetooth dongle, so I took a shot at it, and it seems to be working pretty well, available here: https://github.com/davismariotti/tilt-docker Many of the flows were modified to remove Raspberry Pi specific nodes (such as reboot/shutdown/etc). |
@davismariotti Well done! I had to change a few things to get it to work on a Raspberry pi, but it is working, thank you! Specifically, both the node and python versions were causing issues for ARM, so I updated to I also noticed the image size (~1gb) is 2x what my build off |
I actually have a similar docker image that I put together as part of a set of upgrades to Fermentrack that is available Here It’s not (currently) as feature-rich as TiltPi, but the image size clocks in at about 25 MB Although it isn’t an implementation of TiltPi, it uses aioblescan and has the relevant docker compose configuration in the repo which might help for any build of a full-fat TiltPi. For anyone just looking for a way to get Tilt signals from a computer with a Bluetooth dongle and Docker to somewhere on the Web, however, it might be an alternative solution. |
@jgwehr Fair point on the size. I modified it to use alpine as a base image, image size is now 277MB uncompressed. Pushed v1.1 to docker hub which has multi-arch builds now, hopefully will work on Raspberry Pi/ARM as well. |
I'm glad you guys picked this up. I was considering updating the image but
I lost the original scripts I had used.
Plus it looks like you guys have more experience with docker than I do and
more time.
Cheers!
On Mon, Jul 10, 2023 at 5:13 PM Davis Mariotti ***@***.***> wrote:
@jgwehr <https://github.com/jgwehr> Fair point on the size. I modified it
to use alpine as a base image, image size is now 277MB uncompressed. Pushed
v1.1 to docker hub which has multi-arch builds now, hopefully will work on
Raspberry Pi/ARM as well.
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APJ4M7JKFN4ZUM6JO7RGVFLXPR46XANCNFSM4I5WZDOQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
--
Curt Parker
|
It would be great if there was a docker image where we could spin up TiltPi with minimal config. This should remove errors of node versions, raspbian being updated etc.
Is this something that has started anywhere? Otherwise I'd be keen to help.
The text was updated successfully, but these errors were encountered: