homeassistant-lightwave2 icon indicating copy to clipboard operation
homeassistant-lightwave2 copied to clipboard

Firmware update notifications unhandled

Open SGXander opened this issue 2 years ago • 1 comments

Not sure if you want it marked as a bug or feature request but getting these on startup:

Logger: lightwave2.lightwave2
Source: /usr/local/lib/python3.9/site-packages/lightwave2/lightwave2.py:192
First occurred: 20:03:13 (4 occurrences)
Last logged: 20:03:46

consumer_handler: Received unhandled message: {'version': 1, 'senderId': '1.ip=10=192=22=153*eu=west=1*compute*internal=53223', 'transactionId': 17893782, 'direction': 'notification', 'class': 'device', 'operation': 'firmware', 'items': [{'payload': {'time': 1656356593395, 'itemsSentCount': 1, 'itemsRepliesCount': 1, 'duration': 87.251, 'deviceId': '61e88794c0c19f0b96b75815-1-3157341922+2'}, 'success': True, 'itemId': 1}]}
consumer_handler: Received unhandled message: {'version': 1, 'senderId': '1.ip=10=192=22=153*eu=west=1*compute*internal=53223', 'direction': 'response', 'source': 'interServer-ip=10=192=20=198*eu=west=1*compute*internal=51908<->ip=10=192=22=153*eu=west=1*compute*internal=53223', 'items': [{'itemId': 192, 'payload': {'deviceId': 4, 'type': 'periodOfBroadcast', 'channel': 0, 'writable': True, 'stateless': False, 'virtual': False, 'value': 0, 'status': 'ok'}, 'success': True}], 'class': 'feature', 'operation': 'read', 'transactionId': 192}
consumer_handler: Received unhandled message: {'version': 1, 'senderId': '1.ip=10=192=22=153*eu=west=1*compute*internal=53223', 'transactionId': 17895508, 'direction': 'notification', 'class': 'server', 'operation': 'sendingFirmwareComplete', 'items': [{'payload': {'time': 1656356626520, 'deviceId': '61e88794c0c19f0b96b75815-23-3157341922+2', 'linkId': '3157341922', 'firmwareVersion': '5.08.0', 'productCode': 'L42', 'sent': True, 'firmwareVersionNext': False, 'releaseId': '62569fa1e2524408dfd75849', 'releaseVersionPaths': ['5.04.0', '5.08.0'], 'featureSetNames': 'R02-S3-L, R02-S3-R'}, 'success': True, 'itemId': 8}]}

Think it's just the firmware notifications (would be epic to add firmware updates to HA in the new update management thing but not critical by any means)

SGXander avatar Jun 27 '22 19:06 SGXander