robinostlund / homeassistant-volkswagencarnet

Volkswagen Carnet Component for home assistant
GNU General Public License v3.0
340 stars 63 forks source link

Intergration is crashing connection #580

Closed Rotil66 closed 9 months ago

Rotil66 commented 9 months ago

Before you post a new issue - you must first check the following (and check the boxes with an "X" below)

Environment

Describe the bug

The original (new) VW app is working correct when the HA intergration is disabled. When enable the HA intergration the data is correctly pulled from the server. But after a few hours the VW servers stop / block / not allow the communication. (Also for the original VW app) If I disable the HA intergration again. The communication is started/allowed again after half a day or so. (original app is working again) in the past before VW the placed the weconnect app in Nov 2023 the problem did not exist. Part from updating the HA intergration nothing has changed in the setting. ## Steps to Reproduce

Expected behavior

Screenshots

Traceback/Error logs

Debug information - all JSON responses from logfile

Additional context

thanks, I hope you can help me to find the problem. I have enjoyed this intergration for a long time. Regards, Rolof
stickpin commented 9 months ago

Hi @Rotil66,

Please make sure you don't have multiple integrations running in parallel. See this issue (https://github.com/robinostlund/homeassistant-volkswagencarnet/issues/570)

Make sure that pulling is set to 5 minutes: Screenshot 2024-02-21 at 22 30 59

The rate limits on the VW side are quite reasonable, so something on your side is abusing it. It's not an integration issue, but something with your setup.

Regards. :)