Hello everybody.
I am trying to use tasmota_irhvac for a long time, but had no success.
My hardware is a Raspberry Pi 4 4Gb with Ubuntu 19.10 x64 (Official) and Hassio on Docker.
Everything works like a charm, except the tasmota_irhvac.
I downloaded the [Tasmota IRHVAC for HA v0.103+] from Github, put it inside folder “\config\custom_components\tasmota_irhvac” using Samba Share and gave all permitions with “chmod 777”.
My configuration.yaml:
climate:
- platform: tasmota_irhvac
name: ClimateBedroom
availability_topic: "homeassistant/climate/bedroom/LWT"
command_topic: "homeassistant/climate/bedroom/cmnd/irhvac"
state_topic: "homeassistant/climate/bedroom/RESULT"
protocol: "LG"
min_temp: 18
max_temp: 30
target_temp: 23
initial_operation_mode: "off"
away_temp: 25
precision: 1.0
supported_modes:
- "cool"
- "dry"
- "fan_only"
- "auto"
- "off"
supported_fan_speeds:
- "medium"
- "high"
- "min"
- "max"
supported_swing_list:
- "off"
- vertical #up to down
default_quiet_mode: "Off" #optional - default "Off" string value
default_turbo_mode: "Off" #optional - default "Off" string value
default_econo_mode: "Off" #optional - default "Off" string value
hvac_model: "-1" #optional - default "1" string value
celsius_mode: "On" #optional - default "On" string value
default_light_mode: "Off" #optional - default "Off" string value
default_filter_mode: "Off" #optional - default "Off" string value
default_clean_mode: "Off" #optional - default "Off" string value
default_beep_mode: "Off" #optional - default "Off" string value
default_sleep_mode: "-1" #optional - default "-1" string value
But when I restarted, had the notification:
The following integrations and platforms could not be set up:
- climate.tasmota_irhvac
Please check your config.
Was tested on HA 0.106 and now on 0.107.7.
Am I missing something ?
Thanks for the help.