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

[deconz] Keypad lockout / child lock as channel for thermostat thing #10997

Closed
sodalu opened this issue Jul 14, 2021 · 0 comments · Fixed by #14622
Closed

[deconz] Keypad lockout / child lock as channel for thermostat thing #10997

sodalu opened this issue Jul 14, 2021 · 0 comments · Fixed by #14622
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@sodalu
Copy link

sodalu commented Jul 14, 2021

I'm using the Danfoss Ally eTRVs in openHAB and would like to use a channel with the information about the "Keypad lockout / child lock". In the REST API (see below) the information is stated in "locked". According to the deCONZ REST API documentation this is a r/w config attribute.

@J-N-K Is it possible to enhance the binding?

My current Environment

  • openhabian on Raspberry Pi 4 Gen B, 4GB RAM
  • deconz Conbee II
  • Thermostat Danfoss Ally eTRV
"config": {
            "battery": 72,
            "displayflipped": false,
            "externalsensortemp": 0,
            "externalwindowopen": false,
            "heatsetpoint": 2100,
            "locked": true,
            "mountingmode": false,
            "offset": 0,
            "on": true,
            "reachable": true,
            "schedule": {},
            "schedule_on": false
        },
        "ep": 1,
        "etag": "f34fbd6a925680d447790bef8e1bf1f9",
        "lastseen": "2021-07-13T15:51Z",
        "manufacturername": "Danfoss",
        "modelid": "eTRV0100",
        "name": "Heizung_Bad",
        "state": {
            "errorcode": "0000",
            "lastupdated": "2021-07-13T15:51:39.289",
            "mountingmodeactive": false,
            "on": true,
            "temperature": 2112,
            "valve": 66,
            "windowopen": "Closed"
        },
        "swversion": "01.08.0008 01.08",
        "type": "ZHAThermostat",
        "uniqueid": "cc:cc:cc:ff:fe:7c:a9:e2-01-0201"
    },
    "81": {
        "config": {
            "battery": 72,
            "on": true,
            "reachable": true
        },
        "ep": 1,
        "etag": "e5c692b9d35c02582cbcc99521b2e797",
        "lastseen": "2021-07-13T15:51Z",
        "manufacturername": "Danfoss",
        "modelid": "eTRV0100",
        "name": "Heizung_Bad",
        "state": {
            "lastset": "2021-07-12T21:03:51Z",
            "lastupdated": "2021-07-13T15:04:37.801",
            "localtime": "2021-07-13T17:04:33",
            "utc": "2021-07-13T15:04:33Z"
        },
        "swversion": "01.08.0008 01.08",
        "type": "ZHATime",
        "uniqueid": "cc:cc:cc:ff:fe:7c:a9:e2-01-000a"
    }
@sodalu sodalu added the enhancement An enhancement or new feature for an existing add-on label Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant