]> git.basschouten.com Git - openhab-addons.git/blob
5d216a5a842c2450aff46b240f05888b461c0210
[openhab-addons.git] /
1 # add-on
2 bindingName = Niko Home Control Binding
3 bindingDescription = This is the binding for the Niko Home Control system
4
5 # bridge types
6 bridgeLabel = Niko Home Control I Bridge
7 bridgeDescription = This bridge represents a Niko Home Control I IP-interface
8
9 bridge2Label = Niko Home Control II Bridge
10 bridge2Description = This bridge represents a Niko Home Control II Connected Controller or Wireless Smart Hub
11
12 bridgeConfigAddressLabel = IP or Host Name
13 bridgeConfigAddressDescription = IP Address of Niko Home Control IP-interface
14 bridge2ConfigAddressDescription = IP Address of Connected Controller or Wireless Smart Hub
15
16 bridgeConfigPortLabel = Bridge Port
17 bridgeConfigPortDescription = Port to communicate with Niko Home Control IP-interface, default 8000
18 bridge2ConfigPortDescription = Port for secure MQTT communication with Connected Controller or Wireless Smart Hub, default 8884
19
20 bridge2ConfigProfileLabel = Profile
21 bridge2ConfigProfileDescription = Profile used in Niko Home Control II for hobby API
22
23 bridge2ConfigPasswordLabel = API Token
24 bridge2ConfigPasswordDescription = Token for Niko Home Control II hobby API, should not be empty. This token will have to be renewed after expiration (1 year after creation)
25
26 bridgeConfigRefreshLabel = Refresh Interval
27 bridgeConfigRefreshDescription = Refresh interval for connection with Niko Home Control IP-interface (min), default 300. If set to 0, no refresh will be scheduled
28 bridge2ConfigRefreshDescription = Refresh interval for connection with Connected Controller or Wireless Smart Hub (min), default 300. If set to 0, no refresh will be scheduled
29
30 # thing types
31 pushButtonLabel = Pushbutton
32 pushButtonDescription = Pushbutton type action in Niko Home Control
33
34 onOffLabel = Switch
35 onOffDescription = On/Off type action in Niko Home Control
36
37 dimmerLabel = Dimmer
38 dimmerDescription = Dimmer type action in Niko Home Control
39
40 blindLabel = Shutter
41 blindDescription = Rollershutter type action in Niko Home Control
42
43 thermostatLabel = Thermostat
44 thermostatDescription = Thermostat in the Niko Home Control system
45
46 energyMeterLabel = Energy Meter
47 energyMeterDescription = Energy meter in the Niko Home Control system
48
49 actionConfigActionIdLabel = Action ID
50 actionConfigActionIdDescription = Niko Home Control action ID
51
52 dimmerConfigStepLabel = Step Value
53 dimmerConfigStepDescription = Step value used for increase/decrease of dimmer brightness, default 10%
54
55 blindConfigInvertLabel = Invert Direction
56 blindConfigInvertDescription = Invert rollershutter direction
57
58 thermostatConfigThermostatIdLabel = Thermostat ID
59 thermostatConfigThermostatIdDescription = Niko Home Control Thermostat ID
60
61 thermostatConfigOverruleTimeLabel = Overrule Time
62 thermostatConfigOverruleTimeDescription = Default overrule duration in minutes when an overrule temperature is set without providing overrule \
63                     time, 60 minutes by default
64
65 energyMeterConfigEnergyMeterIdLabel = Energy Meter ID
66 energyMeterConfigEnergyMeterIdDescription = Niko Home Control Energy Meter ID
67
68 #channel types
69 channelButtonLabel = Button
70 channelButtonDescription = Pushbutton control for action in Niko Home Control
71
72 channelRollershutterLabel = Rollershutter
73 channelRollershutterDescription = Rollershutter control for rollershutter action in Niko Home Control
74
75 channelMeasuredLabel = Measured
76 channelMeasuredDescription = Temperature measured by thermostat
77
78 channelSetpointLabel = Setpoint
79 channelSetpointDescription = Setpoint temperature of thermostat
80
81 channelOverruletimeLabel = Overrule Time
82 channelOverruletimeDescription = Time duration for overruling thermostat target temperature in min.
83
84 channelModeLabel = Mode
85 channelModeDescription = Thermostat mode
86 channelModeOption0 = Day
87 channelModeOption1 = Night
88 channelModeOption2 = Eco
89 channelModeOption3 = Off
90 channelModeOption4 = Cool
91 channelModeOption5 = Program 1
92 channelModeOption6 = Program 2
93 channelModeOption7 = Program 3
94
95 channelDemandLabel = Demand
96 channelDemandDescription = Heating/cooling demand
97 channelDemand-1 = Cooling
98 channelDemand0 = None
99 channelDemand1 = Heating
100
101 channelPowerLabel = Power
102 channelPowerDescription = Momentary power consumption/production (positive is consumption)
103
104 channelAlarmLabel = Alarm
105 channelAlarmDescription = Alarm from Niko Home Control
106
107 channelNoticeLabel = Notice
108 channelNoticeDescription = Notice from Niko Home Control
109
110 # thing status messages
111 offline.configuration-error.ip = Cannot resolve bridge IP with given host name
112 offline.configuration-error.tokenEmpty = Hobby API token is empty
113 offline.configuration-error.tokenExpired = Hobby API token has expired
114
115 offline.configuration-error.actionId = Configured action ID does not match an action in controller
116 offline.configuration-error.actionType = Unsupported action type
117 offline.configuration-error.actionRemoved = Action has been removed from controller
118
119 offline.configuration-error.energyMeterId = Configured energy meter ID does not match an energy meter in controller
120 offline.configuration-error.energyMeterRemoved = Energy meter has been removed from controller
121
122 offline.configuration-error.thermostatId = Configured thermostat ID does not match a thermostat in controller
123 offline.configuration-error.thermostatRemoved = Thermostat has been removed from controller
124
125 offline.configuration-error.invalid-bridge-handler = Invalid bridge handler
126
127 offline.communication-error = Error communicating with controller