Mike Bishop
Mike Bishop
Or we could add conditions like the case above, so that it triggers when any TWC starts charging, not continuously while charging. But I suspect this isn't needed and can...
That PR was merged on 1/23, so after 1.3.1. Until a new release is cut, you'd need to be on the dev branch to use the new API. However, the...
This is likely the same as #504, which broke basically all API-based information retrieval about the vehicle. The fix (#505) is merged, but the Docker builds are broken in a...
The short-term fix for this would be #547, but the longer-term fix will be moving to the Fleet API. Instructions on how individual users obtain these tokens aren't totally clear...
There is an HTTP-based API. If TWCManager is already controlling charging, you can override the offered charge rate with the [chargeNow](https://github.com/ngardiner/TWCManager/blob/main/docs/modules/control_HTTP_API/chargeNow.md) command, giving a current and duration. You can cancel...
I don't know the cutoffs of production dates, but I think it has been noted that older TWCv2 units don't report the VIN of the connected car. If Tesla were...
I guess it depends what the goal is here. `int()` means you stay strictly under; you might export a little bit, but charging should generally not cause you to import...
Well, my updated code is still in an unmerged branch. I primarily use TeslaMate for monitoring, but I haven noticed that TWCManager's connection to TeslaMate occasionally falls off, and when...
FWIW, I just pushed two changes I think will improve the situation in my branch: Reinitializing the Teslamate connection every 24 hours, and being less aggressive about API calls when...
I'm getting the following error, which I'm guessing in related: Can't set up persistent HTTP -- cannot load such file -- net/http/persistent Gem installed this version, but didn't appear to...