baronbrew / TILTpi

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

[Question] Max amount of tilts in Tilt Pi & Tilt Names #25

Closed MattL-NZ closed 4 years ago

MattL-NZ commented 4 years ago

We have multiple tilts (approx 20) and some are the same color. Is there a way we can easily distinguish the different colors and what beers they are in by giving the Tilt device a different name. (e.g. Tilt purple 1, Tilt purple 2).

Also, is 8 the max amount of Tilt's we can have assigned on Tilt Pi? Are we able to have more?

Is this possible?

Thanks.

noahbaron commented 4 years ago

The Tilt Pi is capable of reading the unique mac address transmitted by each Tilt so in that way you could distinguish between Tilts of the same color. However, Tilt Pi has not yet been set up to handle that functionality yet.

On Tue, Jul 14, 2020 at 1:22 AM Matt L notifications@github.com wrote:

We have multiple tilts (approx 20) and some are the same color. Is there a way we can easily distinguish the different colors and what beers they are in by giving the Tilt device a different name. (e.g. Tilt purple 1, Tilt purple 2).

Is this possible?

Thanks.

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

MattL-NZ commented 4 years ago

Thanks Noah. So are you saying we can actually connect TiltPi to more than 8 devices but we can only view 8 within the UI?

If the above is correct, would I be able to get the data from more than 8 devices (approx. 20) through Tilt Pi into Google Sheets?

noahbaron commented 4 years ago

No, it's only possible with additional development work

On Tue, Jul 14, 2020 at 2:24 PM Matt L notifications@github.com wrote:

Thanks Noah. So are you saying we can actually connect TiltPi to more than 8 devices but we can only view 8 within the UI?

If the above is correct, would I be able to get the data from more than 8 devices (approx. 20) through Tilt Pi into Google Sheets?

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

MattL-NZ commented 4 years ago

Ok, makes sense. I don't suppose you have an ETA on when something like this could be developed?

noahbaron commented 4 years ago

It would be faster to add a "white list" feature that would filter for a specific mac address. In this case you would use two raspberry pi's which might make more sense since the range could be better optimized.

On Tue, Jul 14, 2020 at 2:54 PM Matt L notifications@github.com wrote:

Ok, makes sense. I don't suppose you have an ETA on when something like this could be developed?

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

wiltdavi commented 4 years ago

Could you already do what is being requested with 2 raspberry pi's? There is the ability to Filter Tilt by Signal Strength. By using this I assume you would be able to get the 2 raspberry pi's to only read a specific set of tilts assuming they are grouped properly. This would perform the same action as the "white list". From there you should be able to set each color associated with each raspberry pi to a different beer name and effectively log 2 tilts of the same color at the same time.

Note: This does require 2 raspberry pi's and the duplicate colors must be separated from each other so that they can be filtered by signal strength.

noahbaron commented 4 years ago

That’s correct, this feature is already available and would work well if it’s possible to use two or more raspberry pi’s that are separated into different areas or rooms. We actually use this setup for calibrating Tilts and it works, however there’s an occasional stray RSSI that gets through.

On Wed, Jul 15, 2020 at 6:16 AM David Wilt notifications@github.com wrote:

Could you already do what is being requested with 2 raspberry pi's? There is the ability to Filter Tilt by Signal Strength. By using this I assume you would be able to get the 2 raspberry pi's to only read a specific set of tilts assuming they are grouped properly. This would perform the same action as the "white list". From there you should be able to set each color associated with each raspberry pi to a different beer name and effectively log 2 tilts of the same color at the same time.

Note: This does require 2 raspberry pi's and the duplicate colors must be separated from each other so that they can be filtered by signal strength.

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

MattL-NZ commented 4 years ago

Thanks for your suggestions guys. That is possibly what we will go with. One last question however; Can we change/update the UUID of each of our devices? That way we could identify the differences between two tilts that are the same colour. Noah is this possible? Would be great if it was!

Thanks Matt

noahbaron commented 4 years ago

The UUID is actually what encodes the color. Unfortunately, there's no interface for changing it. Definitely a good idea and something to consider in the future. That said, I have made some progress with Tilt Pi using the unique mac address to separate out devices of the same color. Will work on it this week and let you know when there's a beta for testing.

On Sun, Jul 26, 2020 at 4:03 PM Matt L notifications@github.com wrote:

Thanks for your suggestions guys. That is possibly what we will go with. One last question however; Can we change/update the UUID of each of our devices? That way we could identify the differences between two tilts that are the same colour. Noah is this possible? Would be great if it was!

Thanks Matt

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

MattL-NZ commented 4 years ago

Thanks @noahbaron.

Let me know as soon as I could start testing the beta version. Hoping to use this before the end of next week if possible.

myoung34 commented 4 years ago

@noahbaron I'd love to see if we can come up with a collaboration if you're interested.

I maintain https://github.com/myoung34/tilty and currently have plans to build a much more user-friendly UI similar to tiltpi

I added some prelim work today to tag data outputs with mac address: https://github.com/myoung34/tilty/pull/17

My personal complaint being that gathering the mac address from a Tilt is not easy since its not readable from the casing at all.

noahbaron commented 4 years ago

You can start testing now. Click "Update App (flow)" in the System menu. This will add a text field UI component below the Update App button so you have an option to test a beta version of Tilt Pi by typing "tiltpi-dev" into the field. Note that once you do this the only way to go back is to type "Aioblescan". "Aioblescan" is the default you're currently using. Not sure how long I'll keep this feature, but it's the simplest way I could think of to beta test. Let me know your feedback. So far my testing shows that I can have up to 20 Tilts using the same Tilt Pi at once.

On Mon, Jul 27, 2020 at 1:52 PM Matt L notifications@github.com wrote:

Thanks @noahbaron https://github.com/noahbaron.

Let me know as soon as I could start testing the beta version. Hoping to use this before the end of next week if possible.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-664632145, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBLNJORALMF3B4VPLRLR5XSJJANCNFSM4OZIW4PQ .

MattL-NZ commented 4 years ago

Excellent, thanks @noahbaron. I will test this tonight NZT and will report back this time tomorrow.

MattL-NZ commented 4 years ago

@noahbaron What is the way to identify the differences between the two tilts with the same colour? Is this done by Mac address or can we change the name of each of them?

noahbaron commented 4 years ago

@myoung34 A collaboration would be great. As you know Tilt Pi depends on the dashboard node-red plugin and although easy to use has significant limitations and requires some workarounds here and there. Feel free to email me directly to follow up.

On Mon, Jul 27, 2020 at 7:57 PM myoung34 notifications@github.com wrote:

@noahbaron https://github.com/noahbaron I'd love to see if we can come up with a collaboration if you're interested.

I maintain https://github.com/myoung34/tilty and currently have plans to build a much more user-friendly UI similar to tiltpi

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-664746546, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBKZTZOQKJARNA3YPBDR5Y5APANCNFSM4OZIW4PQ .

noahbaron commented 4 years ago

The mac address is now appended to the color. You can still set the beer name. So you could add an additional identifier to the beer name so that if you had a grid of fermenters all with the same beer you could call the beer A1 IPA, A2 IPA, etc and each would have a unique color plus mac ID associated with it.

On Tue, Jul 28, 2020 at 2:05 PM Matt L notifications@github.com wrote:

@noahbaron https://github.com/noahbaron Is there a way to identify the differences between the two tilts with the same colour? Is this done by Mac address or can we change the name of each of them?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-665282816, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBPLBUTT5BK3Z7TWH3DR544SFANCNFSM4OZIW4PQ .

MattL-NZ commented 4 years ago

Thanks. I guess I should set these up one at a time so I know which tilt is going into which fermenter. I would hate to name for example two black tilts A1 IPA and A2 IPA and forget which is which and put the wrong one in the wrong fermenter. Will report back with my testing.

noahbaron commented 4 years ago

Agreed. It appears the barcode on the Bluetooth chip doesn't match the mac address numbers so not much help there. If we need to keep track of an individual Tilt, we'll set it on a sheet of paper with a label on it.

On Tue, Jul 28, 2020 at 2:22 PM Matt L notifications@github.com wrote:

Thanks. I guess I should set these up one at a time so I know which tilt is going into which fermenter. I would hate to name for example two black tilts A1 IPA and A2 IPA and forget which is which and put the wrong one in the wrong fermenter. Will report back with my testing.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-665290188, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBOIG2H6VAINWQFTD2TR546P7ANCNFSM4OZIW4PQ .

MattL-NZ commented 4 years ago

@noahbaron Trying to follow your instructions but I cannot seem to make the text box appear when I click on the "Update App (flow)" button in the System menu. Do I need to completely re-install it on my Raspberry Pi?

noahbaron commented 4 years ago

Which version of the Tilt Pi app are you using? It needs to be version 2.5 or 2.6. The original Tilt Pi versions can not be upgraded. You may need to download a new image file

On Tue, Jul 28, 2020 at 11:38 PM Matt L notifications@github.com wrote:

@noahbaron https://github.com/noahbaron Trying to follow your instructions but I cannot seem to make the text box appear when I click on the "Update App (flow)" button in the System menu. Do I need to completely re-install it on my Raspberry Pi?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-665464749, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBKCIGEONABDTTOGPYTR567XLANCNFSM4OZIW4PQ .

MattL-NZ commented 4 years ago

Using an older version. 2.1 - just going through the update now. Will report back.

MattL-NZ commented 4 years ago

@noahbaron working great! I can now distinguish between two tilts that have the same color. Great work. image

MattL-NZ commented 4 years ago

Any plans on increasing the limit from 20 to more? The project we are working on will need to monitor 22-25 or so Tilts. Not urgent however as we could just use two Raspberry Pi's to do this. But appreciate your work @noahbaron.

noahbaron commented 4 years ago

Thanks for the feedback, good to know you got it working! It would be simple enough to increase to 25. Unfortunately it has to be a fixed number since I need to set up a pre-fixed number of empty panels that the display goes to. 25 seems reasonable. Let me know if you see any other issues come up.

On Wed, Jul 29, 2020 at 2:21 PM Matt L notifications@github.com wrote:

Any plans on increasing the limit from 20 to more? The project we are working on will need to monitor 22-25 or so Tilts. Not urgent however as we could just use two Raspberry Pi's to do this. But appreciate your work @noahbaron https://github.com/noahbaron.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-665934649, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBPRE23P4PKCL47NEFTR6CHETANCNFSM4OZIW4PQ .

MattL-NZ commented 4 years ago

Legend. Thanks @noahbaron. I can see the 25 squares now so will continue testing.

MattL-NZ commented 4 years ago

Hey @noahbaron I have just installed Tilt-Pi on a brand new Raspberry Pi and can see only 20 squares. Is there anything I need to do to get the 25 squares/pi's showing instead of just 20?

noahbaron commented 4 years ago

@MattL-NZ, it was always 20 squares, it's getting hard to count! Just finished adding 5 more squares so you should now be able to get 25 Tilts going at once. I haven't tested it with all 25 Tilts yet, let me know if you see any issues with logging or anything else.

MattL-NZ commented 4 years ago

Oh really, I counted 25 a week ago but that could be a case of "too many beers that evening". Thanks for adding 25 squares. I tested with 20 last night sitting in the same bucket of warm water and I could see the data for all of them. There was a few instances where they all disappeared for a second then after about 1 minute they all started coming back again.

noahbaron commented 4 years ago

No problem, thanks for testing. What Raspberry Pi are you using? How close is it to the bucket.. If you are seeing all disappear it means the Tilt hasn't been seen for 2 minutes will cause everything to reshuffle.

On Tue, Aug 4, 2020 at 1:11 PM Matt L notifications@github.com wrote:

Oh really, I counted 25 a week ago but that could be a case of "too many beers that evening". Thanks for adding 25 tilts. I tested with 20 last night sitting in the same bucket of warm water and I could see the data for all of them. There was a few instances where they all disappeared for a second then after about 1 minute they all started coming back again.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-668801281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBK7M2M5MZL2FCBW37LR7BTPNANCNFSM4OZIW4PQ .

MattL-NZ commented 4 years ago

We are using the newest Raspberry Pi 4 Model B. It is around 2 meters away from the bucket.

Yeah the reshuffling looks to happen when more tilts get added to the bucket. Example: there are 3 black tilts and 1 yellow tilt and 3 blue tilts in the bucket. If i go and add another yellow tilt, it reshuffles everything around so the two yellow tilts are now next to each other. Takes around 30seconds - 1minute to do this.

noahbaron commented 4 years ago

Ok, good to know. It doesn't sound like there are any unexpected disconnects. The reshuffling occurs when a new Tilt is seen since they are all sorted alphabetically so colors are in groups and blank squares at the end.

MattL-NZ commented 4 years ago

@noahbaron I am happy to close this issue/question. Everything looks to be working perfectly from our side of things. We're running around 22 tilts simultaneously. Will you be moving these adjustments into the production version of Tilt Pi or should we just continue to use the beta version?

noahbaron commented 4 years ago

Great to hear! Thanks, yes please close it. Thanks for testing. As far as moving to production. This version adds extra complexity so will likely make this a separate version that can be activated if wanting to use more than 8 Tilts. I’ll let you know when this goes live.

On Mon, Aug 10, 2020 at 2:28 PM Matt L notifications@github.com wrote:

@noahbaron https://github.com/noahbaron I am happy to close this issue/question. Everything looks to be working perfectly from our side of things. We're running around 22 tilts simultaneously. Will you be moving these adjustments into the production version of Tilt Pi or should we just continue to use the beta version?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-671599151, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBJ7DAD3A5WZSYGA5BLSABRALANCNFSM4OZIW4PQ .

MattL-NZ commented 3 years ago

Hey @noahbaron did you ever manage to push this updated version live? I am planning on setting this up on a completely new Raspberry Pi and just thought I would check the setup is still the same as mentioned above?

noahbaron commented 3 years ago

Hi @MattL-NZ - yes, this feature is now available in the latest Tilt Pi download. It needs to be enabled in the Tilt Pi “System” menu to work.

fullbreed06 commented 2 years ago

Hey @noahbaron i just loaded the Tilt Pi v.2 Buster Jan12 image to a PI 4, and i'm having trouble with it picking up all of my tilts. I have all different colors, and the only ones that are being picket up are the ones with repeaters. I have the Pi right next to a SS Brewtech conical, and it won't pick it up without the repeater. Am i missing something? What's the range?

noahbaron commented 2 years ago

We recommend using a Tilt Pro with stainless steel conicals. Are you using a standard Tilt or Tilt Pro?

On Fri, Sep 10, 2021 at 12:08 PM fullbreed06 @.***> wrote:

Hey @noahbaron https://github.com/noahbaron i just loaded the Tilt Pi v.2 Buster Jan12 image to a PI 4, and i'm having trouble with it picking up all of my tilts. I have all different colors, and the only ones that are being picket up are the ones with repeaters. I have the Pi right next to a SS Brewtech conical, and it won't pick it up without the repeater. Am i missing something? What's the range?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-917144662, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBOBKUFW47I4ZXEHWODUBJJURANCNFSM4OZIW4PQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

noahbaron commented 2 years ago

Adding your username tag: @fullbreed06

We recommend using a Tilt Pro with stainless steel conicals. Are you using a standard Tilt or Tilt Pro?

On Mon, Sep 13, 2021 at 2:31 PM Noah Baron @.***> wrote:

We recommend using a Tilt Pro with stainless steel conicals. Are you using a standard Tilt or Tilt Pro?

On Fri, Sep 10, 2021 at 12:08 PM fullbreed06 @.***> wrote:

Hey @noahbaron https://github.com/noahbaron i just loaded the Tilt Pi v.2 Buster Jan12 image to a PI 4, and i'm having trouble with it picking up all of my tilts. I have all different colors, and the only ones that are being picket up are the ones with repeaters. I have the Pi right next to a SS Brewtech conical, and it won't pick it up without the repeater. Am i missing something? What's the range?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-917144662, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBOBKUFW47I4ZXEHWODUBJJURANCNFSM4OZIW4PQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

fullbreed06 commented 2 years ago

Standard tilt. I'm within 5 feet of the tilt pi. The others is maybe 10 feet away ina glass carboy, and is not being picked up.

On Mon, Sep 13, 2021, 16:31 Noah Baron @.***> wrote:

We recommend using a Tilt Pro with stainless steel conicals. Are you using a standard Tilt or Tilt Pro?

On Fri, Sep 10, 2021 at 12:08 PM fullbreed06 @.***> wrote:

Hey @noahbaron https://github.com/noahbaron i just loaded the Tilt Pi v.2 Buster Jan12 image to a PI 4, and i'm having trouble with it picking up all of my tilts. I have all different colors, and the only ones that are being picket up are the ones with repeaters. I have the Pi right next to a SS Brewtech conical, and it won't pick it up without the repeater. Am i missing something? What's the range?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-917144662, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAQ3FBOBKUFW47I4ZXEHWODUBJJURANCNFSM4OZIW4PQ

. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675

or Android < https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-918594225, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVSJBEQNEAJ5AV5H6LXA57LUBZUUXANCNFSM4OZIW4PQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

noahbaron commented 2 years ago

Glass carboy shouldn't be a problem at all. The range is 30 feet minimum and up to 100 feet in a glass carboy. You're saying the repeater connects 10 feet away but not the Tilt in the glass carboy? Does the Tilt 2 app connect to the Tilts in a carboy?

On Mon, Sep 13, 2021 at 2:39 PM fullbreed06 @.***> wrote:

Standard tilt. I'm within 5 feet of the tilt pi. The others is maybe 10 feet away ina glass carboy, and is not being picked up.

On Mon, Sep 13, 2021, 16:31 Noah Baron @.***> wrote:

We recommend using a Tilt Pro with stainless steel conicals. Are you using a standard Tilt or Tilt Pro?

On Fri, Sep 10, 2021 at 12:08 PM fullbreed06 @.***> wrote:

Hey @noahbaron https://github.com/noahbaron i just loaded the Tilt Pi v.2 Buster Jan12 image to a PI 4, and i'm having trouble with it picking up all of my tilts. I have all different colors, and the only ones that are being picket up are the ones with repeaters. I have the Pi right next to a SS Brewtech conical, and it won't pick it up without the repeater. Am i missing something? What's the range?

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

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

. Triage notifications on the go with GitHub Mobile for iOS <

https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675

or Android <

https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub

.

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

. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675

or Android < https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-918598604, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBI3SQ5VZT25ZERDGELUBZVQZANCNFSM4OZIW4PQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

fullbreed06 commented 2 years ago

When you program the tilt PI and run the set up for wifi and which color tilt, I did one for orange and one for black. The tilt pi is only picking up the one that is connected to the repeater. The tilt Pi is right above the SS conical, and picks it up with the repeater, but doesn't pick up the Black one in the glass carboy 10 ft away. The tilt 2 app does pick up both no problem.

noahbaron commented 2 years ago

It's possible there was some issue starting a log for your black Tilt. Are you able to connect to the Tilt Pi dashboard? You can connect to it from a phone or laptop on the same wifi network through the link http://tiltpi.local:1880/ui or http://:1880/ui

On Mon, Sep 13, 2021 at 5:13 PM fullbreed06 @.***> wrote:

When you program the tilt PI and run the set up for wifi and which color tilt, I did one for orange and one for black. The tilt pi is only picking up the one that is connected to the repeater. The tilt Pi is right above the SS conical, and picks it up with the repeater, but doesn't pick up the Black one in the glass carboy 10 ft away. The tilt 2 app does pick up both no problem.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baronbrew/TILTpi/issues/25#issuecomment-918681101, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3FBKBDOIM2PO3JDDUGB3UB2HRNANCNFSM4OZIW4PQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.