RoboVac Model Code
Model Code:
T2267
RoboVac Series (if known)
Estimated Series:
L series (eufy Clean L60)
Observed Features
Features:
- Start cleaning works
- Fan speed control works for Standard / Turbo / Max
- Quiet fan mode does not work via Home Assistant
- Battery level is reported by the device (DPS value present) but not shown in Home Assistant
- Pause and Stop commands do not work
- Return to base command is sent but device reports an unknown state
- Locate function works
- Device frequently switches to
error state in Home Assistant, although no real error is present in the Eufy app
Connection Details
Connection Successful: Yes
Local Tuya connection is working correctly. Device communicates reliably over port 6668 and continuously reports DPS updates.
Additional Context
Although model code T2267 is currently mapped as LR30 Hybrid, this device identifies itself as eufy Clean L60 and appears to use a different DPS layout.
Commands are accepted by the device, but returned state and mode values are encoded and not interpreted correctly, causing Home Assistant to switch the vacuum entity into an error state.
This appears to be a model mapping issue, not a connection, network, or localKey problem. A dedicated model profile or adjusted DPS mapping for eufy Clean L60 (T2267) is likely required.
Debug Logs
Relevant excerpts from debug logging:
Command mode with value 'AA==' (type: str) not found for model T2267.
Available keys: ['auto', 'pause', 'Spot', 'return', 'Nosweep']
Received message: {'dps': {'158': 'Standard', '161': 80}}
State changed to error. Error message: DAiX2ta97+3tzgFSAA==
RoboVac Model Code
Model Code:
T2267
RoboVac Series (if known)
Estimated Series:
L series (eufy Clean L60)
Observed Features
Features:
errorstate in Home Assistant, although no real error is present in the Eufy appConnection Details
Connection Successful: Yes
Local Tuya connection is working correctly. Device communicates reliably over port 6668 and continuously reports DPS updates.
Additional Context
Although model code T2267 is currently mapped as LR30 Hybrid, this device identifies itself as eufy Clean L60 and appears to use a different DPS layout.
Commands are accepted by the device, but returned state and mode values are encoded and not interpreted correctly, causing Home Assistant to switch the vacuum entity into an error state.
This appears to be a model mapping issue, not a connection, network, or localKey problem. A dedicated model profile or adjusted DPS mapping for eufy Clean L60 (T2267) is likely required.
Debug Logs
Relevant excerpts from debug logging: