Skip to content

Releases: OStrama/weishaupt_modbus

0.0.8pre5

27 Oct 17:46
Compare
Choose a tag to compare
0.0.8pre5 Pre-release
Pre-release

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

26 Oct 21:05
d03bb77
Compare
Choose a tag to compare
0.0.8pre4 Pre-release
Pre-release

Debug connection flooding by only open modbus once

0.0.8pre3

26 Oct 11:13
Compare
Choose a tag to compare
0.0.8pre3 Pre-release
Pre-release

Fixed update coordinator
Fixed connection errors.

0.0.8pre2: Update entities.py

25 Oct 19:33
2792000
Compare
Choose a tag to compare
Pre-release

Debug

0.0.8pre

25 Oct 08:34
0969f66
Compare
Choose a tag to compare
0.0.8pre Pre-release
Pre-release

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

17 Oct 19:24
Compare
Choose a tag to compare

Bugfixing

0.0.6

17 Oct 18:52
2dd8355
Compare
Choose a tag to compare
  • 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.

0.0.5

11 Oct 18:28
Compare
Choose a tag to compare

Replaced cubic splines by Chebycheff polynom, just to avoid using scipy

0.0.4

11 Oct 14:53
Compare
Choose a tag to compare

removed scipy for testing, heat power will not be correct

0.0.3

11 Oct 11:04
Compare
Choose a tag to compare

Debugging