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

Request support for LORATAP WiFi Smart Curtain #2077

Closed
bergyb opened this issue Jul 5, 2024 · 0 comments
Closed

Request support for LORATAP WiFi Smart Curtain #2077

bergyb opened this issue Jul 5, 2024 · 0 comments

Comments

@bergyb
Copy link

bergyb commented Jul 5, 2024

Please add LORATAP WiFi Smart Curtain . Thanks

name: Smart Curtain
products:
  - id: v7ooovn9oamttmre
    name: Smart Curtain
primary_entity:
  entity: cover
  class: shutter
  dps:
    - id: 1
      name: control
      type: string
      mapping:
        - dps_val: "open"
          value: open
        - dps_val: "close"
          value: close
        - dps_val: "stop"
          value: stop
    - id: 2
      name: position
      type: integer
      unit: "%"
      range:
        min: 0
        max: 100
      mapping:
        - scale: 0
        - step: 10
secondary_entities:
  - entity: switch
    category: config
    name: Reverse Motor Direction
    icon: "mdi:arrow-u-down-left"
    dps:
      - id: 8
        type: string
        name: switch
        mapping:
          - dps_val: "forward"
            value: false
          - dps_val: "back"
            value: true
  - entity: select
    name: Calibration
    category: config
    icon: "mdi:toggle-switch"
    dps:
      - id: 3
        name: option
        type: string
        mapping:
          - dps_val: "start"
            value: "On"
          - dps_val: "end"
            value: "Off"
@bergyb bergyb added the new device Unsupported device label Jul 5, 2024
@make-all make-all added the config provided Config included by reporter label Jul 6, 2024
make-all added a commit that referenced this issue Oct 10, 2024
Issue #2077 defines a similar device, but without the light_mode, which
was marked hidden even though it was not used anywhere (unhid and made
optional instead).
@make-all make-all added device variant Variant of a supported device awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release and removed new device Unsupported device config provided Config included by reporter device variant Variant of a supported device awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants