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

Filter wrong data possible? #330

Open
cr0i opened this issue Jan 25, 2025 · 3 comments
Open

Filter wrong data possible? #330

cr0i opened this issue Jan 25, 2025 · 3 comments

Comments

@cr0i
Copy link
Contributor

cr0i commented Jan 25, 2025

Hello @meatpiHQ ,

I´m trying to add some more values to the vehicle Profile from VW:ID.
With one of them I have a problem, that I could not solve.
I added PID 222613 as int_temp (cabinet temperature sensor). The expression for this is:
([B4:B5])/5-40
As Min value I took -35, as Max value 95.
But sometimes I get wrong data from the car, then the temperature is reportet wrong with 0 °C.
I analysed this and it´s really, that the car presents B4=0 und B5=200, even this is wrong.
Is there a possibility to filter out this one value, so it´s ignored?
As workaround I put 0.01 as min value, but this is a little bit wrong, because the temperature could be negative too.

@meatpiHQ
Copy link
Owner

@cr0i it's possible you could have the wrong pid_init string. Please upload the car scanner logs and I'll have a look.

@cr0i
Copy link
Contributor Author

cr0i commented Jan 26, 2025

Hello @meatpiHQ ,

even carscaner shows the wrong value of 0°C.
When I start climate, the value is correct.
When I stop Climate and wait a little bit, then the wrong value appeares.

I think we must ignore this one value, if this is possible.

on ext_temp this problem does not exist, it happens only on int_temp (cabinet temperature)

@gerhardvilsecker
Copy link

I can confirm this problem. I have torque running in my Cupra Born (= VW ID.3). I see the same problem. I am also using carscanner init_string for pid 222613. In my environment its even more coincidential: most of the time it works but very seldom I get "0" degrees. I could not finde any "rule" for misfunciton so far...

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

No branches or pull requests

3 participants