XtheOne / Inverter-Data-Logger

Data logger for Omnik/Hosola and other Solarman Wi-Fi kit powered Solar Inverters
GNU General Public License v3.0
116 stars 28 forks source link

No connection in Domoticz version 2023.2 #48

Open keesberg opened 11 months ago

keesberg commented 11 months ago

Having an issue reading data from my Omnik Inverter for Domoticz version 2023.1 it was OK, 2023.2 Gives next Debug info.

Debug info 023-08-02 12:21:17,517 DEBUG Importing output plugin ConsoleOutput 2023-08-02 12:21:20,722 INFO Loggers found on the network: ['192.168.1.20', '602086444']. 2023-08-02 12:21:20,722 INFO Connecting to logger with IP: 192.168.1.20 and SN 602086444 2023-08-02 12:21:20,723 INFO connecting to 192.168.1.20 port 8899 2023-08-02 12:21:20,725 DEBUG RAW sent Packet (len=16): 68:02:41:b1:2c:1c:e3:23:2c:1c:e3:23:01:00:91:16 hA,#,# 2023-08-02 12:21:23,729 ERROR Timeout connecting to logger with IP: 192.168.1.20 and SN 602086444, trying next logger.

Linux raspberrypihome 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux

waltervl commented 11 months ago

Issue was a network communication error: https://www.domoticz.com/forum/viewtopic.php?p=305303#p305303

keesberg commented 11 months ago

Found the problem now. The Wifi module in the inverter does not make contact with the inverter. this will allow it to connect to the network but no data will be transferred. The logging shows that this malfunction occurred about two hours after the domoticz update. Unfortunately, I incorrectly assumed that it was caused by the update. Thanks for the clear explanation.