Skip to content

Latest commit

 

History

History
 
 

changelog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Changelog

3.5.2

  • 🔥 Fix HVAC actions on cooling mode

3.5.1

  • 🔥 Fix configuration not overrided when using HASS.io

3.5.0

  • ⭐ Add HVAC switch mode

3.4.3

  • ⭐ Add device polling
  • ⭐ Add HVAC cool mode
  • ⭐ Automatically set HVAC action when setpoint > current temp

3.4.2

  • ⭐ Add PANIC and ACK alarm commands
  • ⭐ Add state_class to Home-Assistant energy sensors
  • 🔥 Fix websocket is not defined error
  • 🔥 Fix syntax error on light component

3.4.1

  • 🔥 Fix thermostat custom presets when not used

3.4.0

  • ⭐ Add thermostat custom presets
  • 🔥 Fix uncaught exception at startup

3.3.1

  • 🔥 Fix HA 2023.8 mqtt entity naming convention warnings
  • 🔥 Fix Alarm attributes not updated

3.3.0

  • ⭐ Add support for Radiator valves with thermostat
  • ⭐ Home-Assistant sensors improvements (naming, ON/OFF value support...)
  • 🔥 Reconnect when connection to the Tydom is lost
  • 🔥 Fix update_sensors function bad filtering

3.2.0

  • ⭐ Add awning devices
  • ⭐ Add other devices

3.1.2

  • 🔥 Fix command parsing

3.1.1

  • 🔥 Fix startup error

3.1.0

  • ⭐ Retrieve tydom credentials from Delta Dore cloud
  • 🔥 Enable SSL unsafe legacy renegotiation using ssl options instead of adding an openssl_conf.cnf file

3.0.2

  • ⭐ Add retain: true to mqtt published message to avoid losing states when mqtt broker restarts

3.0.1

  • 🔥 Fix 'module' object is not callable on several sensors

3.0.0

  • ⭐ Add support for Smoke detectors (Tyxal DFR)
  • ⭐ Add graceful shutdown
  • ⭐ Add configuration validation
  • ⭐ Cleanup code (wip)
  • 🔥 Make alarm pin code optional
  • 🔥 Mask sensitive configuration values in logs
  • 🔥 Fix log levels

2.6.6

  • 🔥 Fix regression because of Linux Alpine upgrade (3.17 -> 3.16)

2.6.5

  • 🔥 Revert the deletion of the AUTO boiler mode (2.6.3)

2.6.4

  • 🔥 Fix sensors for Kline sliding openings

2.6.3

  • 🔥 Replace hold_mode by preset_mode because of HA 2022.9 deprecation

2.6.2

  • 🔥 Fix unknown HA device classes

2.6.1

  • 🔥 Poll one device at a time to avoid sporadic Tybox DOS

2.6.0

  • ⭐ Add support for TYPASS and Tywatt 5100 gaz sensor

2.5.0

  • ⭐ Add sensor unknown for motion & door detectors
  • 🔥 Delete duplicate binary sensors
  • 🔥 Force value sensor to OFF/ON

2.4.0

  • ⭐ Add support for Tywatt energy distribution (clamp)

2.3.1

  • 🔥 Fix cover config publication

2.3.0

  • ⭐ Add cover tilt support
  • 🔥 Fix binary sensors created but not updated on HA

2.2.0

  • ⭐ Add Tywatt support

2.1.0

  • ⭐ Set Tydom IP and MAC as required
  • ⭐ The Tydom Alarm PIN as optional.
  • ⭐ Code massive rework (logger, statics, formatting...)
  • 🔥 Handle missing WWW-Authenticate header
  • 🔥 Fix alarm module
  • 🔥 Fix some logger bad calls

2.0.1

  • 🔥 Fix sensor type for windows giving status (OPEN, CLOSE, OPEN_HOPPER)
  • 🔥 Fix wrong binary_sensor type in some cases

2.0.0

  • ⭐ Add boiler AUTO mode
  • ⭐ Reduce Docker image size (alpine based)
  • ⭐ Allow ability to run the image without tty