ptrbojko / openhab-lsw4inverter-binding

7 stars 0 forks source link

Support for Inverter Zucchetti 3ph hyd 15000 zss #5

Closed antcan66 closed 7 months ago

antcan66 commented 1 year ago

Serial number 2106** inverter 3ph hyd 15000 zss Firmware on LS eth is ME_0D_270A_1.08

Channel online is on but everything else is null. in the log file I have this: [al.protocolv5.UnknownResponseHandler] - Unknown response, length 9: A5:17:00:10:45:03:00:AE:02: i tried both things versions with the same result.

ptrbojko commented 1 year ago

Hi, could check what options do you have when accessing your inverter/logger through http://ip-of-logger/config_hide.html ?

antcan66 commented 1 year ago

Schermata del 2023-04-14 08-49-24

Schermata del 2023-04-14 08-51-13

antcan66 commented 1 year ago

in "mode select" actually blank i have 2 option AP+STA or AP/STA in "invertor brand select" actually blank i have no selection regards antonio

ptrbojko commented 1 year ago

I have seen somewhere that when changing Working mode from Data collection to Transparent - logger will accept solarman v5 protocol on port 8899 (which is used by this binding). The binding may work then.

You may experiment with this option. Please, be aware, that this change may limit ability to report to solarman cloud app - I do not know the overall outcomes.

If there is more than Transparent and Data Collection options im Working mode - please share here.

antcan66 commented 1 year ago

If i change working mode to Trasparent the status remains permanently at unknown

antcan66 commented 1 year ago

No. In working mode Just 2 options Trasparent and Data Collection

ptrbojko commented 1 year ago

I will try to add new thing just for debug and protocol/codes discovery purposes. This, maybe, would help to tinker around your inverter - what codes does it support and data it returns.

antcan66 commented 1 year ago

I will try to add new thing just for debug and protocol/codes discovery purposes. This, maybe, would help to tinker around your inverter - what codes does it support and data it returns.

Okay. Thanks, I look forward to hearing from you

ptrbojko commented 1 year ago

Hi, here https://github.com/ptrbojko/openhab-lsw4inverter-binding/actions/runs/4852055852 you have first build with a debug thing. You setup this as any other things. However, two new config properties must be filled: startRegister and endRegister.

Basically you can try to use following values: 0x0400 and 0x042B 0x0404 and 0x0420 0x0400 and 0x0420

There is a channel called lastResponse that will be populated with an response from your logger/inverter.

antcan66 commented 1 year ago

Thank

Hi, here https://github.com/ptrbojko/openhab-lsw4inverter-binding/actions/runs/4852055852 you have first build with a debug thing. You setup this as any other things. However, two new config properties must be filled: startRegister and endRegister.

Basically you can try to use following values: 0x0400 and 0x042B 0x0404 and 0x0420 0x0400 and 0x0420

There is a channel called lastResponse that will be populated with an response from your logger/inverter.

lastResponse A5:17:00:10:45:03:00:AE:02:

ptrbojko commented 1 year ago

For each of those 3 permutation? 0x0400 and 0x042B 0x0404 and 0x0420 0x0400 and 0x0420