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
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
**_New: Complex addressing mode available for MQTT commands (listener mode)_**
1
+
**_New: Handling of data points with length different from common data point via open3e_depictSystem_**
2
2
3
3
<BR>
4
4
@@ -24,7 +24,7 @@ You created your own extension based on open3e? Great! Please let us know! Just
24
24
# Installation
25
25
There is a [Video Tutorial](https://youtu.be/u_fkwtIARug) (German languge) available from CRYDTEAM - thank you very much for it! Find the according web site [here](https://crydteam.de/2025/04/27/viessmann-vx3-in-homeassistant/). The final 1/3 is related to Home Assistant, but the first part shows the complete installation process of open3e and hardware very vividly.
26
26
27
-
Hint: An installation guide is available also in [German language](https://github.com/open3e/open3e/wiki/030-Installation-und-Inbetriebnahme-von-open3E).
27
+
For a **detailed step-by-step installation guide** (German language) see [Wiki, chapt. 030](https://github.com/open3e/open3e/wiki/030-Installation-und-Inbetriebnahme-von-open3E).
In advance of first time starting the client and after every firmware update, run
59
59
60
-
open3e_depictSystem [-s]
60
+
open3e_depictSystem -s
61
61
62
-
to scan the system and generate devices.json and Open3Edatapoints_678.py files.<br>
62
+
to scan the system and generate devices.json and Open3Edatapoints_6yz.py files.<br>
63
63
Use `open3e` with cmd line argument `-cnfg devices.json` afterwards.<br>
64
64
Pls. make sure to use same working directory for `open3e` as used for running `open3e_depictSystem`.<br>
65
65
By using the optional switch `-s` data files for simulation get created.
@@ -280,8 +280,8 @@ Use
280
280
```
281
281
open3e_dids2json
282
282
```
283
-
to convert common list of data points (Open3Edatapoints.py) to json format.
284
-
A white list of writable data points is also created by this tool.
283
+
to convert common list of data points (Open3Edatapoints.py, Open3EdatapointsVariants.py) to json format.
284
+
This tool converts data points for use in the ioBroker adapter ioBroker.e3oncan. It is not used by open3e.
285
285
286
286
# For developers
287
287
@@ -295,6 +295,9 @@ If you want to work on the codebase you can clone the repository and work in "ed
295
295
296
296
# Changelog
297
297
298
+
### 0.6.0 (2026-02-07)
299
+
* Introduced list of data points (Open3EdatapointsVariants.py) with lengths different from common data points. Via open3e_depictSystem open3e can handle those device specific data points.
300
+
298
301
### 0.5.10 (2025-12-10)
299
302
* Added support for data points 511-520
300
303
* Added support for complex addressing mode for listener mode
0 commit comments