## Version ### 1.32 - Add parameters - Add scheduler for CH and DHW - Add translation to polish - Now changes to settings do not require a restart of the service - New update script, from now all new update dont need to manualy add option in config.ini. - Minor fixes
### 1.31 - Add function for automatic/manual control of frequency limit relay - Add function for automatic/manual control of mode quiet/eco/turbo - IMPORTANT: new option added in config.ini. If you're updating
from previous version you need to add options: `log_leve = ERROR` in `[DEFAULT]` block in `config.ini` `flimit = manual`, `flimit_temp = 10`, `presetautochange = manual`,`presetquiet = 10`,`presetturbo = -10` in `[SETTINGS]` block in `config.ini`
- minor fixes ### 1.30 - Add possibility to change heating curve parameters via settings page. - IMPORTANT: new option added in config.ini. If you're updating
from previous version you need to add option `hcslope = 0.7`, `hcpshift = 1` and `hcamp = 1` in `[SETTINGS]` block in `config.ini`
- Add chart with heating curve visualisation. - minor fixes
### 1.26 - IMPORTANT: new option added in config.ini. If you're updating
from previous version you need to add option `firstrun = 0` in `[DEFAULT]` block in `config.ini`
- Setting page is kinda ready. (unfortunetly you need to manualy restart HaierPi service after saving change for now) - Added new service for display HaierPi logs via web, for better debugging. Now you don't need to login via ssh - Now script can talk with home assistant via MQTT (for now there is no mqtt autodiscovery, so you need to add yaml configuration manualy). - Updates only send via mqtt if something is changes, not as before - everything every 10 seconds - TODO: add option somewhere to restart HaierPi service. (e.g. after config.ini changed via web) - Minor fixes
### 1.18 - Add ds18b20 sensor support as outside temp sensor. - Fixed error handling that could cause sysexit. - Adding new update mechanism need to add new option in `config.ini`: ```shell
release=master
``` - Minor fixes ### 1.1 In this release I change library to control GPIO, Iam not using RPi.GPIO anymore, there is some issue with RPi.GPIO replacement for Nano Pi, so I decided to control GPIO via system /sys/class/gpio/. This is independent from used SBC,
in `config.ini` there is new configuration for PIN: ```shell [GPIO] modbus=17 #17 for raspberrypi, 0 for nanopi neo freqlimit=27 #27 for raspberrypi, 2 for nanopi neo heatdemand=22 #22 for raspberrypi, 3 for nanopi neo cooldemand=10 #10 for raspberrypi, 64 for nanopi neo ```
### 1.0
First release. for now, the following features are available:
- Show pump parameters - Set DHW temperature - Set Central Heating Temperature - Heating water temperature is calculated according to the heating curve - Online update