ioBroker.iot icon indicating copy to clipboard operation
ioBroker.iot copied to clipboard

Roller shutter aliases created from devices adapter datapoint for ACTUAL gets ignored

Open Xyolyp opened this issue 2 years ago • 4 comments

I used the devices adapter to create all the aliases for the IoT adapter to be able to pickup on my roller shutters and not having to worry about the types, traits and all those things. Just now I realized that all the "ACTUAL" and "STOP" datapoints are not picked up in the Google Devices tab of the IoT adapter at all.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the devices adapter and create a new device of type blinds.
  2. Give it a name, room and function
  3. Go to the STATES tab of the automatically opened popup and configure thee distinct datapoints for SET, ACTUAL and STOP
  4. Save the configuration, reload, restart, reboot, sync with google, ... as often as you want
  5. Go to the IoT adapter configuration
  6. Go to the tab Google Devices
  7. See the new blinds object but only with the SET state.

Expected behavior
The states for ACTUAL and STOP should appear in the state-group for the device if they are configured.

Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.

Versions:

  • Adapter version: iot.0 v1.11.9 Manage Devices v1.1.2
  • JS-Controller version: 4.0.24
  • Node version: v14.21.1
  • Operating system: Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster

Xyolyp avatar Jan 05 '23 07:01 Xyolyp

Please post how the alias objects look like especially datatype and role

Apollon77 avatar Jan 05 '23 13:01 Apollon77

The objects are exactly as created by the devices adapter: image

{
  "_id": "alias.0.Bad.Rollladen_WC.ACTUAL",
  "native": {},
  "type": "state",
  "common": {
    "alias": {
      "id": "openknx.0.Heizung_Klima.Rückmeldung.Bad_WC_Rollladen",
      "read": "100 - val"
    },
    "name": "ACTUAL",
    "role": "value.blind",
    "type": "number",
    "unit": "%"
  },
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.admin.0",
  "user": "system.user.admin",
  "ts": 1672626302071
}
{
  "_id": "alias.0.Bad.Rollladen_WC.SET",
  "common": {
    "name": "SET",
    "role": "level.blind",
    "type": "number",
    "read": true,
    "write": true,
    "alias": {
      "id": "openknx.0.Heizung_Klima.Stellgröße.Bad_WC_Rollladen",
      "read": "100 - val",
      "write": "100 - val"
    },
    "unit": "%"
  },
  "native": {},
  "type": "state",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.admin.0",
  "user": "system.user.admin",
  "ts": 1672626430553
}
{
  "_id": "alias.0.Bad.Rollladen_WC.STOP",
  "native": {},
  "type": "state",
  "common": {
    "alias": {
      "id": "openknx.0.Heizung_Klima.Stellgröße.Bad_WC_Stopp"
    },
    "name": "STOP",
    "role": "button.stop.blind",
    "write": true,
    "type": "boolean"
  },
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.admin.0",
  "user": "system.user.admin",
  "ts": 1672626308268
}

And this is how it is configured in the devices adapter: image image

Xyolyp avatar Jan 05 '23 18:01 Xyolyp

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

stale[bot] avatar May 09 '23 02:05 stale[bot]

Still relevant

Xyolyp avatar May 09 '23 09:05 Xyolyp