iobroker.ebus 3.2.3 → 3.2.5

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 (47) hide show
  1. package/.eslintrc.json +34 -34
  2. package/.releaseconfig.json +3 -0
  3. package/LICENSE +20 -20
  4. package/README.md +213 -197
  5. package/admin/index_m.html +419 -419
  6. package/admin/style.css +18 -18
  7. package/admin/words.js +27 -27
  8. package/io-package.json +205 -179
  9. package/lib/support_tools.js +370 -370
  10. package/lib/tools.js +99 -99
  11. package/main.js +1232 -1232
  12. package/package.json +13 -11
  13. package/widgets/ebus/lib/js/flot/jquery.canvaswrapper.js +549 -549
  14. package/widgets/ebus/lib/js/flot/jquery.colorhelpers.js +199 -199
  15. package/widgets/ebus/lib/js/flot/jquery.flot.axislabels.js +212 -212
  16. package/widgets/ebus/lib/js/flot/jquery.flot.browser.js +98 -98
  17. package/widgets/ebus/lib/js/flot/jquery.flot.categories.js +202 -202
  18. package/widgets/ebus/lib/js/flot/jquery.flot.composeImages.js +330 -330
  19. package/widgets/ebus/lib/js/flot/jquery.flot.crosshair.js +202 -202
  20. package/widgets/ebus/lib/js/flot/jquery.flot.drawSeries.js +662 -662
  21. package/widgets/ebus/lib/js/flot/jquery.flot.errorbars.js +375 -375
  22. package/widgets/ebus/lib/js/flot/jquery.flot.fillbetween.js +254 -254
  23. package/widgets/ebus/lib/js/flot/jquery.flot.flatdata.js +47 -47
  24. package/widgets/ebus/lib/js/flot/jquery.flot.hover.js +361 -361
  25. package/widgets/ebus/lib/js/flot/jquery.flot.image.js +249 -249
  26. package/widgets/ebus/lib/js/flot/jquery.flot.js +2953 -2953
  27. package/widgets/ebus/lib/js/flot/jquery.flot.legend.js +437 -437
  28. package/widgets/ebus/lib/js/flot/jquery.flot.logaxis.js +298 -298
  29. package/widgets/ebus/lib/js/flot/jquery.flot.navigate.js +834 -834
  30. package/widgets/ebus/lib/js/flot/jquery.flot.pie.js +794 -794
  31. package/widgets/ebus/lib/js/flot/jquery.flot.resize.js +60 -60
  32. package/widgets/ebus/lib/js/flot/jquery.flot.saturated.js +43 -43
  33. package/widgets/ebus/lib/js/flot/jquery.flot.selection.js +527 -527
  34. package/widgets/ebus/lib/js/flot/jquery.flot.stack.js +220 -220
  35. package/widgets/ebus/lib/js/flot/jquery.flot.symbol.js +98 -98
  36. package/widgets/ebus/lib/js/flot/jquery.flot.threshold.js +143 -143
  37. package/widgets/ebus/lib/js/flot/jquery.flot.time.js +586 -586
  38. package/widgets/ebus/lib/js/flot/jquery.flot.touch.js +320 -320
  39. package/widgets/ebus/lib/js/flot/jquery.flot.touchNavigate.js +360 -360
  40. package/widgets/ebus/lib/js/flot/jquery.flot.uiConstants.js +10 -10
  41. package/widgets/ebus/lib/js/flot/jquery.js +9473 -9473
  42. package/widgets/ebus/lib/js/lib/globalize.culture.en-US.js +33 -33
  43. package/widgets/ebus/lib/js/lib/globalize.js +1601 -1601
  44. package/widgets/ebus/lib/js/lib/jquery.event.drag.js +145 -145
  45. package/widgets/ebus/lib/js/lib/jquery.mousewheel.js +86 -86
  46. package/widgets/ebus.html +2395 -2395
  47. package/readme.txt +0 -297
package/.eslintrc.json CHANGED
@@ -1,35 +1,35 @@
1
- {
2
- "env": {
3
- "es6": true,
4
- "node": true,
5
- "mocha": true
6
- },
7
- "extends": "eslint:recommended",
8
- "rules": {
9
- "indent": [
10
- "error",
11
- 4,
12
- {
13
- "SwitchCase": 1
14
- }
15
- ],
16
- "no-console": "off",
17
- "no-var": "error",
18
- "prefer-const": "error",
19
- "quotes": [
20
- "error",
21
- "double",
22
- {
23
- "avoidEscape": true,
24
- "allowTemplateLiterals": true
25
- }
26
- ],
27
- "semi": [
28
- "error",
29
- "always"
30
- ]
31
- },
32
- "parserOptions": {
33
- "ecmaVersion": 2018
34
- }
1
+ {
2
+ "env": {
3
+ "es6": true,
4
+ "node": true,
5
+ "mocha": true
6
+ },
7
+ "extends": "eslint:recommended",
8
+ "rules": {
9
+ "indent": [
10
+ "error",
11
+ 4,
12
+ {
13
+ "SwitchCase": 1
14
+ }
15
+ ],
16
+ "no-console": "off",
17
+ "no-var": "error",
18
+ "prefer-const": "error",
19
+ "quotes": [
20
+ "error",
21
+ "double",
22
+ {
23
+ "avoidEscape": true,
24
+ "allowTemplateLiterals": true
25
+ }
26
+ ],
27
+ "semi": [
28
+ "error",
29
+ "always"
30
+ ]
31
+ },
32
+ "parserOptions": {
33
+ "ecmaVersion": 2018
34
+ }
35
35
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "plugins": [ "iobroker", "license" ]
3
+ }
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2017-2023 rg-engineering info@rg-engineering.eu
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
1
+ MIT License
2
+
3
+ Copyright (c) 2017-2024 René G. <info@rg-engineering.eu>
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
21
  SOFTWARE.
package/README.md CHANGED
@@ -1,197 +1,213 @@
1
- ![Logo](admin/ebus.png)
2
- # ioBroker.ebus
3
-
4
- ![Number of Installations](http://iobroker.live/badges/ebus-installed.svg) ![Number of Installations](http://iobroker.live/badges/ebus-stable.svg)
5
- [![Downloads](https://img.shields.io/npm/dm/iobroker.ebus.svg)](https://www.npmjs.com/package/iobroker.ebus)
6
- [![NPM version](http://img.shields.io/npm/v/iobroker.ebus.svg)](https://www.npmjs.com/package/iobroker.ebus)
7
-
8
- [![Known Vulnerabilities](https://snyk.io/test/github/rg-engineering/ioBroker.ebus/badge.svg)](https://snyk.io/test/github/rg-engineering/ioBroker.ebus)
9
- ![GitHub Actions](https://github.com/rg-engineering/ioBroker.ebus/workflows/Test%20and%20Release/badge.svg)
10
-
11
- [![NPM](https://nodei.co/npm/iobroker.ebus.png?downloads=true)](https://nodei.co/npm/iobroker.ebus/)
12
-
13
-
14
- **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.**
15
- For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
16
-
17
-
18
- **If you like it, please consider a donation:**
19
-
20
- [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=34ESBMJ932QZC)
21
-
22
-
23
- This adapter reads
24
- - data from ebusd using html
25
- In this case ebusd must run and must be able to send data to e.g. explorer via http://IP:port/data (http://192.168.0.123:8889/data)
26
- Current version of ebusd incl. configuration files can be copied from https://github.com/john30/ebusd
27
- All fields with data, lastup and from global section are parsed. All others are ignored at the moment.
28
-
29
- There is a possibillity to poll data which are not polled by ebusd directly. Command 'read -f' is used to force reading over ebus.
30
-
31
- Another feature is to send any command to ebusd and receive answer to work with e.g. scripts.
32
-
33
- current supported ebusd-version: 23.2
34
-
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
- details see in [changelog](https://github.com/john30/ebusd/blob/master/ChangeLog.md)
37
-
38
-
39
- ## how to send commands to ebusd
40
- 1. write a single command or an command list on datapoint ebus.0.cmd
41
- If you want to use more then one command, use , to separate single commands.
42
- example:
43
- read -f YieldTotal,read LegioProtectionEnabled,read -f -c broadcast outsidetemp
44
-
45
- 2. when command is executed you will receive results per command in datapoint ebus.0.cmdResult
46
- The result is also comma-separeted
47
- example:
48
- 2000, ERR: element not found, 10.5
49
-
50
- Attention: command in datapoint ebus.0.cmd is deleted after executing of command!
51
-
52
-
53
- ## known issues
54
- * please create issues at [github](https://github.com/rg-engineering/ioBroker.ebus/issues) if you find bugs or whish new features
55
-
56
- ## Changelog
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
-
66
- ### 3.2.2 (2023-07-30)
67
- * (René) dependencies updated
68
-
69
- ### 3.2.1 (2023-04-07)
70
- * (René) dependencies updated
71
-
72
- ### 3.2.0 (2023-02-11)
73
- * (René) **Attention** polled variables must be set as active in admin now
74
- * (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
-
77
- ### 3.1.1 (2023-01-31)
78
- * (René) support ebusd 23.1
79
- * (René) see issue #77: make sure that only one data request is running at the same time
80
-
81
- ### 3.1.0 (2022-12-01)
82
- * (René) support ebusd 22.4
83
- * (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
-
86
- ### 3.0.7 (2022-08-20)
87
- * (René) support ebusd 22.3
88
-
89
- ### 3.0.6 (2022-08-19)
90
- * (René) bug fix in tooltip in wizard
91
-
92
- ### 3.0.4 (2022-08-18)
93
- * (René) tooltip in wizard added
94
- * (René) flot and dependencies updated
95
- * (René) errors from ebusd are shown as warning here in adapter, details schould be checked in logs of ebusd
96
- * (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
-
99
- ### 3.0.2 (2022-04-02)
100
- * (René) message for installation added
101
-
102
- ### 3.0.1 (2022-04-02)
103
- * (René) read interval in admin added
104
-
105
- ### 3.0.0 (2022-04-02)
106
- * (René) **ATTENTION** change from scheduled to daemon adapter
107
- * (René) bent by axios replaced
108
-
109
- ### 2.5.1 (2021-12-29)
110
- * (René) adjustable retries to send data if arbitration error appeared
111
-
112
- ### 2.5.0 (2021-12-28)
113
- * (René) see issue #62: support ebusd 21.3
114
-
115
- ### 2.4.5 (2021-11-07)
116
- * (René) bug fix color of labels in widget
117
-
118
- ### 2.4.4 (2021-10-30)
119
- * (René) see issue #59: avoid endless loop
120
- * (René) update flot to 4.2.2
121
- * (René) bug fix missing space in command when using circuit name
122
-
123
- ### 0.8.0 (2019-02-24)
124
- * (René) hcmode2 value 5 = EVU Sperrzeit
125
-
126
- ### 0.7.0 (2019-01-28)
127
- * (René) add adjustable timeout
128
-
129
- ### 0.6.0 (2019-01-06)
130
- * (René) support of compact mode
131
-
132
- ### 0.5.5 (2018-11-04)
133
- * (René) code clean up
134
-
135
- ### 0.5.4
136
- * (René) arduino support removed
137
-
138
- ### 0.5.3
139
- * (René) add error information
140
-
141
- ### 0.5.2
142
- * (René) bug fix: in vis 1.x some values are not stored
143
-
144
- ### 0.5.1
145
- * (René) bug fix: if nothing to poll then skip telnet connection
146
-
147
- ### 0.5.0
148
- * (René) write date over TCP to ebusd
149
-
150
- ### 0.4.2
151
- * (René) bug fix for admin V3
152
-
153
- ### 0.4.1
154
- * (René) logo changed
155
-
156
- ### 0.4.0
157
- * (René) reading data from ebusd
158
-
159
- ### 0.3.0
160
- * (René) support of ebusd
161
- * (René) admin3 support
162
-
163
- ### 0.2.0
164
- * (René) add history as JSON for vis
165
- * (René) add flot based widget to display temperatur, status and power graph
166
-
167
- ### 0.1.0
168
- * (René) scheduled adapter instead of deamon
169
-
170
- ### 0.0.3
171
- * (René) UTF8 coding
172
-
173
- ### 0.0.2
174
- * (René) initial release
175
-
176
- ## License
177
- MIT License
178
-
179
- Copyright (c) 2017-2023 rg-engineering info@rg-engineering.eu
180
-
181
- Permission is hereby granted, free of charge, to any person obtaining a copy
182
- of this software and associated documentation files (the "Software"), to deal
183
- in the Software without restriction, including without limitation the rights
184
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
185
- copies of the Software, and to permit persons to whom the Software is
186
- furnished to do so, subject to the following conditions:
187
-
188
- The above copyright notice and this permission notice shall be included in all
189
- copies or substantial portions of the Software.
190
-
191
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
192
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
193
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
194
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
195
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
196
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
197
- SOFTWARE.
1
+ ![Logo](admin/ebus.png)
2
+ # ioBroker.ebus
3
+
4
+ ![Number of Installations](http://iobroker.live/badges/ebus-installed.svg) ![Number of Installations](http://iobroker.live/badges/ebus-stable.svg)
5
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.ebus.svg)](https://www.npmjs.com/package/iobroker.ebus)
6
+ [![NPM version](http://img.shields.io/npm/v/iobroker.ebus.svg)](https://www.npmjs.com/package/iobroker.ebus)
7
+
8
+ [![Known Vulnerabilities](https://snyk.io/test/github/rg-engineering/ioBroker.ebus/badge.svg)](https://snyk.io/test/github/rg-engineering/ioBroker.ebus)
9
+ ![GitHub Actions](https://github.com/rg-engineering/ioBroker.ebus/workflows/Test%20and%20Release/badge.svg)
10
+
11
+ [![NPM](https://nodei.co/npm/iobroker.ebus.png?downloads=true)](https://nodei.co/npm/iobroker.ebus/)
12
+
13
+ ![node-lts](https://img.shields.io/node/v-lts/iobroker.ebus?style=flat-square)
14
+ ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/iobroker.ebus?label=npm%20dependencies&style=flat-square)
15
+
16
+
17
+ ![GitHub](https://img.shields.io/github/license/rg-engineering/ioBroker.ebus?style=flat-square)
18
+ ![GitHub repo size](https://img.shields.io/github/repo-size/rg-engineering/ioBroker.ebus?logo=github&style=flat-square)
19
+ ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/rg-engineering/ioBroker.ebus?logo=github&style=flat-square)
20
+ ![GitHub last commit](https://img.shields.io/github/last-commit/rg-engineering/ioBroker.ebus?logo=github&style=flat-square)
21
+ ![GitHub issues](https://img.shields.io/github/issues/rg-engineering/ioBroker.ebus?logo=github&style=flat-square)
22
+
23
+
24
+ **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.**
25
+ For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
26
+
27
+
28
+ **If you like it, please consider a donation:**
29
+
30
+ [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=34ESBMJ932QZC)
31
+
32
+
33
+ This adapter reads
34
+ - data from ebusd using html
35
+ In this case ebusd must run and must be able to send data to e.g. explorer via http://IP:port/data (http://192.168.0.123:8889/data)
36
+ Current version of ebusd incl. configuration files can be copied from https://github.com/john30/ebusd
37
+ All fields with data, lastup and from global section are parsed. All others are ignored at the moment.
38
+
39
+ There is a possibillity to poll data which are not polled by ebusd directly. Command 'read -f' is used to force reading over ebus.
40
+
41
+ Another feature is to send any command to ebusd and receive answer to work with e.g. scripts.
42
+
43
+ current supported ebusd-version: 23.2
44
+
45
+ **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.
46
+ details see in [changelog](https://github.com/john30/ebusd/blob/master/ChangeLog.md)
47
+
48
+
49
+ ## how to send commands to ebusd
50
+ 1. write a single command or an command list on datapoint ebus.0.cmd
51
+ If you want to use more then one command, use , to separate single commands.
52
+ example:
53
+ read -f YieldTotal,read LegioProtectionEnabled,read -f -c broadcast outsidetemp
54
+
55
+ 2. when command is executed you will receive results per command in datapoint ebus.0.cmdResult
56
+ The result is also comma-separeted
57
+ example:
58
+ 2000, ERR: element not found, 10.5
59
+
60
+ Attention: command in datapoint ebus.0.cmd is deleted after executing of command!
61
+
62
+
63
+ ## known issues
64
+ * please create issues at [github](https://github.com/rg-engineering/ioBroker.ebus/issues) if you find bugs or whish new features
65
+
66
+ ## Changelog
67
+
68
+ <!--
69
+ Placeholder for the next version (at the beginning of the line):
70
+ ### **WORK IN PROGRESS**
71
+ -->
72
+ ### 3.2.5 (2024-01-12)
73
+ * (René) dependencies updated
74
+
75
+ ### 3.2.4 (2023-11-19)
76
+ * (René) revert back to flat 5.x
77
+
78
+ ### 3.2.3 (2023-11-18)
79
+ * (René) dependencies updated
80
+ * (René) fix sentry reported exceptions
81
+
82
+ ### 3.2.2 (2023-07-30)
83
+ * (René) dependencies updated
84
+
85
+ ### 3.2.1 (2023-04-07)
86
+ * (René) dependencies updated
87
+
88
+ ### 3.2.0 (2023-02-11)
89
+ * (René) **Attention** polled variables must be set as active in admin now
90
+ * (René) search available variables per circuit added in admin
91
+ * (René) DP "find" added to force read of all existing datapoints (Attention: might take a while) and update name in data point tree
92
+
93
+ ### 3.1.1 (2023-01-31)
94
+ * (René) support ebusd 23.1
95
+ * (René) see issue #77: make sure that only one data request is running at the same time
96
+
97
+ ### 3.1.0 (2022-12-01)
98
+ * (René) support ebusd 22.4
99
+ * (René) see issue #77: Update data point when read-cmd is used
100
+ * (René) see issue #78: remove CR, LF in answer from ebusd for DP ebus.0.cmdResult
101
+
102
+ ### 3.0.7 (2022-08-20)
103
+ * (René) support ebusd 22.3
104
+
105
+ ### 3.0.6 (2022-08-19)
106
+ * (René) bug fix in tooltip in wizard
107
+
108
+ ### 3.0.4 (2022-08-18)
109
+ * (René) tooltip in wizard added
110
+ * (René) flot and dependencies updated
111
+ * (René) errors from ebusd are shown as warning here in adapter, details schould be checked in logs of ebusd
112
+ * (René) bug fix in widget: if less data available x axes grid point were not shown
113
+ * (René) except null as valid value from ebusd (e.g. to reset CurrentError)
114
+
115
+ ### 3.0.2 (2022-04-02)
116
+ * (René) message for installation added
117
+
118
+ ### 3.0.1 (2022-04-02)
119
+ * (René) read interval in admin added
120
+
121
+ ### 3.0.0 (2022-04-02)
122
+ * (René) **ATTENTION** change from scheduled to daemon adapter
123
+ * (René) bent by axios replaced
124
+
125
+ ### 2.5.1 (2021-12-29)
126
+ * (René) adjustable retries to send data if arbitration error appeared
127
+
128
+ ### 2.5.0 (2021-12-28)
129
+ * (René) see issue #62: support ebusd 21.3
130
+
131
+ ### 2.4.5 (2021-11-07)
132
+ * (René) bug fix color of labels in widget
133
+
134
+ ### 2.4.4 (2021-10-30)
135
+ * (René) see issue #59: avoid endless loop
136
+ * (René) update flot to 4.2.2
137
+ * (René) bug fix missing space in command when using circuit name
138
+
139
+ ### 0.8.0 (2019-02-24)
140
+ * (René) hcmode2 value 5 = EVU Sperrzeit
141
+
142
+ ### 0.7.0 (2019-01-28)
143
+ * (René) add adjustable timeout
144
+
145
+ ### 0.6.0 (2019-01-06)
146
+ * (René) support of compact mode
147
+
148
+ ### 0.5.5 (2018-11-04)
149
+ * (René) code clean up
150
+
151
+ ### 0.5.4
152
+ * (René) arduino support removed
153
+
154
+ ### 0.5.3
155
+ * (René) add error information
156
+
157
+ ### 0.5.2
158
+ * (René) bug fix: in vis 1.x some values are not stored
159
+
160
+ ### 0.5.1
161
+ * (René) bug fix: if nothing to poll then skip telnet connection
162
+
163
+ ### 0.5.0
164
+ * (René) write date over TCP to ebusd
165
+
166
+ ### 0.4.2
167
+ * (René) bug fix for admin V3
168
+
169
+ ### 0.4.1
170
+ * (René) logo changed
171
+
172
+ ### 0.4.0
173
+ * (René) reading data from ebusd
174
+
175
+ ### 0.3.0
176
+ * (René) support of ebusd
177
+ * (René) admin3 support
178
+
179
+ ### 0.2.0
180
+ * (René) add history as JSON for vis
181
+ * (René) add flot based widget to display temperatur, status and power graph
182
+
183
+ ### 0.1.0
184
+ * (René) scheduled adapter instead of deamon
185
+
186
+ ### 0.0.3
187
+ * (René) UTF8 coding
188
+
189
+ ### 0.0.2
190
+ * (René) initial release
191
+
192
+ ## License
193
+ MIT License
194
+
195
+ Copyright (c) 2017-2024 René G. <info@rg-engineering.eu>
196
+
197
+ Permission is hereby granted, free of charge, to any person obtaining a copy
198
+ of this software and associated documentation files (the "Software"), to deal
199
+ in the Software without restriction, including without limitation the rights
200
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
201
+ copies of the Software, and to permit persons to whom the Software is
202
+ furnished to do so, subject to the following conditions:
203
+
204
+ The above copyright notice and this permission notice shall be included in all
205
+ copies or substantial portions of the Software.
206
+
207
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
208
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
209
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
210
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
211
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
212
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
213
+ SOFTWARE.