-
Notifications
You must be signed in to change notification settings - Fork 77
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
Support for getting/setting charging schedule #227
Comments
Possible but it would require someone to find the endpoints 😬. |
Do you have a good way of finding the endpoint? Decompilation? Wireshark? |
Some python code I had working before I switched to Bluelinky and node-red completely ` def api_get_chargeschedule(self):
` |
This is what I've written in the past https://docs.google.com/document/d/1q0Pz2t5Gmt-vv8z-2Yswhvg2x9B2f3d1vjpkIjt9EfQ/edit?usp=sharing |
GETting the |
Some EVs (eg. the Hyundai Ioniq 5) have the option of setting a charging schedule from the BlueLink App. Will it be possible to view and edit this schedule from BlueLinky?
Alternatively, if someone has an API description from Hyundai, I'd be happy to make a a pull request.
The text was updated successfully, but these errors were encountered: