]> git.basschouten.com Git - openhab-addons.git/commit
[openwebnet] add support for Energy Meter (#10191)
authorConte Andrea <andrea@conte.com>
Sun, 21 Mar 2021 19:26:21 +0000 (20:26 +0100)
committerGitHub <noreply@github.com>
Sun, 21 Mar 2021 19:26:21 +0000 (20:26 +0100)
commit2e770a375e6935df54b51608c5bfa4692c1c4abd
treec59b7431d913ac8e3fcc7130844afcbe02043004
parent65b7467e567ddb97930f927375ef22bc477b6c60
[openwebnet] add support for Energy Meter (#10191)

Signed-off-by: Andrea Conte <andrea@conte.com>
12 files changed:
bundles/org.openhab.binding.openwebnet/README.md
bundles/org.openhab.binding.openwebnet/doc/F454_gateway.png
bundles/org.openhab.binding.openwebnet/doc/MyHOMEServer1_gateway.jpg [new file with mode: 0644]
bundles/org.openhab.binding.openwebnet/pom.xml
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/OpenWebNetBindingConstants.java
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/handler/OpenWebNetBridgeHandler.java
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/handler/OpenWebNetEnergyHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/OpenWebNetHandlerFactory.java
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/discovery/OpenWebNetDeviceDiscoveryService.java
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusEnergyMeter.xml [new file with mode: 0644]
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/channels.xml
bundles/org.openhab.binding.openwebnet/src/test/java/org/openhab/binding/openwebnet/handler/OwnIdTest.java