esphome / issues

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

No "oscillation" toggle for speed.fan in HAss #1298

Closed notabene00 closed 4 years ago

notabene00 commented 4 years ago

Operating environment/Installation (Hass.io/Docker/pip/etc.):

Hass.io, ESPHome v1.14.4

ESP (ESP32/ESP8266, Board/Sonoff):

ESP8266, nodemcuv2

Affected component:

fan

Description of problem:

Снимок экрана 2020-06-15 в 14 46 50

No oscillation toggle.

Problem-relevant YAML-configuration entries:

fan:
  - platform: speed
    output: ballu_fan_speed_output
    oscillation_output: ballu_fan_oscillation_output
    name: "Ballu Fan"

Logs (if applicable):

[speed.fan:047]: Setting oscillation: OFF

Shows off on every interaction. Additional information and things you've tried: SUPPORT_SET_SPEED = 1 SUPPORT_OSCILLATE = 2 So supported_features should be 3, but there is 1

UPD: Just set up the web_server, and there is no oscillation in the

{
  "id":"fan-ballu_fan",
  "state":"OFF",
  "value":false,
  "speed":"low"
}

either.

glmnet commented 4 years ago

@blejdfist can you help here?

blejdfist commented 4 years ago

@glmnet This should already be fixed by https://github.com/esphome/esphome/pull/1048

glmnet commented 4 years ago

Ahh thanks

@fantomnotabene would you like to try dev branch?

Let us know if it doesn’t work

notabene00 commented 4 years ago

Thanks, dev works like a charm