scheduled_charging_mode and set_scheduled_charging #483
Replies: 4 comments 1 reply
-
Great! Could you provide an example of setting the scheduled charging? I am also looking into this, would be very helpfull! :-) |
Beta Was this translation helpful? Give feedback.
-
https://github.com/alandtse/tesla/wiki/Scheduled-Charging-and-Departure |
Beta Was this translation helpful? Give feedback.
-
Did not see the wiki but I did something very similar in HASS using different input_datetime objects depending on how many % I need to charge up.
This script runs when the charger is being plugged in at home and at a specific time at night if already plugged in (at home). |
Beta Was this translation helpful? Give feedback.
-
Hi I tried with an without mail, with and without hardcoded vehicle id any one that can see what i am doing wrong? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have not installed this module yet due to that I have made my own controller (RPi based Tesla-API-harvester/controller -> MQTT - > HASS) for getting and setting scheduled charging according to hourly energy prices.
I would like to use this module instead but I can't see that it reports "scheduled_charging_mode" (and "scheduled_charging_start_time_minutes", only available when mode is "StartAt") or that it can "set_scheduled_charging" in minutes after midnight. Is all this possible? Is it possible to make custom calls to the API (set and get)?
[EDIT] Installed the module, works great and I can find a binary sensor for "Scheduled charging" and I guess that is the "scheduled_charging_mode" (not plugged in so can't test it).
Also found the attributes "Scheduled charging time" and "..timestamp", looks promising. Still no way to set set_scheduled_charging afaik. But if it is possible to send custom commands it would be possible to do that way.
[Edit_2] And now I found the custom api call function and can set time for scheduled charging!
I just love this module! Great work!
Best regards, L
Beta Was this translation helpful? Give feedback.
All reactions