-
-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Checks
- I have searched the existing issues and no issue is describing my issue
- I have checked the FAQ
- I have checked the documentation
- I have installed the latest version
The problem
Home Assistant doesn't support all new features of Deebot T30 Omni (many of them in common with T20)
I've mapped them all, but I think I lack the knowledge to implement them by myself.
All I can do is a copy->paste->edit work and, for what I've seen, it's not enough.
Hope this can help
Mopping Plates Auto-Lifting setCarpetInfo
auto-lifting body:{"data":{"mode":0}}
bypass carpets body:{"data":{"mode":1}}
no-lifting body:{"data":{"mode":2}}
Do Not Disturb setBlock
on body:{"data":{"enable":1,"start":"22:0","end":"8:0"}}
off body:{"data":{"enable":0,"start":"22:0","end":"8:0"}}
Child Lock setChildLock
on body:{"data":{"on":1}}
off body:{"data":{"on":0}}
Foot Touch Control setSwitchState
on body:{"data":{"kickClean":1}}
off body:{"data":{"kickClean":0}}
TrueDetect 3D Sensitivity setTrueDetect
off body:{"data":{"enable":0}}
on - standard body:{"data":{"enable":1,"level":1}}
on- high body:{"data":{"enable":1,"level":0}}
Mop Auto-Wash Frequency setWashInfo
by time body:{"data":{"roomwise":0}
by room body:{"data":{"roomwise":1}}
Mop Auto-Wash Frequency - By time - Interval setWashInterval
10 min body:{"data":{"interval":10}}
15 min body:{"data":{"interval":15}}
25 min body:{"data":{"interval":25}}
Hot Air Drying Duration setDryingDuration
2 hours body:{"data":{"duration":120}}
3 hours body:{"data":{"duration":180}}
4 hours body:{"data":{"duration":240}}
Auto-Empty setAutoEmpty
auto body:{"data":{"enable":1,"frequency":"auto"}}
smart body:{"data":{"enable":1,"frequency":"smart"}}
on body:{"data":{"enable":1,"frequency":"auto"}
off body:{"data":{"enable":0,"frequency":"auto"}
TruEdge Adaptive Edge Mopping setMopExpandState
extreme body:{"data":{"enable":1,"level":0,"frequency":1}}
standard body:{"data":{"enable":1,"level":1,"frequency":1}}
on body:{"data":{"enable":1,"level":0,"frequency":1}}
off body:{"data":{"enable":0,"level":0,"frequency":1}}
Cleaning Speed setCustomAreaMode
standard body:{"data":{"sweepMode":0}}
deep cleaning body:{"data":{"sweepMode":1}}
quick cleaning body:{"data":{"sweepMode":2}}
I've put them in excel for better reading
T30 features.xlsx
On which deebot device (vacuum) you have the issue?
Deebot T30 Omni
Which version of the deebot-client are you using?
8.3.0
Country
it
Continent
eu
Anything in the logs that might be useful for us?
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request