This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.
Adapter for dreame home devices tested with L10 L20 and x40
Current Status of the devices
Remote control of the devices Start: dreame.0.xxxxx.remote.start-sweep Stop: dreame.0.xxxxx.remote.start-charge
Start Shortcut:
dreame.0.XXXXXXXX.remote.start-clean
[
{
"piid": 1,
"value": 25
},
{
"piid": 10,
"value": "32"
}
]
"value": "32" -> Shortcut id
List of shortcuts:
dreame.0.XXXXX.status.4-48
Names are base64 encoded If there is no 4-48 state you have to start a short cut
dreame.0.XXXX.remote.start-clean
[
{
"piid": 1,
"value": 18
},
{
"piid": 10,
"value": "{\"selects\":[[X,1,3,2,1]]}"
}
]
X = room id
Multiple Rooms:
[
{
"piid": 1,
"value": 18
},
{
"piid": 10,
"value": "{\"selects\":[[X,1,3,2,1],[Y,1,3,2,1]]}"
}
]
X = room 1 Y = room 2
Karte wechseln dreame.XXXXXXX.remote.update-map
[
{
"piid": 4,
"value": "{\"sm\":{},\"mapid\":X}"
}
]
X = mapId dreame.0.XXXX.status.6-99 oder dreame.0.XXXX.map.curid
- add simple maps
- bugfixes
- (TA2k) initial release
MIT License
Copyright (c) 2024-2030 TA2k [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.