iobroker.sbfspot 4.1.5 → 4.1.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 (3) hide show
  1. package/README.md +80 -109
  2. package/io-package.json +2 -2
  3. package/package.json +66 -61
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Logo](admin/sbfspot.png)
1
+ ![Logo](admin/sbfspot.png)
2
2
  # ioBroker.sbfspot
3
3
 
4
4
  ![Number of Installations](http://iobroker.live/badges/sbfspot-installed.svg) ![Number of Installations](http://iobroker.live/badges/sbfspot-stable.svg)
@@ -51,152 +51,126 @@ sometimes npm intall must be called more then one time to successfully install a
51
51
 
52
52
  ## Changelog
53
53
 
54
- ### 4.1.5 (2023-07-30)
55
- * (René) dependencies updated
56
-
54
+ <!--
55
+ Placeholder for the next version (at the beginning of the line):
56
+ ### **WORK IN PROGRESS**
57
+ -->
58
+ ### 4.1.7 (2023-11-18)
59
+ * (René) dependencies updated
60
+
61
+ ### 4.1.6 (2023-07-30)
62
+ * (René) dependencies updated
63
+
57
64
  ### 4.1.4 (2023-04-07)
58
- * (René) dependencies updated
59
-
65
+ * (René) dependencies updated
66
+
60
67
  ### 4.1.3 (2023-01-31)
61
- * (René) dependencies updated
62
-
68
+ * (René) dependencies updated
69
+
63
70
  ### 4.1.2 (2022-08-20)
64
- * (René) bug fix in AddObject
65
-
71
+ * (René) bug fix in AddObject
72
+
66
73
  ### 4.1.1 (2022-08-18)
67
74
  * (René) tooltip in wizard added
68
- * (René) flot and dependencies updated
69
-
75
+ * (René) flot and dependencies updated
76
+
70
77
  ### 4.0.8 (2021-07-11)
71
- * (René) bug fix color of labels in widget
72
-
78
+ * (René) bug fix color of labels in widget
79
+
73
80
  ### 4.0.7 (2021-10-30)
74
81
  * (René) see issue #62: avoid endless loop
75
- * (René) update flot to 4.2.2
76
-
82
+ * (René) update flot to 4.2.2
83
+
77
84
  ### 4.0.6 (2021-07-09)
78
- * (René) bug fix data types
79
-
85
+ * (René) bug fix data types
86
+
80
87
  ### 4.0.5 (2021-03-21)
81
- * (René) dependencies updated
82
-
83
- ## 4.0.4 (2021-02-14)
84
- * (René) dependencies updated
85
-
86
- ## 4.0.3 (2021-01-15)
87
- * (René) bug fix based on CI tests
88
-
89
- ## 4.0.2 (2020-10-09)
90
- * (René) bug fix based on CI tests
91
-
92
- ## 4.0.0 (2020-07-28)
93
- * (René) rework to use async/await
94
- * (René) use mysql2
95
-
96
- ## 3.0.0 (2020-04-25)
97
- * (René) sqlite3 package replaced by better-sqlite3
98
- * (René) roles of DP overworked
99
- * (René) see issue #19: get data only when daylight added as an option
100
- * (René) see issue #29: default color for widget axis label changed
101
- * (René) widget: log if widget is too small added
102
-
103
- ## 2.4.3 (2020-04-02)
104
- * (René) bugfix in DB_CalcHistory_Today used for widget
105
-
106
- ## 2.4.2 (2020-02-01)
107
- * (René) bugfix widget
108
-
109
- ## 2.4.0 (2019-12-28)
110
- * (René) update to my own flot 3.0
111
-
112
- ## 2.3.4 (2019-10-31)
113
- * (René) update flot to version 3.0
114
-
88
+ * (René) dependencies updated
89
+
115
90
  ### 2.3.3 (2019-02-03)
116
- * (René) due to install problems downgrade of sqlite3 package
117
-
91
+ * (René) due to install problems downgrade of sqlite3 package
92
+
118
93
  ### 2.3.1 (2019-02-02)
119
- * (René) bug fix: with sqlite "today" data were not shown
120
-
94
+ * (René) bug fix: with sqlite "today" data were not shown
95
+
121
96
  ### 2.3.0 (2019-01-20)
122
97
  * (René) support of compact mode
123
- * (René) add additional error information in log
124
-
98
+ * (René) add additional error information in log
99
+
125
100
  ### 2.2.5 (2018-11-26)
126
- * (René) upgrade packages
127
-
101
+ * (René) upgrade packages
102
+
128
103
  ### 2.2.5 (2018-11-04)
129
- * (René) reset yield if no new value from today
130
-
104
+ * (René) reset yield if no new value from today
105
+
131
106
  ### 2.2.4 (2018-08-19)
132
- * (René) bugfix for ticks on X
133
-
107
+ * (René) bugfix for ticks on X
108
+
134
109
  ### 2.2.3
135
- * (René) the same as 2.2.2
136
-
110
+ * (René) the same as 2.2.2
111
+
137
112
  ### 2.2.2
138
- * (René) add timestamp of last update
139
-
113
+ * (René) add timestamp of last update
114
+
140
115
  ### 2.2.1
141
- * (René) close of database connection after last query result is available (e.g. to support more than one inverter)
142
-
116
+ * (René) close of database connection after last query result is available (e.g. to support more than one inverter)
117
+
143
118
  ### 2.2.0
144
119
  * (Nis) background color and border
145
- * (René) bug fixes in admin3
146
-
120
+ * (René) bug fixes in admin3
121
+
147
122
  ### 2.1.0
148
- * (René) Support MariaDB
149
-
123
+ * (René) Support MariaDB
124
+
150
125
  ### 2.0.1
151
- * (René) Support of admin3
152
-
126
+ * (René) Support of admin3
127
+
153
128
  ### 2.0.0
154
129
  * (René) since we always use one graph per widget, only one is supported now
155
- Attention: widget is not compatible with version 1.x.x; just check settings in widget after installation!
156
-
130
+ Attention: widget is not compatible with version 1.x.x; just check settings in widget after installation!
131
+
157
132
  ### 1.1.0
158
133
  * (René) autoscale of y axis
159
134
  * (René) color for y axis
160
- * (René) adjustable date format
161
-
135
+ * (René) adjustable date format
136
+
162
137
  ### 1.0.1
163
- * (René) bug fix for sqlite
164
-
138
+ * (René) bug fix for sqlite
139
+
165
140
  ### 1.0.0
166
- * (René) first stable release
167
-
141
+ * (René) first stable release
142
+
168
143
  ### 0.2.6
169
- * (René) bug fix for android app > 1.0.6
170
-
144
+ * (René) bug fix for android app > 1.0.6
145
+
171
146
  ### 0.2.5
172
- * (René) use install date to calculate historical values
173
-
147
+ * (René) use install date to calculate historical values
148
+
174
149
  ### 0.2.4
175
- * (René) logo changed
176
-
150
+ * (René) logo changed
151
+
177
152
  ### 0.2.3
178
153
  * (René) adding historical data as datapoint (JSON)
179
- * (René) new vis widget to show historical data
180
-
154
+ * (René) new vis widget to show historical data
155
+
181
156
  ### 0.2.2
182
- * (René) renamed to sbfspot
183
-
157
+ * (René) renamed to sbfspot
158
+
184
159
  ### 0.2.1
185
- * (René) index.html updated
186
-
160
+ * (René) index.html updated
161
+
187
162
  ### 0.2.0
188
- * (René) support of sqlite and license changed to MIT
189
-
163
+ * (René) support of sqlite and license changed to MIT
164
+
190
165
  ### 0.1.1
191
- * (René) UTF8 coding
192
-
166
+ * (René) UTF8 coding
167
+
193
168
  ### 0.1.0
194
- * (René) first release
195
-
169
+ * (René) first release
170
+
196
171
  ### 0.0.1
197
- * (René) initial release
198
-
199
-
172
+ * (René) initial release
173
+
200
174
  ## License
201
175
  MIT License
202
176
 
@@ -218,7 +192,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
218
192
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
219
193
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
220
194
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
221
- SOFTWARE.
222
-
223
-
224
-
195
+ SOFTWARE.
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "sbfspot",
4
- "version": "4.1.5",
4
+ "version": "4.1.7",
5
5
  "news": {
6
- "4.1.5": {
6
+ "4.1.7": {
7
7
  "en": "dependencies updated",
8
8
  "de": "Abhängigkeiten aktualisiert",
9
9
  "ru": "зависимости обновлены",
package/package.json CHANGED
@@ -1,61 +1,66 @@
1
- {
2
- "name": "iobroker.sbfspot",
3
- "version": "4.1.5",
4
- "description": "sbfspot (SMA inverter) Adapter",
5
- "author": {
6
- "name": "René G.",
7
- "email": "info@rg-engineering.eu"
8
- },
9
- "homepage": "https://github.com/rg-engineering/ioBroker.sbfspot",
10
- "license": "MIT",
11
- "keywords": [
12
- "ioBroker",
13
- "SMA",
14
- "sbfspot"
15
- ],
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/rg-engineering/ioBroker.sbfspot"
19
- },
20
- "dependencies": {
21
- "@iobroker/adapter-core": "3.0.1",
22
- "better-sqlite3": "8.5.0",
23
- "mysql2": "3.5.2",
24
- "suncalc2": "1.8.1"
25
- },
26
- "devDependencies": {
27
- "@iobroker/adapter-dev": "1.2.0",
28
- "@iobroker/testing": "4.1.0",
29
- "@types/chai": "4.3.5",
30
- "@types/chai-as-promised": "7.1.5",
31
- "@types/gulp": "4.0.13",
32
- "@types/mocha": "10.0.1",
33
- "@types/node": "20.4.5",
34
- "@types/proxyquire": "1.3.28",
35
- "@types/request-promise-native": "1.0.18",
36
- "@types/sinon": "10.0.15",
37
- "@types/sinon-chai": "3.2.9",
38
- "axios": "1.4.0",
39
- "chai": "4.3.7",
40
- "chai-as-promised": "7.1.1",
41
- "eslint": "8.45.0",
42
- "gulp": "4.0.2",
43
- "mocha": "10.2.0",
44
- "proxyquire": "2.1.3",
45
- "sinon": "15.2.0",
46
- "sinon-chai": "3.7.0"
47
- },
48
- "main": "main.js",
49
- "bugs": {
50
- "url": "https://github.com/rg-engineering/ioBroker.sbfspot"
51
- },
52
- "scripts": {
53
- "test": "npm run test:package && npm run test:unit",
54
- "test:package": "mocha test/package --exit",
55
- "test:unit": "mocha test/unit --exit",
56
- "test:integration": "mocha test/integration --exit",
57
- "lint": "eslint",
58
- "translate": "translate-adapter"
59
- },
60
- "readmeFilename": "README.md"
61
- }
1
+ {
2
+ "name": "iobroker.sbfspot",
3
+ "version": "4.1.7",
4
+ "description": "sbfspot (SMA inverter) Adapter",
5
+ "author": {
6
+ "name": "René G.",
7
+ "email": "info@rg-engineering.eu"
8
+ },
9
+ "homepage": "https://github.com/rg-engineering/ioBroker.sbfspot",
10
+ "license": "MIT",
11
+ "keywords": [
12
+ "ioBroker",
13
+ "SMA",
14
+ "sbfspot"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/rg-engineering/ioBroker.sbfspot"
19
+ },
20
+ "engines": {
21
+ "node": ">= 16"
22
+ },
23
+ "dependencies": {
24
+ "@iobroker/adapter-core": "3.0.4",
25
+ "better-sqlite3": "9.1.1",
26
+ "mysql2": "3.6.3",
27
+ "suncalc2": "1.8.1"
28
+ },
29
+ "devDependencies": {
30
+ "@alcalzone/release-script": "^3.6.0",
31
+ "@iobroker/adapter-dev": "1.2.0",
32
+ "@iobroker/testing": "4.1.0",
33
+ "@types/chai": "4.3.10",
34
+ "@types/chai-as-promised": "7.1.8",
35
+ "@types/gulp": "4.0.17",
36
+ "@types/mocha": "10.0.4",
37
+ "@types/node": "20.9.1",
38
+ "@types/proxyquire": "1.3.31",
39
+ "@types/request-promise-native": "1.0.21",
40
+ "@types/sinon": "17.0.1",
41
+ "@types/sinon-chai": "3.2.12",
42
+ "axios": "1.6.2",
43
+ "chai": "4.3.10",
44
+ "chai-as-promised": "7.1.1",
45
+ "eslint": "8.54.0",
46
+ "gulp": "4.0.2",
47
+ "mocha": "10.2.0",
48
+ "proxyquire": "2.1.3",
49
+ "sinon": "17.0.1",
50
+ "sinon-chai": "3.7.0"
51
+ },
52
+ "main": "main.js",
53
+ "bugs": {
54
+ "url": "https://github.com/rg-engineering/ioBroker.sbfspot"
55
+ },
56
+ "scripts": {
57
+ "test": "npm run test:package",
58
+ "test:package": "mocha test/package --exit",
59
+ "test:unit": "mocha test/unit --exit",
60
+ "test:integration": "mocha test/integration --exit",
61
+ "lint": "eslint",
62
+ "translate": "translate-adapter",
63
+ "release": "release-script"
64
+ },
65
+ "readmeFilename": "README.md"
66
+ }