Kane610 / aiounifi

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

Unsupported event key EVT_XG_Lost_Contact #527

Closed ahutchings closed 9 months ago

ahutchings commented 9 months ago

Seeing an "Unsupported event" message in Home Assistant logs:

Unsupported event key EVT_XG_Lost_Contact
Unsupported event {'key': 'EVT_XG_Lost_Contact', 'xg': 'd0:21:f9:74:d2:0e', 'gw': 'd0:21:f9:74:d2:0e', 'xg_name': 'UXG Pro', 'xg_model': 'UXGPRO', 'gw_displayName': 'UXG Pro', 'xg_displayName': 'UXG Pro', 'subsystem': 'lan', 'is_negative': True, 'site_id': '<snip>', 'time': 1700023899703, 'datetime': '2023-11-15T04:51:39Z', 'msg': 'Gateway[d0:21:f9:74:d2:0e] was disconnected', '_id': '65544e5b54c9bd7c315f762e'}
Unsupported event {'key': 'EVT_XG_Lost_Contact', 'xg': 'd0:21:f9:74:d2:0e', 'gw': 'd0:21:f9:74:d2:0e', 'xg_name': 'UXG Pro', 'xg_model': 'UXGPRO', 'gw_displayName': 'UXG Pro', 'xg_displayName': 'UXG Pro', 'subsystem': 'lan', 'is_negative': True, 'site_id': '<snip>', 'time': 1700044581588, 'datetime': '2023-11-15T10:36:21Z', 'msg': 'Gateway[d0:21:f9:74:d2:0e] was disconnected', '_id': '65549f2554c9bd7c315f9582'}

Versions:

Kane610 commented 9 months ago

Thanks