jumpjack
jumpjack
I get a 403 unauthorized error for this command: trip-history?start=20211001&end=20211010&type=day Does it work for anybody?
With my captur, `charge-mode --schedule` is not enough to stop charging, maybe I need `"/actions/charging-start"` with `"action" : "stop"` payload? Is it instead enough for Zoe?
How do I set charge schedule? Command **pyze schedule** returns this: ``` Schedule ID: 1 [Active] Day Start time End time Duration --------- ------------ ---------- ---------- Monday 03:30 08:30 5:00:00...
May I have a raw dump of what pyze actually sends to server for this request? ``` 'actions/hvac-start', { 'type': 'HvacStart', 'attributes': { 'action': 'cancel' } } ``` I am...
I dati su colori/zone/regioni sono sicuramente utili e interessanti, ma poco maneggevoli nel formato attuale, perchè gli intervalli per ogni regione cambiano ad ogni cambio di colore. Riuscireste a produrre...
Replacing "fetch->url" in these lines: https://github.com/pete-gordon/oricutron/blob/075c517a15ff15dfa8424dd7f88b6baf5cd486e7/main.c#L1793 https://github.com/pete-gordon/oricutron/blob/075c517a15ff15dfa8424dd7f88b6baf5cd486e7/main.c#L1804 by just the filename if the string contains a remote url, would allow loading any remote file into the emulator. For example, the...
At first run of version 1.1.8, first one distinguishing "standard" from "super" greenpass, the "standard" greenpass type is already selected, but app complains about no type selected, so the user...
I don't know if this is already known, anyway I just successfully reverse-engineered SendNavigation endpoint: ### actions/send-navigation ``` { "data": { "type": "SendNavigation", "attributes": { "downloadTrafficInfo": false, // true/false or...
There are some endpoints available to force refresh of data (no payload needed): - actions/refresh-battery-status - actions/refresh-hvac-status - actions/refresh-location
1) I am getting different ouput for Captur Plugin and Zoe 50 (see below), instead I should receive same amount of data for Captur, as they are all available on...