GitOldGrumpy

Results 11 comments of GitOldGrumpy

Is the EN2-8M still the only confirmed working data logger stick? I would like both to keep using Solis Cloud but collect data locally.

Can someone with a working stick send me the name of the CGI that the config_hide settings calls? I am wondering/hoping if they have removed the HTML for altering these...

@CM000n when I was investigating the endpoints originally there are stacks of endpoints that have similar names but are /v1, /v2, /legacy, etc. The information for the missing information could...

> Now my local time is after midnight, and when I tried again, I got this error for the Trips: > > > mytoyota.exceptions.ToyotaApiError: Request Failed. 400, {"status":{"messages":[{"responseCode":"400 BAD_REQUEST","description":"BAD_REQUEST","detailedDescription":"Invalid `to`...

> After modifing to `imei: Optional[str] = None`, I am receiving more information now (`ServiceHistoryResponseModel`, `NotificationResponseModel`, `TelemetryResponseModel`, `LocationResponseModel`, `VehicleHealthResponseModel`), After `TripsResponseModel`, it is showing only the last trip and right...

@CM000n what's the thinking for adding the brand to each of the endpoint calls? I don't think it can change once you are connected as the vehicles you get back...

Its needed for all calls to any endpoint but only needs to be set the once so it could be set when the API class is constructed as opposed to...

> > Its needed for all calls to any endpoint but only needs to be set the once so it could be set when the API class is constructed as...

My thoughts around brands: - Do we want to combine them? It seems that users with both Lexi & Toyota's will be a fairly niche use case. Is it worth...

Ill take a look at this. I would like the this for myself(so I can decide when to stop charging of my car for the next days travel) although that...