rezmus
rezmus
in v7 they don't have commands to download voice packs. you can only switch between factory cn/en (last batch with factory firmware 0047 had even this broken). maybe with firmware...
https://awsde0.fds.api.xiaomi.com/dreame-product/dreame.vacuum.p2008/voices/soundpackage.json
https://ufile.io/oc7yh4u1
remote for p2008 (set_properties to 4/15). ``` _this.sendRemoteCtrl = function (touchId) { var v = 0; var wv = 0; if (touchId == 1) { v = 300; wv =...
@microfrost1 code is from original f9 rn plugin from mi home ;)
ble gateway is never exposed. it just pass data to cloud from ble sensors in range.
spec is useless here, because it does not use miot.
is your gw still connected to xiaomi cloud? gw can refresh ip/token of wifi devices it runs automation on via cloud api (_sync.neighborDevInfo). i checked on my (newer) hub and...
yeah it kinda use the same encryption as local miio but with cloud did/key credentials which you can get via shell (linux mi global hub or aqara). https://github.com/dgiese/dustcloud/wiki/Lumi-Aqara-Gateway-Root https://github.com/roth-m/miioclient-mqtt
@starkillerOG if there is some hashing algo for tokens you need to reverse engineer it from hubs firmware.