Aller au contenu

Messages recommandés

Posté(e) (modifié)

Hello,

I have a Goodwe EM3648-EM converter. I installed Homeassistance (HA) for data. I have HC3 fibaro and I would like to have some data in fibaro. HA communicates with the inverter via UDP and  reading data directly from the inverter every 5 seconds. I started testing the communication via shark and found that HA is sending a command to Goodwe - aa55c07f0106000245. 

 

I use some QA for UDP comunication in HC3 .

The result is that QA command:

string.char(0xaa,0x55,0xc0,0x7f,0x01,0x02,0x00,0x02,0x41)

 

["U\u0001M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F","U\u0001M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F","U\u0001M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F","U\u0001M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F","U\u0001M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F","U\u0001M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F"]

 

string.char(0xaa,0x55,0xc0,0x7f,0x01,0x06,0x00,0x02,0x45)

send data to HC3 in same format but long data. ( attachment aa.odt) . Data have format tarting 5C75303030 and after is parameter I thing.

 

I'm not that good at programming anymore, but maybe it will help someone, in case it helps to do basic QA for getting data from the inverter, similar to homeassistance.

 

In attachment is QA which get data from inverter.

 

Some document or links which can help.:

https://community.openhab.org/t/connect-oh-to-goodwe-via-udp/105847

https://github.com/marcelblijleven/goodwe

https://www.domoticz.com/forum/viewtopic.php?t=37886

https://github.com/home-assistant/core/tree/dev/homeassistant/components/goodwe

https://powerforum.co.za/topic/6931-goodwe-5048es-protocol-reverse-engineering/

aa.odt

udp_Goodwe.fqa

Modifié par martin7462
  • 2 semaines après...
Posté(e)

I have it . I have first experimental QA. If you somebody o want I will send you but I need help with by finding out where it is given individually in the packets found in the case of how to calculate them. I have SOC, PV1, PV2 and temperatures..

 

a.png.79daed7659d4b49664e0a287a096d54e.png

  • Like 1
  • 3 mois après...
×
×
  • Créer...