-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
Milestone
Description
The problem
Hey mate
Well done on getting AirOS into Core. Heroic.
Today I started testing with my UISP devices. It appears that the LiteBeam 5AC is not supported.
"Expected data not returned from the device, check the documentation for supported devices"
What version of Home Assistant Core has the issue?
core-2025.8.0b1
What was the last working version of Home Assistant Core?
N/A (New Integration)
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Ubiquiti AirOS
Link to integration documentation on our website
https://rc.home-assistant.io/integrations/airos
Diagnostics information
Error message when tapping device: Expected data not returned from the device, check the documentation for supported devices
Example YAML snippet
Anything in the logs that might be useful for us?
Logger: airos.airos8
Source: /usr/local/lib/python3.13/site-packages/airos/airos8.py:250
First occurred: 12:33:41 PM (3 occurrences)
Last logged: 12:44:34 PM
Failed to deserialize AirOS data
Traceback (most recent call last):
File "<string>", line 107, in __mashumaro_from_dict__
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 15, in __mashumaro_from_dict__
File "<string>", line 109, in __mashumaro_from_dict__
mashumaro.exceptions.InvalidFieldValue: Field "height" of type int in Host has invalid value None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/airos/airos8.py", line 248, in status
airos_data = AirOSData.from_dict(adjusted_json)
File "<string>", line 17, in __mashumaro_from_dict__
mashumaro.exceptions.InvalidFieldValue: Field "host" of type Host in AirOS8Data has invalid value {'hostname': 'REDACTED', 'device_id': 'REDACTED', 'uptime': 456, 'power_time': 2095535, 'time': '2025-01-03 10:24:29', 'timestamp': 733081919, 'fwversion': 'v8.7.15', 'devmodel': 'LiteBeam 5AC', 'netrole': 'bridge', 'loadavg': 1.127441, 'totalram': 63447040, 'freeram': 17420288, 'temperature': 0, 'cpuload': 73.267326, 'height': None}
Logger: airos.data
Source: components/airos/config_flow.py:59
First occurred: 12:59:22 PM (2 occurrences)
Last logged: 12:59:22 PM
Unknown value 'ap-ptmp' for Wireless.mode. Please report at https://github.com/CoMPaTech/python-airos/issues so we can add support.
Unknown value '11ACVHT20' for Wireless.ieeemode. Please report at https://github.com/CoMPaTech/python-airos/issues so we can add support.
Additional information
Steps to reproduce:
- Factory reset device
- Device detected in UISP mobile app
- Set brand new username and password from web portal using device IP address
- Did not connect to UISP server (hoping to retire UISP server if I can monitor devices in Home Assistant)
- Attempted adding integration with IP address (with/without http://) and device username/password
- Updated device firmware (to WA.V8.7.18)
- Attempted adding integration again
- Tried changing bridge mode to PTP (Point to Point) mode based on comment in log but this did not noticeably change the error or log error.
CoMPaTech and PlayFaster