iobroker.ebus 3.2.2 → 3.2.3
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/README.md +14 -61
- package/io-package.json +1 -1
- package/main.js +1 -1
- package/package.json +70 -65
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+

|
|
2
2
|
# ioBroker.ebus
|
|
3
3
|
|
|
4
4
|
 
|
|
@@ -30,7 +30,7 @@ There is a possibillity to poll data which are not polled by ebusd directly. Com
|
|
|
30
30
|
|
|
31
31
|
Another feature is to send any command to ebusd and receive answer to work with e.g. scripts.
|
|
32
32
|
|
|
33
|
-
current supported ebusd-version:
|
|
33
|
+
current supported ebusd-version: 23.2
|
|
34
34
|
|
|
35
35
|
**Attention** with ebusd - version 22.1 config path has been changed to http://cfg.ebusd.eu/. Make sure you change it in your installation of ebusd.
|
|
36
36
|
details see in [changelog](https://github.com/john30/ebusd/blob/master/ChangeLog.md)
|
|
@@ -55,6 +55,14 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
|
|
|
55
55
|
|
|
56
56
|
## Changelog
|
|
57
57
|
|
|
58
|
+
<!--
|
|
59
|
+
Placeholder for the next version (at the beginning of the line):
|
|
60
|
+
### **WORK IN PROGRESS**
|
|
61
|
+
-->
|
|
62
|
+
### 3.2.3 (2023-11-18)
|
|
63
|
+
* (René) dependencies updated
|
|
64
|
+
* (René) fix sentry reported exceptions
|
|
65
|
+
|
|
58
66
|
### 3.2.2 (2023-07-30)
|
|
59
67
|
* (René) dependencies updated
|
|
60
68
|
|
|
@@ -64,7 +72,7 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
|
|
|
64
72
|
### 3.2.0 (2023-02-11)
|
|
65
73
|
* (René) **Attention** polled variables must be set as active in admin now
|
|
66
74
|
* (René) search available variables per circuit added in admin
|
|
67
|
-
* (René) DP "find" added to force read of all existing datapoints (Attention: might take a while) and update name in data point tree
|
|
75
|
+
* (René) DP "find" added to force read of all existing datapoints (Attention: might take a while) and update name in data point tree
|
|
68
76
|
|
|
69
77
|
### 3.1.1 (2023-01-31)
|
|
70
78
|
* (René) support ebusd 23.1
|
|
@@ -75,7 +83,6 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
|
|
|
75
83
|
* (René) see issue #77: Update data point when read-cmd is used
|
|
76
84
|
* (René) see issue #78: remove CR, LF in answer from ebusd for DP ebus.0.cmdResult
|
|
77
85
|
|
|
78
|
-
|
|
79
86
|
### 3.0.7 (2022-08-20)
|
|
80
87
|
* (René) support ebusd 22.3
|
|
81
88
|
|
|
@@ -113,57 +120,6 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
|
|
|
113
120
|
* (René) update flot to 4.2.2
|
|
114
121
|
* (René) bug fix missing space in command when using circuit name
|
|
115
122
|
|
|
116
|
-
## 2.4.3 (2021-10-21)
|
|
117
|
-
* (René) see issue #58: bug fix for Warn: ignoring history value 1 (invalid)" when no history values set
|
|
118
|
-
|
|
119
|
-
## 2.4.2 (2021-10-19)
|
|
120
|
-
* (René) see issue #55: bug fix
|
|
121
|
-
|
|
122
|
-
## 2.4.0 (2021-10-17)
|
|
123
|
-
* (René) overwork handling of read datapoints and history datapoints, circuit added optionally
|
|
124
|
-
* (René) command can now include more then one command, just separate commands with ','
|
|
125
|
-
* (René) see issue #55: warnings changed to debug messages
|
|
126
|
-
|
|
127
|
-
## 2.3.2 (2021-09-02)
|
|
128
|
-
* (René) see issue #49: support for ebusd 21.2
|
|
129
|
-
* (René) see issue #40: option to use boolean instead string for values with on/off
|
|
130
|
-
* (René) dependencies updated
|
|
131
|
-
|
|
132
|
-
## 2.2.7 (2021-07-03)
|
|
133
|
-
* (René) dependencies updated
|
|
134
|
-
* (René) see issue #48: bug fix for wrong data type logs
|
|
135
|
-
|
|
136
|
-
## 2.2.5 (2021-03-21)
|
|
137
|
-
* (René) dependencies updated
|
|
138
|
-
|
|
139
|
-
## 2.2.4 (2021-02-17)
|
|
140
|
-
* (René) see issue #42: Uncaught ReferenceError: oView is not defined in widget solved
|
|
141
|
-
|
|
142
|
-
## 2.2.3 (2020-10-24)
|
|
143
|
-
* (René) create history DP if not available
|
|
144
|
-
|
|
145
|
-
## 2.2.0 (2020-09-06)
|
|
146
|
-
* (René) change DP only if necessary to reduce system load
|
|
147
|
-
* (René) update dependencies
|
|
148
|
-
|
|
149
|
-
## 2.1.1 (2020-06-27)
|
|
150
|
-
* (René) issue #26: bug fix: "cmd not found" is only debug message instead of error
|
|
151
|
-
|
|
152
|
-
## 2.1.0 (2020-06-17)
|
|
153
|
-
* (René) refactoring: 'async/await' used
|
|
154
|
-
|
|
155
|
-
## 2.0.0 (2020-04-26)
|
|
156
|
-
* (René) "request" replaced by "bent"
|
|
157
|
-
|
|
158
|
-
## 1.0.0 (2019-12-15)
|
|
159
|
-
* (René) update to my own flot 3.0
|
|
160
|
-
|
|
161
|
-
## 0.8.2 (2019-11-10)
|
|
162
|
-
* (René) some more error messages in datapoint "error"
|
|
163
|
-
|
|
164
|
-
## 0.8.1 (2019-10-31)
|
|
165
|
-
* (René) update flot to version 3.0
|
|
166
|
-
|
|
167
123
|
### 0.8.0 (2019-02-24)
|
|
168
124
|
* (René) hcmode2 value 5 = EVU Sperrzeit
|
|
169
125
|
|
|
@@ -192,13 +148,13 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
|
|
|
192
148
|
* (René) write date over TCP to ebusd
|
|
193
149
|
|
|
194
150
|
### 0.4.2
|
|
195
|
-
* (René) bug fix for admin V3
|
|
151
|
+
* (René) bug fix for admin V3
|
|
196
152
|
|
|
197
153
|
### 0.4.1
|
|
198
|
-
* (René) logo changed
|
|
154
|
+
* (René) logo changed
|
|
199
155
|
|
|
200
156
|
### 0.4.0
|
|
201
|
-
* (René) reading data from ebusd
|
|
157
|
+
* (René) reading data from ebusd
|
|
202
158
|
|
|
203
159
|
### 0.3.0
|
|
204
160
|
* (René) support of ebusd
|
|
@@ -239,6 +195,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
239
195
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
240
196
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
241
197
|
SOFTWARE.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
package/io-package.json
CHANGED
package/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,65 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "iobroker.ebus",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "ioBroker ebus Adapter",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "René G.",
|
|
7
|
-
"email": "info@rg-engineering.eu"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/rg-engineering/ioBroker.ebus",
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"keywords": [
|
|
12
|
-
"ioBroker",
|
|
13
|
-
"HomeControl",
|
|
14
|
-
"Smart Home",
|
|
15
|
-
"home automation",
|
|
16
|
-
"ebus"
|
|
17
|
-
],
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "https://github.com/rg-engineering/ioBroker.ebus"
|
|
21
|
-
},
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@types/
|
|
38
|
-
"@types/
|
|
39
|
-
"@types/
|
|
40
|
-
"@types/
|
|
41
|
-
"@types/
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
},
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "iobroker.ebus",
|
|
3
|
+
"version": "3.2.3",
|
|
4
|
+
"description": "ioBroker ebus Adapter",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "René G.",
|
|
7
|
+
"email": "info@rg-engineering.eu"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/rg-engineering/ioBroker.ebus",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"ioBroker",
|
|
13
|
+
"HomeControl",
|
|
14
|
+
"Smart Home",
|
|
15
|
+
"home automation",
|
|
16
|
+
"ebus"
|
|
17
|
+
],
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/rg-engineering/ioBroker.ebus"
|
|
21
|
+
},
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">= 16"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@iobroker/adapter-core": "3.0.4",
|
|
27
|
+
"flat": "6.0.1",
|
|
28
|
+
"net": "1.0.2",
|
|
29
|
+
"promise-socket": "7.0.0",
|
|
30
|
+
"cron": "3.1.6",
|
|
31
|
+
"axios": "1.6.2"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@alcalzone/release-script": "^3.6.0",
|
|
35
|
+
"@iobroker/adapter-dev": "1.2.0",
|
|
36
|
+
"@iobroker/testing": "4.1.0",
|
|
37
|
+
"@types/chai": "4.3.10",
|
|
38
|
+
"@types/chai-as-promised": "7.1.8",
|
|
39
|
+
"@types/gulp": "4.0.17",
|
|
40
|
+
"@types/mocha": "10.0.4",
|
|
41
|
+
"@types/node": "20.9.1",
|
|
42
|
+
"@types/proxyquire": "1.3.31",
|
|
43
|
+
"@types/request-promise-native": "1.0.21",
|
|
44
|
+
"@types/sinon": "17.0.1",
|
|
45
|
+
"@types/sinon-chai": "3.2.12",
|
|
46
|
+
"axios": "1.6.2",
|
|
47
|
+
"chai": "4.3.10",
|
|
48
|
+
"chai-as-promised": "7.1.1",
|
|
49
|
+
"eslint": "8.54.0",
|
|
50
|
+
"gulp": "4.0.2",
|
|
51
|
+
"mocha": "10.2.0",
|
|
52
|
+
"proxyquire": "2.1.3",
|
|
53
|
+
"sinon": "17.0.1",
|
|
54
|
+
"sinon-chai": "3.7.0"
|
|
55
|
+
},
|
|
56
|
+
"main": "main.js",
|
|
57
|
+
"bugs": {
|
|
58
|
+
"url": "https://github.com/rg-engineering/ioBroker.ebus"
|
|
59
|
+
},
|
|
60
|
+
"readmeFilename": "README.md",
|
|
61
|
+
"scripts": {
|
|
62
|
+
"test": "npm run test:package",
|
|
63
|
+
"test:package": "mocha test/package --exit",
|
|
64
|
+
"test:unit": "mocha test/unit --exit",
|
|
65
|
+
"test:integration": "mocha test/integration --exit",
|
|
66
|
+
"lint": "eslint",
|
|
67
|
+
"translate": "translate-adapter",
|
|
68
|
+
"release": "release-script"
|
|
69
|
+
}
|
|
70
|
+
}
|