JohNan/homeassistant-wellbeing

No devices or entities found

Opened this issue · 3 comments

Adding wellbeing account succeeded but no entites were found.

024-02-14 16:58:18.617 DEBUG (MainThread) [custom_components.wellbeing] Received new token sucssfully
2024-02-14 16:58:18.710 DEBUG (MainThread) [custom_components.wellbeing] Fetched data: [{'applianceId':
.....
2024-02-14 16:58:18.831 DEBUG (MainThread) [custom_components.wellbeing] Fetched data: {'manufacturingDateCode': '129', 'serialNumber': 'xxxxxxxxx', 'pnc': 'xxxxxxxx', 'brand': 'AEG', 'market': 'EUROPE', 'productArea': 'WELLBEING', 'deviceType': 'AIR_PURIFIER', 'project': 'HIMALAYA', 'model': 'AX9', 'variant': 'CADR600', 'colour': 'GREY'}

2024-02-14 16:58:18.832 DEBUG (MainThread) [custom_components.wellbeing] Finished fetching wellbeing data in 0.214 seconds (success: False)

Hom Assistant Version used 2024.1.6

Device is: AX91-604GY

I’m experiencing the same issue with an AEG Dishwasher, it did work on previous version of HA. Now running HA 2024.5.2.

Enable logging and let me know the results

logger:
  logs:
    pyelectroluxgroup.appliance: debug

Just got the Pure A9 yesterday - and having the same issue.

4-08-29 23:39:09.019 DEBUG (MainThread) [pyelectroluxgroup.appliance] Appliance info {'serialNumber': 'xxxx', 'pnc': 'xxxx', 'brand': 'ELECTROLUX', 'deviceType': 'AIR_PURIFIER', 'model': 'A9', 'variant': 'CADR600', 'colour': 'GREY'}

2024-08-29 23:39:09.020 DEBUG (MainThread) [pyelectroluxgroup.appliance] Appliance state {'applianceId': 'xxxx', 'connectionState': 'Disconnected', 'status': 'enabled', 'properties': {'reported': {'$version': 1}}}

2024-08-29 23:39:09.020 DEBUG (MainThread) [pyelectroluxgroup.appliance] Appliance capabilities {'PM1': {'access': 'read', 'max': 65535, 'min': 0, 'step': 1, 'type': 'number'}, 'PM10': {'access': 'read', 'max': 65535, 'min': 0, 'step': 1, 'type': 'number'}, 'PM2_5': {'access': 'read', 'max': 65535, 'min': 0, 'step': 1, 'type': 'number'}, 'TVOC': {'access': 'read', 'max': 4295, 'min': 0, 'step': 1, 'type': 'number'}, 'Fanspeed': {'access': 'readwrite', 'max': 9, 'min': 1, 'schedulable': True, 'step': 1, 'type': 'int'}, 'Workmode': {'access': 'readwrite', 'schedulable': True, 'triggers': [{'action': {'Fanspeed': {'access': 'readwrite', 'disabled': True, 'max': 9, 'min': 1, 'step': 1, 'type': 'int'}}, 'condition': {'operand_1': 'value', 'operand_2': 'Auto', 'operator': 'eq'}}, {'action': {'Fanspeed': {'access': 'readwrite', 'max': 9, 'min': 1, 'step': 1, 'type': 'int'}}, 'condition': {'operand_1': 'value', 'operand_2': 'Manual', 'operator': 'eq'}}, {'action': {'Fanspeed': {'access': 'readwrite', 'disabled': True, 'type': 'int'}}, 'condition': {'operand_1': 'value', 'operand_2': 'PowerOff', 'operator': 'eq'}}], 'type': 'string', 'values': {'Manual': {}, 'PowerOff': {}, 'Auto': {}}}}

2024-08-29 23:39:09.021 DEBUG (MainThread) [custom_components.wellbeing] Appliance initial: {'applianceId': 'xxxx', 'applianceName': 'Air purifier', 'applianceType': 'PUREA9', 'created': '2024-08-29T21:14:24.111+00:00'}

2024-08-29 23:39:09.021 DEBUG (MainThread) [custom_components.wellbeing] Appliance state: {'$version': 1}

2024-08-29 23:39:09.022 DEBUG (MainThread) [custom_components.wellbeing] Finished fetching wellbeing data in 0.485 seconds (success: False)