-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No devices or entities found #88
Comments
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) |
Same for me, Pure Multi 700. Unfortunately, I temporarily locked myself out of the API by trying to re-create a token (turns out they allow creating one token per 24hrs and revoking the old one does not reset this window). However, capture logs look the same - correct API responses for state and capabilities, yet device getting ignored by integration.
From a quick glance at the code, it seems like it's a matter of adding missing IDs. Plus, it'd be good to report unrecognized devices in the log with enough details to easily submit Github issue. |
Device type `MULTI_AIR_PURIFIER` is not supported.
Since you have added the payload I can look into it when I get some time over, but feel free to open up a
pull request to add it.
|
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
The text was updated successfully, but these errors were encountered: