File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
This is the successor of the integration from MadOne.
2
2
MadOne and OStrama are working together on this version.
3
3
4
+ # Starting with version 0.0.8 we will start to consolidate both versions.
5
+ # In version 0.0.8 this will have the following impact:
6
+
7
+ ## For users of MadOne's original weishaupt_modbus integration:
8
+ * When doing nothing than simply installing the integration, the long term statistics will be split into new entities,
9
+ since the sensor domain is different.
10
+ * To avoid this, edit the file "const.py" in the integration's directory as follows:
11
+ replace the string
12
+ PREFIX = "weishaupt_wbb"
13
+ by
14
+ PREFIX = "weishaupt_modbus"
15
+ please do not change the intents or any other parts of the file to avoid issues
16
+
17
+ ## For users of OStrama's weishaupt_wbb integration:
18
+ * You will get a new integration with the same name
19
+ * the sensor entities will be the same than before
20
+
4
21
I started to build a structure that finally will allow loading of the modbus structure from a file.
5
22
As a first step, all modbus parameters will be concentrated in the file hpconst.py as a set of object lists.
6
23
This allows generic setup of all entities and a more easy completion of messages and entity behavior
You can’t perform that action at this time.
0 commit comments