iobroker.bshb 0.2.4 → 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 +21 -21
- package/README.md +199 -195
- package/admin/i18n/de/translations.json +11 -11
- package/admin/i18n/en/translations.json +11 -11
- package/admin/i18n/es/translations.json +11 -11
- package/admin/i18n/fr/translations.json +11 -11
- package/admin/i18n/it/translations.json +11 -11
- package/admin/i18n/nl/translations.json +11 -11
- package/admin/i18n/pl/translations.json +11 -11
- package/admin/i18n/pt/translations.json +11 -11
- package/admin/i18n/ru/translations.json +11 -11
- package/admin/i18n/uk/translations.json +11 -11
- package/admin/i18n/zh-cn/translations.json +11 -11
- package/admin/jsonConfig.json +54 -54
- package/build/bshb-controller.js +2 -0
- package/build/bshb-controller.js.map +1 -1
- package/build/bshb-definition.js.map +1 -1
- package/build/bshb-logger.js.map +1 -1
- package/build/controller/handler/bshb-air-purity-guardian-handler.js.map +1 -1
- package/build/controller/handler/bshb-climate-handler.js.map +1 -1
- package/build/controller/handler/bshb-device-handler.js.map +1 -1
- package/build/controller/handler/bshb-device-status-update-handler.js.map +1 -1
- package/build/controller/handler/bshb-handler.js.map +1 -1
- package/build/controller/handler/bshb-intrusion-detection-handler.js.map +1 -1
- package/build/controller/handler/bshb-messages-handler.js.map +1 -1
- package/build/controller/handler/bshb-motion-lights-handler.js.map +1 -1
- package/build/controller/handler/bshb-open-door-window-handler.js.map +1 -1
- package/build/controller/handler/bshb-room-handler.js.map +1 -1
- package/build/controller/handler/bshb-scenario-handler.js.map +1 -1
- package/build/controller/handler/bshb-user-defined-states-handler.js +96 -0
- package/build/controller/handler/bshb-user-defined-states-handler.js.map +1 -0
- package/build/controller/handler/bshb-water-alarm-handler.js.map +1 -1
- package/build/log-level.js +1 -1
- package/build/log-level.js.map +1 -1
- package/build/main.js.map +1 -1
- package/build/migration.js.map +1 -1
- package/build/utils.js.map +1 -1
- package/io-package.json +207 -206
- package/package.json +106 -106
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,196 +1,200 @@
|
|
|
1
|
-

|
|
2
|
-
# ioBroker.bshb
|
|
3
|
-
|
|
4
|
-
[](https://www.paypal.com/donate?business=holomekc%40googlemail.com¤cy_code=EUR)
|
|
5
|
-
|
|
6
|
-
[](https://www.npmjs.com/package/iobroker.bshb)
|
|
7
|
-
[](https://www.npmjs.com/package/iobroker.bshb)
|
|
8
|
-

|
|
9
|
-

|
|
10
|
-
[](https://nodei.co/npm/iobroker.bshb/)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
* (holomekc)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
* (holomekc)
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
* (holomekc)
|
|
65
|
-
|
|
66
|
-
### 0.1.
|
|
67
|
-
* (holomekc)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
- state: true, ack: true
|
|
75
|
-
- state: false, ack: true
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
* (holomekc)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
* (holomekc)
|
|
86
|
-
* (holomekc)
|
|
87
|
-
|
|
88
|
-
### 0.1.
|
|
89
|
-
* (holomekc)
|
|
90
|
-
* (holomekc)
|
|
91
|
-
|
|
92
|
-
### 0.1.
|
|
93
|
-
* (holomekc)
|
|
94
|
-
* (holomekc)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
* (holomekc) update
|
|
99
|
-
* (holomekc)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
* (holomekc)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
* (holomekc)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
* (holomekc)
|
|
122
|
-
|
|
123
|
-
### 0.1.
|
|
124
|
-
* (holomekc)
|
|
125
|
-
* (holomekc)
|
|
126
|
-
|
|
127
|
-
### 0.1.
|
|
128
|
-
* (holomekc)
|
|
129
|
-
* (holomekc)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
* (holomekc)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
* (holomekc)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
* (holomekc)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
* (holomekc)
|
|
144
|
-
* (holomekc)
|
|
145
|
-
|
|
146
|
-
### 0.0
|
|
147
|
-
* (holomekc)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
* (holomekc) optimizations and cleanup
|
|
152
|
-
|
|
153
|
-
### 0.0.
|
|
154
|
-
* (holomekc)
|
|
155
|
-
* (holomekc)
|
|
156
|
-
|
|
157
|
-
### 0.0.
|
|
158
|
-
* (holomekc)
|
|
159
|
-
* (holomekc)
|
|
160
|
-
|
|
161
|
-
### 0.0.
|
|
162
|
-
* (holomekc)
|
|
163
|
-
* (holomekc)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
* (holomekc)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
* (holomekc)
|
|
178
|
-
|
|
179
|
-
### 0.0.
|
|
180
|
-
* (holomekc) Just
|
|
181
|
-
* (holomekc)
|
|
182
|
-
|
|
183
|
-
### 0.0.
|
|
184
|
-
* (holomekc)
|
|
185
|
-
* (holomekc)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
* (holomekc)
|
|
190
|
-
* (holomekc)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
1
|
+

|
|
2
|
+
# ioBroker.bshb
|
|
3
|
+
|
|
4
|
+
[](https://www.paypal.com/donate?business=holomekc%40googlemail.com¤cy_code=EUR)
|
|
5
|
+
|
|
6
|
+
[](https://www.npmjs.com/package/iobroker.bshb)
|
|
7
|
+
[](https://www.npmjs.com/package/iobroker.bshb)
|
|
8
|
+

|
|
9
|
+

|
|
10
|
+
[](https://snyk.io/test/github/holomekc/ioBroker.bshb)
|
|
11
|
+
[](https://github.com/holomekc/iobroker.bshb/actions/workflows/test.yml)
|
|
12
|
+
|
|
13
|
+
[](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
|
+
|
|
196
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
|
}
|