You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adapter reads values from STIEBEL ELTRON/Tecalor Internet Service Gateways (ISG) web pages and can send commands to control the device.
11
19
12
-
**Tests:**
20
+
**NOTE:**This adapter has been tested with legacy ISG devices only. (ISG Plus and ISG Web). Whether it works with the current ISG Connect device is to be determined yet.
13
21
14
-
## stiebel-isg adapter for ioBroker
22
+
**NOTE:** This adapter has been transferred to iobroker-community-adapters for maintenance. Only important bug fixes and dependency updates will be released in the future. However PRs with bug fixes or feature enhancements are always welcome.
15
23
16
-
This adapter is a ment to read values from stiebel-eltron/tecalor internet service gateways (ISG) and control the device.
24
+
**Credits:**This adapter would not have been possible without the great work of Michael Schuster (unltdnetworx) <https://github.com/unltdnetworx>, who created previous releases of this adapter.
17
25
26
+
## Release Notes
18
27
19
-
## Steps
28
+
**Caution:** Version 2.0.x includes some Breaking Changes:
20
29
21
-
1. Install the adpater
22
-
2. Grab the values out of the your stiebel-isg.[x]-object.
30
+
* node.js >= 20, js-controller >= 6.0.11 and admin >= 7.6.17 is required
31
+
Upgrade your ioBroker to at least this software level, if you want to use this adapter
23
32
24
-
## Requirements
33
+
* Password encryption in config UI
34
+
If you update this adapter from a previous version instead of a new installation, the adapter may not start, even if your password in your config is correct and has not been changed. To fix this, simply enter the same previous password once more in the config UI and store and close the config UI to restart the adapter. This of course is only neccessary once after the first start after the update.
25
35
26
-
* stiebel-eltron/tecalor internet service gateway (ISG)
36
+
* The type and/or name of some objects in the object tab has changed
37
+
If you update this adapter from a previous version instead of a new installation, you may possibly find warnings in the ioBroker log or objects and/or names are not updated correctly. To prevent this from happening, the most simple solution is to stop the adapter in the instances tab of ioBroker, completely delete the object tree in the objects tab and then restart the adapter. This of course is only neccessary once after the update and is not required if you do a clean new installation.
27
38
28
-
## Credits
39
+
## Installation
29
40
30
-
This adapter would not have been possible without the great work of Michael Schuster (unltdnetworx) <https://github.com/unltdnetworx>, who created previous releases of this adapter.
41
+
1. You need a fully configured and running STIEBEL ELTRON or Tecalor Internet Service Gateway (ISG Web or ISG Plus) in the same network as your ioBroker server.
42
+
2. Install the adapter on your ioBroker server and create an instance
43
+
3. Configure the instance by entering the IP-address or domain name of the ISG and if configured in the ISG, the user name and password.
44
+
The other settings should be left at their default values unless you know what you are doing.
31
45
32
46
## Changelog
33
47
34
48
<!--
35
49
Placeholder for the next version (at the beginning of the line):
36
50
### **WORK IN PROGRESS**
37
51
-->
52
+
### **WORK IN PROGRESS**
53
+
54
+
* (mcm1957) Change: Adapter has been migrated to iobroker-community-adapters organisation
55
+
* (mcm1957) Change: Adapter requires node.js >= 20, js-controller >= 6.0.11 and admin >= 7.6.17 now
56
+
* (mcm1957) Fix: Dependencies have been updated
57
+
* (pdbjjens) Change: remove .npmignore
58
+
* (pdbjjens) Change: migrate adapter configuration to jsonConfig
59
+
38
60
### 2.0.0-alpha.1 (2025-10-21)
39
61
40
-
- (mcm1957) Adapter has been migrated to iobroker-communita-adapters organisation
41
-
- (mcm1957) Adapter requires node.js >= 20, js-controller >= 6.0.11 and admin >= 7.6.17 now
42
-
- (mcm1957) Dependencies have been updated
62
+
* (mcm1957) Adapter has been migrated to iobroker-communita-adapters organisation
63
+
* (mcm1957) Adapter requires node.js >= 20, js-controller >= 6.0.11 and admin >= 7.6.17 now
64
+
* (mcm1957) Dependencies have been updated
43
65
44
66
### 1.7.7
45
67
@@ -57,7 +79,16 @@ This adapter would not have been possible without the great work of Michael Schu
57
79
58
80
* security enhancements
59
81
82
+
## Legal Notices
83
+
84
+
STIEBEL ELTRON, TECALOR, ISG and associated logos are trademarks or registered trademarks of STIEBEL ELTRON GmbH & Co KG [https://www.stiebel-eltron.com](https://www.stiebel-eltron.com)
85
+
86
+
All other trademarks are the property of their respective owners.
87
+
88
+
The authors are in no way endorsed by or affiliated with STIEBEL ELTRON GmbH & Co KG, or any associated subsidiaries, logos or trademarks.
0 commit comments