Releases: claudegel/sinope-1
Add set_cycle_length service
- Added service to set main cycle duration for TH1400 thermostats
- Fix bug in set_aux_cycle_length for incorrect value
Quick fix to solve bug in TH1400
v1.9.5 Push version to 1.9.5
Bug fix for neviweb_to_ha not defined
- Fix bug for the TH1400 thermostats
Add service validation
- improve service set_aux_cycle_lenght to reflect same values as Neviweb
- add service attributes validation to avoid typo error
Fix hourly_kwh and daily_kwh
Breaking change for thos who use energy consumption:
Renamed hour_kwh to hourly_kwh and day_kwh to daily_kwh to keep data consistent between neviweb custom_component and neviweb130 custom_component
Auxiliary heat code cleanup for low voltage thermostats
This release fix bug in support for low voltage thermostats auxiliary heating setting on/off via climate services.
It add an on/off button in the thermostat card to activate the auxiliary heating control for the thermostat.
- New service set_aux_cycle_length: to set low voltage thermostats auxiliary cycle length in minutes.
- Bug fix and improvement.
Added support for auxiliary heating for low voltage and floor thermostats
This release add support for floor and low voltage thermostats auxiliary heating setting on/off via climate services.
It add an on/off button in the thermostat card to activate the auxiliary heating control for the thermostat.
- New service turn_aux_heat_on, to turn on auxiliary heating control.
- New service turn_aux_heat_off, to turn off auxiliary heating control.
- Bug fix and improvement.
Patch for device energy start delay
Devices start polling energy stats 30 minutes after HA restart and then keep polling at every 30 minutes
Fix start delay for energy polling
This improve HA start time especially if you have many devices in neviweb
Delay energy stat polling at startup
Added a 45 minutes delay at HA startup to begin polling Neviweb for energy stats only when all devices are loaded.