diff --git a/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/i18n/radiothermostat.properties b/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/i18n/radiothermostat.properties index 4e059440db..51daaac631 100644 --- a/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/i18n/radiothermostat.properties +++ b/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/i18n/radiothermostat.properties @@ -259,10 +259,10 @@ thing-type.config.radiothermostat.thermostatconfig.wedNightHeatTime.description channel-type.radiothermostat.dt_stamp.label = Thermostat Date channel-type.radiothermostat.dt_stamp.description = The Current Day of the Week and Time Reported by the Thermostat -channel-type.radiothermostat.fan_mode.label = Fan Mode -channel-type.radiothermostat.fan_mode.description = The Current Operating Mode of the Fan -channel-type.radiothermostat.fan_status.label = Fan Status -channel-type.radiothermostat.fan_status.description = Indicates the Current Fan Status of the HVAC System +channel-type.radiothermostat.fan-mode.label = Fan Mode +channel-type.radiothermostat.fan-mode.description = The Current Operating Mode of the Fan +channel-type.radiothermostat.fan-status.label = Fan Status +channel-type.radiothermostat.fan-status.description = Indicates the Current Fan Status of the HVAC System channel-type.radiothermostat.hold.label = Hold channel-type.radiothermostat.hold.description = Indicates If the Current Set Point Temperature Is to Be Held Indefinitely channel-type.radiothermostat.humidity.label = Humidity @@ -298,10 +298,10 @@ channel-type.radiothermostat.t_hour.label = Hour channel-type.radiothermostat.t_hour.description = The Current Hour of the Day Reported by the Thermostat channel-type.radiothermostat.t_minute.label = Minute channel-type.radiothermostat.t_minute.description = The Current Minute Past the Hour Reported by the Thermostat -channel-type.radiothermostat.temp-sp.label = Setpoint -channel-type.radiothermostat.temp-sp.description = The Current Temperature Set Point of the Thermostat -channel-type.radiothermostat.temp-temperature.label = Temperature -channel-type.radiothermostat.temp-temperature.description = The Current Temperature Reading of the Thermostat +channel-type.radiothermostat.temperature-setpoint.label = Setpoint +channel-type.radiothermostat.temperature-setpoint.description = The Current Temperature Set Point of the Thermostat +channel-type.radiothermostat.temperature.label = Temperature +channel-type.radiothermostat.temperature.description = The Current Temperature Reading of the Thermostat channel-type.radiothermostat.today_cool_runtime.label = Today's Cooling Runtime channel-type.radiothermostat.today_cool_runtime.description = The Number of Minutes of Cooling Run-time Today channel-type.radiothermostat.today_heat_runtime.label = Today's Heating Runtime diff --git a/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/thing/thing-types.xml index 4d65143473..c834d4631c 100644 --- a/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/thing/thing-types.xml @@ -12,16 +12,16 @@ - + - + - + - + @@ -37,17 +37,21 @@ - 2 + 3 - + Number:Temperature The Current Temperature Reading of the Thermostat Temperature + + Measurement + Temperature + @@ -56,6 +60,10 @@ The Current Humidity Reading of the Thermostat Humidity + + Measurement + Humidity + @@ -63,6 +71,10 @@ Number The Current Operating Mode of the HVAC System + + Control + Mode + @@ -73,10 +85,14 @@ - + Number The Current Operating Mode of the Fan + + Control + Airflow + @@ -94,11 +110,15 @@ - + Number The Current Temperature Set Point of the Thermostat Temperature + + Setpoint + Temperature + @@ -119,13 +139,21 @@ Number Indicates the Current Running Status of the HVAC System + + Status + Mode + - + Number Indicates the Current Fan Status of the HVAC System + + Status + Airflow + diff --git a/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/update/instructions.xml b/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/update/instructions.xml index 7a679eb3ef..8c8ec6bd17 100644 --- a/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/update/instructions.xml +++ b/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/update/instructions.xml @@ -9,9 +9,7 @@ radiothermostat:message - - radiothermostat:next_temp @@ -20,6 +18,30 @@ radiothermostat:next_time + + + + radiothermostat:temperature + + + radiothermostat:humidity + + + radiothermostat:mode + + + radiothermostat:fan-mode + + + radiothermostat:temperature-setpoint + + + radiothermostat:status + + + radiothermostat:fan-status + +