From 00d99e1c3fce059ab1d91a47e8537187fa90877e Mon Sep 17 00:00:00 2001 From: Fejitatete Date: Sat, 10 Dec 2022 13:08:41 +0100 Subject: [PATCH] [vitotronic] Add channel "currentmode" to thing "circuit" (#13739) * [vitotronic] Add channel "currentmode" to thing "circuit" Signed-off-by: Fejitatete --- bundles/org.openhab.binding.vitotronic/README.md | 1 + .../resources/OH-INF/i18n/vitotronic.properties | 2 ++ .../main/resources/OH-INF/thing/thing-types.xml | 15 +++++++++++++++ 3 files changed, 18 insertions(+) diff --git a/bundles/org.openhab.binding.vitotronic/README.md b/bundles/org.openhab.binding.vitotronic/README.md index 9bdf23dbce0..25b23261fb1 100644 --- a/bundles/org.openhab.binding.vitotronic/README.md +++ b/bundles/org.openhab.binding.vitotronic/README.md @@ -100,6 +100,7 @@ The follow channels are implemented: | flowtemperature | Number | Temperature sensor of the ciruit flow | | pump | Switch | Pump state | | operationmode | Number | Operationmode | +| currentmode | Number | Current Mode | savemode | Switch | Savemode on/off | | partymode | Switch | Partymode on/off | | party_temp_setpoint | Number | Party mode temperature setpoint (target) | diff --git a/bundles/org.openhab.binding.vitotronic/src/main/resources/OH-INF/i18n/vitotronic.properties b/bundles/org.openhab.binding.vitotronic/src/main/resources/OH-INF/i18n/vitotronic.properties index c433aa667cb..adf47071a08 100644 --- a/bundles/org.openhab.binding.vitotronic/src/main/resources/OH-INF/i18n/vitotronic.properties +++ b/bundles/org.openhab.binding.vitotronic/src/main/resources/OH-INF/i18n/vitotronic.properties @@ -92,6 +92,8 @@ channel-type.vitotronic.consumedoil.label = Consumed Oil channel-type.vitotronic.consumedoil.description = Consumed Oil since start of heating in Liter channel-type.vitotronic.consumedpellets.label = Consumed Pellets channel-type.vitotronic.consumedpellets.description = Consumed Pellets since start of heating in tons +channel-type.vitotronic.currentmode.label = Current Mode +channel-type.vitotronic.currentmode.description = Current functionnal mode channel-type.vitotronic.error.label = Errors channel-type.vitotronic.error.description = True, if errors for the burner exists channel-type.vitotronic.exhaust_temp.label = Exhaust Temperature diff --git a/bundles/org.openhab.binding.vitotronic/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.vitotronic/src/main/resources/OH-INF/thing/thing-types.xml index 65383fea31e..97a9a5e7fe1 100644 --- a/bundles/org.openhab.binding.vitotronic/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.vitotronic/src/main/resources/OH-INF/thing/thing-types.xml @@ -114,6 +114,7 @@ + @@ -528,6 +529,20 @@ + + Number + + Current Mode + + + + + + + + + + Switch