]> git.basschouten.com Git - openhab-addons.git/blob
e4bd2256dfa323ab922ac369b86eca0aa6d1e2d9
[openhab-addons.git] /
1 # binding
2
3 binding.venstarthermostat.name = Venstar Thermostats
4 binding.venstarthermostat.description = This is a binding for Venstar Thermostats.
5
6 # thing types
7
8 thing-type.venstarthermostat.colorTouchThermostat.label = ColorTouch Thermostat
9 thing-type.venstarthermostat.colorTouchThermostat.description = Venstar ColorTouch Thermostat
10
11 # thing types config
12
13 thing-type.config.venstarthermostat.colorTouchThermostat.password.label = Password
14 thing-type.config.venstarthermostat.colorTouchThermostat.refresh.label = Refresh interval
15 thing-type.config.venstarthermostat.colorTouchThermostat.refresh.description = Specifies the refresh interval in seconds.
16 thing-type.config.venstarthermostat.colorTouchThermostat.url.label = URL
17 thing-type.config.venstarthermostat.colorTouchThermostat.url.description = URL of the thermostat in the format 'proto://host' (example: https://192.168.1.100)
18 thing-type.config.venstarthermostat.colorTouchThermostat.username.label = Username
19
20 # channel types
21
22 channel-type.venstarthermostat.aux1Runtime.label = Aux1 Runtime Minutes
23 channel-type.venstarthermostat.aux1Runtime.description = Run time in aux1 mode in minutes (Day 0 = TODAY, Day 6 = 6 days ago)
24 channel-type.venstarthermostat.aux2Runtime.label = Aux2 Runtime Minutes
25 channel-type.venstarthermostat.aux2Runtime.description = Run time in aux2 mode in minutes (Day 0 = TODAY, Day 6 = 6 days ago)
26 channel-type.venstarthermostat.awayMode.label = Away Mode
27 channel-type.venstarthermostat.awayMode.description = Current Away Mode
28 channel-type.venstarthermostat.awayMode.state.option.home = Home
29 channel-type.venstarthermostat.awayMode.state.option.away = Away
30 channel-type.venstarthermostat.awayModeRaw.label = Away Mode (Raw)
31 channel-type.venstarthermostat.awayModeRaw.description = Current Away Mode, as an integer number
32 channel-type.venstarthermostat.cool1Runtime.label = Cool1 Runtime Minutes
33 channel-type.venstarthermostat.cool1Runtime.description = Run time in cool1 mode in minutes (Day 0 = TODAY, Day 6 = 6 days ago)
34 channel-type.venstarthermostat.cool2Runtime.label = Cool2 Runtime Minutes
35 channel-type.venstarthermostat.cool2Runtime.description = Run time in cool2 mode in minutes (Day 0 = TODAY, Day 6 = 6 days ago)
36 channel-type.venstarthermostat.coolingSetpoint.label = Cooling Setpoint
37 channel-type.venstarthermostat.coolingSetpoint.description = Cooling Setpoint
38 channel-type.venstarthermostat.fanMode.label = Fan Mode
39 channel-type.venstarthermostat.fanMode.description = Current Fan Mode
40 channel-type.venstarthermostat.fanMode.state.option.auto = Auto
41 channel-type.venstarthermostat.fanMode.state.option.on = On
42 channel-type.venstarthermostat.fanModeRaw.label = Fan Mode (Raw)
43 channel-type.venstarthermostat.fanModeRaw.description = Current Fan Mode, as an integer number
44 channel-type.venstarthermostat.fanState.label = Fan State
45 channel-type.venstarthermostat.fanState.description = Current Fan State
46 channel-type.venstarthermostat.fanStateRaw.label = Fan State (Raw)
47 channel-type.venstarthermostat.fanStateRaw.description = Current Fan State, as an integer number
48 channel-type.venstarthermostat.freeCoolRuntime.label = Free Cool Runtime Minutes
49 channel-type.venstarthermostat.freeCoolRuntime.description = Run time in Free Cool mode in minutes (Day 0 = TODAY, Day 6 = 6 days ago)
50 channel-type.venstarthermostat.heat1Runtime.label = Heat1 Runtime Minutes
51 channel-type.venstarthermostat.heat1Runtime.description = Run time in heat1 mode in minutes (Day 0 = TODAY, Day 6 = 6 days ago)
52 channel-type.venstarthermostat.heat2Runtime.label = Heat2 Runtime Minutes
53 channel-type.venstarthermostat.heat2Runtime.description = Run time in heat2 mode in minutes (Day 0 = TODAY, Day 6 = 6 days ago)
54 channel-type.venstarthermostat.heatingSetpoint.label = Heating Setpoint
55 channel-type.venstarthermostat.heatingSetpoint.description = Heating Setpoint
56 channel-type.venstarthermostat.humidity.label = Humidity
57 channel-type.venstarthermostat.humidity.description = Indoor Humidity
58 channel-type.venstarthermostat.outdoorTemperature.label = Outdoor Temperature
59 channel-type.venstarthermostat.outdoorTemperature.description = Outdoor Temperature
60 channel-type.venstarthermostat.scheduleMode.label = Schedule Mode
61 channel-type.venstarthermostat.scheduleMode.description = Current Schedule Mode
62 channel-type.venstarthermostat.scheduleMode.state.option.disabled = Disabled
63 channel-type.venstarthermostat.scheduleMode.state.option.enabled = Enabled
64 channel-type.venstarthermostat.scheduleModeRaw.label = Schedule Mode (Raw)
65 channel-type.venstarthermostat.scheduleModeRaw.description = Current Schedule Mode, as an integer number
66 channel-type.venstarthermostat.schedulePart.label = Schedule Part
67 channel-type.venstarthermostat.schedulePart.description = Current Schedule Part
68 channel-type.venstarthermostat.schedulePart.state.option.morning = Morning
69 channel-type.venstarthermostat.schedulePart.state.option.day = Day
70 channel-type.venstarthermostat.schedulePart.state.option.evening = Evening
71 channel-type.venstarthermostat.schedulePart.state.option.night = Night
72 channel-type.venstarthermostat.schedulePart.state.option.inactive = Inactive
73 channel-type.venstarthermostat.schedulePartRaw.label = Schedule Part (Raw)
74 channel-type.venstarthermostat.schedulePartRaw.description = Current Schedule Part, as an integer number
75 channel-type.venstarthermostat.systemMode.label = System Mode
76 channel-type.venstarthermostat.systemMode.description = Current System Operating Mode
77 channel-type.venstarthermostat.systemMode.state.option.off = Off
78 channel-type.venstarthermostat.systemMode.state.option.heat = Heat
79 channel-type.venstarthermostat.systemMode.state.option.cool = Cool
80 channel-type.venstarthermostat.systemMode.state.option.auto = Auto
81 channel-type.venstarthermostat.systemModeRaw.label = System Mode (Raw)
82 channel-type.venstarthermostat.systemModeRaw.description = Current System Operating Mode, as an integer number
83 channel-type.venstarthermostat.systemState.label = System State
84 channel-type.venstarthermostat.systemState.description = Current System Operating State
85 channel-type.venstarthermostat.systemState.state.option.idle = Idle
86 channel-type.venstarthermostat.systemState.state.option.heating = Heating
87 channel-type.venstarthermostat.systemState.state.option.cooling = Cooling
88 channel-type.venstarthermostat.systemState.state.option.lockout = Lockout
89 channel-type.venstarthermostat.systemState.state.option.error = Error
90 channel-type.venstarthermostat.systemStateRaw.label = System State (Raw)
91 channel-type.venstarthermostat.systemStateRaw.description = Current System Operating State, as an integer
92 channel-type.venstarthermostat.temperature.label = Temperature
93 channel-type.venstarthermostat.temperature.description = Temperature
94 channel-type.venstarthermostat.timestampRuntime.label = Runtime Record Timestamp
95 channel-type.venstarthermostat.timestampRuntime.description = Time stamp of Runtime Update (Day 0 = TODAY, Day 6 = 6 days ago)
96 channel-type.venstarthermostat.timestampRuntime.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM