Skip to content
View in the app

A better way to browse. Learn more.

Power Forum - Renewable Energy Discussion

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mletenay

Members
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    mletenay got a reaction from Cef in Goodwe 5048ES Protocol reverse engineering   
    It seems various inverter models and/or firmware versions slightly differ in the response data (resp. their lengths).
    So I've replaced the primitive response length check with proper checksum and response type validation.
    Now it should be more robust in respect to different inverters.
  2. Thanks
    mletenay got a reaction from Weasel in Goodwe 5048ES Protocol reverse engineering   
    There's no real need for udp traffic sniffing anymore, I believe we have managed to understand most of the protocol.
    The python library is still being tweaked here and there, but it is close to being stable.
    Although java (which Openhab is written in) is my "native" language, to be honest, I don't have much intention (or time to be more precise) to port it there at the moment.
    I was selecting between Home Assistant and OpenHab, decided for the HA and I'm happy so far.

     
     
  3. Thanks
    mletenay got a reaction from Niel in Goodwe 5048ES Protocol reverse engineering   
    Bit shift by 8, but it is a big endian encoding so the most significant byte is on the left.
    Plus be aware some values need some (sign) conversion magic "if value > 32768 then value = value - 65535".
    Look at the python sources, they are pretty self descriptive.
     
  4. Thanks
    mletenay got a reaction from Niel in Goodwe 5048ES Protocol reverse engineering   
    It seems various inverter models and/or firmware versions slightly differ in the response data (resp. their lengths).
    So I've replaced the primitive response length check with proper checksum and response type validation.
    Now it should be more robust in respect to different inverters.
  5. Like
    mletenay got a reaction from gbyleveldt in Goodwe 5048ES Protocol reverse engineering   
    It seems various inverter models and/or firmware versions slightly differ in the response data (resp. their lengths).
    So I've replaced the primitive response length check with proper checksum and response type validation.
    Now it should be more robust in respect to different inverters.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.