Skip to content

Releases: claudegel/sinope-1

Add set_cycle_length service

21 Mar 23:55
3892506
Compare
Choose a tag to compare
  • 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

20 Mar 13:48
26ea406
Compare
Choose a tag to compare
v1.9.5

Push version to 1.9.5

Bug fix for neviweb_to_ha not defined

20 Mar 12:57
eaf10d0
Compare
Choose a tag to compare
  • Fix bug for the TH1400 thermostats

Add service validation

19 Mar 02:38
cddf02f
Compare
Choose a tag to compare
  • 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

13 Mar 15:26
8bc4cfd
Compare
Choose a tag to compare

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

12 Mar 15:56
2ba42e2
Compare
Choose a tag to compare

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

06 Mar 02:02
53c92d1
Compare
Choose a tag to compare

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

05 Feb 23:34
5f9599d
Compare
Choose a tag to compare

Devices start polling energy stats 30 minutes after HA restart and then keep polling at every 30 minutes

Fix start delay for energy polling

04 Feb 15:21
393e1f6
Compare
Choose a tag to compare

This improve HA start time especially if you have many devices in neviweb

Delay energy stat polling at startup

04 Feb 02:51
4e2f087
Compare
Choose a tag to compare

Added a 45 minutes delay at HA startup to begin polling Neviweb for energy stats only when all devices are loaded.