Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.37 KB

Quick guide: A Thermex extractor hood supporting voicelink is needed (https://thermex.eu/advice-and-guidance/all-options/voicelink)

Setup API

  1. Check software version, minimum version is 1.30/1.10 Screenshot_app_0 2)Enable API and set password in native phone app from Thermex Screenshot_app_1 Screenshot_app_2

Setup Home-Assistant

  1. Download the latest release for the component.
  2. Unpack the release and copy the custom_components/thermex directory into the custom_components directory of your Home Assistant installation.
  3. Setup i configuiration.yaml by adding: thermex_api: host: "x.x.x.x" {IP address of hood} password:"password" {password set in app}
  4. restart home-assistant

if everything works 2 actions, a sensor, a light entity and a switch have been added to home-assistant. 2 Actions:

  • Thermex (api): update_fan
  • Thermex (api): update_light Choose YAML mode for help. 1 sensor:
  • sensor.thermex_fan_sensor - showing the status of the hood 1 lighy
  • light.thermex_light - control of the hood light 1 switch
  • switch.thermex_fan_switch - on/off switch for the hood (use actions to control speed)