Skip to content

Releases: ThermIQ/thermiq_mqtt-ha

v2.0.0

23 Nov 20:37
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release
  • First release of 2.0.0
    Configuration of component is now with graphical flow
    Allows several heatpumps in parallel (and in config flow)
    lovelace_config.yaml taylored for first instance being 'vp1', search and replace if you change it (or if adding two hp)

Known issues:

  • Yes this is completely new internal handling of data and states
  • Changing of configuration is not working. Delete an old and create a new (and restart) is to only way to change something
  • Language support in config_flow is limited to [se, en]

v1.4.1: Fixed input_sensor bug

12 Nov 14:07
Compare
Choose a tag to compare
Pre-release
  • Fixed input_sensor bug
  • Added EVU functions
  • Added heatpump communication supervision
  • A couple of new indications in the lovelace view

Verified on HA 2022.11.2, automations work for me but many reports on breaking together with other integrations. Same issue with v1.3.x as well

v1.3.5: Updated mqtt message parsing to handle ThermIQ-MQTT fw 1.x

06 Mar 11:44
Compare
Choose a tag to compare

Correct parsing ThermIQ-MQTT fw 1.x messages
Max range of elect_boiler_steps_max is 3

v1.3.4: Added optional "hexformat" to configuration part

05 Mar 15:08
Compare
Choose a tag to compare

Added optional config option "hexformat" forcing writes to use rXX format. Defaults to False
Correction of register translation names

v1.3.2

16 Jan 13:23
Compare
Choose a tag to compare

Changed all input_numbers to use box for input.

Going from v1.2.x -> v1.3.x requires updating lovelace.yaml since some symbolic register names have changed

v1.3.1: Removed several bugs introduced when language support was introduced

15 Jan 16:59
Compare
Choose a tag to compare

Several naming bugfixes including registernames
Requires an updateof the lovelace.yaml config in order to match new symbolic register names

v1.3.0

10 Jan 16:38
Compare
Choose a tag to compare
v1.3.0 Pre-release
Pre-release

Changed directory name to pass hassfest integration tests. Unsure how transparent this is in HACS (might need a restart???)

v1.2.6

03 Jan 17:14
Compare
Choose a tag to compare

Added exemption handling for optional language parameter from configuration.yaml

v1.2.5: Multi-language support. Set in configuration.yaml

31 Dec 12:50
Compare
Choose a tag to compare
Moved default location of background pictures in Lovelace to www/community/

v1.2.4

29 Dec 15:56
Compare
Choose a tag to compare
All variables, automations etc are now under DOMAIN as a first step t…