-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature Request: Add battery level for connected Cars #67
Comments
First of all: congratulations to drive electric! :) Best would be to have an Polestar Adapter like there is one for e.g. Tesla .... so, that's a pitty that this isn't possible. The idea to get this data by a route over the Tibber server is nice. |
Thank you! |
Would love to see it. Please have it in the back of your mind - possible that you have more than one car. @Stroell in your iobroker implementation it's allways the first car - you have to modify the script (a little bit) for a second car. |
Up to now I didn't manage to link my wife's skoda to tibber - perhaps I'll try with the Tesla to have a test scenario for this addon |
I'm facing a similar problem. |
There`s nothing about car data in the Tibber API documentation |
I don't see any possibilities to implement this - no data about connected cars in Tibber API. Also I don*t think that they wan't to have this implemented. |
Still no news in Tibber API to implement anything about connections to cars - closing this thread |
This is a snippet from a JS in IoBroker Forum:
As you can see, there is a very easy implementation to fetch the SOC of a car from Tibber |
Okay, I tried it. It works, but it prevents the car from sleeping... Tibber is probably doing something wrong there - I won't support it like this for now. |
Wow! Spooky! Is this a tibber-car-adapter specific phenomenon? |
Would it be worth, implementing it with a feature-toggle in the instance-config? And a explicit remark? So people can chose using it or not. |
It would be great if you could get the battery level of a connected Car (via PowerUps) as well.
Background: My car (Polestar) does not have an open API to get statistics, but connecting it to Tibber gives me at least the battery level.
Unfortunately, Tibber does not provide that data via the Developer API, but it is possible via the App API.
Here is some sample Java Script Code that I use currently to get the data from Tibber. It is far from perfect, but a good start.
I don´t know how long the requested tokens are valid. Requesting a new one every time the script runs is probably not necessary .
The text was updated successfully, but these errors were encountered: