Deye Cloud Integration

Hi there

Quite recenty Deye relased it’s own app to communicate with their inverters instead of going thru Solarman application while still sing same wifi dongle from Solarman. What’s new with Deye is that you can send uick commands thru the app for battery charging&discharging. I was wondering if anyone here knows how to integrate Deye itse into hass? They have open API and seem to work on some projects ut it’s quite slow, you can take a look here DeyeCloud Developer Portal
I’m not that good with Python but I’m guessing it shouldn’t be that much work as everyting is pretty much the same as Solarman integration except the extra function being able to send commands ti inverter.

1 Like

Hi @admir82, isn’t it just easier/better to use solarman locally?

BTW DeyeCloud goes through solarman servers. :wink:

i agree. it would be great to habe such a integration

1 Like

on local integration you can not send commands to the inverter, you can just read values

This is not true at all.

You can do everything you like w/ the inverter using ha-solarman :wink:

1 Like

It seem that new Deye inverter model i.e., SUN-10KSG05LP1 can not work with Solarman anymore. Reseller have told me on that. I also tried several times but no luck.

It’s not about the inverter. Logger is what matters. If you are using stick logger from solarman then you can use integration made for their proprietary protocol.

And you can always replace the logger as you see fit. :wink:

I was not aware of this opportunity, the version I was running was a pure read only model. Thank you so much !!

1 Like

Hallo,

Habe ein Problem , aber nicht mit dem app, da ist alles korrekt angezeigt und ohne Unterbrechungen, Problem ist oder bei home assistant (Einstellungen?) oder Server bei Deye Cloud app, zu Problem: es gibt seit ca. 1 Monat immer wieder Unterbrechungen in daten Verkehr zwischen app Server und home assistant, auf ein mal zeigt alles was zu deye gehört in home assistant als „unbekannt“, aber jedes Mal nach 00:00 Uhr funktioniert wieder einwandfrei, nach lange suchen habe eine verdächtige Stelle gefunden, wenn Tagesproduktion erreicht 99-100kwh an diesen Tag, gibt’s sofort eine Unterbrechung von daten verkehr, (vielleicht auch ein Zufall, aber das ist einzige was ich gefunden habe), wenn Tagesproduktion erreicht nicht 100kwh , dann gibt’s auch keine Unterbrechungen.

WR Deye 12k, app deye cloud.

Kann vielleicht mir weiter helfen ?

Same problem with newer Deye Logger. Ports 8899 and 48899 cannot be opened (confirmed IP pingable). Any alternative way with this?

Hi @mpmalapitan, new Deye loggers no longer provide local access in any form whatsoever (as far as I know).

1 Like

So is there any way to read data from the new Deye logger whatsoever? even if i have to go via the cloud?

They do have API (I think), but f*ck the cloud. It’s better to buy ESP and connect ti to inverter Modbus RTU port.

Hi @davidrapan,

Do you know if there are any workarounds (cloud included) other than buying esp or solarman loggers because I can’t reach the those devices in the country where I live?

If you don’t have any type of logger, you don’t even have a cloud connected either. You can still connect the inverter to any PC/server using Modbus RS485 ↔ USB converter and run a Modbus TCP server for example.

1 Like

Thanks for your response. I have this DYDA_WiBLE_1.6.1 that came with the device, but I couldn’t succeed any local connection with it. That’s why I was asking for a cloud at least until the time I can get acces to other devices.