Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toyotomi dehumidifier #58

Open
malakudi opened this issue Jan 23, 2023 · 0 comments
Open

Toyotomi dehumidifier #58

malakudi opened this issue Jan 23, 2023 · 0 comments

Comments

@malakudi
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant