Slee2112
Slee2112
Thanks @springfall2008 that does the trick, it now works in charge only mode! Side note on the topic of Telsa, and happy to open a feature request for this but...
Thanks @gcoan exporting with Powerwall is tricky, as there is no built in button as such to do it. you have to trick it with its tariff options. I've made...
Got it.... i think, just doing some testing. but its looking promising. The below should work, but you do have to fudge the tarrif at the same time. hence the...
Largely its working. Few quirks, not sure if its intended, but it looks like it calls a stop charging command before issue a start discharging commands, and depending on the...
1. Get your refresh token, Easiest way is "Access Token Generator for Tesla" - https://chromewebstore.google.com/detail/access-token-generator-fo/djpjpanpjaimfjalnpkppkjiedmgpjpe?hl=en 2. run the below in powershell to generate your access token. ``` $headers = New-Object...
I still need to set something up to go an automatically refresh the access token, but i think that'll just be another simple rest command.
> I presume you copy the contents of the bearer token file into secrets.yaml? Pity you can't store it in a file in /config as that'd be easier to refresh...
> Largely its working. Few quirks, not sure if its intended, but it looks like it calls a stop charging command before issue a start discharging commands, and depending on...
Ah that makes sense let me make a few more changes to the apps.yaml then so they don't conflict with each other
The below is now a non conflicting version that works. Only setting that might need tweaking is the charge hold. Only additional comment i would add, is tesla tarrifs take...