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

rated range + ideal range waste of signals #1409

Open
bassmaster187 opened this issue Dec 11, 2024 · 2 comments
Open

rated range + ideal range waste of signals #1409

bassmaster187 opened this issue Dec 11, 2024 · 2 comments

Comments

@bassmaster187
Copy link
Owner

bassmaster187 commented Dec 11, 2024

many cars have same values for rated range and ideal range. maybe we can save many signals if we request both only on cars with different readings. We should check if it's a hardcoded factor on these cars or really different all the time.

@Adminius
Copy link
Contributor

Adminius commented Dec 11, 2024

SELECT * FROM `teslalogger`.`pos` where ideal_battery_range_km <> battery_range_km ORDER BY `datum` DESC LIMIT 1000;
3.591.658 positions from 3 cars:

image

rounding errors only. Model 3+Y

@Adminius
Copy link
Contributor

As already assumed, now with data:
New Model S/X (Palladium): ideal=rated
https://tff-forum.de/t/teslalogger-mit-raspberry-pi-mysql-grafana-osm-teil-3/345688/2201?u=eugenius

Model 3/Y: from beginning ideal=rated

Old Model S/X: ideal<>rated, but also no Telemetry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants