Did anyone succeeded connecting Hypentech HT-6000 PV-Inverter to Openhab?
I Installed Modbus binding and try to configure the Modbus:Tcp:Slave bridge. I need to place IP address of the inverter there. But. I can not figure out what the IP is? My router is not providing it (I do not see it) and all my tries result with failures.
Is this the inverter IP address I need to place to the bridge?
How to figure it out what IP it has? I tried to use the APP and Hybontech web page to find it but it seems it is not available nor I can not find it.
Number SolarPower "Solar Power [%.2f W]" { channel="modbus:data:HT-6000:inputRegisters:solarPower:number" }
Than the rule for tests:
rule "Test Solar Power"
when
Item SolarPower changed
then
logInfo("SolarPowerTest", "Solar Power is now: " + SolarPower.state.toString + " W")
end
Running the rule if receive following information:
2024-08-15 16:42:09.539 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'solar.rules'
2024-08-15 16:42:09.549 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'solar.rules' is either empty or cannot be parsed correctly!
2024-08-15 16:42:17.307 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'solar.rules'
2024-08-15 16:42:17.525 [WARN ] [dule.handler.ItemStateTriggerHandler] - Item 'SolarPower' needed for rule 'solar-1' is missing. Trigger '0' will not work.
I do not understand why I have this warnings and why my script does not work