* With Sonoff configuration ok
* Fix configuration
* Next (not finished)
* With 1rst implementation of VTherm TRVZB and underlying
* Work in simuated environment
* Fix Testus
* Release
* Fix release name
* Add #602 - implement a max_on_percent setting
* Calculate offset_calibration as room_temp - local_temp
Fix hvac_action calculation
* Fix hvac_action
Fix offset_calibration=room_temp - (local_temp - current_offset)
* Fix underlying target is not updated
* Issue #655 - combine motion and presence
* Fix Valve testus. Improve sending the open percent to valve
* Update custom_components/versatile_thermostat/translations/en.json
Co-authored-by: Alexander Dransfield <2844540+alexdrans@users.noreply.github.com>
* Indus step1
* Step 2 - renaming. All tests ok
* Step 2: manual tests ok
* First unit test ok
* Test multi ok
* All tests ok. Add a multi test for climate with valve regulation
* With testu for config_flow ok
* Documentation (not finished)
* Fix#661 - central boiler doesn't starts with Sonoff TRVZB
* Remove // testing
* Fix exception when there is no offset at all
* Fix class attributes and instance attributes mixing
* Documentation 2
* Documentation 3
* Documentation ++
* documentation
* Try to fix the central boiler calculation
* Fix#669
* Documentation ++
* Documentation ok for FR
* Readme FR|EN
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
Co-authored-by: Alexander Dransfield <2844540+alexdrans@users.noreply.github.com>
* implementing max_on_percent setting
* remove % sign from log message
* README updated: created new export-mode section, moved self-regulation expert settings to new section, added new section about on-time clamping
* Add logs to diagnose the case
* Issue #552 (#608)
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
* Fix typo (#607)
* - Force writing state when entity is removed
- Fix bug with issue #552 on CONF_USE_CENTRAL_BOILER_FEATURE which should be proposed on a central configuration
- Improve reload of entity to avoid reloading all VTherm. Only the reconfigured one will be reloaded
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
Co-authored-by: Ludovic BOUÉ <lboue@users.noreply.github.com>
* Changes config_flow to allow dynamic length list of underlying entities
Updates previously defined 4x entries to new config style
Changes to thermostat_X to load underlying entities from list
Changes to thermostat X to display underlying entities as a list - COULD BREAK EXISTING TEMPLATES
* Modifies tests to use the new list format
* Added English translation for UI
* Removed all references to individual entities in strings/en.json
* Fix merge mistake
---------
Co-authored-by: Jean-Marc Collin <jm.collin.78@gmail.com>
* Migrate to HA 2024.10.4
* Auto start/stop alog and testu + ConfigFlow
* With config flow ok
* Change algo
* All is fine
* Add change_preset test
* + comment
* FIX too much start/stop
* Change algo to take slop into account
* Allow calculation even if slope is None
* With enable + tests + hysteresis in calculation
* Add hvac_off_reason and test with window interaction
* Fix some tests
* Restore saved_state
* Release
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
* Dispatch test_bugs into each own VTherm type tests
* Local tests ok
* With testus ok.
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>