Kane610 / aiounifi

Asynchronous library to communicate with Unifi Controller
MIT License
59 stars 51 forks source link

Unsupported message key vpn-connection:syn #507

Closed robinostlund closed 10 months ago

robinostlund commented 10 months ago

Hi, I recently configured a wireguard client vpn in my UDM-Pro and started to get these messages in homeassistant:

2023-10-24 08:37:13.707 WARNING (MainThread) [aiounifi.models.message] Unsupported message key vpn-connection:sync
2023-10-24 08:37:13.707 WARNING (MainThread) [aiounifi.models.message] Unsupported message {'meta': {'message': 'vpn-connection:sync', 'rc': 'ok'}, 'data': {'assoc_time': 1698072120, 'network_id': '65368297b414682298d17671', 'notes': [], 'remote_ip': 'xxx.xxx.xxx.xxx 'rx_rate_bps': 0, 'status': 'CONNECTED', 'tx_rate_bps': 0, 'type': 'wireguard-client'}}

Maby something that should be ignored? :)

Kane610 commented 10 months ago

Thanks! I will add it to the list :)