esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
291 stars 34 forks source link

Problem with turning on the "heating/cooling" mode when pressing the "SMART" button on the Whirlpool (Galactic) DG11J1-91 IR remote control #5014

Open TokarevSergey opened 8 months ago

TokarevSergey commented 8 months ago

The problem

At this stage the situation is like this.

If the air conditioner is turned off. and press "SMART" on the remote control image

Then the air conditioner turns on image

And in the Home Assistant integration the following happens: the temperature is set to 23 degrees and the “Heating/Cooling” mode does not turn on. image

after clicking any of these buttons image

Then the air conditioner turns off image

And what happens when you integrate Home Assistant is that it turns on. image

And if you continue to press the buttons on the integration board, the mode changes, but the air conditioner does not turn on until you turn it on from the remote control. image

Please help me figure it out. Below is my configuration, maybe I configured something wrong?

esphome: name: s08ir platform: ESP8266 board: esp_wroom_02

wifi: ssid: "DomWiFi" password: "Dom1WiFi2" fast_connect: true

logger: level: DEBUG

api: password: "s08ir"

ota: password: "s08ir"

status_led: pin: number: GPIO4

remote_receiver: id: "s08_receiver" pin: number: GPIO5 inverted: true dump: all

remote_transmitter: id: "s08_transmitter" pin: number: GPIO14 inverted: false carrier_duty_percent: 55%

binary_sensor:

sensor:

climate:

Which version of ESPHome has the issue?

2023.10.1

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2023.10.3

What platform are you using?

ESP8266

Board

Universal IR remote control Smart9 S08 based on esp8266

Component causing the issue

Climate Components / IR Remote Climate / whirlpool Climate / model DG11J1-91

Example YAML snippet

esphome:
name: s08ir
platform: ESP8266
board: esp_wroom_02

wifi:
ssid: "DomWiFi"
password: "Dom1WiFi2"
fast_connect: true

logger:
level: DEBUG

api:
password: "s08ir"

ota:
password: "s08ir"

status_led:
pin:
number: GPIO4

remote_receiver:
id: "s08_receiver"
pin:
number: GPIO5
inverted: true
dump: all

remote_transmitter:
id: "s08_transmitter"
pin:
number: GPIO14
inverted: false
carrier_duty_percent: 55%

binary_sensor:

platform: gpio
name: "s08_button"
id: "s08_button"
pin:
number: GPIO13
inverted: true
internal: true
sensor:

platform: homeassistant
id: current_temperature
entity_id: sensor.ble_temperature_e72e0172f902
device_class: temperature
state_class: measurement
climate:

platform: whirlpool
name: "Кондиционер спальня"
model: DG11J1-91
id: "konditsioner_spalnya"
sensor: current_temperature
receiver_id: "s08_receiver"
transmitter_id: "s08_transmitter"
visual:
min_temperature: 16 °C
max_temperature: 30 °C
temperature_step: 1 °C

Anything in the logs that might be useful for us?

No response

Additional information

I use this information and this device to control my air conditioner as described in the link below: https://github.com/esphome/issues/issues/4650#

TokarevSergey commented 8 months ago

Please support. @prokudin07 Thank you.

prokudin07 commented 8 months ago

I have the same problem

TokarevSergey commented 8 months ago

@prokudin07 Please tell me, do you also use Universal IR remote control Smart9 S08 based on esp8266? If so, I have one more question for you. Does your Smart9 S08 also not receive reflected signals from the wall?

I placed my s08 in the air conditioner and placed the receiver next to the air conditioner receiver. If the remote control is pointed towards the air conditioner, then the air conditioner and the home assistant receive the signal, but if the signal is reflected from the wall (the remote control is aimed at the wall), then the air conditioner receives the signal, but the home assistant does not.

prokudin07 commented 8 months ago

@TokarevSergey write me in Telegram - @prokudinvn

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.