Releases: OStrama/weishaupt_modbus
Releases · OStrama/weishaupt_modbus
0.0.8pre5
In this pre-release the following issues should have been solved, feel free to test:
- HA crashes when host is unreachable: This has been tested. When heat pump unavailable, HA keeps responding. After heatpump gets available agein, the entities are updated again. Heatpump has to be available at HA startup.
- Add support for Heizkreis 2+: Heizkreis 2 has been added for test. If you have more than 2 of them, please report of HK2 works well.
- use predefined values for WW push: This is now a select entity
Please report any issues, if there are some..
0.0.8pre4
0.0.8pre3
0.0.8pre2: Update entities.py
Debug
0.0.8pre
Starting with version 0.0.8 we will start to consolidate both versions.
In version 0.0.8 this will have the following impact:
For users of MadOne's original weishaupt_modbus integration:
- When doing nothing than simply installing the integration, the long term statistics will be split into new entities,
since the sensor domain is different. - To avoid this, edit the file "const.py" in the integration's directory as follows:
replace the string
PREFIX = "weishaupt_wbb"
by
PREFIX = "weishaupt_modbus"
please do not change the intents or any other parts of the file to avoid issues
For users of OStrama's weishaupt_wbb integration:
- You will get a new integration with the same name
- the sensor entities will be the same than before
0.0.7
0.0.6
- Bugfixing
- 1st try to save parameters in file: The power map of the heat pump now is read from the file "weishaupt_wbb_kennfeld.json". If it does not exist, a new file with the default values of the WBB 12 is created.
Now you are able to adapt the calculation of the "heating power" entity to your heat pump by creating an appropriate json file.