Mike Bishop

Results 236 comments of Mike Bishop

Starting/stopping charging is done through the Tesla API, which obviously doesn't do anything for a non-Tesla EV. The TWC is not capable of offering no energy if it's in communication...

With a quick glance at the code: - `setHomeLat` is invoked only within `is_location_home()` if the current value is unset (or actually, 10000 as a sentinel value) - The only...

> emulate it ourselves with an SSID and an endpoint with whatever sharing protocol the Gen3 is using. Note that I haven't seen any support for multi-connecting a Raspberry Pi's...

Of particular note on that page: > **Can I connect Gen 2 and Gen 3 Wall Connectors together in a power sharing network?** > > No. This configuration is not...

Regardless, given that the previous Gen3s had only one pair of terminals rather than two, I stand by the theory that if they enabled Gen2 integration, it would be master-only....

Unfortunately, it's nigh impossible to handle ReCaptcha headlessly, and Tesla requiring the callback URL to be a particular target forecloses using true OAuth even though TWCManager users are browser-based. It...

FWIW, I now have my Token generator app for Windows, so there should now be good options for getting tokens on most platforms. If someone has a MacOS app, I'd...

@nean-and-i, you can change the stop mode in Settings to "Stop Responding" or "Stop command." If TWCManager decides not to charge, though, the car will see it as a sudden...

I don't think we can safely assume everyone is running as the user pi, even if it's very common. Perhaps something like.... ME=`whoami` GROUP=`id -gn` sudo chown -R $ME:$GROUP /etc/twcmanager

You could also have `make install` check what user it's running as and refuse to run as root, I suppose.