Skip to content

Commit 0969f66

Browse files
authored
Update README.md
1 parent 2f460de commit 0969f66

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
This is the successor of the integration from MadOne.
22
MadOne and OStrama are working together on this version.
33

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+
421
I started to build a structure that finally will allow loading of the modbus structure from a file.
522
As a first step, all modbus parameters will be concentrated in the file hpconst.py as a set of object lists.
623
This allows generic setup of all entities and a more easy completion of messages and entity behavior

0 commit comments

Comments
 (0)