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

Feature requests? #38

Closed
PierreLevres opened this issue May 18, 2021 · 5 comments
Closed

Feature requests? #38

PierreLevres opened this issue May 18, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@PierreLevres
Copy link

PierreLevres commented May 18, 2021

thanks for your integration. I switched from Domoticz, where I used my own plugin using a python version of the BlueLinky API-wrapper. In HA I am using a node-red/MQTT interface with the Bluelinky api-wrapper. In the BlueLinky api-wrapper a few more information requests and controls of the car are available (also in node red) such as:

  • also for Hyundai cars Kona/Ioniq
  • setting AC temperature
  • getting and setting charge limits
  • start and stop charging
  • getting trip-reports
  • send destination to car

Also in the implementation of BLuelinky vs you integration I see a few differences:
Getting a unique stamp header, every time it is run
A pin code (giving a control token, expiring every 10 minutes) in the UVO-app is needed for the actions on the car and a daily refresh of an access token is implemented. I don't see that pin implemented in your code.

In my python lib and node-red implementation I also added the possibility to plan a route by ABRP (including charging stations) and send it to the car.
I see you mentioning BlueLinky in the reactions here. Are you also familiar with the discord forum on Bluelinky, i didn't find your account name?
Do you have a wishlist in which I can contribute?

@fuatakgun
Copy link
Member

thanks for detailed feedback, it is welcome. let's walk through items one by one;

I will follow these individual requests over their specific issue. Do you have any idea how we can model these entities in home assistant? What type of entities would be appropriate?

Regarding to PIN, it was not needed in my case, I do not understand why it is required in app. We just login here and use the token for 1 day, login again and fetch another token.

Regarding to wish list, we can follow these by individual issues, makes sense to you?

@fuatakgun fuatakgun added the enhancement New feature or request label May 23, 2021
@PierreLevres
Copy link
Author

PierreLevres commented May 24, 2021 via email

@fuatakgun
Copy link
Member

hi Peter, with latest kia update, we had failed because of stamp mismatch, on the other hand, this stamp (latest) is not included in bluelinky. Do you know the reasoning behind having this list? I see that there is always a possibility to break down when Kia updated its stamp.

@PierreLevres
Copy link
Author

PierreLevres commented May 28, 2021 via email

@fuatakgun
Copy link
Member

Resolving this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants