Releases
v1.2.0
Changelog:
added support for Python's "with" statement for the HtHeatpump
class
added some more unit-tests (especially for the time program functions)
extended the sample scripts hthttp.py
to query for time programs of the heat pump
added new sample samples/httimeprog.py
to read the time programs of the heat pump
added new functions to write/change time program entries of the heat pump (see HtHeatpump.set_time_prog...
)
added new functions to read the time program of the heat pump (see HtHeatpump.get_time_prog...
)
added type annotations and hints for static type checking (using mypy
)
splitted up property HtHeatpump.verify_param
to HtHeatpump.verify_param_action
and HtHeatpump.verify_param_error
renamed exception ParamVerificationException
to VerificationException
added support for Python 3.7
dropped support for Python 3.4
added some more heat pump parameters (data points) in htparams.csv
You can’t perform that action at this time.