Thanks for your answer.
I’ve read the thread and tried all that was mentioned.
Changing to transparency mode changes back to data collection after a reboot of the stick.
In the config_hide-menu the port ist set to 8899. I’ve tried tcp and Modbus tcp and so on. Also I tried to fill in the HA-Server-IP in the advanced-page of the logger-webinterface.
(I can not try Up-/Downgrading the Logger-Firmware, because I don’t have the files. You also mention the 1.22 should work)
It is still not working.
So I guess my setup ist one of those, that won’t work and I need to look for a RS485-interface.
Here ist the Log from my actual last try. If I am reading it correctly, HA is establishing a connection, but does not get back any information?
2026-02-18T18:14:50.775505+00:00', 'options': {'host': '10.69.216.56', 'lookup_file': 'sofar_g3.yaml', 'additional_options': {'pack': 1}}, 'pref_disable_new_entities': False, 'pref_disable_polling': False, 'source': 'user', 'subentries': [], 'title': '2740809903', 'unique_id': None, 'version': 2})
2026-02-18 19:15:00.270 DEBUG (MainThread) [custom_components.solarman] async_setup_entry: Coordinator.init -> async_config_entry_first_refresh
2026-02-18 19:15:00.270 DEBUG (MainThread) [custom_components.solarman.discovery] DiscoveryProtocol: Send to 10.69.216.56
2026-02-18 19:15:00.277 DEBUG (MainThread) [custom_components.solarman.discovery] DiscoveryProtocol: [10.69.216.56, E8FDF8489BD2, 2740809903] from ('10.69.216.56', 48899)
2026-02-18 19:15:00.597 DEBUG (MainThread) [custom_components.solarman.parser] sofar_g3.yaml w/ defaults for update_interval: 10, code: 3, min_span: 25, max_size: 125, digits: 6, parameters: {'mod': 0, 'mppt': 4, 'l': 3, 'pack': 1}
2026-02-18 19:15:00.600 DEBUG (MainThread) [custom_components.solarman.device] [10.69.216.56] Scheduling 11 query requests: [{'code': 3, 'start': 1028, 'end': 1067, 'count': 40}, {'code': 3, 'start': 1093, 'end': 1125, 'count': 33}, {'code': 3, 'start': 1156, 'end': 1199, 'count': 44}, {'code': 3, 'start': 1284, 'end': 1292, 'count': 9}, {'code': 3, 'start': 1412, 'end': 1417, 'count': 6}, {'code': 3, 'start': 1540, 'end': 1546, 'count': 7}, {'code': 3, 'start': 1667, 'end': 1691, 'count': 25}, {'code': 3, 'start': 4131, 'end': 4132, 'count': 2}, {'code': 3, 'start': 4173, 'end': 4178, 'count': 6}, {'code': 3, 'start': 4368, 'end': 4368, 'count': 1}, {'code': 3, 'start': 4487, 'end': 4492, 'count': 6}] #0
2026-02-18 19:15:00.600 DEBUG (MainThread) [custom_components.solarman.device] [10.69.216.56] Request 03 ❘ 0x03 ~ 1028 ❘ 0x0404: {'count': 40}
2026-02-18 19:15:00.600 DEBUG (MainThread) [custom_components.solarman.pysolarman] [10.69.216.56] SENT: a5 17 00 10 45 c2 00 af 70 5d a3 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 03 04 04 00 28 05 25 ad 15
2026-02-18 19:15:00.607 DEBUG (MainThread) [custom_components.solarman.pysolarman] [10.69.216.56] Successful connection!
2026-02-18 19:15:03.477 DEBUG (MainThread) [custom_components.solarman.config_flow] ConfigFlowHandler.async_get_options_flow: <ConfigEntry entry_id=01KHPFQM0E8Q8W385RFX5TVFSZ version=2 domain=solarman title=2740809903 state=ConfigEntryState.SETUP_IN_PROGRESS unique_id=None>
2026-02-18 19:15:03.478 DEBUG (MainThread) [custom_components.solarman.config_flow] OptionsFlowHandler.__init__: <ConfigEntry entry_id=01KHPFQM0E8Q8W385RFX5TVFSZ version=2 domain=solarman title=2740809903 state=ConfigEntryState.SETUP_IN_PROGRESS unique_id=None>
2026-02-18 19:15:03.478 DEBUG (MainThread) [custom_components.solarman.config_flow] OptionsFlowHandler.async_step_init: user_input: None, current: {'host': '10.69.216.56', 'lookup_file': 'sofar_g3.yaml', 'additional_options': {'pack': 1}}
2026-02-18 19:15:03.480 DEBUG (MainThread) [custom_components.solarman.config_flow] step_user_data_schema: custom_components/solarman/inverter_definitions/: ['Auto', 'afore_2mppt.yaml', 'afore_BNTxxxKTL-2mppt.yaml', 'afore_hybrid.yaml', 'anenji_hybrid.yaml', 'astro-energy_2mppt.yaml', 'chint_cps-scetl.yaml', 'deye_hybrid.yaml', 'deye_micro.yaml', 'deye_p3.yaml', 'deye_string.yaml', 'hinen_hybrid.yaml', 'invt_xd-tl.yaml', 'kstar_hybrid.yaml', 'maxge_string.yaml', 'megarevo_r-3h.yaml', 'pylontech_force.yaml', 'renon_ifl.yaml', 'sofar_g3.yaml', 'sofar_g3hyd.yaml', 'sofar_hybrid.yaml', 'sofar_string.yaml', 'solarman_dtsd422-d3.yaml', 'solis_1p-5g.yaml', 'solis_3p-4g.yaml', 'solis_3p-5g.yaml', 'solis_hybrid.yaml', 'solis_s6-gr1p.yaml', 'srne_asf.yaml', 'swatten_sih-th.yaml', 'tsun_tsol-ms.yaml']
2026-02-18 19:15:03.480 DEBUG (MainThread) [custom_components.solarman.config_flow] step_user_data_schema: data_schema: {'host': <class 'str'>, 'port': All(Coerce(int, msg=None), Range(min=1, max=65535, min_included=True, max_included=True, msg=None), msg=None), 'transport': <homeassistant.helpers.selector.SelectSelector object at 0x7fc1153514a0>, 'lookup_file': In(['Auto', 'afore_2mppt.yaml', 'afore_BNTxxxKTL-2mppt.yaml', 'afore_hybrid.yaml', 'anenji_hybrid.yaml', 'astro-energy_2mppt.yaml', 'chint_cps-scetl.yaml', 'deye_hybrid.yaml', 'deye_micro.yaml', 'deye_p3.yaml', 'deye_string.yaml', 'hinen_hybrid.yaml', 'invt_xd-tl.yaml', 'kstar_hybrid.yaml', 'maxge_string.yaml', 'megarevo_r-3h.yaml', 'pylontech_force.yaml', 'renon_ifl.yaml', 'sofar_g3.yaml', 'sofar_g3hyd.yaml', 'sofar_hybrid.yaml', 'sofar_string.yaml', 'solarman_dtsd422-d3.yaml', 'solis_1p-5g.yaml', 'solis_3p-4g.yaml', 'solis_3p-5g.yaml', 'solis_hybrid.yaml', 'solis_s6-gr1p.yaml', 'srne_asf.yaml', 'swatten_sih-th.yaml', 'tsun_tsol-ms.yaml']), 'additional_options': <homeassistant.data_entry_flow.section object at 0x7fc1152b0d70>}
2026-02-18 19:15:14.609 DEBUG (MainThread) [custom_components.solarman.pysolarman] [10.69.216.56] Connection closed. Will try to restart the connection
2026-02-18 19:15:14.617 DEBUG (MainThread) [custom_components.solarman.pysolarman] [10.69.216.56] Successful reconnection! Data expected. Will retry the last request
2026-02-18 19:15:28.609 DEBUG (MainThread) [custom_components.solarman.pysolarman] [10.69.216.56] Connection closed. Will try to restart the connection
2026-02-18 19:15:28.615 DEBUG (MainThread) [custom_components.solarman.pysolarman] [10.69.216.56] Successful reconnection! Data expected. Will retry the last request
2026-02-18 19:15:30.601 DEBUG (MainThread) [custom_components.solarman.discovery] DiscoveryProtocol: Send to 10.69.216.56
2026-02-18 19:15:30.608 DEBUG (MainThread) [custom_components.solarman.discovery] DiscoveryProtocol: [10.69.216.56, E8FDF8489BD2, 2740809903] from ('10.69.216.56', 48899)
2026-02-18 19:15:30.768 DEBUG (MainThread) [custom_components.solarman.pysolarman] [10.69.216.56] Closing connection
2026-02-18 19:15:30.768 DEBUG (MainThread) [custom_components.solarman.coordinator] Finished fetching 2740809903 data in 30.169 seconds (success: False)
2026-02-18 19:15:30.769 DEBUG (MainThread) [custom_components.solarman.pysolarman] [10.69.216.56] Closing connection

