Commit Graph
831 Commits
Author SHA1 Message Date
Gernot Hillier b22cb7ccd2 feat: make preconditioning failure available (in API)
The preconditioning element has an interesting field called
"failureCause" which reports error conditions like opened doors, battery
low state etc preventing the preconditioning to run. These errors are
interesting, so make them available in our API.

This field was removed in 619cefd4, not sure why, so add it again.

Fixes #760.
2024-03-19 20:45:26 +01:00
Florian BEZANNIER 192e2d66f5 Merge pull request #809 from gernot-h/fix-oauth-view
fix: missing step 1 in config_connect()
v3.4.2
2024-03-09 10:19:28 +01:00
Florian BEZANNIER 4e4db24356 Merge pull request #786 from AndrewAubury/patch-1
Update car_models.yml
2024-03-09 10:17:45 +01:00
Florian BEZANNIER ff770bdcb3 Merge pull request #741 from Patrick44fr/patch-1
Update car_models.yml
2024-03-09 10:17:01 +01:00
Gernot Hillier 4e48aeb63a fix: missing step 1 in config_connect()
The "Connection to PSA" page was not showing step 1 with the link to
Opel login page due to a type error. As parse_qs() returns a list, we
have to use first element.

Fixes #808
2024-03-09 08:46:09 +01:00
Florian BEZANNIER d647a982f4 Merge pull request #781 from bennymamo/patch-3
feat: add abrp name for e2008 facelift
2024-02-29 17:56:32 +01:00
Andrew Aubury cd18203985 Update car_models.yml
Adding Vauxhall Corsa 2020
2024-02-27 17:58:49 +00:00
bennymamo 6e26c06383 Update car_models.yml
add abrp name for e2008 facelift
2024-02-26 14:26:34 +01:00
Florian BEZANNIER 6325722b34 Merge branch 'master' into patch-1 2024-02-26 14:22:28 +01:00
Florian Bezannier 232cb2c7f0 Revert "Merge pull request #740 from CasperJoergensen/patch-2"
This reverts commit 836e9f18e6, reversing
changes made to 030d02a780.
v3.4.1
2024-02-26 13:48:35 +01:00
Florian BEZANNIER e0afe2848a Merge pull request #756 from kireffoh/patch-1
Update car_models.yml
2024-02-26 13:15:40 +01:00
Florian BEZANNIER 8b20188de2 Merge pull request #738 from juancameijeiras/patch-2
Update car_models.yml with Citroen C4 Shine 2023
2024-02-26 13:15:16 +01:00
Florian BEZANNIER 07a642cdf8 Merge pull request #743 from colas-sebastien/patch-1
New model e208 2023
2024-02-26 13:14:55 +01:00
Florian BEZANNIER 836e9f18e6 Merge pull request #740 from CasperJoergensen/patch-2
Add support for Peugeot 208 - 2023
2024-02-26 13:13:48 +01:00
Florian BEZANNIER 030d02a780 Merge pull request #737 from Sunnytur/patch-1
Added 508 BlueHDI 130
2024-02-26 13:13:29 +01:00
Florian BEZANNIER 508e0e8eb3 Merge pull request #734 from gozdzickip/master
Add Citroen C4 2021 model
2024-02-26 13:13:01 +01:00
Florian Bezannier 1e974a977f fix: handling otp error 2024-02-26 13:10:40 +01:00
Florian Bezannier 9a93f735fc fix: get_temp KeyError 2024-02-26 13:10:40 +01:00
Florian Bezannier 6f81149f45 feat: add UI to provide oauth2 code 2024-02-26 13:10:40 +01:00
kireffoh 48cbf2bfd6 Merge branch 'flobz:master' into patch-1 2024-02-26 09:30:13 +01:00
Florian Bezannier b477e4a34c fix: #776 2024-02-25 12:58:00 +01:00
Florian BEZANNIER bcd6fdc32d Merge pull request #772 from flobz/fix/oauth2
Fix/oauth2 #733
v3.4.0
2024-02-24 12:09:31 +01:00
Florian Bezannier 6ded92adae chore: add how-to auth with new method 2024-02-24 12:09:12 +01:00
Florian BEZANNIER 0cdcd55cbd Merge pull request #771 from HenningS81/patch-1
Update README.md
2024-02-24 11:43:20 +01:00
Florian Bezannier ce3c7a4ae4 feat: retrieve redirect scheme from constant and allow retry auth
Signed-off-by: Florian Bezannier <florian.bezannier@hotmail.fr>
2024-02-24 11:36:32 +01:00
HenningS81 29c542fd3a Update README.md
Broken link to API document in chapter 2
2024-02-23 22:57:07 +01:00
Florian BEZANNIER 35a5ea5d7c Merge pull request #754 from 0x3dlux/master
Accomodate for Stellantis' Jan 23 OAuth changes
2024-02-19 08:11:07 +01:00
Florian Bezannier 18a9362692 fix: object is not subscriptable #744 2024-02-19 08:07:05 +01:00
Florian Bezannier c67286ac4a fix: object is not subscriptable #744 2024-02-19 08:06:23 +01:00
Andy badda49c82 Merge pull request #1 from gernot-h/0x3dlux-fix-paho-mqtt
fix: stay with paho-mqtt 1.x due to breaking change in 2.0
2024-02-16 00:02:02 +01:00
Gernot Hillier 0fc116fbb5 fix: stay with paho-mqtt 1.x due to breaking change in 2.0
This fixes psacc crashing with:
TypeError: Client.__init__() missing 1 required positional argument: 'callback_api_version'

paho-mqtt 2.0, released on Feb, 10th, requires additional
arguments to mqtt.Client(), see
https://github.com/eclipse/paho.mqtt.python/blob/v2.0.0/docs/migrations.rst.
So stay with 1.x for now.
2024-02-15 21:58:50 +01:00
kireffoh cdf65fa999 Update car_models.yml
Added VIN VR7EZZKXZM of e-berlingo
2024-02-10 17:07:35 +01:00
0x3d 073fb1828e mymop -> mymXX 2024-02-07 12:46:20 +01:00
0x3d bd46b52f3b The "op" in "mym**op**" stands for Opel 😅 🤦 2024-02-07 12:36:22 +01:00
0x3d 66c188f18c Proper labelling 2024-02-07 11:05:01 +01:00
0x3d 2721ac6a85 Use a different AUTHORIZE_SERVICE per brand/realm 2024-02-07 11:00:42 +01:00
0x3d 9bcf2aeaf5 Linters don't code 2024-02-07 01:17:44 +01:00
0x3d 82a3df1feb Derp. Starting to think 2 days of OAuth deep-diving was the easy part :-D 2024-02-07 00:47:09 +01:00
0x3d 034ce5d3cc more linitng issues 2024-02-07 00:42:36 +01:00
0x3d be3238f85b Happy linter 2024-02-07 00:38:16 +01:00
0x3d 42954d4440 Merge branch 'master' of github.com:0x3dlux/psa_car_controller 2024-02-07 00:34:29 +01:00
0x3d cdf7f85bf9 Accomodate for Stellantis' Jan 23 OAuth changes (still one manual step involved during setup but at least the error 500 is gone) 2024-02-07 00:32:47 +01:00
0x3d 10e115cba3 Accomodate for Stellantis' Jan 23 OAuth changes (still one manual step involved during setup but at least the error 500 is gone) 2024-02-07 00:19:55 +01:00
colas-sebastien 9dc714f23e New model e208 2023 2024-01-24 18:58:42 +01:00
Patrick44fr 513eb4bd92 Update car_models.yml
Citroen C3 St James edition
Thank's
2024-01-24 10:36:50 +01:00
Casper Jørgensen 1c5d7e6d93 Add support for Peugeot 208 - 2023
Add support for Peugeot 208 - 2023
2024-01-23 18:03:15 +01:00
Juan Carlos Ameijeiras Neu ec90fd046f Update car_models.yml
Added C4 Shine 2023
2024-01-22 03:43:47 +01:00
Sunnytur 26accbe097 Update car_models.yml
Added 508 BlueHDI 130
2024-01-20 11:54:28 +01:00
gozdzickip 09bbff9682 Update car_models.yml
Add Citroen C4 2021 model
2024-01-18 13:47:33 +01:00
Florian Bezannier 6cb6bf6578 feat: check db access v3.3.2 2024-01-15 22:30:55 +01:00