Tim Dorssers

Results 23 comments of Tim Dorssers

Actually the response of get_latest_vehicle_data() has changed: ``` { "pb_data": "EiIKAg...", "data": { "charge_state": { "battery_heater_on": false, etc. ``` I am going to make a fix for this.

"CACHED_PROTO_VEHICLE_DATA" has been renamed to "LATEST_VEHICLE_DATA" in official app version 4.12 and it has been removed in app version 4.13. I am guessing that "VEHICLE_DATA" is now returning cached data...

The basic idea is that when you call the VEHICLE_SUMMARY API you get the same basic information as returned by PRODUCT_LIST and when you call VEHICLE_DATA, you get detailed info....

I have no output, just "response": "{}\n" because I am leasing my car. I am not the owner, just the driver, so this call doesn't work for me. I also...

Please check out the latest version of TeslaPy

It looks like test_clear_msg() in test_netmiko_commit.py ends with assert True is True, so the test case always succeeds if I am not mistaken.

Should be fixed in commit 87fd806

Can you checkout commit e9d4612d68bdadbd2618e6c30229a2e81087d9a0 to see if this new method works for you?

Sounds a bit like #128, which OS and which versions of Python and packages are you using?

Commit https://github.com/tdorssers/TeslaPy/commit/50bdbfba815e113a5982690e7124b80aa8d1da2d removed the depricated powerwall API. Please use the energy site API.