iobroker.bshb 0.2.5 → 0.2.7

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.
Files changed (52) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +202 -197
  3. package/admin/i18n/de/translations.json +11 -11
  4. package/admin/i18n/en/translations.json +11 -11
  5. package/admin/i18n/es/translations.json +11 -11
  6. package/admin/i18n/fr/translations.json +11 -11
  7. package/admin/i18n/it/translations.json +11 -11
  8. package/admin/i18n/nl/translations.json +11 -11
  9. package/admin/i18n/pl/translations.json +11 -11
  10. package/admin/i18n/pt/translations.json +11 -11
  11. package/admin/i18n/ru/translations.json +11 -11
  12. package/admin/i18n/uk/translations.json +11 -11
  13. package/admin/i18n/zh-cn/translations.json +11 -11
  14. package/admin/jsonConfig.json +54 -54
  15. package/build/bshb-controller.js +21 -16
  16. package/build/bshb-controller.js.map +1 -1
  17. package/build/bshb-logger.js +1 -2
  18. package/build/bshb-logger.js.map +1 -1
  19. package/build/controller/handler/bshb-air-purity-guardian-handler.js +3 -3
  20. package/build/controller/handler/bshb-air-purity-guardian-handler.js.map +1 -1
  21. package/build/controller/handler/bshb-climate-handler.js +5 -5
  22. package/build/controller/handler/bshb-climate-handler.js.map +1 -1
  23. package/build/controller/handler/bshb-device-handler.js +5 -6
  24. package/build/controller/handler/bshb-device-handler.js.map +1 -1
  25. package/build/controller/handler/bshb-device-status-update-handler.js +1 -1
  26. package/build/controller/handler/bshb-device-status-update-handler.js.map +1 -1
  27. package/build/controller/handler/bshb-general-update-handler.js +1 -1
  28. package/build/controller/handler/bshb-general-update-handler.js.map +1 -1
  29. package/build/controller/handler/bshb-handler.js +2 -1
  30. package/build/controller/handler/bshb-handler.js.map +1 -1
  31. package/build/controller/handler/bshb-intrusion-detection-handler.js +4 -4
  32. package/build/controller/handler/bshb-intrusion-detection-handler.js.map +1 -1
  33. package/build/controller/handler/bshb-messages-handler.js +1 -1
  34. package/build/controller/handler/bshb-messages-handler.js.map +1 -1
  35. package/build/controller/handler/bshb-motion-lights-handler.js +3 -3
  36. package/build/controller/handler/bshb-motion-lights-handler.js.map +1 -1
  37. package/build/controller/handler/bshb-open-door-window-handler.js +1 -1
  38. package/build/controller/handler/bshb-open-door-window-handler.js.map +1 -1
  39. package/build/controller/handler/bshb-room-handler.js +1 -1
  40. package/build/controller/handler/bshb-room-handler.js.map +1 -1
  41. package/build/controller/handler/bshb-scenario-handler.js +7 -4
  42. package/build/controller/handler/bshb-scenario-handler.js.map +1 -1
  43. package/build/controller/handler/bshb-user-defined-states-handler.js +3 -5
  44. package/build/controller/handler/bshb-user-defined-states-handler.js.map +1 -1
  45. package/build/controller/handler/bshb-water-alarm-handler.js +6 -7
  46. package/build/controller/handler/bshb-water-alarm-handler.js.map +1 -1
  47. package/build/main.js +18 -3
  48. package/build/main.js.map +1 -1
  49. package/build/rate-limiter.js +26 -0
  50. package/build/rate-limiter.js.map +1 -0
  51. package/io-package.json +207 -207
  52. 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,198 +1,203 @@
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.7
37
+ * (holomekc) Update dependencies and fix rate limiting
38
+
39
+ ### 0.2.6
40
+ * (holomekc) Support for user defined states
41
+
42
+ ### 0.2.5
43
+ * (holomekc) Support for user defined states
44
+
45
+ ### 0.2.4
46
+ * (holomekc) Update the adapter to the latest requirements
47
+
48
+ ### 0.2.3
49
+ * (holomekc) Update to api version 3.2
50
+ * (holomekc) Add support for climate schedules with two options to activate them
51
+ * (holomekc) Update intrusion detection so that more information is shown
52
+ * (holomekc) Update intrusion detection and climate schedule switches stay active now
53
+
54
+ ### 0.2.2
55
+ * (holomekc) Support for rooms. Configuration to ignore server certificates. Allow ttesting controller 2 and can prevent issues in case certificates expire. Less secure though.
56
+
57
+ ### 0.2.1
58
+ * (holomekc) Support for additional services
59
+
60
+ ### 0.1.20
61
+ * (holomekc) Fixed problems with openDoorsAndWindows
62
+
63
+ ### 0.1.19
64
+ * (holomekc) problems with initial setup fixed
65
+
66
+ ### 0.1.18
67
+ * (holomekc) rateLimit added so that not too many request are executed against controller
68
+
69
+ ### 0.1.17
70
+ * (holomekc) add yale values for door lock
71
+ * (holomekc) update states on startup
72
+
73
+ ### 0.1.16
74
+ * (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.
75
+ Behavior if triggered from iobroker:
76
+ - state: true, ack: false
77
+ - state: true, ack: true
78
+ - state: false, ack: true
79
+
80
+ Behavior if triggered from somewhere else:
81
+ - state: true, ack: true
82
+ - state: false, ack: true
83
+ * (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.
84
+
85
+ ### 0.1.15
86
+ * (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.
87
+ * (holomekc) Fix tests and add "simple" integration test
88
+ * (holomekc) Update structure of project
89
+ * (holomekc) Code formatting
90
+
91
+ ### 0.1.14
92
+ * (holomekc) RoomControlMode types added.
93
+ * (holomekc) Update for js-controller 3.x.x. This serializes objects and arrays. Please check your logics.
94
+
95
+ ### 0.1.13
96
+ * (holomekc) update to api-version 2.1
97
+ * (holomekc) add intrusionDetectionControl folder which contains trigger for alarm system
98
+
99
+ ### 0.1.12
100
+ * (holomekc) states and units
101
+ * (holomekc) update license and copyright
102
+ * (holomekc) fix typo in connectionType
103
+
104
+ ### 0.1.11
105
+ * (holomekc) update dependencies
106
+ * (holomekc) changes due to new ioBroker lib
107
+ * (holomekc) add connection indicator
108
+ * (holomekc) increase delay for timeout for longpolling to 2s
109
+ * (holomekc) low not set as lowbat role in ioBroker anymore
110
+
111
+ ### 0.1.10
112
+ * (holomekc) Add .npmignore to cleanup installation files
113
+
114
+ ### 0.1.9
115
+ * (holomekc) Error in scenario handling fixed
116
+
117
+ ### 0.1.8
118
+ * (holomekc) Minor improvements
119
+
120
+ ### 0.1.7
121
+ * (holomekc) Improved error handling
122
+
123
+ ### 0.1.6
124
+ * (holomekc) Added open doors and windows feature
125
+
126
+ ### 0.1.5
127
+ * (holomekc) functions and rooms are only added for new channels
128
+ * (holomekc) increase timeout for requests which expect to contain more data
129
+
130
+ ### 0.1.4
131
+ * (holomekc) issue fixed in loading configuration
132
+ * (holomekc) minor restructuring
133
+
134
+ ### 0.1.3
135
+ * (holomekc) restructure of handling device detection and updates iobroker <-> bshc via BshbHandler
136
+ * (holomekc) added handler for devices, scenarios and messages
137
+ * (holomekc) messages and scenarios are updated when adapter is running
138
+
139
+ ### 0.1.2
140
+ * (holomekc) Adapter core library updated
141
+
142
+ ### 0.1.1
143
+ * (holomekc) update to new bridge version
144
+ * (holomekc) allows adapter to reconnect in case bshc is restarting
145
+ * (holomekc) remove not needed configuration
146
+ * (holomekc) faults added to all service (channels)
147
+ * (holomekc) faults are always a list: [] = no faults, \[{source: {rootDeviceId: string, deviceServiceId: string, deviceId: string}, type: string, category: INFO | WARNING | ERROR}, ...\] = faults
148
+
149
+ ### 0.1.0
150
+ * (holomekc) certificate and private key are handled in ioBroker and can be content or file reference
151
+ * (holomekc) update to newer bridge version
152
+
153
+ ### 0.0.14
154
+ * (holomekc) optimizations and cleanup
155
+
156
+ ### 0.0.13
157
+ * (holomekc) added more definitions
158
+ * (holomekc) optimizations and cleanup
159
+
160
+ ### 0.0.12
161
+ * (holomekc) scenario support. Scenarios are listed as group 'scenarios' and can only be triggered
162
+ * (holomekc) added definitions for Twinguard
163
+
164
+ ### 0.0.11
165
+ * (holomekc) rooms and functions added for known channels
166
+ * (holomekc) trim whitespaces from configuration values
167
+
168
+ ### 0.0.10
169
+ * (holomekc) try to improve configuration description in application itself
170
+ * (holomekc) change id so that it is valid regarding Bosch T&C
171
+ * (holomekc) update to newest bosch-smart-home-bridge version for same reason
172
+
173
+ ### 0.0.9
174
+ * (holomekc) update travis.yml due to jscontroller requires node dependency >=8.0
175
+
176
+ ### 0.0.8
177
+ * (holomekc) fix client name is: ioBroker.bshb
178
+
179
+ ### 0.0.7
180
+ * (holomekc) make sure that bosch-smart-home-bridge version >= 0.0.4
181
+
182
+ ### 0.0.6
183
+ * (holomekc) Just io-package.json changes
184
+ * (holomekc) cleanup
185
+
186
+ ### 0.0.5
187
+ * (holomekc) Just do the steps adapter-check is telling me
188
+ * (holomekc) Therefore, build files are part of git repo. So install via Github should be possible now
189
+
190
+ ### 0.0.4
191
+ * (holomekc) Long polling added to reduce load
192
+ * (holomekc) Set of state values is possible now
193
+ * (holomekc) Code cleanup
194
+
195
+ ### < 0.0.4
196
+ * (holomekc) certificate generation added
197
+ * (holomekc) first attempts to creat ioBroker objects, states, etc.
198
+
199
+ ## License
200
+
201
+ The MIT License (MIT)
202
+
198
203
  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
  }