gree-remote icon indicating copy to clipboard operation
gree-remote copied to clipboard

Toyotomi dehumidifier

Open malakudi opened this issue 2 years ago • 0 comments

I found that my Toyotomi dehumidifier uses the Gree protocol. I used gree.py to get the device key, then decrypted info from "Ewpe Smart" application that Toyotomi suggests to use. Those are the fields: {"cols":["Pow","Dmod","Dwet","WdSpd","DwatFul","Lig","SwUpDn","Health","Quiet","PM2P5","airQlt","DwatSen","ChildLock","AppTimer","AllErr","ModelType","Dfltr"],"mac":"502cc626d560","t":"status"}

and a response: {"t":"dat","mac":"502cc626d560","r":200,"cols":["Pow","Dmod","Dwet","WdSpd","DwatFul","Lig","SwUpDn","Health","Quiet","PM2P5","airQlt","DwatSen","ChildLock","AppTimer","AllErr","ModelType","Dfltr"],"dat":[1,2,5,0,0,1,1,1,2,1,1,51,0,0,0,0,0]}

DwatSen is the humidity sensor (51 meaning 51% humidity). The target value set is in increments of 5% from 30 to 80, I will figure out all the values in the next days.

What else is needed to support my device?

malakudi avatar Jan 23 '23 14:01 malakudi