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 request]: Wifi door chime #155

Open
SimonKai22 opened this issue Aug 16, 2024 · 6 comments
Open

[Device request]: Wifi door chime #155

SimonKai22 opened this issue Aug 16, 2024 · 6 comments
Labels
confirmed Indicates that there is an issue which has been confirmed device request Indicates a device request

Comments

@SimonKai22
Copy link

Device information

https://edelstahl-tuerklingel.de/smarte-tuerklingel-weiterleitung-universal-set-mit-smartphone-app-alexa-kompatibel

https://edelstahl-tuerklingel.de/mediafiles/Sonstiges/Steinel/Betriebsanleitung/Betriebsanleitung.pdf

Device specification

  { "device": ..., "specifications": ...}
@SimonKai22 SimonKai22 added the device request Indicates a device request label Aug 16, 2024
@bobvandevijver bobvandevijver added the missing info Indicates required information is missing label Aug 16, 2024
@bobvandevijver

This comment was marked as outdated.

@SimonKai22

This comment was marked as outdated.

@bobvandevijver

This comment was marked as outdated.

@SimonKai22

This comment was marked as outdated.

@bobvandevijver

This comment was marked as outdated.

@SimonKai22
Copy link
Author

SimonKai22 commented Aug 16, 2024

Thank you very much. That worked:

{
  "device": {
    "active_time": 1695644116,
    "biz_type": 18,
    "category": "wxml",
    "create_time": 1695644116,
    "icon": "smart/icon/ay1513061730920i97zP/8fbc973129b051a2319d0e25d58e775e.png",
    "id": "bfef3967127d5f0123c3f7",
    "ip": "<redacted>",
    "lat": "<redacted>",
    "local_key": "<redacted>",
    "lon": "<redacted>",
    "model": "D1W-MET",
    "name": "Türklingel",
    "online": true,
    "owner_id": "<redacted>",
    "product_id": "bnjvn6prbxdr5nbe",
    "product_name": "Smart Doorbell",
    "status": [
      {
        "code": "doorbell_ring_value",
        "value": 8
      },
      {
        "code": "doorbell_volume_value",
        "value": 5
      },
      {
        "code": "switch_night_light",
        "value": false
      },
      {
        "code": "alarm_propel_switch",
        "value": true
      },
      {
        "code": "doorbell_call",
        "value": 1
      }
    ],
    "sub": false,
    "time_zone": "+02:00",
    "uid": "<redacted>",
    "update_time": 1723772854,
    "uuid": "<redacted>"
  },
  "specifications": {
    "category": "wxml",
    "functions": [
      {
        "code": "doorbell_ring_value",
        "type": "Integer",
        "values": "{\"unit\":\"\",\"min\":0,\"max\":32,\"scale\":0,\"step\":1}"
      },
      {
        "code": "doorbell_volume_value",
        "type": "Integer",
        "values": "{\"min\":0,\"max\":100,\"scale\":0,\"step\":1}"
      },
      {
        "code": "switch_night_light",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "alarm_propel_switch",
        "type": "Boolean",
        "values": "{}"
      }
    ],
    "status": [
      {
        "code": "doorbell_ring_value",
        "type": "Integer",
        "values": "{\"unit\":\"\",\"min\":0,\"max\":32,\"scale\":0,\"step\":1}"
      },
      {
        "code": "doorbell_volume_value",
        "type": "Integer",
        "values": "{\"min\":0,\"max\":100,\"scale\":0,\"step\":1}"
      },
      {
        "code": "switch_night_light",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "alarm_propel_switch",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "doorbell_call",
        "type": "Integer",
        "values": "{\"min\":1,\"max\":255,\"scale\":0,\"step\":1}"
      }
    ]
  }
}

@bobvandevijver bobvandevijver added confirmed Indicates that there is an issue which has been confirmed and removed missing info Indicates required information is missing labels Aug 16, 2024
@bobvandevijver bobvandevijver mentioned this issue Aug 16, 2024
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Indicates that there is an issue which has been confirmed device request Indicates a device request
Development

No branches or pull requests

2 participants