iobroker.bshb 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 Christopher Holomek <holomekc.github@gmail.com>
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Christopher Holomek <holomekc.github@gmail.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,198 +1,200 @@
1
- ![Logo](admin/bshb-logo.jpg)
2
- # ioBroker.bshb
3
-
4
- [![Paypal Donation](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg)](https://www.paypal.com/donate?business=holomekc%40googlemail.com&currency_code=EUR)
5
-
6
- [![NPM version](http://img.shields.io/npm/v/iobroker.bshb.svg)](https://www.npmjs.com/package/iobroker.bshb)
7
- [![Downloads](https://img.shields.io/npm/dm/iobroker.bshb.svg)](https://www.npmjs.com/package/iobroker.bshb)
8
- ![Number of Installations (latest)](http://iobroker.live/badges/bshb-installed.svg)
9
- ![Number of Installations (stable)](http://iobroker.live/badges/bshb-stable.svg)
10
- [![Known Vulnerabilities](https://snyk.io/test/github/holomekc/ioBroker.bshb/badge.svg)](https://snyk.io/test/github/holomekc/ioBroker.bshb)
11
-
12
- [![NPM](https://nodei.co/npm/iobroker.bshb.png)](https://nodei.co/npm/iobroker.bshb/)
13
-
14
- [![Travis-CI](http://img.shields.io/travis/holomekc/ioBroker.bshb/master.svg)](https://travis-ci.org/holomekc/ioBroker.bshb)
15
-
16
- ## bosch-smart-home-bridge adapter for ioBroker
17
-
18
- This adapter allows to communicate with Bosch Smart Home devices.
19
-
20
- [Bosch Smart Home Controller](https://www.bosch-smarthome.com/de/de/produkte/smart-system-solutions/smart-home-controller)
21
-
22
- To achieve that it uses the [bosch-smart-home-bridge](https://github.com/holomekc/bosch-smart-home-bridge) library
23
- which uses the information from official [Bosch Smart Home Controller Local REST API](https://github.com/BoschSmartHome/bosch-shc-api-docs).
24
-
25
- IoBroker Forum Discussion for the BSHB Adapter:
26
- https://forum.iobroker.net/topic/25370/test-adapter-bshb-bosch-smart-home-v0-0-x/
27
-
28
- Examples:
29
- https://github.com/holomekc/ioBroker.bshb/wiki/Examples
30
-
31
- Work in progress. Feedback appreciated.
32
-
33
- If you want to support the work I would appreciate a small donation. This is 100% voluntary and not necessary for the use of the adapter. You find a link at the top.
34
-
35
- ## Changelog
36
-
37
- ### 0.2.5
38
- * (holomekc) Support for user defined states
39
-
40
- ### 0.2.4
41
- * (holomekc) Update the adapter to the latest requirements
42
-
43
- ### 0.2.3
44
- * (holomekc) Update to api version 3.2
45
- * (holomekc) Add support for climate schedules with two options to activate them
46
- * (holomekc) Update intrusion detection so that more information is shown
47
- * (holomekc) Update intrusion detection and climate schedule switches stay active now
48
-
49
- ### 0.2.2
50
- * (holomekc) Support for rooms. Configuration to ignore server certificates. Allow ttesting controller 2 and can prevent issues in case certificates expire. Less secure though.
51
-
52
- ### 0.2.1
53
- * (holomekc) Support for additional services
54
-
55
- ### 0.1.20
56
- * (holomekc) Fixed problems with openDoorsAndWindows
57
-
58
- ### 0.1.19
59
- * (holomekc) problems with initial setup fixed
60
-
61
- ### 0.1.18
62
- * (holomekc) rateLimit added so that not too many request are executed against controller
63
-
64
- ### 0.1.17
65
- * (holomekc) add yale values for door lock
66
- * (holomekc) update states on startup
67
-
68
- ### 0.1.16
69
- * (holomekc) when scenarioTriggered received the adapter will shortly update the scenario state to true and after 1s back to false. This allows to directly listen to triggered scenarios even when not triggered from iobroker.
70
- Behavior if triggered from iobroker:
71
- - state: true, ack: false
72
- - state: true, ack: true
73
- - state: false, ack: true
74
-
75
- Behavior if triggered from somewhere else:
76
- - state: true, ack: true
77
- - state: false, ack: true
78
- * (holomekc) all updates received from controller are send to a new iobroker state "updates". This provides more flexibility and allow more complex logics. Each update is handled one by one even when a list of multiple update from controller received.
79
-
80
- ### 0.1.15
81
- * (holomekc) Restore cache also possible without controller connection to internet. Device services endpoint fails in this case. These failures during detection are ignored now with a warning that e.g. detection of new devices is not possible in this case. Nevertheless, controlling Bosch devices will still work.
82
- * (holomekc) Fix tests and add "simple" integration test
83
- * (holomekc) Update structure of project
84
- * (holomekc) Code formatting
85
-
86
- ### 0.1.14
87
- * (holomekc) RoomControlMode types added.
88
- * (holomekc) Update for js-controller 3.x.x. This serializes objects and arrays. Please check your logics.
89
-
90
- ### 0.1.13
91
- * (holomekc) update to api-version 2.1
92
- * (holomekc) add intrusionDetectionControl folder which contains trigger for alarm system
93
-
94
- ### 0.1.12
95
- * (holomekc) states and units
96
- * (holomekc) update license and copyright
97
- * (holomekc) fix typo in connectionType
98
-
99
- ### 0.1.11
100
- * (holomekc) update dependencies
101
- * (holomekc) changes due to new ioBroker lib
102
- * (holomekc) add connection indicator
103
- * (holomekc) increase delay for timeout for longpolling to 2s
104
- * (holomekc) low not set as lowbat role in ioBroker anymore
105
-
106
- ### 0.1.10
107
- * (holomekc) Add .npmignore to cleanup installation files
108
-
109
- ### 0.1.9
110
- * (holomekc) Error in scenario handling fixed
111
-
112
- ### 0.1.8
113
- * (holomekc) Minor improvements
114
-
115
- ### 0.1.7
116
- * (holomekc) Improved error handling
117
-
118
- ### 0.1.6
119
- * (holomekc) Added open doors and windows feature
120
-
121
- ### 0.1.5
122
- * (holomekc) functions and rooms are only added for new channels
123
- * (holomekc) increase timeout for requests which expect to contain more data
124
-
125
- ### 0.1.4
126
- * (holomekc) issue fixed in loading configuration
127
- * (holomekc) minor restructuring
128
-
129
- ### 0.1.3
130
- * (holomekc) restructure of handling device detection and updates iobroker <-> bshc via BshbHandler
131
- * (holomekc) added handler for devices, scenarios and messages
132
- * (holomekc) messages and scenarios are updated when adapter is running
133
-
134
- ### 0.1.2
135
- * (holomekc) Adapter core library updated
136
-
137
- ### 0.1.1
138
- * (holomekc) update to new bridge version
139
- * (holomekc) allows adapter to reconnect in case bshc is restarting
140
- * (holomekc) remove not needed configuration
141
- * (holomekc) faults added to all service (channels)
142
- * (holomekc) faults are always a list: [] = no faults, \[{source: {rootDeviceId: string, deviceServiceId: string, deviceId: string}, type: string, category: INFO | WARNING | ERROR}, ...\] = faults
143
-
144
- ### 0.1.0
145
- * (holomekc) certificate and private key are handled in ioBroker and can be content or file reference
146
- * (holomekc) update to newer bridge version
147
-
148
- ### 0.0.14
149
- * (holomekc) optimizations and cleanup
150
-
151
- ### 0.0.13
152
- * (holomekc) added more definitions
153
- * (holomekc) optimizations and cleanup
154
-
155
- ### 0.0.12
156
- * (holomekc) scenario support. Scenarios are listed as group 'scenarios' and can only be triggered
157
- * (holomekc) added definitions for Twinguard
158
-
159
- ### 0.0.11
160
- * (holomekc) rooms and functions added for known channels
161
- * (holomekc) trim whitespaces from configuration values
162
-
163
- ### 0.0.10
164
- * (holomekc) try to improve configuration description in application itself
165
- * (holomekc) change id so that it is valid regarding Bosch T&C
166
- * (holomekc) update to newest bosch-smart-home-bridge version for same reason
167
-
168
- ### 0.0.9
169
- * (holomekc) update travis.yml due to jscontroller requires node dependency >=8.0
170
-
171
- ### 0.0.8
172
- * (holomekc) fix client name is: ioBroker.bshb
173
-
174
- ### 0.0.7
175
- * (holomekc) make sure that bosch-smart-home-bridge version >= 0.0.4
176
-
177
- ### 0.0.6
178
- * (holomekc) Just io-package.json changes
179
- * (holomekc) cleanup
180
-
181
- ### 0.0.5
182
- * (holomekc) Just do the steps adapter-check is telling me
183
- * (holomekc) Therefore, build files are part of git repo. So install via Github should be possible now
184
-
185
- ### 0.0.4
186
- * (holomekc) Long polling added to reduce load
187
- * (holomekc) Set of state values is possible now
188
- * (holomekc) Code cleanup
189
-
190
- ### < 0.0.4
191
- * (holomekc) certificate generation added
192
- * (holomekc) first attempts to creat ioBroker objects, states, etc.
193
-
194
- ## License
195
-
196
- The MIT License (MIT)
197
-
1
+ ![Logo](admin/bshb-logo.jpg)
2
+ # ioBroker.bshb
3
+
4
+ [![Paypal Donation](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg)](https://www.paypal.com/donate?business=holomekc%40googlemail.com&currency_code=EUR)
5
+
6
+ [![NPM version](http://img.shields.io/npm/v/iobroker.bshb.svg)](https://www.npmjs.com/package/iobroker.bshb)
7
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.bshb.svg)](https://www.npmjs.com/package/iobroker.bshb)
8
+ ![Number of Installations (latest)](http://iobroker.live/badges/bshb-installed.svg)
9
+ ![Number of Installations (stable)](http://iobroker.live/badges/bshb-stable.svg)
10
+ [![Known Vulnerabilities](https://snyk.io/test/github/holomekc/ioBroker.bshb/badge.svg)](https://snyk.io/test/github/holomekc/ioBroker.bshb)
11
+ [![Main](https://github.com/holomekc/iobroker.bshb/actions/workflows/test.yml/badge.svg)](https://github.com/holomekc/iobroker.bshb/actions/workflows/test.yml)
12
+
13
+ [![NPM](https://nodei.co/npm/iobroker.bshb.png)](https://nodei.co/npm/iobroker.bshb/)
14
+
15
+ ## bosch-smart-home-bridge adapter for ioBroker
16
+
17
+ This adapter allows to communicate with Bosch Smart Home devices.
18
+
19
+ [Bosch Smart Home Controller](https://www.bosch-smarthome.com/de/de/produkte/smart-system-solutions/smart-home-controller)
20
+
21
+ To achieve that it uses the [bosch-smart-home-bridge](https://github.com/holomekc/bosch-smart-home-bridge) library
22
+ which uses the information from official [Bosch Smart Home Controller Local REST API](https://github.com/BoschSmartHome/bosch-shc-api-docs).
23
+
24
+ IoBroker Forum Discussion for the BSHB Adapter:
25
+ https://forum.iobroker.net/topic/25370/test-adapter-bshb-bosch-smart-home-v0-0-x/
26
+
27
+ Examples:
28
+ https://github.com/holomekc/ioBroker.bshb/wiki/Examples
29
+
30
+ Work in progress. Feedback appreciated.
31
+
32
+ If you want to support the work I would appreciate a small donation. This is 100% voluntary and not necessary for the use of the adapter. You find a link at the top.
33
+
34
+ ## Changelog
35
+
36
+ ### 0.2.6
37
+ * (holomekc) Support for user defined states
38
+
39
+ ### 0.2.5
40
+ * (holomekc) Support for user defined states
41
+
42
+ ### 0.2.4
43
+ * (holomekc) Update the adapter to the latest requirements
44
+
45
+ ### 0.2.3
46
+ * (holomekc) Update to api version 3.2
47
+ * (holomekc) Add support for climate schedules with two options to activate them
48
+ * (holomekc) Update intrusion detection so that more information is shown
49
+ * (holomekc) Update intrusion detection and climate schedule switches stay active now
50
+
51
+ ### 0.2.2
52
+ * (holomekc) Support for rooms. Configuration to ignore server certificates. Allow ttesting controller 2 and can prevent issues in case certificates expire. Less secure though.
53
+
54
+ ### 0.2.1
55
+ * (holomekc) Support for additional services
56
+
57
+ ### 0.1.20
58
+ * (holomekc) Fixed problems with openDoorsAndWindows
59
+
60
+ ### 0.1.19
61
+ * (holomekc) problems with initial setup fixed
62
+
63
+ ### 0.1.18
64
+ * (holomekc) rateLimit added so that not too many request are executed against controller
65
+
66
+ ### 0.1.17
67
+ * (holomekc) add yale values for door lock
68
+ * (holomekc) update states on startup
69
+
70
+ ### 0.1.16
71
+ * (holomekc) when scenarioTriggered received the adapter will shortly update the scenario state to true and after 1s back to false. This allows to directly listen to triggered scenarios even when not triggered from iobroker.
72
+ Behavior if triggered from iobroker:
73
+ - state: true, ack: false
74
+ - state: true, ack: true
75
+ - state: false, ack: true
76
+
77
+ Behavior if triggered from somewhere else:
78
+ - state: true, ack: true
79
+ - state: false, ack: true
80
+ * (holomekc) all updates received from controller are send to a new iobroker state "updates". This provides more flexibility and allow more complex logics. Each update is handled one by one even when a list of multiple update from controller received.
81
+
82
+ ### 0.1.15
83
+ * (holomekc) Restore cache also possible without controller connection to internet. Device services endpoint fails in this case. These failures during detection are ignored now with a warning that e.g. detection of new devices is not possible in this case. Nevertheless, controlling Bosch devices will still work.
84
+ * (holomekc) Fix tests and add "simple" integration test
85
+ * (holomekc) Update structure of project
86
+ * (holomekc) Code formatting
87
+
88
+ ### 0.1.14
89
+ * (holomekc) RoomControlMode types added.
90
+ * (holomekc) Update for js-controller 3.x.x. This serializes objects and arrays. Please check your logics.
91
+
92
+ ### 0.1.13
93
+ * (holomekc) update to api-version 2.1
94
+ * (holomekc) add intrusionDetectionControl folder which contains trigger for alarm system
95
+
96
+ ### 0.1.12
97
+ * (holomekc) states and units
98
+ * (holomekc) update license and copyright
99
+ * (holomekc) fix typo in connectionType
100
+
101
+ ### 0.1.11
102
+ * (holomekc) update dependencies
103
+ * (holomekc) changes due to new ioBroker lib
104
+ * (holomekc) add connection indicator
105
+ * (holomekc) increase delay for timeout for longpolling to 2s
106
+ * (holomekc) low not set as lowbat role in ioBroker anymore
107
+
108
+ ### 0.1.10
109
+ * (holomekc) Add .npmignore to cleanup installation files
110
+
111
+ ### 0.1.9
112
+ * (holomekc) Error in scenario handling fixed
113
+
114
+ ### 0.1.8
115
+ * (holomekc) Minor improvements
116
+
117
+ ### 0.1.7
118
+ * (holomekc) Improved error handling
119
+
120
+ ### 0.1.6
121
+ * (holomekc) Added open doors and windows feature
122
+
123
+ ### 0.1.5
124
+ * (holomekc) functions and rooms are only added for new channels
125
+ * (holomekc) increase timeout for requests which expect to contain more data
126
+
127
+ ### 0.1.4
128
+ * (holomekc) issue fixed in loading configuration
129
+ * (holomekc) minor restructuring
130
+
131
+ ### 0.1.3
132
+ * (holomekc) restructure of handling device detection and updates iobroker <-> bshc via BshbHandler
133
+ * (holomekc) added handler for devices, scenarios and messages
134
+ * (holomekc) messages and scenarios are updated when adapter is running
135
+
136
+ ### 0.1.2
137
+ * (holomekc) Adapter core library updated
138
+
139
+ ### 0.1.1
140
+ * (holomekc) update to new bridge version
141
+ * (holomekc) allows adapter to reconnect in case bshc is restarting
142
+ * (holomekc) remove not needed configuration
143
+ * (holomekc) faults added to all service (channels)
144
+ * (holomekc) faults are always a list: [] = no faults, \[{source: {rootDeviceId: string, deviceServiceId: string, deviceId: string}, type: string, category: INFO | WARNING | ERROR}, ...\] = faults
145
+
146
+ ### 0.1.0
147
+ * (holomekc) certificate and private key are handled in ioBroker and can be content or file reference
148
+ * (holomekc) update to newer bridge version
149
+
150
+ ### 0.0.14
151
+ * (holomekc) optimizations and cleanup
152
+
153
+ ### 0.0.13
154
+ * (holomekc) added more definitions
155
+ * (holomekc) optimizations and cleanup
156
+
157
+ ### 0.0.12
158
+ * (holomekc) scenario support. Scenarios are listed as group 'scenarios' and can only be triggered
159
+ * (holomekc) added definitions for Twinguard
160
+
161
+ ### 0.0.11
162
+ * (holomekc) rooms and functions added for known channels
163
+ * (holomekc) trim whitespaces from configuration values
164
+
165
+ ### 0.0.10
166
+ * (holomekc) try to improve configuration description in application itself
167
+ * (holomekc) change id so that it is valid regarding Bosch T&C
168
+ * (holomekc) update to newest bosch-smart-home-bridge version for same reason
169
+
170
+ ### 0.0.9
171
+ * (holomekc) update travis.yml due to jscontroller requires node dependency >=8.0
172
+
173
+ ### 0.0.8
174
+ * (holomekc) fix client name is: ioBroker.bshb
175
+
176
+ ### 0.0.7
177
+ * (holomekc) make sure that bosch-smart-home-bridge version >= 0.0.4
178
+
179
+ ### 0.0.6
180
+ * (holomekc) Just io-package.json changes
181
+ * (holomekc) cleanup
182
+
183
+ ### 0.0.5
184
+ * (holomekc) Just do the steps adapter-check is telling me
185
+ * (holomekc) Therefore, build files are part of git repo. So install via Github should be possible now
186
+
187
+ ### 0.0.4
188
+ * (holomekc) Long polling added to reduce load
189
+ * (holomekc) Set of state values is possible now
190
+ * (holomekc) Code cleanup
191
+
192
+ ### < 0.0.4
193
+ * (holomekc) certificate generation added
194
+ * (holomekc) first attempts to creat ioBroker objects, states, etc.
195
+
196
+ ## License
197
+
198
+ The MIT License (MIT)
199
+
198
200
  Copyright (c) 2023 Christopher Holomek <holomekc.github@gmail.com>
@@ -1,12 +1,12 @@
1
- {
2
- "host": "Bosch Smart Home Controller IP-Adresse",
3
- "identifier": "Eindeutige Kennung des erstellten Clients",
4
- "identifier-detail": "uuidv4 wird empfohlen",
5
- "systemPassword": "Bosch Smart Home Controller Systempassword",
6
- "systemPassword-detail": "Kann nach dem Koppeln entfernt werden",
7
- "pairingDelay": "Verzögerung bei Kopplungsversuchen in ms",
8
- "pairingDelay-detail": "Wartezeit während des Kopplungsprozesses",
9
- "rateLimit": "Verzögerung zwischen Controller Aufrufen in ms",
10
- "skipServerCertificateCheck": "Überprüfung des Serverzertifikats überspringen",
11
- "skipServerCertificateCheck-detail": "Reduziert die Sicherheit der Verbindung. Nutzung auf eigene Gefahr."
1
+ {
2
+ "host": "Bosch Smart Home Controller IP-Adresse",
3
+ "identifier": "Eindeutige Kennung des erstellten Clients",
4
+ "identifier-detail": "uuidv4 wird empfohlen",
5
+ "systemPassword": "Bosch Smart Home Controller Systempassword",
6
+ "systemPassword-detail": "Kann nach dem Koppeln entfernt werden",
7
+ "pairingDelay": "Verzögerung bei Kopplungsversuchen in ms",
8
+ "pairingDelay-detail": "Wartezeit während des Kopplungsprozesses",
9
+ "rateLimit": "Verzögerung zwischen Controller Aufrufen in ms",
10
+ "skipServerCertificateCheck": "Überprüfung des Serverzertifikats überspringen",
11
+ "skipServerCertificateCheck-detail": "Reduziert die Sicherheit der Verbindung. Nutzung auf eigene Gefahr."
12
12
  }
@@ -1,12 +1,12 @@
1
- {
2
- "host": "Bosch Smart Home Controller IP address",
3
- "identifier": "Unique identifier of created client",
4
- "identifier-detail": "uuidv4 is recommended",
5
- "systemPassword": "Bosch Smart Home Controller system password",
6
- "systemPassword-detail": "Can be removed after pairing",
7
- "pairingDelay": "Delay during pairing attempts in ms",
8
- "pairingDelay-detail": "Time waiting during pairing process attempts",
9
- "rateLimit": "Delay between controller calls in ms",
10
- "skipServerCertificateCheck": "Skip server certificate check",
11
- "skipServerCertificateCheck-detail": "Reduces the security of the connection. Use at your own risk."
1
+ {
2
+ "host": "Bosch Smart Home Controller IP address",
3
+ "identifier": "Unique identifier of created client",
4
+ "identifier-detail": "uuidv4 is recommended",
5
+ "systemPassword": "Bosch Smart Home Controller system password",
6
+ "systemPassword-detail": "Can be removed after pairing",
7
+ "pairingDelay": "Delay during pairing attempts in ms",
8
+ "pairingDelay-detail": "Time waiting during pairing process attempts",
9
+ "rateLimit": "Delay between controller calls in ms",
10
+ "skipServerCertificateCheck": "Skip server certificate check",
11
+ "skipServerCertificateCheck-detail": "Reduces the security of the connection. Use at your own risk."
12
12
  }
@@ -1,12 +1,12 @@
1
- {
2
- "host": "Bosch Smart Home Controller Dirección IP",
3
- "identifier": "Identificador único del cliente creado",
4
- "identifier-detail": "Se recomienda uuidv4",
5
- "systemPassword": "Bosch Smart Home Controller Contraseña del sistema",
6
- "systemPassword-detail": "Se puede quitar después del emparejamiento",
7
- "pairingDelay": "Retardo durante los intentos de emparejamiento en ms",
8
- "pairingDelay-detail": "Tiempo de espera durante los intentos de emparejamiento",
9
- "rateLimit": "Retraso entre llamadas del controlador en ms",
10
- "skipServerCertificateCheck": "Omitir la comprobación del certificado del servidor",
11
- "skipServerCertificateCheck-detail": "Reduce la seguridad de la conexión. Utilícelo bajo su propia responsabilidad."
1
+ {
2
+ "host": "Bosch Smart Home Controller Dirección IP",
3
+ "identifier": "Identificador único del cliente creado",
4
+ "identifier-detail": "Se recomienda uuidv4",
5
+ "systemPassword": "Bosch Smart Home Controller Contraseña del sistema",
6
+ "systemPassword-detail": "Se puede quitar después del emparejamiento",
7
+ "pairingDelay": "Retardo durante los intentos de emparejamiento en ms",
8
+ "pairingDelay-detail": "Tiempo de espera durante los intentos de emparejamiento",
9
+ "rateLimit": "Retraso entre llamadas del controlador en ms",
10
+ "skipServerCertificateCheck": "Omitir la comprobación del certificado del servidor",
11
+ "skipServerCertificateCheck-detail": "Reduce la seguridad de la conexión. Utilícelo bajo su propia responsabilidad."
12
12
  }
@@ -1,12 +1,12 @@
1
- {
2
- "host": "Adresse IP du Bosch Smart Home Controller",
3
- "identifier": "Identificateur unique du client créé",
4
- "identifier-detail": "uuidv4 est recommandé",
5
- "systemPassword": "Mot de passe système Bosch Smart Home Controller",
6
- "systemPassword-detail": "Peut être retiré après l'appairage",
7
- "pairingDelay": "Délai pendant les tentatives d'appairage en ms",
8
- "pairingDelay-detail": "Temps d'attente pendant les tentatives de pairage",
9
- "rateLimit": "Délai entre les appels du contrôleur en ms",
10
- "skipServerCertificateCheck": "Ignorer la vérification du certificat du serveur",
11
- "skipServerCertificateCheck-detail": "Réduit la sécurité de la connexion. A utiliser à vos risques et périls."
1
+ {
2
+ "host": "Adresse IP du Bosch Smart Home Controller",
3
+ "identifier": "Identificateur unique du client créé",
4
+ "identifier-detail": "uuidv4 est recommandé",
5
+ "systemPassword": "Mot de passe système Bosch Smart Home Controller",
6
+ "systemPassword-detail": "Peut être retiré après l'appairage",
7
+ "pairingDelay": "Délai pendant les tentatives d'appairage en ms",
8
+ "pairingDelay-detail": "Temps d'attente pendant les tentatives de pairage",
9
+ "rateLimit": "Délai entre les appels du contrôleur en ms",
10
+ "skipServerCertificateCheck": "Ignorer la vérification du certificat du serveur",
11
+ "skipServerCertificateCheck-detail": "Réduit la sécurité de la connexion. A utiliser à vos risques et périls."
12
12
  }
@@ -1,12 +1,12 @@
1
- {
2
- "host": "Indirizzo IP del Bosch Smart Home Controller",
3
- "identifier": "Identificatore univoco del cliente creato",
4
- "identifier-detail": "uuidv4 è raccomandato",
5
- "systemPassword": "Password di sistema del Bosch Smart Home Controller",
6
- "systemPassword-detail": "Può essere rimosso dopo l'accoppiamento",
7
- "pairingDelay": "Ritardo durante i tentativi di accoppiamento in ms",
8
- "pairingDelay-detail": "Tempo di attesa durante i tentativi del processo di accoppiamento",
9
- "rateLimit": "Ritardo tra le chiamate del controllore in ms",
10
- "skipServerCertificateCheck": "Saltare la verifica del certificato del server",
11
- "skipServerCertificateCheck-detail": "Riduce la sicurezza della connessione. Utilizzare a proprio rischio e pericolo."
1
+ {
2
+ "host": "Indirizzo IP del Bosch Smart Home Controller",
3
+ "identifier": "Identificatore univoco del cliente creato",
4
+ "identifier-detail": "uuidv4 è raccomandato",
5
+ "systemPassword": "Password di sistema del Bosch Smart Home Controller",
6
+ "systemPassword-detail": "Può essere rimosso dopo l'accoppiamento",
7
+ "pairingDelay": "Ritardo durante i tentativi di accoppiamento in ms",
8
+ "pairingDelay-detail": "Tempo di attesa durante i tentativi del processo di accoppiamento",
9
+ "rateLimit": "Ritardo tra le chiamate del controllore in ms",
10
+ "skipServerCertificateCheck": "Saltare la verifica del certificato del server",
11
+ "skipServerCertificateCheck-detail": "Riduce la sicurezza della connessione. Utilizzare a proprio rischio e pericolo."
12
12
  }
@@ -1,12 +1,12 @@
1
- {
2
- "host": "IP-adres van de Bosch Smart Home Controller",
3
- "identifier": "Unieke identificatie van de aangemaakte klant",
4
- "identifier-detail": "uuidv4 is recommended",
5
- "systemPassword": "Wachtwoord voor het systeem van Bosch Smart Home Controller",
6
- "systemPassword-detail": "Kan na het koppelen worden verwijderd",
7
- "pairingDelay": "Vertraging tijdens koppelingspogingen in ms",
8
- "pairingDelay-detail": "Tijd die wacht tijdens de koppelingspogingen",
9
- "rateLimit": "Vertraging tussen controlleroproepen in ms",
10
- "skipServerCertificateCheck": "Controle servercertificaat overslaan",
11
- "skipServerCertificateCheck-detail": "Vermindert de veiligheid van de verbinding. Gebruik op eigen risico."
1
+ {
2
+ "host": "IP-adres van de Bosch Smart Home Controller",
3
+ "identifier": "Unieke identificatie van de aangemaakte klant",
4
+ "identifier-detail": "uuidv4 is recommended",
5
+ "systemPassword": "Wachtwoord voor het systeem van Bosch Smart Home Controller",
6
+ "systemPassword-detail": "Kan na het koppelen worden verwijderd",
7
+ "pairingDelay": "Vertraging tijdens koppelingspogingen in ms",
8
+ "pairingDelay-detail": "Tijd die wacht tijdens de koppelingspogingen",
9
+ "rateLimit": "Vertraging tussen controlleroproepen in ms",
10
+ "skipServerCertificateCheck": "Controle servercertificaat overslaan",
11
+ "skipServerCertificateCheck-detail": "Vermindert de veiligheid van de verbinding. Gebruik op eigen risico."
12
12
  }
@@ -1,12 +1,12 @@
1
- {
2
- "host": "Adres IP Bosch Smart Home Controller",
3
- "identifier": "Unikalny identyfikator utworzonego klienta",
4
- "identifier-detail": "Zalecany jest uuidv4",
5
- "systemPassword": "Hasło systemowe Bosch Smart Home Controller",
6
- "systemPassword-detail": "Może być usunięty po sparowaniu.",
7
- "pairingDelay": "Opóźnienie podczas prób parowania w ms",
8
- "pairingDelay-detail": "Czas oczekiwania podczas prób parowania",
9
- "rateLimit": "Opóźnienie między wywołaniami kontrolera w ms",
10
- "skipServerCertificateCheck": "Pomiń sprawdzanie certyfikatu serwera",
11
- "skipServerCertificateCheck-detail": "Zmniejsza bezpieczeństwo połączenia. Używaj na własne ryzyko."
1
+ {
2
+ "host": "Adres IP Bosch Smart Home Controller",
3
+ "identifier": "Unikalny identyfikator utworzonego klienta",
4
+ "identifier-detail": "Zalecany jest uuidv4",
5
+ "systemPassword": "Hasło systemowe Bosch Smart Home Controller",
6
+ "systemPassword-detail": "Może być usunięty po sparowaniu.",
7
+ "pairingDelay": "Opóźnienie podczas prób parowania w ms",
8
+ "pairingDelay-detail": "Czas oczekiwania podczas prób parowania",
9
+ "rateLimit": "Opóźnienie między wywołaniami kontrolera w ms",
10
+ "skipServerCertificateCheck": "Pomiń sprawdzanie certyfikatu serwera",
11
+ "skipServerCertificateCheck-detail": "Zmniejsza bezpieczeństwo połączenia. Używaj na własne ryzyko."
12
12
  }