2 bindingName = Niko Home Control Binding
3 bindingDescription = This is the binding for the Niko Home Control system
6 bridgeLabel = Niko Home Control I Bridge
7 bridgeDescription = This bridge represents a Niko Home Control I IP-interface
9 bridge2Label = Niko Home Control II Bridge
10 bridge2Description = This bridge represents a Niko Home Control II Connected Controller or Wireless Smart Hub
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
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
20 bridge2ConfigProfileLabel = Profile
21 bridge2ConfigProfileDescription = Profile used in Niko Home Control II for hobby API
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)
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
31 pushButtonLabel = Pushbutton
32 pushButtonDescription = Pushbutton type action in Niko Home Control
35 onOffDescription = On/Off type action in Niko Home Control
38 dimmerDescription = Dimmer type action in Niko Home Control
41 blindDescription = Rollershutter type action in Niko Home Control
43 thermostatLabel = Thermostat
44 thermostatDescription = Thermostat in the Niko Home Control system
46 energyMeterLabel = Energy Meter
47 energyMeterDescription = Energy meter in the Niko Home Control system
49 actionConfigActionIdLabel = Action ID
50 actionConfigActionIdDescription = Niko Home Control action ID
52 dimmerConfigStepLabel = Step Value
53 dimmerConfigStepDescription = Step value used for increase/decrease of dimmer brightness, default 10%
55 blindConfigInvertLabel = Invert Direction
56 blindConfigInvertDescription = Invert rollershutter direction
58 thermostatConfigThermostatIdLabel = Thermostat ID
59 thermostatConfigThermostatIdDescription = Niko Home Control Thermostat ID
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
65 energyMeterConfigEnergyMeterIdLabel = Energy Meter ID
66 energyMeterConfigEnergyMeterIdDescription = Niko Home Control Energy Meter ID
69 channelButtonLabel = Button
70 channelButtonDescription = Pushbutton control for action in Niko Home Control
72 channelRollershutterLabel = Rollershutter
73 channelRollershutterDescription = Rollershutter control for rollershutter action in Niko Home Control
75 channelMeasuredLabel = Measured
76 channelMeasuredDescription = Temperature measured by thermostat
78 channelSetpointLabel = Setpoint
79 channelSetpointDescription = Setpoint temperature of thermostat
81 channelOverruletimeLabel = Overrule Time
82 channelOverruletimeDescription = Time duration for overruling thermostat target temperature in min.
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
95 channelDemandLabel = Demand
96 channelDemandDescription = Heating/cooling demand
97 channelDemand-1 = Cooling
99 channelDemand1 = Heating
101 channelPowerLabel = Power
102 channelPowerDescription = Momentary power consumption/production (positive is consumption)
104 channelAlarmLabel = Alarm
105 channelAlarmDescription = Alarm from Niko Home Control
107 channelNoticeLabel = Notice
108 channelNoticeDescription = Notice from Niko Home Control
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
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
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
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
125 offline.configuration-error.invalid-bridge-handler = Invalid bridge handler
127 offline.communication-error = Error communicating with controller