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

Режимы в посудомойке Bosch #565

Open
AKuHAK opened this issue Nov 16, 2024 · 0 comments
Open

Режимы в посудомойке Bosch #565

AKuHAK opened this issue Nov 16, 2024 · 0 comments

Comments

@AKuHAK
Copy link

AKuHAK commented Nov 16, 2024

В посудомойке не получается добавить режимы. В HA они реализованы через switch, возможно что-то делаю не так?

Также второй вопрос, при попытке включения с открытой дверью нет предупреждения об этом. При этом в приложении правильно отображается, когда дверь открыта, а когда закрыта. Я так понимаю при открытой двери должна возвращаться ошибка DOOR_OPEN, а возвращается INTERNAL_ERROR.
image

yandex_smart_home:
  entity_config:
    switch.posudomoechnaia_mashina_program_intensiv70:
      name: Посудомойка
      room: Кухня
      type: devices.types.dishwasher
      turn_on:
        service: switch.turn_on
        entity_id: switch.posudomoechnaia_mashina_program_intensiv70
      turn_off:
        service: switch.turn_off
        entity_id: switch.posudomoechnaia_mashina_program_intensiv70
      properties:
        - type: open
          entity: binary_sensor.posudomoechnaia_mashina_door
      custom_toggles:
        controls_locked: # блокировка управления
          state_entity_id: switch.posudomoechnaia_mashina_childlock
          turn_on:
            service: switch.turn_on
            entity_id: switch.posudomoechnaia_mashina_childlock
          turn_off:
            service: switch.turn_off
            entity_id: switch.posudomoechnaia_mashina_childlock
      modes:
        dishwashing:
          auto:
            service: switch.turn_on
            entity_id: switch.posudomoechnaia_mashina_program_auto2
          eco:
            service: switch.turn_on
            entity_id: switch.posudomoechnaia_mashina_program_eco50
          express:
            service: switch.turn_on
            entity_id: switch.posudomoechnaia_mashina_program_kurz60
          glass:
            service: switch.turn_on
            entity_id: switch.posudomoechnaia_mashina_program_machinecare
          intensive:
            service: switch.turn_on
            entity_id: switch.posudomoechnaia_mashina_program_intensiv70
          pre_rinse:
            service: switch.turn_on
            entity_id: switch.posudomoechnaia_mashina_program_prerinse
          quiet:
            service: switch.turn_on
            entity_id: switch.posudomoechnaia_mashina_program_nightwash
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