Hey everyone,
I bought the DREAME P-Wind10 AC recently and realized there was no Home Assistant integration available for it yet. With some vibe coding and reverse engineering together with Claude, I sat down and put something together. I wanted to share the result with the community in case it helps anyone else.
Setup & Onboarding Getting it running is straightforward. Just add my GitHub link as a custom repository in HACS and download it. After restarting HA, go to your integrations page, add it, and log in with your Dreame account credentials. It will pull your device straight from the cloud.
Current Features
- Climate Entity:
- Power on and off
- HVAC mode control:
cool,dry, andfan only(cooling-only unit โ no heat) - Fan mode control:
lowandhigh(2 stages) - Target temperature control (16โ31 ยฐC)
- Current temperature reading (read-only)
- Swing / oscillation on/off
- Switch Entity:
- Night mode toggle
- Integration Enhancements:
- Dynamic Credential Updates: Change your Dreame email/password directly via the integration's
Configuredialog without needing to re-add the device. A re-authentication prompt will also appear automatically if your stored login stops working. - Multi-Device Support: If multiple air conditioners are tied to your account, you can pick which ones to add during setup. Each AC becomes its own separate device.
- Dynamic Credential Updates: Change your Dreame email/password directly via the integration's
Honest Pros & Cons
Pros:
- It gets the P-Wind10 into Home Assistant so you can finally automate it.
- Fast and simple setup process via HACS.
- Supports households with multiple AC units.
Cons & Weaknesses:
- It relies on the cloud, so there is no local control right now.
- It is an active work in progress, so there might be some bugs and rough edges.
- I have only tested this with the P-Wind10 model so far, so I have no experience or data on whether it works with other Dreame AC units.
Here is the link to the repo if you want to give it a try: GitHub - patgits/hass-dreame-ac: Home Assistant (HACS) integration for the Dreame P-Wind10 air conditioner โ cloud-based climate control ยท GitHub
Let me know if you test it out! Also, if anyone else has been tinkering with this device, I would really be interested to know: has anyone managed to figure out local control?
