* Add config option
* With all features + testu ok
* Change algo using underlying internal temp
* Algo fixes
* Bières !
* Change reset cumulated_error formula
* FIX pi algo test with accumulated_error reset
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
* Add keep_alive feature for directly controlled switches
* Add test cases for the switch keep-alive feature
* Add documentation (readme) and translations for the keep-alive feature
* Add step temperature in config
* All testus ok
* Keep the step of the VTherm and not the step of the underlying
* Release 5.4.0
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
* Creation of the central boiler config + binary_sensor entity
* Fonctional before testu. Miss the service call
* Full featured but without testu
* Documentation and release.
* Add events in README
* FIX#341 - when window state change, open_valve_percent should be resend
* Issue #343 - disable safety mode for outdoor thermometer
* Issue #255 - Specify window action on window open detection
* Add en and string translation
* central boiler - add entites to fine tune the boiler start
* With testu ok
* Add testus for valve and climate
* Add testus in pipelines
* With pip 3
* With more pytest options
* Ass coverage tests
* Add coverage report in github
* Release 5.3.0
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
Fixes a small issue where `_last_regulation_change` is being set to `now` even though the new temperature is not sent to the thermostats (because `abs(dtemp) < self._auto_regulation_dtemp:`)
* Add central config into ConfigFlow
* Test manual of confif_flow ok
* Ignore central confic in instanciate entities
* Init data in base_thermostat ok
* With central configuration testu ok
* All testu ok
* With fixture for init_vtherm_api and init_central_config
* Add reload VTherms when central configuration is changed
* Update strings.json and replace security by safety in README.
* UPdate README with release 5.0
* FIX missing Presets central configuration initialisation
* FIX frost_away_temp translation missing
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>