-
Notifications
You must be signed in to change notification settings - Fork 78
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
Battery drain on EV? #184
Comments
Yes it will when refresh is forced
… Op 22 dec. 2021 om 16:24 heeft Alex ***@***.***> het volgende geschreven:
Hi there,
just wondering whether regular queries (every 5mins?) will drain my EVs 12V battery?!
Does anyone know?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Great. Then you should write this in big upper case letters into the readme, or? |
The default value for https://github.com/Hacksore/bluelinky/blob/develop/src/constants.ts#L26 |
And how this will stop people from doing regular refresh by an endless loop? And how will they know that regular refreshes drain their battery? This is a serious issue. Got a new car, used the library via nodered and queried status every 5min, because I thought it works like Renault: always ask the Cloud, not the car itself. I'm pretty sure that it makes a lot of sense to tell the people via Readme file that making regular queries can drain their car battery until the car will reject any interaction, even unlocking by remote key. |
If you are doing endless refresh queries what else would you expect? I understand that a message in the readme would be beneficial, submit a PR. |
I did... |
How do you think people know that every query is sent to their car? I expected to query the last status the car has sent to the cloud from the cloud. I never expected that every query is sent to the car. I expected some kind of indirection. But this is more like a direct connection, with the cloud as a proxy. |
You might wanna try pressing the refresh button in you app every 5 minutes. And when your battery is drained send a formal complaint to Kia/Hyundai that the app didn't give you any warning? I wonder if they would change the readme file. And instead of being irritated that the readme isn't up to your standards you could also be grateful that a group of volunteers is spending their precious spare time building something for the community. |
Merged #185 which should give a warning in the readme. Feel free to continue the discussion but I'm closing this issue. |
Despite of the adapted ReadMe, there still seems to be some confusion about it, as it's not very clear to non-insiders what "refresh" means. What I understand from this discussion is that the car battery is only drained when using "refresh: true". Can one of you please state if my assumption is right that no drain should happen with refresh=false? |
Your assumption is right. Op 9 feb 2024 om 16:43 heeft cr0ste ***@***.***> het volgende geschreven:
Despite of the adapted ReadMe, there seems to be still some confusion about it, as it's not very clear to non-insiders what "refresh" means.
What I understand from this discussion is that the car battery is only drained when using "refresh: true".
In several communities poeple are discussing about battery drain of bluelinky and interprete the new ReadMe as "You should not call bluelinky too often" (not knowing about refresh true/false toggle).
Can one of you please state if my assumption is right that no drain should happen with refresh=false?
If so, I would probably create another PR to make it more clear ;-)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
@Hacksore @PierreLevres We have our Kia since 1.5 years now and since 1 year we have a lot of full outages of our 12 V battery. So now the question is if this is somehow solvable. I think that my usage is correct. And I also assume its not a general problem, as you guys would be aware of it then. The caching should happen at Kia side, not on blulinky side, correct? Edit: Created a new issue |
Hi there,
just wondering whether regular queries (every 5mins?) will drain my EVs 12V battery?!
Does anyone know?
The text was updated successfully, but these errors were encountered: