iobroker.ebus 3.2.3 → 3.2.4
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 +71 -68
- package/io-package.json +15 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -58,121 +58,124 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
|
|
|
58
58
|
<!--
|
|
59
59
|
Placeholder for the next version (at the beginning of the line):
|
|
60
60
|
### **WORK IN PROGRESS**
|
|
61
|
-
-->
|
|
61
|
+
-->
|
|
62
|
+
### 3.2.4 (2023-11-19)
|
|
63
|
+
* (René) revert back to flat 5.x
|
|
64
|
+
|
|
62
65
|
### 3.2.3 (2023-11-18)
|
|
63
66
|
* (René) dependencies updated
|
|
64
|
-
* (René) fix sentry reported exceptions
|
|
65
|
-
|
|
67
|
+
* (René) fix sentry reported exceptions
|
|
68
|
+
|
|
66
69
|
### 3.2.2 (2023-07-30)
|
|
67
|
-
* (René) dependencies updated
|
|
68
|
-
|
|
70
|
+
* (René) dependencies updated
|
|
71
|
+
|
|
69
72
|
### 3.2.1 (2023-04-07)
|
|
70
|
-
* (René) dependencies updated
|
|
71
|
-
|
|
73
|
+
* (René) dependencies updated
|
|
74
|
+
|
|
72
75
|
### 3.2.0 (2023-02-11)
|
|
73
76
|
* (René) **Attention** polled variables must be set as active in admin now
|
|
74
77
|
* (René) search available variables per circuit added in admin
|
|
75
|
-
* (René) DP "find" added to force read of all existing datapoints (Attention: might take a while) and update name in data point tree
|
|
76
|
-
|
|
78
|
+
* (René) DP "find" added to force read of all existing datapoints (Attention: might take a while) and update name in data point tree
|
|
79
|
+
|
|
77
80
|
### 3.1.1 (2023-01-31)
|
|
78
81
|
* (René) support ebusd 23.1
|
|
79
|
-
* (René) see issue #77: make sure that only one data request is running at the same time
|
|
80
|
-
|
|
82
|
+
* (René) see issue #77: make sure that only one data request is running at the same time
|
|
83
|
+
|
|
81
84
|
### 3.1.0 (2022-12-01)
|
|
82
85
|
* (René) support ebusd 22.4
|
|
83
86
|
* (René) see issue #77: Update data point when read-cmd is used
|
|
84
|
-
* (René) see issue #78: remove CR, LF in answer from ebusd for DP ebus.0.cmdResult
|
|
85
|
-
|
|
87
|
+
* (René) see issue #78: remove CR, LF in answer from ebusd for DP ebus.0.cmdResult
|
|
88
|
+
|
|
86
89
|
### 3.0.7 (2022-08-20)
|
|
87
|
-
* (René) support ebusd 22.3
|
|
88
|
-
|
|
90
|
+
* (René) support ebusd 22.3
|
|
91
|
+
|
|
89
92
|
### 3.0.6 (2022-08-19)
|
|
90
|
-
* (René) bug fix in tooltip in wizard
|
|
91
|
-
|
|
93
|
+
* (René) bug fix in tooltip in wizard
|
|
94
|
+
|
|
92
95
|
### 3.0.4 (2022-08-18)
|
|
93
96
|
* (René) tooltip in wizard added
|
|
94
97
|
* (René) flot and dependencies updated
|
|
95
98
|
* (René) errors from ebusd are shown as warning here in adapter, details schould be checked in logs of ebusd
|
|
96
99
|
* (René) bug fix in widget: if less data available x axes grid point were not shown
|
|
97
|
-
* (René) except null as valid value from ebusd (e.g. to reset CurrentError)
|
|
98
|
-
|
|
100
|
+
* (René) except null as valid value from ebusd (e.g. to reset CurrentError)
|
|
101
|
+
|
|
99
102
|
### 3.0.2 (2022-04-02)
|
|
100
|
-
* (René) message for installation added
|
|
101
|
-
|
|
103
|
+
* (René) message for installation added
|
|
104
|
+
|
|
102
105
|
### 3.0.1 (2022-04-02)
|
|
103
|
-
* (René) read interval in admin added
|
|
104
|
-
|
|
106
|
+
* (René) read interval in admin added
|
|
107
|
+
|
|
105
108
|
### 3.0.0 (2022-04-02)
|
|
106
109
|
* (René) **ATTENTION** change from scheduled to daemon adapter
|
|
107
|
-
* (René) bent by axios replaced
|
|
108
|
-
|
|
110
|
+
* (René) bent by axios replaced
|
|
111
|
+
|
|
109
112
|
### 2.5.1 (2021-12-29)
|
|
110
|
-
* (René) adjustable retries to send data if arbitration error appeared
|
|
111
|
-
|
|
113
|
+
* (René) adjustable retries to send data if arbitration error appeared
|
|
114
|
+
|
|
112
115
|
### 2.5.0 (2021-12-28)
|
|
113
|
-
* (René) see issue #62: support ebusd 21.3
|
|
114
|
-
|
|
116
|
+
* (René) see issue #62: support ebusd 21.3
|
|
117
|
+
|
|
115
118
|
### 2.4.5 (2021-11-07)
|
|
116
|
-
* (René) bug fix color of labels in widget
|
|
117
|
-
|
|
119
|
+
* (René) bug fix color of labels in widget
|
|
120
|
+
|
|
118
121
|
### 2.4.4 (2021-10-30)
|
|
119
122
|
* (René) see issue #59: avoid endless loop
|
|
120
123
|
* (René) update flot to 4.2.2
|
|
121
|
-
* (René) bug fix missing space in command when using circuit name
|
|
122
|
-
|
|
124
|
+
* (René) bug fix missing space in command when using circuit name
|
|
125
|
+
|
|
123
126
|
### 0.8.0 (2019-02-24)
|
|
124
|
-
* (René) hcmode2 value 5 = EVU Sperrzeit
|
|
125
|
-
|
|
127
|
+
* (René) hcmode2 value 5 = EVU Sperrzeit
|
|
128
|
+
|
|
126
129
|
### 0.7.0 (2019-01-28)
|
|
127
|
-
* (René) add adjustable timeout
|
|
128
|
-
|
|
130
|
+
* (René) add adjustable timeout
|
|
131
|
+
|
|
129
132
|
### 0.6.0 (2019-01-06)
|
|
130
|
-
* (René) support of compact mode
|
|
131
|
-
|
|
133
|
+
* (René) support of compact mode
|
|
134
|
+
|
|
132
135
|
### 0.5.5 (2018-11-04)
|
|
133
|
-
* (René) code clean up
|
|
134
|
-
|
|
136
|
+
* (René) code clean up
|
|
137
|
+
|
|
135
138
|
### 0.5.4
|
|
136
|
-
* (René) arduino support removed
|
|
137
|
-
|
|
139
|
+
* (René) arduino support removed
|
|
140
|
+
|
|
138
141
|
### 0.5.3
|
|
139
|
-
* (René) add error information
|
|
140
|
-
|
|
142
|
+
* (René) add error information
|
|
143
|
+
|
|
141
144
|
### 0.5.2
|
|
142
|
-
* (René) bug fix: in vis 1.x some values are not stored
|
|
143
|
-
|
|
145
|
+
* (René) bug fix: in vis 1.x some values are not stored
|
|
146
|
+
|
|
144
147
|
### 0.5.1
|
|
145
|
-
* (René) bug fix: if nothing to poll then skip telnet connection
|
|
146
|
-
|
|
148
|
+
* (René) bug fix: if nothing to poll then skip telnet connection
|
|
149
|
+
|
|
147
150
|
### 0.5.0
|
|
148
|
-
* (René) write date over TCP to ebusd
|
|
149
|
-
|
|
151
|
+
* (René) write date over TCP to ebusd
|
|
152
|
+
|
|
150
153
|
### 0.4.2
|
|
151
|
-
* (René) bug fix for admin V3
|
|
152
|
-
|
|
154
|
+
* (René) bug fix for admin V3
|
|
155
|
+
|
|
153
156
|
### 0.4.1
|
|
154
|
-
* (René) logo changed
|
|
155
|
-
|
|
157
|
+
* (René) logo changed
|
|
158
|
+
|
|
156
159
|
### 0.4.0
|
|
157
|
-
* (René) reading data from ebusd
|
|
158
|
-
|
|
160
|
+
* (René) reading data from ebusd
|
|
161
|
+
|
|
159
162
|
### 0.3.0
|
|
160
163
|
* (René) support of ebusd
|
|
161
|
-
* (René) admin3 support
|
|
162
|
-
|
|
164
|
+
* (René) admin3 support
|
|
165
|
+
|
|
163
166
|
### 0.2.0
|
|
164
167
|
* (René) add history as JSON for vis
|
|
165
|
-
* (René) add flot based widget to display temperatur, status and power graph
|
|
166
|
-
|
|
168
|
+
* (René) add flot based widget to display temperatur, status and power graph
|
|
169
|
+
|
|
167
170
|
### 0.1.0
|
|
168
|
-
* (René) scheduled adapter instead of deamon
|
|
169
|
-
|
|
171
|
+
* (René) scheduled adapter instead of deamon
|
|
172
|
+
|
|
170
173
|
### 0.0.3
|
|
171
|
-
* (René) UTF8 coding
|
|
172
|
-
|
|
174
|
+
* (René) UTF8 coding
|
|
175
|
+
|
|
173
176
|
### 0.0.2
|
|
174
|
-
* (René) initial release
|
|
175
|
-
|
|
177
|
+
* (René) initial release
|
|
178
|
+
|
|
176
179
|
## License
|
|
177
180
|
MIT License
|
|
178
181
|
|
|
@@ -194,4 +197,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
194
197
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
195
198
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
196
199
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
197
|
-
SOFTWARE.
|
|
200
|
+
SOFTWARE.
|
package/io-package.json
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "ebus",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
5
5
|
"news": {
|
|
6
|
-
"3.2.
|
|
6
|
+
"3.2.4": {
|
|
7
|
+
"en": "revert 'flat' back to 5.x",
|
|
8
|
+
"de": "„flat“ auf 5.x zurückgesetzt",
|
|
9
|
+
"ru": "вернуть «плоскую» версию обратно в 5.x",
|
|
10
|
+
"pt": "reverter 'plano' de volta para 5.x",
|
|
11
|
+
"nl": "zet 'plat' terug naar 5.x",
|
|
12
|
+
"fr": "revenir \"à plat\" à 5.x",
|
|
13
|
+
"it": "ripristinare 'flat' alla versione 5.x",
|
|
14
|
+
"es": "revertir 'plano' a 5.x",
|
|
15
|
+
"pl": "przywróć „płaskie” z powrotem do wersji 5.x",
|
|
16
|
+
"uk": "повернутися до версії 5.x",
|
|
17
|
+
"zh-cn": "将“扁平”恢复至 5.x"
|
|
18
|
+
},
|
|
19
|
+
"3.2.3": {
|
|
7
20
|
"en": "dependencies updated",
|
|
8
21
|
"de": "Abhängigkeiten aktualisiert",
|
|
9
22
|
"ru": "зависимости обновлены",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.ebus",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"description": "ioBroker ebus Adapter",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "René G.",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@iobroker/adapter-core": "3.0.4",
|
|
27
|
-
"flat": "
|
|
27
|
+
"flat": "5.0.2",
|
|
28
28
|
"net": "1.0.2",
|
|
29
29
|
"promise-socket": "7.0.0",
|
|
30
30
|
"cron": "3.1.6",
|