DeyeCloud integration for those using Deye Inverter but unable to use Solarman
Note: By default, Deye updates the data to the cloud every 3–5 minutes. If you want more frequent updates (e.g., every 1 minute), you can email Deye Support to request it
Email: [email protected]
Subject: Request to Decrease Update Interval for Monitoring
Email content:
Dear Sir/Madam,
I kindly request that you decrease the update interval of my device to a lower value, preferably every 30 seconds or 1 minute, so that I can monitor it more effectively in my custom application dashboard.
Data Logger (Embedded Device) Serial Number: 278xxxxxxxxx
Deye Hybrid Inverter Serial Number: 230xxxxxxx
Thank you very much for your support.
Best regards,
Integration:
GitHub: GitHub - heavenknows1978/hass-deyecloud
Use Sunsynk Card with sample settings:
Setup Guide:
You will need to log in at:
https://developer.deyecloud.com/home
to create an app and get your AppID and AppSecret.
For Deye inverters, the best method is still using an ESP32 or ESP8266 chip + UART to TTL and ESPHome code to get real-time data into Home Assistant. However, if you don’t want to add hardware, DeyeCloud is a pretty decent solution, especially if Solarman doesn’t work for reading data directly from your inverter’s logger.
The cloud provides:
- Historical statistics by month for previous years
- Detailed stats for today, yesterday, and the day before
- Current data (updated every 1 minute, if configured)
This should be enough to build a useful dashboard in Home Assistant.
I don’t have access to many inverter models for testing, so if you encounter errors and want them fixed, please report them here:
Also, feel free to share your cloud account (temporarily) so I can debug and resolve the issue.
If you’re already using Solarman successfully, this integration can still complement it by providing historical monthly statistics.