ReneNulschDE / mbapi2020

Custom Component to integrate MercedesME devices into Home-Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logs being filled with connecting to Mercedes, connected too Mercedes messages

adamf83 opened this issue · comments

The problem

Since upgrading to the latest version (although I can’t say for sure it wasn’t happening before), my logs are filled with messages like the ones below. I have at least 4hrs of these messages which is making it hard to see anything else in the log. I feel this should probably be a debug message that is printed when debug logging is enabled (which it’s not in this case)

2024-04-10 05:41:45.135 INFO (MainThread) [custom_components.mbapi2020.websocket] Connecting to wss://websocket.emea-prod.mobilesdk.mercedes-benz.com/v2/ws
2024-04-10 05:41:45.233 INFO (MainThread) [custom_components.mbapi2020.websocket] Connected to mercedes websocket at wss://websocket.emea-prod.mobilesdk.mercedes-benz.com/v2/ws

What version of MBAPI2020 do use?

v0.13.0

What was the last working version of MBAPI2020?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

You could change the logger filter to warning. Just set
custom_components.mbapi2020.websocket: warning
in your logger configuration

Do you have any other input? Otherwise I'll close the issue.