ardevd

Results 73 comments of ardevd
trafficstars

Im getting the same error messages when I compile... Ubuntu 10.04 LTS x64 SOLUTION: Install libssl-dev

Hi there. Unfortunately, I have very little experience with SourceTree. I'm assuming that SourceTree for some reason is not satisfied with the return data provided by the gitwrap executable. Without...

Thanks' for the nag! Unfortunately, I have not been able to look at this so any assistance would be most welcome :)

Sure! That's a great idea :) thanks for the suggestion.

Thanks for suggesting this @ruifung. I need to look into WSL-Pageant and see if I can figure out a way to integrate with it.

Useful info! I will see what I can figure out. Cheers!

Hi there and thanks for reporting the issue. It does seem like the API has changed but there is also a bug in jlrpy. However, if you run the request...

Unfortunately, I have no experience with JLR PHEVs, but does the official Jaguar apps show you the information? It seems like you're doing everything correctly and the API just doesn't...

Glad to hear you're finding it useful. I think `get_status()` should give you at least some of the information you're after. ```python >>> v.get_status("EV_STATE_OF_CHARGE") '74' # 74% SoC >> >...

I'm not aware of any limitations on how often you can call `get_status()` but the API is a bit quirky so I wouldn't be surprised to find that there might...