Joe Pasqua
Joe Pasqua
I'm not in a great position to submit a pull request at the moment (I've made a lot of poorly managed changes during experimentation), but I thought I'd pass this...
Sorry if this is obvious, but I haven't found a way to know when the device is "ready". For example, in the button example, after the device boots, after a...
Love the printermonitor and I have forked a copy to make some changes / additions. For example, I've modified OpenWeatherClient to extract the timezone from the weather response. This allows...
Sometimes you cannot get a connection to your car when you start VisibleTesla. For example, the car may be parked in an underground garage without WiFi or cellular coverage. It...
User musterion on tmc.com writes: So on VT 0.25.00 I notice that when I am at some SOC less than 100%, say ~80%, when I press the "Jump to: Max"...
Right now the amount of data loaded into the graph is effectively limited by RAM and the very inefficient memory model of LineChart and related classes. If a user loads...
It would nice to be able to use VT even when you can't get to Tesla's servers or the car is unreachable. You can still look at graphs, export data,...
If a rest cycle includes a period of HVAC use, it will skew the data for the purposes of computing vampire loss. The example is the car resting over night....
At some point I need to move to Java 8 and JavaFX 8. I'm holding off due to the incompatibilities between JavaFX 2.2 and JavaFX 8. I don't expect any...
All the dialogs based on FXML use kind of a hack to supply parameters. They are passed in a circuitous manner through a hash table. This is awkward and error...