|
1 | 1 | { |
2 | | - "options": { |
3 | | - "step": { |
4 | | - "none": { |
5 | | - "title": "No Options available", |
6 | | - "description": "This Integration does not provide any Options" |
7 | | - }, |
8 | | - "init": { |
9 | | - "description": "Adjust Smile/Stretch Options", |
10 | | - "data": { |
11 | | - "cooling_on": "Anna: cooling-mode is on", |
12 | | - "scan_interval": "Scan Interval (seconds) *) beta-only option", |
13 | | - "homekit_emulation": "Homekit emulation (i.e. on hvac_off => Away) *) beta-only option", |
14 | | - "refresh_interval": "Frontend refresh-time (1.5 - 5 seconds) *) beta-only option" |
15 | | - } |
16 | | - } |
17 | | - } |
18 | | - }, |
19 | 2 | "config": { |
20 | 3 | "step": { |
21 | 4 | "user": { |
22 | | - "title": "Plugwise connection type", |
23 | | - "description": "Please select:", |
24 | | - "data": { |
25 | | - "flow_type": "Connection type" |
26 | | - } |
27 | | - }, |
28 | | - "user_gateway": { |
29 | | - "title": "Connect to the Plugwise Adam/Smile/Stretch", |
30 | | - "description": "Please enter:", |
31 | | - "data": { |
32 | | - "password": "ID", |
33 | | - "username": "Username", |
34 | | - "host": "IP-address", |
35 | | - "port": "Port number" |
36 | | - } |
37 | | - }, |
38 | | - "user_usb": { |
39 | 5 | "title": "Connect to Plugwise Stick", |
40 | 6 | "description": "Please enter:", |
41 | 7 | "data": { |
|
50 | 16 | }, |
51 | 17 | "error": { |
52 | 18 | "cannot_connect": "Failed to connect", |
53 | | - "invalid_auth": "Authentication failed", |
54 | | - "invalid_setup": "Add your Adam instead of your Anna, see the documentation", |
55 | 19 | "network_down": "Plugwise Zigbee network is down", |
56 | 20 | "network_timeout": "Network communication timeout", |
57 | | - "response_error": "Invalid XML data, or error indication received", |
58 | | - "stick_init": "Initialization of Plugwise USB-stick failed", |
59 | | - "unknown": "Unknown error!", |
60 | | - "unsupported": "Device with unsupported firmware" |
| 21 | + "stick_init": "Initialization of Plugwise USB-stick failed" |
61 | 22 | }, |
62 | 23 | "abort": { |
63 | | - "already_configured": "This device is already configured", |
64 | | - "anna_with_adam": "Both Anna and Adam detected. Add your Adam instead of your Anna" |
65 | | - } |
66 | | - }, |
67 | | - "entity": { |
68 | | - "binary_sensor": { |
69 | | - "compressor_state": { "name": "Compressor state" }, |
70 | | - "cooling_enabled": { "name": "Cooling enabled" }, |
71 | | - "dhw_state": { "name": "DHW state" }, |
72 | | - "flame_state": { "name": "Flame state" }, |
73 | | - "heating_state": { "name": "Heating" }, |
74 | | - "cooling_state": { "name": "Cooling" }, |
75 | | - "slave_boiler_state": { "name": "Secondary boiler state" }, |
76 | | - "plugwise_notification": { "name": "Plugwise notification" } |
77 | | - }, |
78 | | - "climate": { |
79 | | - "plugwise": { |
80 | | - "state_attributes": { |
81 | | - "preset_mode": { |
82 | | - "state": { |
83 | | - "asleep": "Night", |
84 | | - "away": "Away", |
85 | | - "home": "Home", |
86 | | - "no_frost": "Anti-frost", |
87 | | - "vacation": "Vacation" |
88 | | - } |
89 | | - } |
90 | | - } |
91 | | - } |
92 | | - }, |
93 | | - "number": { |
94 | | - "maximum_boiler_temperature": { |
95 | | - "name": "Maximum boiler temperature setpoint" |
96 | | - }, |
97 | | - "domestic_hot_water_setpoint": { "name": "Domestic hot water setpoint" } |
98 | | - }, |
99 | | - "select": { |
100 | | - "dhw_mode": { |
101 | | - "name": "DHW mode", |
102 | | - "state": { |
103 | | - "off": "Off", |
104 | | - "auto": "Auto", |
105 | | - "boost": "Boost", |
106 | | - "comfort": "Comfort" |
107 | | - } |
108 | | - }, |
109 | | - "regulation_mode": { |
110 | | - "name": "Regulation mode", |
111 | | - "state": { |
112 | | - "bleeding_cold": "Bleeding cold", |
113 | | - "bleeding_hot": "Bleeding hot", |
114 | | - "cooling": "Cooling", |
115 | | - "heating": "Heating", |
116 | | - "off": "Off" |
117 | | - } |
118 | | - }, |
119 | | - "thermostat_schedule": { "name": "Thermostat schedule" } |
120 | | - }, |
121 | | - "sensor": { |
122 | | - "setpoint": { "name": "Setpoint" }, |
123 | | - "cooling_setpoint": { "name": "Cooling setpoint" }, |
124 | | - "heating_setpoint": { "name": " Heating setpoint" }, |
125 | | - "temperature": { "name": "Temperature" }, |
126 | | - "intended_boiler_temperature": { "name": "Intended boiler temperature" }, |
127 | | - "temperature_difference": { "name": "Temperature difference" }, |
128 | | - "outdoor_temperature": { "name": "Outdoor temperature" }, |
129 | | - "outdoor_air_temperature": { "name": "Outdoor air temperature" }, |
130 | | - "water_temperature": { "name": "Water temperature" }, |
131 | | - "return_temperature": { "name": "Return temperature" }, |
132 | | - "electricity_consumed": { "name": "Electricity consumed" }, |
133 | | - "electricity_produced": { "name": "Electricity produced" }, |
134 | | - "electricity_consumed_point": { "name": "Electricity consumed point" }, |
135 | | - "electricity_produced_point": { "name": "Electricity produced point" }, |
136 | | - "electricity_consumed_interval": { |
137 | | - "name": "Electricity consumed interval" |
138 | | - }, |
139 | | - "electricity_consumed_peak_interval": { |
140 | | - "name": "Electricity consumed peak interval" |
141 | | - }, |
142 | | - "electricity_consumed_off_peak_interval": { |
143 | | - "name": "Electricity consumed off peak interval" |
144 | | - }, |
145 | | - "electricity_produced_interval": { |
146 | | - "name": "Electricity produced interval" |
147 | | - }, |
148 | | - "electricity_produced_peak_interval": { |
149 | | - "name": "Electricity produced peak interval" |
150 | | - }, |
151 | | - "electricity_produced_off_peak_interval": { |
152 | | - "name": "Electricity produced off peak interval" |
153 | | - }, |
154 | | - "electricity_consumed_off_peak_point": { |
155 | | - "name": "Electricity consumed off peak point" |
156 | | - }, |
157 | | - "electricity_consumed_peak_point": { |
158 | | - "name": "Electricity consumed peak point" |
159 | | - }, |
160 | | - "electricity_consumed_off_peak_cumulative": { |
161 | | - "name": "Electricity consumed off peak cumulative" |
162 | | - }, |
163 | | - "electricity_consumed_peak_cumulative": { |
164 | | - "name": "Electricity consumed peak cumulative" |
165 | | - }, |
166 | | - "electricity_produced_off_peak_point": { |
167 | | - "name": "Electricity produced off peak point" |
168 | | - }, |
169 | | - "electricity_produced_peak_point": { |
170 | | - "name": "Electricity produced peak point" |
171 | | - }, |
172 | | - "electricity_produced_off_peak_cumulative": { |
173 | | - "name": "Electricity produced off peak_cumulative" |
174 | | - }, |
175 | | - "electricity_produced_peak_cumulative": { |
176 | | - "name": "Electricity produced peak cumulative" |
177 | | - }, |
178 | | - "electricity_phase_one_consumed": { |
179 | | - "name": "Electricity phase one consumed" |
180 | | - }, |
181 | | - "electricity_phase_two_consumed": { |
182 | | - "name": "Electricity phase two consumed" |
183 | | - }, |
184 | | - "electricity_phase_three_consumed": { |
185 | | - "name": "Electricity phase three consumed" |
186 | | - }, |
187 | | - "electricity_phase_one_produced": { |
188 | | - "name": "Electricity phase one produced" |
189 | | - }, |
190 | | - "electricity_phase_two_produced": { |
191 | | - "name": "Electricity phase two produced" |
192 | | - }, |
193 | | - "electricity_phase_three_produced": { |
194 | | - "name": "Electricity phase three produced" |
195 | | - }, |
196 | | - "voltage_phase_one": { "name": "Voltage phase one" }, |
197 | | - "voltage_phase_two": { "name": "Voltage phase two" }, |
198 | | - "voltage_phase_three": { "name": "Voltage phase three" }, |
199 | | - "gas_consumed_interval": { "name": "Gas consumed interval" }, |
200 | | - "gas_consumed_cumulative": { "name": "Gas consumed cumulative" }, |
201 | | - "net_electricity_point": { "name": "Net electricity point" }, |
202 | | - "net_electricity_cumulative": { "name": "Net electricity cumulative" }, |
203 | | - "battery": { "name": "Battery" }, |
204 | | - "illuminance": { "name": "Illuminance" }, |
205 | | - "modulation_level": { "name": "Modulation level" }, |
206 | | - "valve_position": { "name": "Valve position" }, |
207 | | - "water_pressure": { "name": "Water pressure" }, |
208 | | - "relative_humidity": { "name": "Relative humidity" }, |
209 | | - "dhw_temperature": { "name": "DHW temperature" }, |
210 | | - "domestic_hot_water_setpoint": { "name": "DHW setpoint" }, |
211 | | - "maximum_boiler_temperature": { "name": "Maximum boiler temperature" } |
212 | | - }, |
213 | | - "switch": { |
214 | | - "cooling_ena_switch": { "name": "Cooling" }, |
215 | | - "dhw_cm_switch": { "name": "DHW comfort mode" }, |
216 | | - "lock": { "name": "Lock" }, |
217 | | - "relay": { "name": "Relay" } |
| 24 | + "already_configured": "This device is already configured" |
218 | 25 | } |
219 | 26 | } |
220 | 27 | } |
0 commit comments