-
Notifications
You must be signed in to change notification settings - Fork 91
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
Expose scheduled charge/climate control as sensor #627
Comments
What region are you in? I think most of this was added already but may not be all regions. |
I'm in the EU, so I can see things like 1st Scheduled Departure Time, 2nd Scheduled Departure Time and Off Peak Start and End Time are alreayd implemented. Some things that don't currently seem available, that are in the Bluelink app:
I find that when the car/API resets my setting to only charge during off-peak hours, the setting 'Scheduled charging' will be disabled. If this was exposed as a binary sensor I could have some automation based on that sensor switching from true to false. (Let me know if it would be useful to have screenshots from the EU Bluelink app) |
Got it. Today we have "EV First Scheduled Departure" and second which I think is related? |
That's correct, in the Scheduled charging configuration is where you are able to set the 1st and 2nd departure schedules |
Could you screenshot what it shows in app that is missing? Today we have a binary sensor that should display for first and second departure schedules. This is showing if enabled. |
Would it be possible to show the date and/or day of week for which charging has been scheduled? |
All of this is possible just need someone to write and test it. I don't have a Kia anymore so less invested. I also didn't have an EV so hard to test. |
It was possible to build an automation to notify when this value had reset in Bluelink by watching for changes in value of Off Peak End Time and Off Peak Start Time. When both of these values = 00:00:00 then the off-peak charging values had been reset. Closing this issue as no additional work required to achieve what is intended in this request. |
Hey thanks for the great work on this API and integration with HA, it's really helpful to be able to setup some more advanced automations.
I hoped it might be possible to see the status of scheduled charging/climate control as a binary sensor in HA. My use case is this:
I usually only want my EV to charge during the 'off-peak' tariff, and this mostly works well when scheduled charging is set and enabled in the Bluelink app. However, frustratingly the setting will (seemingly at random) reset and scheduled charging is no longer enabled. This usually results in someone plugging in the car and not noticing that it immediately starts to charge (costing an arm and a leg with the current energy prices!)
It would be great to be able to detect this 'reset' using this API's integration with HA, by exposing this setting as a sensor in the app, would this be possible?
(This is similar to request in Hyundai-Kia-Connect/hyundai_kia_connect_api#18)
The text was updated successfully, but these errors were encountered: