Skip to content

Conversation

ProfBoc75
Copy link
Collaborator

as discussed into the issue #2384

sprintf(flags_str, "%x", flags);
/* clang-format off */
data_t *data = data_make(
"model", "", DATA_STRING, "EezTire TPMS10ATC",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess "10ATC" is 10 Anti Theft + Console package.
The sensors is "618E", model should be "EEZTire-618E"

Also add like in other TPMS:
"type", "", DATA_STRING, "TPMS",

/** @file
EezTire TPMS.

Copyright (C) 2023 ProfBoc75 and Gliebig
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually this is peoples real names but feel free to leave it as is.

- C : 8 bit CheckSum
- I: 24 bit ID
- P: 8 bit pressue
- T: 8 bit temperature
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add units and scaling for temperature and pressure.

@merbanan
Copy link
Owner

Just a few nits. Do we have test samples? If so maintainer_update changes can be added to the PR and then we can merge.

@ProfBoc75
Copy link
Collaborator Author

Just a few nits. Do we have test samples? If so maintainer_update changes can be added to the PR and then we can merge.

Yes, we have sample made by @Gliebig here : https://github.com/Gliebig/rtl_433_tests/tree/master/tests/EEZ%20Tire%20TPMS/Model%20618E

Corrections done,

ProfBoc75 added a commit to ProfBoc75/rtl_433_tests that referenced this pull request Feb 19, 2023
my last version, same as official PR as merbanan/rtl_433#2387
@Gliebig
Copy link

Gliebig commented Feb 22, 2023

Are you waiting for me to do something on my end? If so, I don't know what it is you need me to do.

@zuckschwerdt
Copy link
Collaborator

All good, I'll merge this soon.

@zuckschwerdt zuckschwerdt merged commit 9f5bcf3 into merbanan:master Feb 26, 2023
andrewjw pushed a commit to andrewjw/rtl_433 that referenced this pull request Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants