Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device 2720 not working and lacking support for swing states #1310

Open
N0m4n904 opened this issue Sep 1, 2024 · 0 comments
Open

Device 2720 not working and lacking support for swing states #1310

N0m4n904 opened this issue Sep 1, 2024 · 0 comments

Comments

@N0m4n904
Copy link

N0m4n904 commented Sep 1, 2024

Home Assistant version
2024.8.3

SmartIR version
1.17.9

SmartIR configuration

esphome:
  name: climate
  platform: ESP8266
  board: esp01_1m

api:
  encryption:
    key: XXXXXXX
  services:
    - service: send_raw_command
      variables:
        command: int[]
      then:
        - remote_transmitter.transmit_raw:
            code: !lambda 'return command;'

ota:
  platform: esphome
  password: XXXXXX

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Klimaanlage Fallback Hotspot"
    password: XXXXXXX

---------------HA---------------------

smartir:

climate:
  - platform: smartir
    name: "Noah Klimaanlage"
    unique_id: noah_climate
    device_code: 2720
    controller_data: klimaanlage_send_raw_command
    temperature_sensor: sensor.noah_zimmer_temperatur
    humidity_sensor: sensor.noah_zimmer_luftfeuchtigkeit

captive_portal:

remote_transmitter:
  pin: GPIO14
  carrier_duty_percent: 50%

# Enable logging
logger:

Describe the bug

The device 2720 does not react to any codes. Also I saw in the Thermostat UI that there are no options for swing states. Are they also bundled to the different modes?

Debug log

I added the log as a file to this issue

Additional context
Encryption key and passwords are blacked out

home-assistant_smartir_2024-09-01T05-19-00.204Z.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant