954 Commits
Author SHA1 Message Date
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
Adrian Nöthlich 945818ea2c Update car_models.yml
Add Astra L Electric GS
2024-02-15 20:43:19 +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
joebar98 e447b08ae4 Update car_models.yml
Added 508 (R8) 2.0 HDI GT Line (2019)
2024-01-25 19:58:28 +00: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
Florian Bezannier 8d35953747 fix: #611 if current not exist use main section to get temperature 2024-01-15 22:30:55 +01:00
Florian Bezannier 004b9ef485 fix: remove trip with high speed 2024-01-15 22:30:55 +01:00
Florian Bezannier 5e09221541 fix: #673 2024-01-15 22:30:55 +01:00
Florian Bezannier a580377129 fix: Hardcoded eur symbol for currency in figures.py #722 2024-01-15 22:30:55 +01:00
Florian Bezannier e9b5a84437 fix: #726 chc is None 2024-01-15 22:30:55 +01:00
Florian BEZANNIER cfeb719ba9 Merge pull request #727 from bennymamo/patch-1
Update car_models.yml for e2008 Facelift
2024-01-13 18:48:03 +01:00
Florian BEZANNIER 3118e3d118 docs: update battery SOH 2024-01-13 18:36:25 +01:00
bennymamo b9b10ae575 Update car_models.yml for e2008 Facelift 2024-01-11 12:42:53 +01:00
Florian Bezannier 4d93f96837 ci: add pre-commit test v3.3.1 2024-01-08 08:57:16 +01:00
Florian Bezannier 08f03e3a53 feat: get battery SOH from API 2024-01-08 08:57:16 +01:00
Florian Bezannier c56aad4204 feat: add config modification from API 2024-01-08 08:57:16 +01:00
Florian Bezannier ea01bcb6b7 style: apply autopep8 2024-01-08 08:57:16 +01:00
Florian Bezannier 5a2f09e2d6 docs: move api to new file 2024-01-08 08:57:16 +01:00
Florian Bezannier 4fa4d553f7 fix: unkown version 2024-01-08 08:57:16 +01:00
Florian Bezannier 1d6847604c refacto: move flask api to a new file 2024-01-08 08:57:16 +01:00
Florian BEZANNIER e729b7658b faq: add fix position 2024-01-07 15:15:29 +01:00
Florian BEZANNIER c261b2613a docs: add NEED_AUTHORIZATION error 2024-01-07 15:12:04 +01:00
Florian BEZANNIER a1564f0832 Merge pull request #663 from Mikado8231/fix-unittest_on_vscode_windows
[FIX] Upgrade version IPython for unittest VSCode windows
2024-01-07 15:03:29 +01:00
Florian BEZANNIER b8a642732d Merge pull request #687 from 1sthandy/master
Update car_models.yml
2024-01-07 15:02:19 +01:00
Florian BEZANNIER 95405c691b Merge pull request #696 from pholritz/master
Update car_models.yml
2024-01-07 15:01:02 +01:00
pholritz 13b28898ba Update car_models.yml 2023-11-30 01:00:09 +01:00
pholritz c510a180ab Update car_models.yml 2023-11-30 00:52:03 +01:00
1sthandy a47fccea6a Update car_models.yml
add Peugeot SUV 3008 II 2021
2023-11-25 20:23:49 +01:00
Florian BEZANNIER 38ce80f2d6 Merge pull request #676 from ZeckFR/patch-1
Update car_models.yml
v3.2.0
2023-11-25 13:24:45 +01:00
Florian BEZANNIER 7664602021 Merge pull request #666 from kimsvane/patch-1
Update car_models.yml
2023-11-25 13:22:49 +01:00
Florian BEZANNIER 50760eb881 Merge pull request #677 from papageigit/master
Remote control features: add api for horn, lock and light
2023-11-25 13:22:24 +01:00
juancarlosromerogarcia 28aa05185e Update car_models.yml
propose change to add new model.
2023-11-25 13:15:40 +01:00