]> git.basschouten.com Git - openhab-addons.git/commit
[jeelink] Add support for emt7110 energy meter (#16725)
authorTimo Schober <97966906+tischober@users.noreply.github.com>
Thu, 9 May 2024 13:49:39 +0000 (15:49 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 13:49:39 +0000 (15:49 +0200)
commit90a23160ae6ad485d1612aa99ce2fb22c98191f2
treed3b49727330fcaec47979dee47f133eddf56b8c4
parent1d3c52a33d6bf50044ae61ced49766f7c7f80b89
[jeelink] Add support for emt7110 energy meter (#16725)

* feat: add support for emt7110 energy meter with jeelink

Signed-off-by: tischober <t.schober@outlook.de>
bundles/org.openhab.binding.jeelink/README.md
bundles/org.openhab.binding.jeelink/src/main/java/org/openhab/binding/jeelink/internal/JeeLinkBindingConstants.java
bundles/org.openhab.binding.jeelink/src/main/java/org/openhab/binding/jeelink/internal/SensorDefinition.java
bundles/org.openhab.binding.jeelink/src/main/java/org/openhab/binding/jeelink/internal/config/EMT7110SensorConfig.java [new file with mode: 0644]
bundles/org.openhab.binding.jeelink/src/main/java/org/openhab/binding/jeelink/internal/emt7110/Emt7110Reading.java [new file with mode: 0644]
bundles/org.openhab.binding.jeelink/src/main/java/org/openhab/binding/jeelink/internal/emt7110/Emt7110ReadingConverter.java [new file with mode: 0644]
bundles/org.openhab.binding.jeelink/src/main/java/org/openhab/binding/jeelink/internal/emt7110/Emt7110SensorDefinition.java [new file with mode: 0644]
bundles/org.openhab.binding.jeelink/src/main/java/org/openhab/binding/jeelink/internal/emt7110/Emt7110SensorHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.jeelink/src/main/resources/OH-INF/i18n/jeelink.properties
bundles/org.openhab.binding.jeelink/src/main/resources/OH-INF/thing/thing-types.xml