]> git.basschouten.com Git - openhab-addons.git/commit
[sungrow] Initial contribution (#15130)
authorSönke Küper <soenkekueper@gmx.de>
Mon, 19 Feb 2024 13:54:21 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 13:54:21 +0000 (14:54 +0100)
commit31e88692f93b4f33d0bb06127a77919690d73044
tree3b92f71073c559fb3bebd4b847227b365e6bbf3a
parentc5a3753dd2059b853b19a9e97d996b256791f7d2
[sungrow] Initial contribution (#15130)

* 0000: Implementation

---------

Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: Eric Bodden <eric.bodden@upb.de>
Co-authored-by: Leo Siepel <leosiepel@gmail.com>
17 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.modbus.sungrow/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/README.md [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/doc/WiNet-S_Modbus.PNG [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/java/org/openhab/binding/modbus/sungrow/internal/ConversionConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/java/org/openhab/binding/modbus/sungrow/internal/ModbusSungrowBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/java/org/openhab/binding/modbus/sungrow/internal/ModbusSungrowHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/java/org/openhab/binding/modbus/sungrow/internal/SungrowInverterConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/java/org/openhab/binding/modbus/sungrow/internal/SungrowInverterHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/java/org/openhab/binding/modbus/sungrow/internal/SungrowInverterRegisters.java [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/resources/OH-INF/config/config.xml [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/resources/OH-INF/i18n/sungrow.properties [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/org.openhab.binding.modbus.sungrow/src/test/java/org/openhab/binding/modbus/sungrow/internal/SungrowInverterRegistersTest.java [new file with mode: 0644]
bundles/pom.xml