Récupération informations audi Q5

Bonjour,
il semblerai que je ne récupère pas toutes les informations…
Merci d’avance pour votre aide.
Cordialement

0000|+ echo '*******************Begin of package installation******************'
0001|*******************Begin of package installation******************
0002|+ touch /tmp/jeedom_install_in_progress_myaudi
0003|+ echo 1
0004|+ echo 2
0005|+ sudo apt update
0006|WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0007|Hit:1 http://deb.debian.org/debian bullseye InRelease
0008|Get:2 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB]
0009|Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
0010|Hit:4 https://download.docker.com/linux/debian bullseye InRelease
0011|Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
0012|Get:6 http://security.debian.org/debian-security bullseye-security/main Sources [169 kB]
0013|Get:7 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [269 kB]
0014|Hit:8 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
0015|Fetched 531 kB in 2s (353 kB/s)
0016|Reading package lists...
0017|Building dependency tree...
0018|Reading state information...
0019|6 packages can be upgraded. Run 'apt list --upgradable' to see them.
0020|+ echo 3
0021|+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3-requests
0022|WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0023|Reading package lists...
0024|Building dependency tree...
0025|Reading state information...
0026|python3-requests is already the newest version (2.25.1+dfsg-2).
0027|The following package was automatically installed and is no longer required:
0028|linux-image-5.10.0-25-amd64
0029|Use 'sudo apt autoremove' to remove it.
0030|0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
0031|+ echo 4
0032|+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3-bs4
0033|WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0034|Reading package lists...
0035|Building dependency tree...
0036|Reading state information...
0037|python3-bs4 is already the newest version (4.9.3-1).
0038|The following package was automatically installed and is no longer required:
0039|linux-image-5.10.0-25-amd64
0040|Use 'sudo apt autoremove' to remove it.
0041|0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
0042|+ echo 5
0043|++ find /usr/local/lib/python2.7/dist-packages/ /usr/local/lib/python3.9/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' +
0044|++ cut -f 2-
0045|++ awk '$1 <= 4'
0046|+ RESULTTODELETE=
0047|++ echo ''
0048|++ sed 's, ,\ ,g'
0049|+ RESULTTODELETE2=
0050|+ echo ''
0051|+ xargs rm -rf
0052|+ echo 6
0053|+ sudo pip3 cache purge
0054|Files removed: 1892
0055|+ echo 7
0056|+ sudo pip3 install --upgrade pip
0057|Requirement already satisfied: pip in /usr/local/lib/python3.9/dist-packages (24.0)
0058|DEPRECATION: gpg 1.14.0-unknown has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
0059|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0060|+ echo 8
0061|+ sudo pip3 install --force-reinstall --upgrade requests
0062|Collecting requests
0063|Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
0064|Collecting charset-normalizer<4,>=2 (from requests)
0065|Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
0066|Collecting idna<4,>=2.5 (from requests)
0067|Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
0068|Collecting urllib3<3,>=1.21.1 (from requests)
0069|Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
0070|Collecting certifi>=2017.4.17 (from requests)
0071|Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
0072|Downloading requests-2.31.0-py3-none-any.whl (62 kB)
0073|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 4.9 MB/s eta 0:00:00
0074|Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
0075|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 7.2 MB/s eta 0:00:00
0076|Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
0077|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 15.7 MB/s eta 0:00:00
0078|Downloading idna-3.6-py3-none-any.whl (61 kB)
0079|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 7.5 MB/s eta 0:00:00
0080|Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
0081|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 14.1 MB/s eta 0:00:00
0082|DEPRECATION: gpg 1.14.0-unknown has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
0083|Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests
0084|Attempting uninstall: urllib3
0085|Found existing installation: urllib3 2.2.1
0086|Uninstalling urllib3-2.2.1:
0087|Successfully uninstalled urllib3-2.2.1
0088|Attempting uninstall: idna
0089|Found existing installation: idna 3.6
0090|Uninstalling idna-3.6:
0091|Successfully uninstalled idna-3.6
0092|Attempting uninstall: charset-normalizer
0093|Found existing installation: charset-normalizer 3.3.2
0094|Uninstalling charset-normalizer-3.3.2:
0095|Successfully uninstalled charset-normalizer-3.3.2
0096|Attempting uninstall: certifi
0097|Found existing installation: certifi 2024.2.2
0098|Uninstalling certifi-2024.2.2:
0099|Successfully uninstalled certifi-2024.2.2
0100|Attempting uninstall: requests
0101|Found existing installation: requests 2.31.0
0102|Uninstalling requests-2.31.0:
0103|Successfully uninstalled requests-2.31.0
0104|ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
0105|gpsoauth 1.0.4 requires urllib3<2.0, but you have urllib3 2.2.1 which is incompatible.
0106|mitmproxy 9.0.1 requires asgiref<3.6,>=3.2.10, but you have asgiref 3.7.2 which is incompatible.
0107|mitmproxy 9.0.1 requires Brotli<1.1,>=1.0, but you have brotli 1.1.0 which is incompatible.
0108|mitmproxy 9.0.1 requires cryptography<38.1,>=38.0, but you have cryptography 42.0.5 which is incompatible.
0109|mitmproxy 9.0.1 requires flask<2.3,>=1.1.1, but you have flask 3.0.2 which is incompatible.
0110|mitmproxy 9.0.1 requires pyOpenSSL<22.2,>=22.1, but you have pyopenssl 24.0.0 which is incompatible.
0111|mitmproxy 9.0.1 requires pyparsing<3.1,>=2.4.2, but you have pyparsing 3.1.1 which is incompatible.
0112|mitmproxy 9.0.1 requires ruamel.yaml<0.18,>=0.16, but you have ruamel-yaml 0.18.6 which is incompatible.
0113|mitmproxy 9.0.1 requires typing-extensions<4.5,>=4.3; python_version < "3.10", but you have typing-extensions 4.10.0 which is incompatible.
0114|mitmproxy 9.0.1 requires urwid<2.2,>=2.1.1, but you have urwid 2.6.6 which is incompatible.
0115|mitmproxy 9.0.1 requires zstandard<0.20,>=0.11, but you have zstandard 0.22.0 which is incompatible.
0116|Successfully installed certifi-2024.2.2 charset-normalizer-3.3.2 idna-3.6 requests-2.31.0 urllib3-2.2.1
0117|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0118|+ echo 9
0119|+ sudo pip3 install --force-reinstall --upgrade voluptuous
0120|Collecting voluptuous
0121|Downloading voluptuous-0.14.2-py3-none-any.whl.metadata (20 kB)
0122|Downloading voluptuous-0.14.2-py3-none-any.whl (31 kB)
0123|DEPRECATION: gpg 1.14.0-unknown has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
0124|Installing collected packages: voluptuous
0125|Attempting uninstall: voluptuous
0126|Found existing installation: voluptuous 0.14.2
0127|Uninstalling voluptuous-0.14.2:
0128|Successfully uninstalled voluptuous-0.14.2
0129|Successfully installed voluptuous-0.14.2
0130|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0131|+ echo 10
0132|+ sudo pip3 install --force-reinstall --upgrade aiohttp
0133|Collecting aiohttp
0134|Downloading aiohttp-3.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.4 kB)
0135|Collecting aiosignal>=1.1.2 (from aiohttp)
0136|Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
0137|Collecting attrs>=17.3.0 (from aiohttp)
0138|Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
0139|Collecting frozenlist>=1.1.1 (from aiohttp)
0140|Downloading frozenlist-1.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
0141|Collecting multidict<7.0,>=4.5 (from aiohttp)
0142|Downloading multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
0143|Collecting yarl<2.0,>=1.0 (from aiohttp)
0144|Downloading yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB)
0145|Collecting async-timeout<5.0,>=4.0 (from aiohttp)
0146|Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
0147|Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp)
0148|Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
0149|Downloading aiohttp-3.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
0150|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 16.4 MB/s eta 0:00:00
0151|Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
0152|Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
0153|Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
0154|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 9.2 MB/s eta 0:00:00
0155|Downloading frozenlist-1.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240 kB)
0156|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 25.9 MB/s eta 0:00:00
0157|Downloading multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (123 kB)
0158|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 14.8 MB/s eta 0:00:00
0159|Downloading yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (304 kB)
0160|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.3/304.3 kB 29.0 MB/s eta 0:00:00
0161|Using cached idna-3.6-py3-none-any.whl (61 kB)
0162|DEPRECATION: gpg 1.14.0-unknown has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
0163|Installing collected packages: multidict, idna, frozenlist, attrs, async-timeout, yarl, aiosignal, aiohttp
0164|Attempting uninstall: multidict
0165|Found existing installation: multidict 6.0.5
0166|Uninstalling multidict-6.0.5:
0167|Successfully uninstalled multidict-6.0.5
0168|Attempting uninstall: idna
0169|Found existing installation: idna 3.6
0170|Uninstalling idna-3.6:
0171|Successfully uninstalled idna-3.6
0172|Attempting uninstall: frozenlist
0173|Found existing installation: frozenlist 1.4.1
0174|Uninstalling frozenlist-1.4.1:
0175|Successfully uninstalled frozenlist-1.4.1
0176|Attempting uninstall: attrs
0177|Found existing installation: attrs 23.2.0
0178|Uninstalling attrs-23.2.0:
0179|Successfully uninstalled attrs-23.2.0
0180|Attempting uninstall: async-timeout
0181|Found existing installation: async-timeout 4.0.3
0182|Uninstalling async-timeout-4.0.3:
0183|Successfully uninstalled async-timeout-4.0.3
0184|Attempting uninstall: yarl
0185|Found existing installation: yarl 1.9.4
0186|Uninstalling yarl-1.9.4:
0187|Successfully uninstalled yarl-1.9.4
0188|Attempting uninstall: aiosignal
0189|Found existing installation: aiosignal 1.3.1
0190|Uninstalling aiosignal-1.3.1:
0191|Successfully uninstalled aiosignal-1.3.1
0192|Attempting uninstall: aiohttp
0193|Found existing installation: aiohttp 3.9.3
0194|Uninstalling aiohttp-3.9.3:
0195|Successfully uninstalled aiohttp-3.9.3
0196|Successfully installed aiohttp-3.9.3 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.2.0 frozenlist-1.4.1 idna-3.6 multidict-6.0.5 yarl-1.9.4
0197|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0198|+ echo 11
0199|+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end myaudi
0200|+ rm /tmp/jeedom_install_in_progress_myaudi
0201|+ echo '*******************End of package installation******************'
0202|*******************End of package installation******************
0000|[2024-03-17 09:12:05.054] INFO  : Start daemon
0001|[2024-03-17 09:12:05.055] INFO  : Log level : debug
0002|[2024-03-17 09:12:05.055] DEBUG  : Socket port : 55066
0003|[2024-03-17 09:12:05.055] DEBUG  : PID file : /tmp/jeedom/myaudi/deamon.pid
0004|[2024-03-17 09:12:05.055] DEBUG  : country : FR
0005|[2024-03-17 09:12:05.055] DEBUG  : Writing PID 691794 to /tmp/jeedom/myaudi/deamon.pid
0006|[2024-03-17 09:12:05.055] DEBUG  : Init request module v2.31.0
0007|[2024-03-17 09:12:05.055] DEBUG  : Using selector: EpollSelector
0008|[2024-03-17 09:12:08.540] ERROR  : support_status_report set to False: 403
0009|[2024-03-17 09:12:08.886] ERROR  : Unable to obtain the vehicle longTerm tripdata of WAUZZZFY2L2112593: 204, message='', url=URL('https://mal-1a.prd.ece.vwg-connect.com/api/bs/tripstatistics/v1/vehicles/WAUZZZFY2L2112593/tripdata/longTerm?type=list&from=1970-01-01T00:00:00Z&to=2024-03-17T09:42:08Z')
0010|[2024-03-17 09:12:09.012] ERROR  : support_position set to False: 403
0011|[2024-03-17 09:12:09.308] ERROR  : support_charger set to False: 403
0012|[2024-03-17 09:12:09.458] ERROR  : support_preheater set to False: 502
0013|[2024-03-17 09:12:09.458] DEBUG  : End of Update
0014|[2024-03-17 09:12:09.458] DEBUG  : Updating vehicule data for Audi Q5 TFSI e with vin : wauzzzfy2l2112593
0015|[2024-03-17 09:12:09.458] DEBUG  : Start listening
0016|[2024-03-17 09:12:09.459] DEBUG  : Send to jeedom :  {'vehicle': 'wauzzzfy2l2112593', 'csid': '9a91a278750a41c9ad3bc28329fe3b70', 'title': 'Audi Q5 TFSI e', 'model': 'Audi Q5 TFSI e Sport 50 TFSI e quattro S tronic', 'model_year': 2020, 'model_family': '', 'support_status_report': False, 'support_ac': True, 'support_position': False, 'support_preheater': False, 'support_charger': False, 'climatisationState': {}}
0017|[2024-03-17 09:12:09.460] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
0018|[2024-03-17 09:12:09.460] DEBUG  : Socket interface started
0019|[2024-03-17 09:12:09.461] DEBUG  : LoopNetServer Thread started
0020|[2024-03-17 09:12:09.461] DEBUG  : Listening on: [localhost:55066]
0021|[2024-03-17 09:12:09.473] DEBUG  : http://127.0.0.1:80 "POST /plugins/myaudi/core/php/jeeMyAudi.php?apikey=qTdiokqcVbM3KubGEmvJ5F9BV77brgjdUnLN0xBEFhAXG7C73DMBMkAZVYS0jp2N HTTP/1.1" 200 0
0022|[2024-03-17 09:12:10.712] DEBUG  : Client connected to [127.0.0.1:39158]
0023|[2024-03-17 09:12:10.712] DEBUG  : Message read from socket: b'{"method":"getVehicles","apikey":"qTdiokqcVbM3KubGEmvJ5F9BV77brgjdUnLN0xBEFhAXG7C73DMBMkAZVYS0jp2N"}'
0024|[2024-03-17 09:12:10.712] DEBUG  : Client disconnected from [127.0.0.1:39158]
0025|[2024-03-17 09:12:10.721] DEBUG  : Message received in socket JEEDOM_SOCKET_MESSAGE
0026|[2024-03-17 09:12:10.721] ERROR  : Unclosed client session
0027|client_session: <aiohttp.client.ClientSession object at 0x7f80afc39e80>
0028|[2024-03-17 09:12:10.722] ERROR  : Unclosed connector
0029|connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f80b0c7d580>, 567584.29685559)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f80af248040>, 567585.546334309)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f80af2393a0>, 567585.917372236)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f80af1fef40>, 567586.515407637)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f80af1fea60>, 567587.147352916)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f80afc47700>, 567588.008623528)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f80af248940>, 567588.580386965)]']
0030|connector: <aiohttp.connector.TCPConnector object at 0x7f80afc39160>
0031|[2024-03-17 09:12:14.022] ERROR  : support_status_report set to False: 403
0032|[2024-03-17 09:12:14.390] ERROR  : Unable to obtain the vehicle longTerm tripdata of WAUZZZFY2L2112593: 204, message='', url=URL('https://mal-1a.prd.ece.vwg-connect.com/api/bs/tripstatistics/v1/vehicles/WAUZZZFY2L2112593/tripdata/longTerm?type=list&from=1970-01-01T00:00:00Z&to=2024-03-17T09:42:14Z')
0033|[2024-03-17 09:12:14.481] ERROR  : support_position set to False: 403
0034|[2024-03-17 09:12:14.747] ERROR  : support_charger set to False: 403
0035|[2024-03-17 09:12:14.896] ERROR  : support_preheater set to False: 502
0036|[2024-03-17 09:12:14.896] DEBUG  : End of Update
0037|[2024-03-17 09:12:14.896] DEBUG  : Updating vehicule data for Audi Q5 TFSI e with vin : wauzzzfy2l2112593
0038|[2024-03-17 09:12:14.896] DEBUG  : Send to jeedom :  {'vehicle': 'wauzzzfy2l2112593', 'csid': '9a91a278750a41c9ad3bc28329fe3b70', 'title': 'Audi Q5 TFSI e', 'model': 'Audi Q5 TFSI e Sport 50 TFSI e quattro S tronic', 'model_year': 2020, 'model_family': '', 'support_status_report': False, 'support_ac': True, 'support_position': False, 'support_preheater': False, 'support_charger': False, 'climatisationState': {}}
0039|[2024-03-17 09:12:14.897] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
0040|[2024-03-17 09:12:14.909] DEBUG  : http://127.0.0.1:80 "POST /plugins/myaudi/core/php/jeeMyAudi.php?apikey=qTdiokqcVbM3KubGEmvJ5F9BV77brgjdUnLN0xBEFhAXG7C73DMBMkAZVYS0jp2N HTTP/1.1" 200 0
0041|[2024-03-17 09:20:04.265] INFO  : Start daemon
0042|[2024-03-17 09:20:04.265] INFO  : Log level : debug
0043|[2024-03-17 09:20:04.265] DEBUG  : Socket port : 55066
0044|[2024-03-17 09:20:04.265] DEBUG  : PID file : /tmp/jeedom/myaudi/deamon.pid
0045|[2024-03-17 09:20:04.265] DEBUG  : country : FR
0046|[2024-03-17 09:20:04.265] DEBUG  : Writing PID 711112 to /tmp/jeedom/myaudi/deamon.pid
0047|[2024-03-17 09:20:04.265] DEBUG  : Init request module v2.31.0
0048|[2024-03-17 09:20:04.265] DEBUG  : Using selector: EpollSelector
0049|[2024-03-17 09:20:07.514] ERROR  : support_status_report set to False: 403
0050|[2024-03-17 09:20:07.851] ERROR  : Unable to obtain the vehicle longTerm tripdata of WAUZZZFY2L2112593: 204, message='', url=URL('https://mal-1a.prd.ece.vwg-connect.com/api/bs/tripstatistics/v1/vehicles/WAUZZZFY2L2112593/tripdata/longTerm?type=list&from=1970-01-01T00:00:00Z&to=2024-03-17T09:50:07Z')
0051|[2024-03-17 09:20:07.934] ERROR  : support_position set to False: 403
0052|[2024-03-17 09:20:08.171] ERROR  : support_charger set to False: 403
0053|[2024-03-17 09:20:08.280] ERROR  : support_preheater set to False: 502
0054|[2024-03-17 09:20:08.280] DEBUG  : End of Update
0055|[2024-03-17 09:20:08.280] DEBUG  : Updating vehicule data for Audi Q5 TFSI e with vin : wauzzzfy2l2112593
0056|[2024-03-17 09:20:08.281] DEBUG  : Start listening
0057|[2024-03-17 09:20:08.281] DEBUG  : Send to jeedom :  {'vehicle': 'wauzzzfy2l2112593', 'csid': '9a91a278750a41c9ad3bc28329fe3b70', 'title': 'Audi Q5 TFSI e', 'model': 'Audi Q5 TFSI e Sport 50 TFSI e quattro S tronic', 'model_year': 2020, 'model_family': '', 'support_status_report': False, 'support_ac': True, 'support_position': False, 'support_preheater': False, 'support_charger': False, 'climatisationState': {}}
0058|[2024-03-17 09:20:08.282] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
0059|[2024-03-17 09:20:08.283] DEBUG  : Socket interface started
0060|[2024-03-17 09:20:08.283] DEBUG  : LoopNetServer Thread started
0061|[2024-03-17 09:20:08.283] DEBUG  : Listening on: [localhost:55066]
0062|[2024-03-17 09:20:08.295] DEBUG  : http://127.0.0.1:80 "POST /plugins/myaudi/core/php/jeeMyAudi.php?apikey=qTdiokqcVbM3KubGEmvJ5F9BV77brgjdUnLN0xBEFhAXG7C73DMBMkAZVYS0jp2N HTTP/1.1" 200 0

Bonjour,

… on devine la fin de la phrase?
Quelle info?

Qu’est-ce qui remonte/fonctionne et qu’est-ce qui ne fonctionne pas?

Vu toutes les 403 dans le log, y a pas grand chose qui fonctionne j’ai l’impression

Désolé, en faite je ne récupère que la climatisation…

Il y a t’il besoin d’autres informations pour pouvoir avoir de l’aide .
Par avance merci.
@Mips ?

Pas besoin d’edit pour mettre mon pseudo, tu avais déjà fait une réponse, il me fallait juste le temps de pouvoir tester de mon coté :wink:


et donc j’ai testé sur mon compte et j’ai le même soucis (403 sur toutes les requetes donc rien n’est actif) mais en même temps moi je n’ai plus de compte actif (je n’ai pas payé l’abonnement requis)
donc

  • c’est p-e juste normal, pas de raison que les api répondent correctement puisque je n’ai pas d’abonnement => as-tu un abonnement valide?
  • quoi qu’il en soit, je ne suis plus en mesure de debug de mon coté car pas d’abonnement

Désolé pour le pseudo.
Merci pour la réponse, je n’ai effectivement pas renouvelé l’abonnement, c’est peut être la cause.
Par contre sur l’appli myAudi, j’ai plusieurs informations disponible même sans abonnement.
Si je renouvelle je verrais bien si tout remonte.

Pour information, j’ai testé avec HA, toujours sans abonnement Audi et j’ai pleins d’informations qui remontent.

oui, il faudrait changer la lib utilisée par le plugin mais n’ayant pas d’accès ca va être compliqué
je testerai à l’occasion pour voir si ca démarre au moins

Merci beaucoup.

Hello, au besoin, j’ai un abonnement actif pour tester. J’ai le plugin MyAudi, les infos ne remontent pas, même après la mise à jour du 10/04.

A dispo !

Core : 4.4.3 (V4-stable)
DNS Jeedom : oui

Plugin : My Audi
Version : 2024-04-10 01:08:32 (stable)
Statut Démon : Démarré - (2024-04-10 08:34:07)

Bonjour,
De mon côté, plus aucune info ne remonte dans Jeedom depuis le 23 février alors que l’application MyAudi fonctionne bien et que le plugin remontait bien les infos avant cette date.
J’ai également un abonnement Audi Connect actif.
Voici mes logs en debug:

0613|[2024-04-11 10:30:12.940] INFO  : Start daemon
0614|[2024-04-11 10:30:12.940] INFO  : Log level : debug
0615|[2024-04-11 10:30:12.941] DEBUG  : Socket port : 55066
0616|[2024-04-11 10:30:12.941] DEBUG  : PID file : /tmp/jeedom/myaudi/deamon.pid
0617|[2024-04-11 10:30:12.941] DEBUG  : country : FR
0618|[2024-04-11 10:30:12.941] DEBUG  : Writing PID 3791743 to /tmp/jeedom/myaudi/deamon.pid
0619|[2024-04-11 10:30:12.941] DEBUG  : Init request module v2.31.0
0620|[2024-04-11 10:30:12.942] DEBUG  : Using selector: EpollSelector
0621|[2024-04-11 10:30:15.464] ERROR  : support_status_report set to False: 403
0622|[2024-04-11 10:30:16.144] ERROR  : Unable to obtain the vehicle longTerm tripdata of XXXXXXXXXXXXXXXX: 'NoneType' object is not subscriptable
0623|[2024-04-11 10:30:16.254] ERROR  : support_position set to False: 403
0624|[2024-04-11 10:30:16.561] ERROR  : support_charger set to False: 403
0625|[2024-04-11 10:30:16.702] ERROR  : support_preheater set to False: 502
0626|[2024-04-11 10:30:16.702] DEBUG  : End of Update
0627|[2024-04-11 10:30:16.702] DEBUG  : Updating vehicule data for Audi Q5 TFSI e with vin : XXXXXXXXXXXXXXXX
0628|[2024-04-11 10:30:16.702] DEBUG  : Start listening
0629|[2024-04-11 10:30:16.703] DEBUG  : Send to jeedom :  {'vehicle': 'XXXXXXXXXXXXXXXX', 'csid': 'd11d69f17f0349269da63620600e75d1', 'title': 'Audi Q5 TFSI e', 'model': 'Audi Q5 TFSI e S line 55 TFSI e quattro S tronic', 'model_year': 2020, 'model_family': '', 'support_status_report': False, 'support_ac': True, 'support_position': False, 'support_preheater': False, 'support_charger': False, 'climatisationState': {}}
0630|[2024-04-11 10:30:16.705] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
0631|[2024-04-11 10:30:16.706] DEBUG  : Socket interface started
0632|[2024-04-11 10:30:16.706] DEBUG  : LoopNetServer Thread started
0633|[2024-04-11 10:30:16.707] DEBUG  : Listening on: [localhost:55066]
0634|[2024-04-11 10:30:16.735] DEBUG  : 127.0.0.1:80 "POST /plugins/myaudi/core/php/jeeMyAudi.php?XXXXAPIKEYXXXX=XXXXAPIKEYXXXX HTTP/1.1" 200 0
0635|[2024-04-11 10:33:59.765] DEBUG  : Client connected to [127.0.0.1:58330]
0636|[2024-04-11 10:33:59.765] DEBUG  : Message read from socket: b'{"method":"getVehicleData","vin":"XXXXXXXXXXXXXXXX","XXXXAPIKEYXXXX":"XXXXAPIKEYXXXX"}'
0637|[2024-04-11 10:33:59.765] DEBUG  : Client disconnected from [127.0.0.1:58330]
0638|[2024-04-11 10:33:59.772] DEBUG  : Message received in socket JEEDOM_SOCKET_MESSAGE
0639|[2024-04-11 10:33:59.773] ERROR  : Unclosed client session
0640|client_session: <aiohttp.client.ClientSession object at 0x7f01cf02ac40>
0641|[2024-04-11 10:33:59.774] ERROR  : Unclosed connector
0642|connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f01cc83d340>, 74155.289121771)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f01cbed00a0>, 74156.341789075)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f01cbecdb80>, 74156.689267258)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f01cbe8d4c0>, 74157.166444314)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f01cbe8ddc0>, 74157.314709483)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f01cbe8d100>, 74158.433319882)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x7f01cbedd700>, 74158.991785063)]']
0643|connector: <aiohttp.connector.TCPConnector object at 0x7f01cc8d9310>
0644|[2024-04-11 10:34:02.321] ERROR  : support_status_report set to False: 403
0645|[2024-04-11 10:34:02.852] ERROR  : Unable to obtain the vehicle longTerm tripdata of XXXXXXXXXXXXXXXX: 'NoneType' object is not subscriptable
0646|[2024-04-11 10:34:02.930] ERROR  : support_position set to False: 403
0647|[2024-04-11 10:34:03.157] ERROR  : support_charger set to False: 403
0648|[2024-04-11 10:34:03.253] ERROR  : support_preheater set to False: 502
0649|[2024-04-11 10:34:03.254] DEBUG  : End of Update
0650|[2024-04-11 10:34:03.254] DEBUG  : Updating vehicule data for Audi Q5 TFSI e with vin : XXXXXXXXXXXXXXXX
0651|[2024-04-11 10:34:03.256] DEBUG  : Send to jeedom :  {'vehicle': 'XXXXXXXXXXXXXXXX', 'csid': 'd11d69f17f0349269da63620600e75d1', 'title': 'Audi Q5 TFSI e', 'model': 'Audi Q5 TFSI e S line 55 TFSI e quattro S tronic', 'model_year': 2020, 'model_family': '', 'support_status_report': False, 'support_ac': True, 'support_position': False, 'support_preheater': False, 'support_charger': False, 'climatisationState': {}}
0652|[2024-04-11 10:34:03.259] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
0653|[2024-04-11 10:34:03.282] DEBUG  : 127.0.0.1:80 "POST /plugins/myaudi/core/php/jeeMyAudi.php?XXXXAPIKEYXXXX=XXXXAPIKEYXXXX HTTP/1.1" 200 0
0654|[2024-04-11 10:34:04.884] DEBUG  : Sending command to refresh data to vehicle XXXXXXXXXXXXXXXX
0655|[2024-04-11 10:34:04.968] ERROR  : Unable to refresh vehicle data of XXXXXXXXXXXXXXXX: 403, message='', url=URL('https://msg.volkswagen.de/fs-car/bs/vsr/v1/Audi/FR/vehicles/XXXXXXXXXXXXXXXX/requests')