Skip to content
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

Individual Add sensor barcode #32

Open
RobotsForSTEM opened this issue Apr 18, 2024 · 1 comment
Open

Individual Add sensor barcode #32

RobotsForSTEM opened this issue Apr 18, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@RobotsForSTEM
Copy link

Hi.
I tryed to add by qr code a coouple of sensors on my motorcycle but the software always gives the information that the is no sensor information for rear axle.
however, the qr code has information for both sensors, separated by & as I believe your app is looking for.
The front sensor is working but i didn't find a way of adding the rear sensor.

Would it be possible to, for example, click on the specific wheel and, after opening the add sensor (either by writing sensor information or reading qr or barcode) for that specific sensor?
Thank you. keep up the good work.

@RobotsForSTEM RobotsForSTEM added the enhancement New feature or request label Apr 18, 2024
@VincentMasselis
Copy link
Owner

Hello and thanks for your bug report 😃

When emitting data, Sysgration sensors also emit their location. 4 different locations exists, FRONT_LEFT, FRONT_RIGHT, REAR_LEFT and REAR_RIGHT. To make the UI easy to use, I automatically put found sensors on the vehicle on the right tire according to the location. When using a motorcycle, I expect sysgration sensor to return a FRONT_LEFT or a FRONT_RIGHT location for a front tire and a REAR_LEFT or REAR_RIGHT for a rear axle.

Unfortunately, it seems the seller sent you a FRONT_LEFT and a FRONT_RIGHT sensor so TPMS Advanced cannot find on which axle each of them are plugged. For example, some people could use the FRONT_LEFT for the rear axle, some for the front, TPMS Advanced cannot figure where the user has plugged it 🤷‍♂️.

But, there is hope 😄, when I was adding support for Pecham sensors, I've added code to ask the user for the real location of the sensor. Pecham sensor doesn't return any location at all, only the user can tell where it is. To support this feature for Sysgration sensors, I need to do some important updates.

I'll keep you in touch :)

@VincentMasselis VincentMasselis self-assigned this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants