Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter iQontrol 2.0.x Vis (Entwicklungs-Thread)

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Test Adapter iQontrol 2.0.x Vis (Entwicklungs-Thread)

Geplant Angeheftet Gesperrt Verschoben Tester
appdark-modeiqontrolresponsivevisvisualisierungvisualizationwidget
7.6k Beiträge 296 Kommentatoren 7.0m Aufrufe 201 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • s.bormannS s.bormann

    @buchner51 sagte in Test Adapter iQontrol 1.11.x Vis:

                                                                                                                                {                                                                                                                                                                              "common": {                                                                                                                                                                                "name": "Trigger LOCK action",                                                                                                                                                                                "role": "button",                                                                                                                                                                                "type": "boolean",                                                                                                                                                                                "write": true,                                                                                                                                                                                "read": false                                                                                                                                                                              },                                                                                                                                                                              "type": "state",                                                                                                                                                                              "native": {},                                                                                                                                                                              "from": "system.adapter.nuki-extended.0",                                                                                                                                                                              "user": "system.user.admin",                                                                                                                                                                              "ts": 1622990362528,                                                                                                                                                                              "_id": "nuki-extended.0.smartlocks.haustür_._ACTION.LOCK",                                                                                                                                                                              "acl": {                                                                                                                                                                                "object": 1636,                                                                                                                                                                                "state": 1636,                                                                                                                                                                                "owner": "system.user.admin",                                                                                                                                                                                "ownerGroup": "system.group.administrator"                                                                                                                                                                              }                                                                                                                                                                            }                                            
    

    Da müssen doch trotzdem noch mehr sein. Womit öffnet man die Tür. Wäre echt gut, wenn Du die Infos nicht so sparsam rausrücken könntest. Muss mich da jedes mal wieder rein denken.

    Edit: Exportier doch mal den ganzen NUKI-Baum und poste ihn mir, dann kann ich ihn importieren und schauen, wie es gehen könnte.

    B Offline
    B Offline
    buchner51
    schrieb am zuletzt editiert von
    #6779

    @s-bormann

    {
      "nuki-extended.0.smartlocks": {
        "common": {
          "name": "Nuki Smartlocks",
          "write": false
        },
        "type": "channel",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362526,
        "_id": "nuki-extended.0.smartlocks",
        "acl": {
          "object": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_": {
        "common": {
          "name": "Haustür ",
          "write": false
        },
        "type": "channel",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362528,
        "_id": "nuki-extended.0.smartlocks.haustür_",
        "acl": {
          "object": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_._ACTION": {
        "common": {
          "name": "Trigger an action",
          "role": "value",
          "type": "number",
          "write": true,
          "states": {
            "0": "NO_ACTION",
            "1": "UNLOCK",
            "2": "LOCK",
            "3": "UNLATCH",
            "4": "LOCK_N_GO",
            "5": "LOCK_N_GO_WITH_UNLATCH"
          }
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362528,
        "_id": "nuki-extended.0.smartlocks.haustür_._ACTION",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_._ACTION.LOCK": {
        "common": {
          "name": "Trigger LOCK action",
          "role": "button",
          "type": "boolean",
          "write": true,
          "read": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362528,
        "_id": "nuki-extended.0.smartlocks.haustür_._ACTION.LOCK",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_._ACTION.LOCK_N_GO": {
        "common": {
          "name": "Trigger LOCK_N_GO action",
          "role": "button",
          "type": "boolean",
          "write": true,
          "read": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362528,
        "_id": "nuki-extended.0.smartlocks.haustür_._ACTION.LOCK_N_GO",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_._ACTION.LOCK_N_GO_WITH_UNLATCH": {
        "common": {
          "name": "Trigger LOCK_N_GO_WITH_UNLATCH action",
          "role": "button",
          "type": "boolean",
          "write": true,
          "read": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362528,
        "_id": "nuki-extended.0.smartlocks.haustür_._ACTION.LOCK_N_GO_WITH_UNLATCH",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_._ACTION.UNLATCH": {
        "common": {
          "name": "Trigger UNLATCH action",
          "role": "button",
          "type": "boolean",
          "write": true,
          "read": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362528,
        "_id": "nuki-extended.0.smartlocks.haustür_._ACTION.UNLATCH",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_._ACTION.UNLOCK": {
        "common": {
          "name": "Trigger UNLOCK action",
          "role": "button",
          "type": "boolean",
          "write": true,
          "read": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362528,
        "_id": "nuki-extended.0.smartlocks.haustür_._ACTION.UNLOCK",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.bridgeId": {
        "common": {
          "name": "Bridge ID of the Nuki",
          "role": "value",
          "type": "number",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.bridgeId",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.hex": {
        "common": {
          "name": "Hex ID of the Nuki",
          "role": "text",
          "type": "string",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362563,
        "_id": "nuki-extended.0.smartlocks.haustür_.hex",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.id": {
        "common": {
          "name": "ID of the Nuki",
          "role": "value",
          "type": "number",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.id",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.info": {
        "common": {
          "name": "Additional Information",
          "write": false
        },
        "type": "channel",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.info",
        "acl": {
          "object": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.info.firmwareVersion": {
        "common": {
          "name": "The firmware version",
          "role": "value",
          "type": "number",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.info.firmwareVersion",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.name": {
        "common": {
          "name": "Name of the Bridge / Nuki",
          "role": "text",
          "type": "string",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.name",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state": {
        "common": {
          "name": "Current states",
          "write": false
        },
        "type": "channel",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.state",
        "acl": {
          "object": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state.batteryChargeState": {
        "common": {
          "name": "Indicates battery charge level",
          "role": "value",
          "type": "number",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622995898502,
        "_id": "nuki-extended.0.smartlocks.haustür_.state.batteryChargeState",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state.batteryCharging": {
        "common": {
          "name": "Indicates battery charging",
          "role": "indicator",
          "type": "boolean",
          "write": true,
          "read": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622995898501,
        "_id": "nuki-extended.0.smartlocks.haustür_.state.batteryCharging",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state.batteryCritical": {
        "common": {
          "name": "Indicates critical battery level",
          "role": "indicator.lowbat",
          "type": "boolean",
          "write": true,
          "read": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.state.batteryCritical",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state.deviceType": {
        "common": {
          "name": "Type of device",
          "role": "value",
          "type": "number",
          "write": false,
          "states": {
            "0": "Nuki Smart Lock",
            "2": "Nuki Opener"
          }
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990531628,
        "_id": "nuki-extended.0.smartlocks.haustür_.state.deviceType",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state.doorState": {
        "common": {
          "name": "Türsensor-DoorClosed(2)-DoorOpen(3)",
          "role": "value",
          "type": "number",
          "write": false,
          "states": {
            "0": "UNAVAILABLE",
            "1": "DEACTIVATED",
            "2": "DOOR_CLOSED",
            "3": "DOOR_OPENED",
            "4": "DOOR_STATE_UNKNOWN",
            "5": "CALIBRATING"
          },
          "custom": {
            "iqontrol.0": {
              "0": "",
              "1": "",
              "2": "",
              "enabled": true,
              "invert": false,
              "confirm": false,
              "pincode": "",
              "step": "",
              "roundDigits": 2,
              "timeFormat": "x",
              "timeDisplayFormat": "dddd, DD.MM.YYYY HH:mm:ss",
              "targetValueId": "",
              "statesAddInput": false,
              "statesAddInputCaption": "Enter other value...",
              "showOnlyTargetValues": false,
              "readonly": false,
              "unit": "",
              "unit_zero": "LOCKED",
              "unit_one": "UNLATCHED",
              "min": "",
              "max": "",
              "type": "number",
              "role": "value",
              "targetValues": "",
              "states": {
                "DOOR_CLOSED": "true",
                "DOOR_OPENED": "false"
              },
              "timeDisplayDontShowDistance": false
            }
          }
        },
        "type": "state",
        "native": {},
        "_id": "nuki-extended.0.smartlocks.haustür_.state.doorState",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1642363067003
      },
      "nuki-extended.0.smartlocks.haustür_.state.doorStateName": {
        "common": {
          "name": "Current door-state name of the Nuki",
          "role": "text",
          "type": "string",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622995898502,
        "_id": "nuki-extended.0.smartlocks.haustür_.state.doorStateName",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state.lastDataUpdate": {
        "common": {
          "name": "Timestamp of last data update / refresh",
          "role": "date",
          "type": "string",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.state.lastDataUpdate",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state.lastStateUpdate": {
        "common": {
          "name": "Timestamp of last state change",
          "role": "date",
          "type": "string",
          "write": false
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362530,
        "_id": "nuki-extended.0.smartlocks.haustür_.state.lastStateUpdate",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.state.lockState": {
        "common": {
          "name": "Motorschloss-Locked(1)-Unlocked(3)",
          "role": "value",
          "type": "number",
          "write": false,
          "states": {
            "0": "UNCALIBRATED",
            "1": "LOCKED",
            "2": "UNLOCKING",
            "3": "UNLOCKED",
            "4": "LOCKING",
            "5": "UNLATCHED",
            "6": "UNLOCKED_LOCK_N_GO",
            "7": "UNLATCHING",
            "254": "MOTOR_BLOCKED",
            "255": "UNDEFINED"
          },
          "custom": {
            "iqontrol.0": {
              "0": "",
              "1": "",
              "3": "",
              "enabled": true,
              "invert": false,
              "confirm": false,
              "pincode": "",
              "step": "",
              "roundDigits": 2,
              "timeFormat": "x",
              "timeDisplayFormat": "dddd, DD.MM.YYYY HH:mm:ss",
              "targetValueId": "",
              "statesAddInput": false,
              "statesAddInputCaption": "Enter other value...",
              "showOnlyTargetValues": false,
              "readonly": false,
              "unit": "",
              "unit_zero": "",
              "unit_one": "",
              "min": "",
              "max": "",
              "type": "number",
              "role": "value",
              "targetValues": {},
              "states": {
                "1": "true",
                "3": "false"
              },
              "timeDisplayDontShowDistance": false
            }
          }
        },
        "type": "state",
        "native": {},
        "_id": "nuki-extended.0.smartlocks.haustür_.state.lockState",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1642363118406
      },
      "nuki-extended.0.smartlocks.haustür_.state.locked": {
        "common": {
          "name": "Indication if door is locked (boolean of lockState)",
          "role": "sensor.lock",
          "type": "boolean",
          "write": false,
          "states": {
            "0": "false",
            "1": "true",
            "2": "false",
            "3": "false",
            "4": "true",
            "5": "false",
            "6": "false",
            "7": "false",
            "254": "false",
            "255": "false"
          }
        },
        "type": "state",
        "native": {},
        "_id": "nuki-extended.0.smartlocks.haustür_.state.locked",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1641742002315
      },
      "nuki-extended.0.smartlocks.haustür_.state.mode": {
        "common": {
          "name": "Operation Mode of the Nuki or Opener",
          "role": "value",
          "type": "number",
          "write": false,
          "states": {
            "0": "UNINITIALIZED",
            "1": "PAIRING",
            "2": "NORMAL",
            "3": "CONTINUOUS",
            "4": "MAINTENANCE"
          }
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.state.mode",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      },
      "nuki-extended.0.smartlocks.haustür_.type": {
        "common": {
          "name": "Type of device",
          "role": "value",
          "type": "number",
          "write": false,
          "states": {
            "0": "Nuki Smart Lock",
            "2": "Nuki Opener"
          }
        },
        "type": "state",
        "native": {},
        "from": "system.adapter.nuki-extended.0",
        "user": "system.user.admin",
        "ts": 1622990362529,
        "_id": "nuki-extended.0.smartlocks.haustür_.type",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
    }
    

    meinst du so als Json?

    s.bormannS 1 Antwort Letzte Antwort
    1
    • dslraserD Offline
      dslraserD Offline
      dslraser
      Forum Testing Most Active
      schrieb am zuletzt editiert von dslraser
      #6780

      @s-bormann
      Hallo Sebastian,
      ich habe mich nochmal mit den Listen für Temperaturen und Batterien usw. beschäftigt. Gibt es eine "einfachere" Möglichkeit eine Liste mit Werten zu erstellen ? (z.B. auch über Aufzählungen) Ich bekomme es zwar damit hin, aber bei Batterien ist das viel klickerei.

      Bildschirmfoto 2022-01-29 um 09.52.05.png

      Bildschirmfoto 2022-01-29 um 09.52.37.png

      Bildschirmfoto 2022-01-29 um 09.54.08.png

      Bildschirmfoto 2022-01-29 um 09.54.32.png

      Hintergund:

      Ich lasse mir z.B. durch Alexa die Liste der Temperaturen ansagen, oder ich lasse mir auch eine Liste mit Temperaturen oder auch Batterien mit Werten per Telegram oder EMAIL schicken.
      Alle Listen die sonst erstellt werden sind aber immer ohne Werte. Oder habe ich es nur noch nicht gefunden wie es anders geht ?

      EDIT:

      In z.B. Telegram kann man es dann z.B. so darstellen

      AE152355-EDBB-4E97-8CFB-10FA37E564DD.jpeg

      oder auch so…

      4E2BDB45-9ACC-4C56-9560-77802652481B.jpeg

      s.bormannS 1 Antwort Letzte Antwort
      0
      • dslraserD dslraser

        @s-bormann
        Hallo Sebastian,
        ich habe mich nochmal mit den Listen für Temperaturen und Batterien usw. beschäftigt. Gibt es eine "einfachere" Möglichkeit eine Liste mit Werten zu erstellen ? (z.B. auch über Aufzählungen) Ich bekomme es zwar damit hin, aber bei Batterien ist das viel klickerei.

        Bildschirmfoto 2022-01-29 um 09.52.05.png

        Bildschirmfoto 2022-01-29 um 09.52.37.png

        Bildschirmfoto 2022-01-29 um 09.54.08.png

        Bildschirmfoto 2022-01-29 um 09.54.32.png

        Hintergund:

        Ich lasse mir z.B. durch Alexa die Liste der Temperaturen ansagen, oder ich lasse mir auch eine Liste mit Temperaturen oder auch Batterien mit Werten per Telegram oder EMAIL schicken.
        Alle Listen die sonst erstellt werden sind aber immer ohne Werte. Oder habe ich es nur noch nicht gefunden wie es anders geht ?

        EDIT:

        In z.B. Telegram kann man es dann z.B. so darstellen

        AE152355-EDBB-4E97-8CFB-10FA37E564DD.jpeg

        oder auch so…

        4E2BDB45-9ACC-4C56-9560-77802652481B.jpeg

        s.bormannS Offline
        s.bormannS Offline
        s.bormann
        Most Active
        schrieb am zuletzt editiert von
        #6781

        @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

        @s-bormann
        Hallo Sebastian,
        ich habe mich nochmal mit den Listen für Temperaturen und Batterien usw. beschäftigt. Gibt es eine "einfachere" Möglichkeit eine Liste mit Werten zu erstellen ? (z.B. auch über Aufzählungen) Ich bekomme es zwar damit hin, aber bei Batterien ist das viel klickerei.

        Bildschirmfoto 2022-01-29 um 09.52.05.png

        Bildschirmfoto 2022-01-29 um 09.52.37.png

        Bildschirmfoto 2022-01-29 um 09.54.08.png

        Bildschirmfoto 2022-01-29 um 09.54.32.png

        Hintergund:

        Ich lasse mir z.B. durch Alexa die Liste der Temperaturen ansagen, oder ich lasse mir auch eine Liste mit Temperaturen oder auch Batterien mit Werten per Telegram oder EMAIL schicken.
        Alle Listen die sonst erstellt werden sind aber immer ohne Werte. Oder habe ich es nur noch nicht gefunden wie es anders geht ?

        EDIT:

        In z.B. Telegram kann man es dann z.B. so darstellen

        AE152355-EDBB-4E97-8CFB-10FA37E564DD.jpeg

        oder auch so…

        4E2BDB45-9ACC-4C56-9560-77802652481B.jpeg

        Hi, aktuell geht das noch nicht, sollte sich aber implementieren lassen. Ich schau später mal danach.

        s.bormannS 1 Antwort Letzte Antwort
        1
        • s.bormannS s.bormann

          @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

          @s-bormann
          Hallo Sebastian,
          ich habe mich nochmal mit den Listen für Temperaturen und Batterien usw. beschäftigt. Gibt es eine "einfachere" Möglichkeit eine Liste mit Werten zu erstellen ? (z.B. auch über Aufzählungen) Ich bekomme es zwar damit hin, aber bei Batterien ist das viel klickerei.

          Bildschirmfoto 2022-01-29 um 09.52.05.png

          Bildschirmfoto 2022-01-29 um 09.52.37.png

          Bildschirmfoto 2022-01-29 um 09.54.08.png

          Bildschirmfoto 2022-01-29 um 09.54.32.png

          Hintergund:

          Ich lasse mir z.B. durch Alexa die Liste der Temperaturen ansagen, oder ich lasse mir auch eine Liste mit Temperaturen oder auch Batterien mit Werten per Telegram oder EMAIL schicken.
          Alle Listen die sonst erstellt werden sind aber immer ohne Werte. Oder habe ich es nur noch nicht gefunden wie es anders geht ?

          EDIT:

          In z.B. Telegram kann man es dann z.B. so darstellen

          AE152355-EDBB-4E97-8CFB-10FA37E564DD.jpeg

          oder auch so…

          4E2BDB45-9ACC-4C56-9560-77802652481B.jpeg

          Hi, aktuell geht das noch nicht, sollte sich aber implementieren lassen. Ich schau später mal danach.

          s.bormannS Offline
          s.bormannS Offline
          s.bormann
          Most Active
          schrieb am zuletzt editiert von s.bormann
          #6782

          @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

          @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

          @s-bormann
          Hallo Sebastian,
          ich habe mich nochmal mit den Listen für Temperaturen und Batterien usw. beschäftigt. Gibt es eine "einfachere" Möglichkeit eine Liste mit Werten zu erstellen ? (z.B. auch über Aufzählungen) Ich bekomme es zwar damit hin, aber bei Batterien ist das viel klickerei.

          Bildschirmfoto 2022-01-29 um 09.52.05.png

          Bildschirmfoto 2022-01-29 um 09.52.37.png

          Bildschirmfoto 2022-01-29 um 09.54.08.png

          Bildschirmfoto 2022-01-29 um 09.54.32.png

          Hintergund:

          Ich lasse mir z.B. durch Alexa die Liste der Temperaturen ansagen, oder ich lasse mir auch eine Liste mit Temperaturen oder auch Batterien mit Werten per Telegram oder EMAIL schicken.
          Alle Listen die sonst erstellt werden sind aber immer ohne Werte. Oder habe ich es nur noch nicht gefunden wie es anders geht ?

          EDIT:

          In z.B. Telegram kann man es dann z.B. so darstellen

          AE152355-EDBB-4E97-8CFB-10FA37E564DD.jpeg

          oder auch so…

          4E2BDB45-9ACC-4C56-9560-77802652481B.jpeg

          Hi, aktuell geht das noch nicht, sollte sich aber implementieren lassen. Ich schau später mal danach.

          Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen 🙂

          Edit: Achso, hier muss es aktiviert werden:
          ce2e19aa-4399-4e56-b67d-0c5de795fa8f-image.png

          dslraserD 2 Antworten Letzte Antwort
          0
          • s.bormannS s.bormann

            @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

            @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

            @s-bormann
            Hallo Sebastian,
            ich habe mich nochmal mit den Listen für Temperaturen und Batterien usw. beschäftigt. Gibt es eine "einfachere" Möglichkeit eine Liste mit Werten zu erstellen ? (z.B. auch über Aufzählungen) Ich bekomme es zwar damit hin, aber bei Batterien ist das viel klickerei.

            Bildschirmfoto 2022-01-29 um 09.52.05.png

            Bildschirmfoto 2022-01-29 um 09.52.37.png

            Bildschirmfoto 2022-01-29 um 09.54.08.png

            Bildschirmfoto 2022-01-29 um 09.54.32.png

            Hintergund:

            Ich lasse mir z.B. durch Alexa die Liste der Temperaturen ansagen, oder ich lasse mir auch eine Liste mit Temperaturen oder auch Batterien mit Werten per Telegram oder EMAIL schicken.
            Alle Listen die sonst erstellt werden sind aber immer ohne Werte. Oder habe ich es nur noch nicht gefunden wie es anders geht ?

            EDIT:

            In z.B. Telegram kann man es dann z.B. so darstellen

            AE152355-EDBB-4E97-8CFB-10FA37E564DD.jpeg

            oder auch so…

            4E2BDB45-9ACC-4C56-9560-77802652481B.jpeg

            Hi, aktuell geht das noch nicht, sollte sich aber implementieren lassen. Ich schau später mal danach.

            Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen 🙂

            Edit: Achso, hier muss es aktiviert werden:
            ce2e19aa-4399-4e56-b67d-0c5de795fa8f-image.png

            dslraserD Offline
            dslraserD Offline
            dslraser
            Forum Testing Most Active
            schrieb am zuletzt editiert von
            #6783

            @s-bormann
            Danke, probiere ich und teste auch.

            1 Antwort Letzte Antwort
            0
            • s.bormannS s.bormann

              @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

              @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

              @s-bormann
              Hallo Sebastian,
              ich habe mich nochmal mit den Listen für Temperaturen und Batterien usw. beschäftigt. Gibt es eine "einfachere" Möglichkeit eine Liste mit Werten zu erstellen ? (z.B. auch über Aufzählungen) Ich bekomme es zwar damit hin, aber bei Batterien ist das viel klickerei.

              Bildschirmfoto 2022-01-29 um 09.52.05.png

              Bildschirmfoto 2022-01-29 um 09.52.37.png

              Bildschirmfoto 2022-01-29 um 09.54.08.png

              Bildschirmfoto 2022-01-29 um 09.54.32.png

              Hintergund:

              Ich lasse mir z.B. durch Alexa die Liste der Temperaturen ansagen, oder ich lasse mir auch eine Liste mit Temperaturen oder auch Batterien mit Werten per Telegram oder EMAIL schicken.
              Alle Listen die sonst erstellt werden sind aber immer ohne Werte. Oder habe ich es nur noch nicht gefunden wie es anders geht ?

              EDIT:

              In z.B. Telegram kann man es dann z.B. so darstellen

              AE152355-EDBB-4E97-8CFB-10FA37E564DD.jpeg

              oder auch so…

              4E2BDB45-9ACC-4C56-9560-77802652481B.jpeg

              Hi, aktuell geht das noch nicht, sollte sich aber implementieren lassen. Ich schau später mal danach.

              Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen 🙂

              Edit: Achso, hier muss es aktiviert werden:
              ce2e19aa-4399-4e56-b67d-0c5de795fa8f-image.png

              dslraserD Offline
              dslraserD Offline
              dslraser
              Forum Testing Most Active
              schrieb am zuletzt editiert von dslraser
              #6784

              @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

              Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen

              Die Listen sind perfekt da, so wie ich sie brauche, aber es hagelt Fehler im Log.

              Log.txt

              Komme ich irgendwie zurück zu der Version davor ? Ich mußte iQontrol erstmal stoppen.

              EDIT:

              Ich mußte iQontrol erstmal stoppen.

              wieso läuft eigentlich iQontrol noch komplett, obwohl ich die Instanz gestoppt habe ? Ich kann sogar noch über iQontrol schalten...? (ist nach dem stoppen nur das Backend aus ?)

              Hier noch das Log aus dem Browserfenster

              host.iobroker	2022-01-29 21:00:21.708	info	instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
              host.iobroker	2022-01-29 21:00:08.851	info	instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              host.iobroker	2022-01-29 21:00:08.075	info	instance system.adapter.tvspielfilm.0 started with pid 23553
              host.iobroker	2022-01-29 21:00:06.489	info	instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
              host.iobroker	2022-01-29 21:00:04.056	info	instance system.adapter.daswetter.0 started with pid 23538
              host.iobroker	2022-01-29 21:00:00.037	info	instance system.adapter.ical.0 started with pid 23523
              host.iobroker	2022-01-29 20:54:51.546	info	instance system.adapter.admin.0 started with pid 23504
              host.iobroker	2022-01-29 20:54:49.051	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              host.iobroker	2022-01-29 20:54:48.478	info	stopInstance system.adapter.admin.0 send kill signal
              host.iobroker	2022-01-29 20:54:48.474	info	stopInstance system.adapter.admin.0 (force=false, process=true)
              host.iobroker	2022-01-29 20:47:56.364	info	instance system.adapter.admin.0 started with pid 23484
              host.iobroker	2022-01-29 20:47:53.861	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              host.iobroker	2022-01-29 20:47:53.296	info	stopInstance system.adapter.admin.0 send kill signal
              host.iobroker	2022-01-29 20:47:53.294	info	stopInstance system.adapter.admin.0 (force=false, process=true)
              host.iobroker	2022-01-29 20:47:36.106	info	"system.adapter.iqontrol.0" disabled
              host.iobroker	2022-01-29 20:47:20.321	warn	Do not restart adapter system.adapter.iqontrol.0 because restart loop detected
              host.iobroker	2022-01-29 20:47:20.321	info	Restart adapter system.adapter.iqontrol.0 because enabled
              host.iobroker	2022-01-29 20:47:20.321	error	instance system.adapter.iqontrol.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at processImmediate (internal/timers.js:466:21)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: Error: Connection is closed.
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[4]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: ReferenceError: concat is not defined
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at processImmediate (internal/timers.js:437:9)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at runNextTicks (internal/process/task_queues.js:60:5)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: ReferenceError: concat is not defined
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: ReferenceError: concat is not defined
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
              host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: ReferenceError: concat is not defined
              host.iobroker	2022-01-29 20:47:20.320	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
              iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Connection is closed.
              iqontrol.0	2022-01-29 20:47:20.259	error	at processImmediate (internal/timers.js:466:21)
              iqontrol.0	2022-01-29 20:47:20.259	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
              iqontrol.0	2022-01-29 20:47:20.259	error	at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
              iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
              iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
              iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Error: Connection is closed.
              iqontrol.0	2022-01-29 20:47:20.257	error	(23469) unhandled promise rejection: Connection is closed.
              iqontrol.0	2022-01-29 20:47:20.257	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              iqontrol.0	2022-01-29 20:47:20.257	debug	(23469) redis get iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_JSON, error - Connection is closed.
              iqontrol.0	2022-01-29 20:47:20.257	error	(23469) ERROR updating object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST: Error: DB closed
              iqontrol.0	2022-01-29 20:47:20.254	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2
              iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_2...
              iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_NAMES_LIST
              iqontrol.0	2022-01-29 20:47:20.251	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_JSON
              iqontrol.0	2022-01-29 20:47:20.249	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST
              iqontrol.0	2022-01-29 20:47:20.248	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1
              iqontrol.0	2022-01-29 20:47:20.247	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_1...
              iqontrol.0	2022-01-29 20:47:20.246	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Fernbedienung Heiko, Fernbedienung Kerstin, Gästezimmer Fenster links, Gästezimmer Fenster
              iqontrol.0	2022-01-29 20:47:20.245	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST
              iqontrol.0	2022-01-29 20:47:20.243	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON --> ["alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts","alias.0.Batterien_Volt.Haustuerklingel","alias.0.Batterien_Volt.Keller_Saun
              iqontrol.0	2022-01-29 20:47:20.242	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON
              iqontrol.0	2022-01-29 20:47:20.240	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST --> alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts, alias.0.Batterien_Volt.Haustuerklingel, alias.0.Batterien_Volt.Keller_Sauna_Fenster
              iqontrol.0	2022-01-29 20:47:20.239	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST
              iqontrol.0	2022-01-29 20:47:20.238	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL --> 27
              iqontrol.0	2022-01-29 20:47:20.196	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL
              iqontrol.0	2022-01-29 20:47:20.180	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_NAMES_LIST --> Bad Fenster links;Bad Fenster rechts;Gästezimmer Fenster links;Gästezimmer Fenster rechts;Keller Heizung;Keller Sauna links;Keller
              iqontrol.0	2022-01-29 20:47:20.137	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_NAMES_LIST -->
              iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_NAMES_LIST -->
              iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES --> alias.0.Fenster.Bad_Fenster_links: geschlossen;alias.0.Fenster.Bad_Fenster_rechts: geschlossen;alias.0.Fenster.Gaestezimmer_F
              iqontrol.0	2022-01-29 20:47:20.133	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES -->
              iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
              iqontrol.0	2022-01-29 20:47:20.132	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES -->
              iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
              iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_JSON --> ["alias.0.Fenster.Bad_Fenster_links","alias.0.Fenster.Bad_Fenster_rechts","alias.0.Fenster.Gaestezimmer_Fenster_links","alias.0.Fens
              iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_JSON --> []
              iqontrol.0	2022-01-29 20:47:20.130	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
              iqontrol.0	2022-01-29 20:47:20.129	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_JSON --> []
              iqontrol.0	2022-01-29 20:47:20.128	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST --> alias.0.Fenster.Bad_Fenster_links;alias.0.Fenster.Bad_Fenster_rechts;alias.0.Fenster.Gaestezimmer_Fenster_links;alias.0.Fenster.Gaestezim
              iqontrol.0	2022-01-29 20:47:20.127	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST -->
              iqontrol.0	2022-01-29 20:47:20.126	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST -->
              iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen --> 20
              iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet --> 0
              iqontrol.0	2022-01-29 20:47:20.123	debug	(23469) set state: Lists.Fenster.Fenster_gekippt --> 0
              iqontrol.0	2022-01-29 20:47:20.122	info	(23469) COUNTER Fenster Fenster_geschlossen: 20 of 20
              iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_geoeffnet: 0 of 20
              iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_gekippt: 0 of 20
              iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...processing Selector 1...
              iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) Creating List Batterienliste_Volt_1_5...
              iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...triggering calculation function Batterien_LOWBAT Batterien_sortiert by creation...
              iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...subscribing to items of calculation Batterien_LOWBAT Batterien_sortiert (2 objects)...
              iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_sortiert
              iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...processing calculation Batterien_LOWBAT_Batterien_sortiert...
              iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...triggering counter functions of list Batterien_LOWBAT by creation...
              iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...no trigger interval for list Batterien_LOWBAT...
              iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...subscribing to items of list Batterien_LOWBAT (70 objects)...
              iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_NAMES_LIST
              iqontrol.0	2022-01-29 20:47:20.103	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST_JSON
              iqontrol.0	2022-01-29 20:47:20.100	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST
              iqontrol.0	2022-01-29 20:47:20.098	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer
              iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_leer...
              iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_NAMES_LIST
              iqontrol.0	2022-01-29 20:47:20.093	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_oder_gekippt --> 0
              iqontrol.0	2022-01-29 20:47:20.090	debug	(23469) updated object: Lists.Fenster.Fenster_geoeffnet_oder_gekippt
              iqontrol.0	2022-01-29 20:47:20.089	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST_JSON
              iqontrol.0	2022-01-29 20:47:20.085	info	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt result: 0
              iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST
              iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt function started, TRIGGERED BY triggeredByCreation
              iqontrol.0	2022-01-29 20:47:20.080	error	(23469) concat is not defined
              iqontrol.0	2022-01-29 20:47:20.080	error	at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
              iqontrol.0	2022-01-29 20:47:20.080	error	(23469) ReferenceError: concat is not defined
              iqontrol.0	2022-01-29 20:47:20.080	error	(23469) unhandled promise rejection: concat is not defined
              iqontrol.0	2022-01-29 20:47:20.080	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              iqontrol.0	2022-01-29 20:47:20.079	debug	(23469) CALCULATION Fenster Fenster_sortiert function started, TRIGGERED BY triggeredByCreation
              iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geschlossen function started, TRIGGERED BY triggeredByCreation
              iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geoeffnet function started, TRIGGERED BY triggeredByCreation
              iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_gekippt function started, TRIGGERED BY triggeredByCreation
              iqontrol.0	2022-01-29 20:47:20.074	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll
              iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_voll...
              iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Bewegungsmelder Flur Gäste WC, Bewegungsmelder Garage, Bewegungsmelder Garten, Bewegungsmelder Ga
              iqontrol.0	2022-01-29 20:47:20.070	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST
              iqontrol.0	2022-01-29 20:47:20.068	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON --> ["alias.0.Batterien_voll_leer.Bad_Fenster_links","alias.0.Batterien_voll_leer.Bad_Fenster_rechts","alias.0.Batterien_voll_leer.Bewegungsm
              iqontrol.0	2022-01-29 20:47:20.066	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON
              

              M s.bormannS 2 Antworten Letzte Antwort
              0
              • dslraserD dslraser

                @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen

                Die Listen sind perfekt da, so wie ich sie brauche, aber es hagelt Fehler im Log.

                Log.txt

                Komme ich irgendwie zurück zu der Version davor ? Ich mußte iQontrol erstmal stoppen.

                EDIT:

                Ich mußte iQontrol erstmal stoppen.

                wieso läuft eigentlich iQontrol noch komplett, obwohl ich die Instanz gestoppt habe ? Ich kann sogar noch über iQontrol schalten...? (ist nach dem stoppen nur das Backend aus ?)

                Hier noch das Log aus dem Browserfenster

                host.iobroker	2022-01-29 21:00:21.708	info	instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
                host.iobroker	2022-01-29 21:00:08.851	info	instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                host.iobroker	2022-01-29 21:00:08.075	info	instance system.adapter.tvspielfilm.0 started with pid 23553
                host.iobroker	2022-01-29 21:00:06.489	info	instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                host.iobroker	2022-01-29 21:00:04.056	info	instance system.adapter.daswetter.0 started with pid 23538
                host.iobroker	2022-01-29 21:00:00.037	info	instance system.adapter.ical.0 started with pid 23523
                host.iobroker	2022-01-29 20:54:51.546	info	instance system.adapter.admin.0 started with pid 23504
                host.iobroker	2022-01-29 20:54:49.051	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                host.iobroker	2022-01-29 20:54:48.478	info	stopInstance system.adapter.admin.0 send kill signal
                host.iobroker	2022-01-29 20:54:48.474	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                host.iobroker	2022-01-29 20:47:56.364	info	instance system.adapter.admin.0 started with pid 23484
                host.iobroker	2022-01-29 20:47:53.861	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                host.iobroker	2022-01-29 20:47:53.296	info	stopInstance system.adapter.admin.0 send kill signal
                host.iobroker	2022-01-29 20:47:53.294	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                host.iobroker	2022-01-29 20:47:36.106	info	"system.adapter.iqontrol.0" disabled
                host.iobroker	2022-01-29 20:47:20.321	warn	Do not restart adapter system.adapter.iqontrol.0 because restart loop detected
                host.iobroker	2022-01-29 20:47:20.321	info	Restart adapter system.adapter.iqontrol.0 because enabled
                host.iobroker	2022-01-29 20:47:20.321	error	instance system.adapter.iqontrol.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at processImmediate (internal/timers.js:466:21)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: Error: Connection is closed.
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[4]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: ReferenceError: concat is not defined
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at processImmediate (internal/timers.js:437:9)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at runNextTicks (internal/process/task_queues.js:60:5)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: ReferenceError: concat is not defined
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: ReferenceError: concat is not defined
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: ReferenceError: concat is not defined
                host.iobroker	2022-01-29 20:47:20.320	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Connection is closed.
                iqontrol.0	2022-01-29 20:47:20.259	error	at processImmediate (internal/timers.js:466:21)
                iqontrol.0	2022-01-29 20:47:20.259	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                iqontrol.0	2022-01-29 20:47:20.259	error	at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Error: Connection is closed.
                iqontrol.0	2022-01-29 20:47:20.257	error	(23469) unhandled promise rejection: Connection is closed.
                iqontrol.0	2022-01-29 20:47:20.257	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                iqontrol.0	2022-01-29 20:47:20.257	debug	(23469) redis get iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_JSON, error - Connection is closed.
                iqontrol.0	2022-01-29 20:47:20.257	error	(23469) ERROR updating object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST: Error: DB closed
                iqontrol.0	2022-01-29 20:47:20.254	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2
                iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_2...
                iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_NAMES_LIST
                iqontrol.0	2022-01-29 20:47:20.251	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_JSON
                iqontrol.0	2022-01-29 20:47:20.249	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST
                iqontrol.0	2022-01-29 20:47:20.248	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1
                iqontrol.0	2022-01-29 20:47:20.247	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_1...
                iqontrol.0	2022-01-29 20:47:20.246	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Fernbedienung Heiko, Fernbedienung Kerstin, Gästezimmer Fenster links, Gästezimmer Fenster
                iqontrol.0	2022-01-29 20:47:20.245	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST
                iqontrol.0	2022-01-29 20:47:20.243	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON --> ["alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts","alias.0.Batterien_Volt.Haustuerklingel","alias.0.Batterien_Volt.Keller_Saun
                iqontrol.0	2022-01-29 20:47:20.242	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON
                iqontrol.0	2022-01-29 20:47:20.240	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST --> alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts, alias.0.Batterien_Volt.Haustuerklingel, alias.0.Batterien_Volt.Keller_Sauna_Fenster
                iqontrol.0	2022-01-29 20:47:20.239	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST
                iqontrol.0	2022-01-29 20:47:20.238	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL --> 27
                iqontrol.0	2022-01-29 20:47:20.196	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL
                iqontrol.0	2022-01-29 20:47:20.180	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_NAMES_LIST --> Bad Fenster links;Bad Fenster rechts;Gästezimmer Fenster links;Gästezimmer Fenster rechts;Keller Heizung;Keller Sauna links;Keller
                iqontrol.0	2022-01-29 20:47:20.137	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_NAMES_LIST -->
                iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_NAMES_LIST -->
                iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES --> alias.0.Fenster.Bad_Fenster_links: geschlossen;alias.0.Fenster.Bad_Fenster_rechts: geschlossen;alias.0.Fenster.Gaestezimmer_F
                iqontrol.0	2022-01-29 20:47:20.133	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES -->
                iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                iqontrol.0	2022-01-29 20:47:20.132	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES -->
                iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_JSON --> ["alias.0.Fenster.Bad_Fenster_links","alias.0.Fenster.Bad_Fenster_rechts","alias.0.Fenster.Gaestezimmer_Fenster_links","alias.0.Fens
                iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_JSON --> []
                iqontrol.0	2022-01-29 20:47:20.130	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                iqontrol.0	2022-01-29 20:47:20.129	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_JSON --> []
                iqontrol.0	2022-01-29 20:47:20.128	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST --> alias.0.Fenster.Bad_Fenster_links;alias.0.Fenster.Bad_Fenster_rechts;alias.0.Fenster.Gaestezimmer_Fenster_links;alias.0.Fenster.Gaestezim
                iqontrol.0	2022-01-29 20:47:20.127	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST -->
                iqontrol.0	2022-01-29 20:47:20.126	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST -->
                iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen --> 20
                iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet --> 0
                iqontrol.0	2022-01-29 20:47:20.123	debug	(23469) set state: Lists.Fenster.Fenster_gekippt --> 0
                iqontrol.0	2022-01-29 20:47:20.122	info	(23469) COUNTER Fenster Fenster_geschlossen: 20 of 20
                iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_geoeffnet: 0 of 20
                iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_gekippt: 0 of 20
                iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...processing Selector 1...
                iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) Creating List Batterienliste_Volt_1_5...
                iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...triggering calculation function Batterien_LOWBAT Batterien_sortiert by creation...
                iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...subscribing to items of calculation Batterien_LOWBAT Batterien_sortiert (2 objects)...
                iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_sortiert
                iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...processing calculation Batterien_LOWBAT_Batterien_sortiert...
                iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...triggering counter functions of list Batterien_LOWBAT by creation...
                iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...no trigger interval for list Batterien_LOWBAT...
                iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...subscribing to items of list Batterien_LOWBAT (70 objects)...
                iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_NAMES_LIST
                iqontrol.0	2022-01-29 20:47:20.103	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST_JSON
                iqontrol.0	2022-01-29 20:47:20.100	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST
                iqontrol.0	2022-01-29 20:47:20.098	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer
                iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_leer...
                iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_NAMES_LIST
                iqontrol.0	2022-01-29 20:47:20.093	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_oder_gekippt --> 0
                iqontrol.0	2022-01-29 20:47:20.090	debug	(23469) updated object: Lists.Fenster.Fenster_geoeffnet_oder_gekippt
                iqontrol.0	2022-01-29 20:47:20.089	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST_JSON
                iqontrol.0	2022-01-29 20:47:20.085	info	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt result: 0
                iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST
                iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt function started, TRIGGERED BY triggeredByCreation
                iqontrol.0	2022-01-29 20:47:20.080	error	(23469) concat is not defined
                iqontrol.0	2022-01-29 20:47:20.080	error	at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                iqontrol.0	2022-01-29 20:47:20.080	error	(23469) ReferenceError: concat is not defined
                iqontrol.0	2022-01-29 20:47:20.080	error	(23469) unhandled promise rejection: concat is not defined
                iqontrol.0	2022-01-29 20:47:20.080	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                iqontrol.0	2022-01-29 20:47:20.079	debug	(23469) CALCULATION Fenster Fenster_sortiert function started, TRIGGERED BY triggeredByCreation
                iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geschlossen function started, TRIGGERED BY triggeredByCreation
                iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geoeffnet function started, TRIGGERED BY triggeredByCreation
                iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_gekippt function started, TRIGGERED BY triggeredByCreation
                iqontrol.0	2022-01-29 20:47:20.074	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll
                iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_voll...
                iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Bewegungsmelder Flur Gäste WC, Bewegungsmelder Garage, Bewegungsmelder Garten, Bewegungsmelder Ga
                iqontrol.0	2022-01-29 20:47:20.070	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST
                iqontrol.0	2022-01-29 20:47:20.068	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON --> ["alias.0.Batterien_voll_leer.Bad_Fenster_links","alias.0.Batterien_voll_leer.Bad_Fenster_rechts","alias.0.Batterien_voll_leer.Bewegungsm
                iqontrol.0	2022-01-29 20:47:20.066	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON
                

                M Offline
                M Offline
                muuulle
                schrieb am zuletzt editiert von
                #6785

                @dslraser
                Richtig. So wie ich das bisher verstanden habe, läuft das frontend über den web Adapter! Adapter pausieren, stoppt nur das backend.

                s.bormannS 1 Antwort Letzte Antwort
                1
                • M muuulle

                  @dslraser
                  Richtig. So wie ich das bisher verstanden habe, läuft das frontend über den web Adapter! Adapter pausieren, stoppt nur das backend.

                  s.bormannS Offline
                  s.bormannS Offline
                  s.bormann
                  Most Active
                  schrieb am zuletzt editiert von
                  #6786

                  @muuulle sagte in Test Adapter iQontrol 1.11.x Vis:

                  @dslraser
                  Richtig. So wie ich das bisher verstanden habe, läuft das frontend über den web Adapter! Adapter pausieren, stoppt nur das backend.

                  Korrekt, der laufende Adapter ist nur für ein paar Sonderfunktionen wie das Popup und jetzt eben die Listen notwendig. Der Rest läuft über den web-adapter.

                  1 Antwort Letzte Antwort
                  0
                  • dslraserD dslraser

                    @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                    Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen

                    Die Listen sind perfekt da, so wie ich sie brauche, aber es hagelt Fehler im Log.

                    Log.txt

                    Komme ich irgendwie zurück zu der Version davor ? Ich mußte iQontrol erstmal stoppen.

                    EDIT:

                    Ich mußte iQontrol erstmal stoppen.

                    wieso läuft eigentlich iQontrol noch komplett, obwohl ich die Instanz gestoppt habe ? Ich kann sogar noch über iQontrol schalten...? (ist nach dem stoppen nur das Backend aus ?)

                    Hier noch das Log aus dem Browserfenster

                    host.iobroker	2022-01-29 21:00:21.708	info	instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
                    host.iobroker	2022-01-29 21:00:08.851	info	instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    host.iobroker	2022-01-29 21:00:08.075	info	instance system.adapter.tvspielfilm.0 started with pid 23553
                    host.iobroker	2022-01-29 21:00:06.489	info	instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                    host.iobroker	2022-01-29 21:00:04.056	info	instance system.adapter.daswetter.0 started with pid 23538
                    host.iobroker	2022-01-29 21:00:00.037	info	instance system.adapter.ical.0 started with pid 23523
                    host.iobroker	2022-01-29 20:54:51.546	info	instance system.adapter.admin.0 started with pid 23504
                    host.iobroker	2022-01-29 20:54:49.051	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    host.iobroker	2022-01-29 20:54:48.478	info	stopInstance system.adapter.admin.0 send kill signal
                    host.iobroker	2022-01-29 20:54:48.474	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                    host.iobroker	2022-01-29 20:47:56.364	info	instance system.adapter.admin.0 started with pid 23484
                    host.iobroker	2022-01-29 20:47:53.861	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    host.iobroker	2022-01-29 20:47:53.296	info	stopInstance system.adapter.admin.0 send kill signal
                    host.iobroker	2022-01-29 20:47:53.294	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                    host.iobroker	2022-01-29 20:47:36.106	info	"system.adapter.iqontrol.0" disabled
                    host.iobroker	2022-01-29 20:47:20.321	warn	Do not restart adapter system.adapter.iqontrol.0 because restart loop detected
                    host.iobroker	2022-01-29 20:47:20.321	info	Restart adapter system.adapter.iqontrol.0 because enabled
                    host.iobroker	2022-01-29 20:47:20.321	error	instance system.adapter.iqontrol.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at processImmediate (internal/timers.js:466:21)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: Error: Connection is closed.
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[4]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: ReferenceError: concat is not defined
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at processImmediate (internal/timers.js:437:9)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at runNextTicks (internal/process/task_queues.js:60:5)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: ReferenceError: concat is not defined
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: ReferenceError: concat is not defined
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: ReferenceError: concat is not defined
                    host.iobroker	2022-01-29 20:47:20.320	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Connection is closed.
                    iqontrol.0	2022-01-29 20:47:20.259	error	at processImmediate (internal/timers.js:466:21)
                    iqontrol.0	2022-01-29 20:47:20.259	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                    iqontrol.0	2022-01-29 20:47:20.259	error	at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                    iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                    iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                    iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Error: Connection is closed.
                    iqontrol.0	2022-01-29 20:47:20.257	error	(23469) unhandled promise rejection: Connection is closed.
                    iqontrol.0	2022-01-29 20:47:20.257	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    iqontrol.0	2022-01-29 20:47:20.257	debug	(23469) redis get iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_JSON, error - Connection is closed.
                    iqontrol.0	2022-01-29 20:47:20.257	error	(23469) ERROR updating object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST: Error: DB closed
                    iqontrol.0	2022-01-29 20:47:20.254	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2
                    iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_2...
                    iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.251	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_JSON
                    iqontrol.0	2022-01-29 20:47:20.249	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST
                    iqontrol.0	2022-01-29 20:47:20.248	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1
                    iqontrol.0	2022-01-29 20:47:20.247	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_1...
                    iqontrol.0	2022-01-29 20:47:20.246	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Fernbedienung Heiko, Fernbedienung Kerstin, Gästezimmer Fenster links, Gästezimmer Fenster
                    iqontrol.0	2022-01-29 20:47:20.245	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.243	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON --> ["alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts","alias.0.Batterien_Volt.Haustuerklingel","alias.0.Batterien_Volt.Keller_Saun
                    iqontrol.0	2022-01-29 20:47:20.242	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON
                    iqontrol.0	2022-01-29 20:47:20.240	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST --> alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts, alias.0.Batterien_Volt.Haustuerklingel, alias.0.Batterien_Volt.Keller_Sauna_Fenster
                    iqontrol.0	2022-01-29 20:47:20.239	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST
                    iqontrol.0	2022-01-29 20:47:20.238	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL --> 27
                    iqontrol.0	2022-01-29 20:47:20.196	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL
                    iqontrol.0	2022-01-29 20:47:20.180	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_NAMES_LIST --> Bad Fenster links;Bad Fenster rechts;Gästezimmer Fenster links;Gästezimmer Fenster rechts;Keller Heizung;Keller Sauna links;Keller
                    iqontrol.0	2022-01-29 20:47:20.137	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_NAMES_LIST -->
                    iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_NAMES_LIST -->
                    iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES --> alias.0.Fenster.Bad_Fenster_links: geschlossen;alias.0.Fenster.Bad_Fenster_rechts: geschlossen;alias.0.Fenster.Gaestezimmer_F
                    iqontrol.0	2022-01-29 20:47:20.133	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES -->
                    iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                    iqontrol.0	2022-01-29 20:47:20.132	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES -->
                    iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                    iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_JSON --> ["alias.0.Fenster.Bad_Fenster_links","alias.0.Fenster.Bad_Fenster_rechts","alias.0.Fenster.Gaestezimmer_Fenster_links","alias.0.Fens
                    iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_JSON --> []
                    iqontrol.0	2022-01-29 20:47:20.130	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                    iqontrol.0	2022-01-29 20:47:20.129	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_JSON --> []
                    iqontrol.0	2022-01-29 20:47:20.128	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST --> alias.0.Fenster.Bad_Fenster_links;alias.0.Fenster.Bad_Fenster_rechts;alias.0.Fenster.Gaestezimmer_Fenster_links;alias.0.Fenster.Gaestezim
                    iqontrol.0	2022-01-29 20:47:20.127	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST -->
                    iqontrol.0	2022-01-29 20:47:20.126	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST -->
                    iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen --> 20
                    iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet --> 0
                    iqontrol.0	2022-01-29 20:47:20.123	debug	(23469) set state: Lists.Fenster.Fenster_gekippt --> 0
                    iqontrol.0	2022-01-29 20:47:20.122	info	(23469) COUNTER Fenster Fenster_geschlossen: 20 of 20
                    iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_geoeffnet: 0 of 20
                    iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_gekippt: 0 of 20
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...processing Selector 1...
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) Creating List Batterienliste_Volt_1_5...
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...triggering calculation function Batterien_LOWBAT Batterien_sortiert by creation...
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...subscribing to items of calculation Batterien_LOWBAT Batterien_sortiert (2 objects)...
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_sortiert
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...processing calculation Batterien_LOWBAT_Batterien_sortiert...
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...triggering counter functions of list Batterien_LOWBAT by creation...
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...no trigger interval for list Batterien_LOWBAT...
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...subscribing to items of list Batterien_LOWBAT (70 objects)...
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.103	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST_JSON
                    iqontrol.0	2022-01-29 20:47:20.100	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST
                    iqontrol.0	2022-01-29 20:47:20.098	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer
                    iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_leer...
                    iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.093	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_oder_gekippt --> 0
                    iqontrol.0	2022-01-29 20:47:20.090	debug	(23469) updated object: Lists.Fenster.Fenster_geoeffnet_oder_gekippt
                    iqontrol.0	2022-01-29 20:47:20.089	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST_JSON
                    iqontrol.0	2022-01-29 20:47:20.085	info	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt result: 0
                    iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST
                    iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.080	error	(23469) concat is not defined
                    iqontrol.0	2022-01-29 20:47:20.080	error	at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    iqontrol.0	2022-01-29 20:47:20.080	error	(23469) ReferenceError: concat is not defined
                    iqontrol.0	2022-01-29 20:47:20.080	error	(23469) unhandled promise rejection: concat is not defined
                    iqontrol.0	2022-01-29 20:47:20.080	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    iqontrol.0	2022-01-29 20:47:20.079	debug	(23469) CALCULATION Fenster Fenster_sortiert function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geschlossen function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geoeffnet function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_gekippt function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.074	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll
                    iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_voll...
                    iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Bewegungsmelder Flur Gäste WC, Bewegungsmelder Garage, Bewegungsmelder Garten, Bewegungsmelder Ga
                    iqontrol.0	2022-01-29 20:47:20.070	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.068	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON --> ["alias.0.Batterien_voll_leer.Bad_Fenster_links","alias.0.Batterien_voll_leer.Bad_Fenster_rechts","alias.0.Batterien_voll_leer.Bewegungsm
                    iqontrol.0	2022-01-29 20:47:20.066	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON
                    

                    s.bormannS Offline
                    s.bormannS Offline
                    s.bormann
                    Most Active
                    schrieb am zuletzt editiert von
                    #6787

                    @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

                    @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                    Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen

                    Die Listen sind perfekt da, so wie ich sie brauche, aber es hagelt Fehler im Log.

                    Log.txt

                    Komme ich irgendwie zurück zu der Version davor ? Ich mußte iQontrol erstmal stoppen.

                    EDIT:

                    Ich mußte iQontrol erstmal stoppen.

                    wieso läuft eigentlich iQontrol noch komplett, obwohl ich die Instanz gestoppt habe ? Ich kann sogar noch über iQontrol schalten...? (ist nach dem stoppen nur das Backend aus ?)

                    Hier noch das Log aus dem Browserfenster

                    host.iobroker	2022-01-29 21:00:21.708	info	instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
                    host.iobroker	2022-01-29 21:00:08.851	info	instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    host.iobroker	2022-01-29 21:00:08.075	info	instance system.adapter.tvspielfilm.0 started with pid 23553
                    host.iobroker	2022-01-29 21:00:06.489	info	instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                    host.iobroker	2022-01-29 21:00:04.056	info	instance system.adapter.daswetter.0 started with pid 23538
                    host.iobroker	2022-01-29 21:00:00.037	info	instance system.adapter.ical.0 started with pid 23523
                    host.iobroker	2022-01-29 20:54:51.546	info	instance system.adapter.admin.0 started with pid 23504
                    host.iobroker	2022-01-29 20:54:49.051	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    host.iobroker	2022-01-29 20:54:48.478	info	stopInstance system.adapter.admin.0 send kill signal
                    host.iobroker	2022-01-29 20:54:48.474	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                    host.iobroker	2022-01-29 20:47:56.364	info	instance system.adapter.admin.0 started with pid 23484
                    host.iobroker	2022-01-29 20:47:53.861	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    host.iobroker	2022-01-29 20:47:53.296	info	stopInstance system.adapter.admin.0 send kill signal
                    host.iobroker	2022-01-29 20:47:53.294	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                    host.iobroker	2022-01-29 20:47:36.106	info	"system.adapter.iqontrol.0" disabled
                    host.iobroker	2022-01-29 20:47:20.321	warn	Do not restart adapter system.adapter.iqontrol.0 because restart loop detected
                    host.iobroker	2022-01-29 20:47:20.321	info	Restart adapter system.adapter.iqontrol.0 because enabled
                    host.iobroker	2022-01-29 20:47:20.321	error	instance system.adapter.iqontrol.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at processImmediate (internal/timers.js:466:21)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: Error: Connection is closed.
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[4]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: ReferenceError: concat is not defined
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at processImmediate (internal/timers.js:437:9)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at runNextTicks (internal/process/task_queues.js:60:5)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: ReferenceError: concat is not defined
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: ReferenceError: concat is not defined
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: ReferenceError: concat is not defined
                    host.iobroker	2022-01-29 20:47:20.320	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                    iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Connection is closed.
                    iqontrol.0	2022-01-29 20:47:20.259	error	at processImmediate (internal/timers.js:466:21)
                    iqontrol.0	2022-01-29 20:47:20.259	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                    iqontrol.0	2022-01-29 20:47:20.259	error	at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                    iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                    iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                    iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Error: Connection is closed.
                    iqontrol.0	2022-01-29 20:47:20.257	error	(23469) unhandled promise rejection: Connection is closed.
                    iqontrol.0	2022-01-29 20:47:20.257	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    iqontrol.0	2022-01-29 20:47:20.257	debug	(23469) redis get iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_JSON, error - Connection is closed.
                    iqontrol.0	2022-01-29 20:47:20.257	error	(23469) ERROR updating object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST: Error: DB closed
                    iqontrol.0	2022-01-29 20:47:20.254	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2
                    iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_2...
                    iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.251	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_JSON
                    iqontrol.0	2022-01-29 20:47:20.249	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST
                    iqontrol.0	2022-01-29 20:47:20.248	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1
                    iqontrol.0	2022-01-29 20:47:20.247	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_1...
                    iqontrol.0	2022-01-29 20:47:20.246	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Fernbedienung Heiko, Fernbedienung Kerstin, Gästezimmer Fenster links, Gästezimmer Fenster
                    iqontrol.0	2022-01-29 20:47:20.245	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.243	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON --> ["alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts","alias.0.Batterien_Volt.Haustuerklingel","alias.0.Batterien_Volt.Keller_Saun
                    iqontrol.0	2022-01-29 20:47:20.242	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON
                    iqontrol.0	2022-01-29 20:47:20.240	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST --> alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts, alias.0.Batterien_Volt.Haustuerklingel, alias.0.Batterien_Volt.Keller_Sauna_Fenster
                    iqontrol.0	2022-01-29 20:47:20.239	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST
                    iqontrol.0	2022-01-29 20:47:20.238	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL --> 27
                    iqontrol.0	2022-01-29 20:47:20.196	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL
                    iqontrol.0	2022-01-29 20:47:20.180	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_NAMES_LIST --> Bad Fenster links;Bad Fenster rechts;Gästezimmer Fenster links;Gästezimmer Fenster rechts;Keller Heizung;Keller Sauna links;Keller
                    iqontrol.0	2022-01-29 20:47:20.137	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_NAMES_LIST -->
                    iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_NAMES_LIST -->
                    iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES --> alias.0.Fenster.Bad_Fenster_links: geschlossen;alias.0.Fenster.Bad_Fenster_rechts: geschlossen;alias.0.Fenster.Gaestezimmer_F
                    iqontrol.0	2022-01-29 20:47:20.133	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES -->
                    iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                    iqontrol.0	2022-01-29 20:47:20.132	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES -->
                    iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                    iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_JSON --> ["alias.0.Fenster.Bad_Fenster_links","alias.0.Fenster.Bad_Fenster_rechts","alias.0.Fenster.Gaestezimmer_Fenster_links","alias.0.Fens
                    iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_JSON --> []
                    iqontrol.0	2022-01-29 20:47:20.130	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                    iqontrol.0	2022-01-29 20:47:20.129	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_JSON --> []
                    iqontrol.0	2022-01-29 20:47:20.128	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST --> alias.0.Fenster.Bad_Fenster_links;alias.0.Fenster.Bad_Fenster_rechts;alias.0.Fenster.Gaestezimmer_Fenster_links;alias.0.Fenster.Gaestezim
                    iqontrol.0	2022-01-29 20:47:20.127	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST -->
                    iqontrol.0	2022-01-29 20:47:20.126	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST -->
                    iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen --> 20
                    iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet --> 0
                    iqontrol.0	2022-01-29 20:47:20.123	debug	(23469) set state: Lists.Fenster.Fenster_gekippt --> 0
                    iqontrol.0	2022-01-29 20:47:20.122	info	(23469) COUNTER Fenster Fenster_geschlossen: 20 of 20
                    iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_geoeffnet: 0 of 20
                    iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_gekippt: 0 of 20
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...processing Selector 1...
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) Creating List Batterienliste_Volt_1_5...
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...triggering calculation function Batterien_LOWBAT Batterien_sortiert by creation...
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...subscribing to items of calculation Batterien_LOWBAT Batterien_sortiert (2 objects)...
                    iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_sortiert
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...processing calculation Batterien_LOWBAT_Batterien_sortiert...
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...triggering counter functions of list Batterien_LOWBAT by creation...
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...no trigger interval for list Batterien_LOWBAT...
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...subscribing to items of list Batterien_LOWBAT (70 objects)...
                    iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.103	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST_JSON
                    iqontrol.0	2022-01-29 20:47:20.100	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST
                    iqontrol.0	2022-01-29 20:47:20.098	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer
                    iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_leer...
                    iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.093	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_oder_gekippt --> 0
                    iqontrol.0	2022-01-29 20:47:20.090	debug	(23469) updated object: Lists.Fenster.Fenster_geoeffnet_oder_gekippt
                    iqontrol.0	2022-01-29 20:47:20.089	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST_JSON
                    iqontrol.0	2022-01-29 20:47:20.085	info	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt result: 0
                    iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST
                    iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.080	error	(23469) concat is not defined
                    iqontrol.0	2022-01-29 20:47:20.080	error	at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                    iqontrol.0	2022-01-29 20:47:20.080	error	(23469) ReferenceError: concat is not defined
                    iqontrol.0	2022-01-29 20:47:20.080	error	(23469) unhandled promise rejection: concat is not defined
                    iqontrol.0	2022-01-29 20:47:20.080	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    iqontrol.0	2022-01-29 20:47:20.079	debug	(23469) CALCULATION Fenster Fenster_sortiert function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geschlossen function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geoeffnet function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_gekippt function started, TRIGGERED BY triggeredByCreation
                    iqontrol.0	2022-01-29 20:47:20.074	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll
                    iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_voll...
                    iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Bewegungsmelder Flur Gäste WC, Bewegungsmelder Garage, Bewegungsmelder Garten, Bewegungsmelder Ga
                    iqontrol.0	2022-01-29 20:47:20.070	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST
                    iqontrol.0	2022-01-29 20:47:20.068	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON --> ["alias.0.Batterien_voll_leer.Bad_Fenster_links","alias.0.Batterien_voll_leer.Bad_Fenster_rechts","alias.0.Batterien_voll_leer.Bewegungsm
                    iqontrol.0	2022-01-29 20:47:20.066	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON
                    

                    a) Fix ist online.
                    b) Man kann irgendwie auf die Vorgänger-Versionen zurück, leider weiß ich auswendig selbst gerade nicht, wie es geht. Man muss im beim Installations-Pfad den letzten commit von github referenzieren. Wenn ich es finde, sag ich noch mal bescheid.

                    L dslraserD 2 Antworten Letzte Antwort
                    2
                    • s.bormannS s.bormann

                      @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

                      @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                      Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen

                      Die Listen sind perfekt da, so wie ich sie brauche, aber es hagelt Fehler im Log.

                      Log.txt

                      Komme ich irgendwie zurück zu der Version davor ? Ich mußte iQontrol erstmal stoppen.

                      EDIT:

                      Ich mußte iQontrol erstmal stoppen.

                      wieso läuft eigentlich iQontrol noch komplett, obwohl ich die Instanz gestoppt habe ? Ich kann sogar noch über iQontrol schalten...? (ist nach dem stoppen nur das Backend aus ?)

                      Hier noch das Log aus dem Browserfenster

                      host.iobroker	2022-01-29 21:00:21.708	info	instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
                      host.iobroker	2022-01-29 21:00:08.851	info	instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      host.iobroker	2022-01-29 21:00:08.075	info	instance system.adapter.tvspielfilm.0 started with pid 23553
                      host.iobroker	2022-01-29 21:00:06.489	info	instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                      host.iobroker	2022-01-29 21:00:04.056	info	instance system.adapter.daswetter.0 started with pid 23538
                      host.iobroker	2022-01-29 21:00:00.037	info	instance system.adapter.ical.0 started with pid 23523
                      host.iobroker	2022-01-29 20:54:51.546	info	instance system.adapter.admin.0 started with pid 23504
                      host.iobroker	2022-01-29 20:54:49.051	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      host.iobroker	2022-01-29 20:54:48.478	info	stopInstance system.adapter.admin.0 send kill signal
                      host.iobroker	2022-01-29 20:54:48.474	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                      host.iobroker	2022-01-29 20:47:56.364	info	instance system.adapter.admin.0 started with pid 23484
                      host.iobroker	2022-01-29 20:47:53.861	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      host.iobroker	2022-01-29 20:47:53.296	info	stopInstance system.adapter.admin.0 send kill signal
                      host.iobroker	2022-01-29 20:47:53.294	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                      host.iobroker	2022-01-29 20:47:36.106	info	"system.adapter.iqontrol.0" disabled
                      host.iobroker	2022-01-29 20:47:20.321	warn	Do not restart adapter system.adapter.iqontrol.0 because restart loop detected
                      host.iobroker	2022-01-29 20:47:20.321	info	Restart adapter system.adapter.iqontrol.0 because enabled
                      host.iobroker	2022-01-29 20:47:20.321	error	instance system.adapter.iqontrol.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at processImmediate (internal/timers.js:466:21)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: Error: Connection is closed.
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[4]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: ReferenceError: concat is not defined
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at processImmediate (internal/timers.js:437:9)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at runNextTicks (internal/process/task_queues.js:60:5)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: ReferenceError: concat is not defined
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: ReferenceError: concat is not defined
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                      host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: ReferenceError: concat is not defined
                      host.iobroker	2022-01-29 20:47:20.320	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                      iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Connection is closed.
                      iqontrol.0	2022-01-29 20:47:20.259	error	at processImmediate (internal/timers.js:466:21)
                      iqontrol.0	2022-01-29 20:47:20.259	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                      iqontrol.0	2022-01-29 20:47:20.259	error	at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                      iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                      iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                      iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Error: Connection is closed.
                      iqontrol.0	2022-01-29 20:47:20.257	error	(23469) unhandled promise rejection: Connection is closed.
                      iqontrol.0	2022-01-29 20:47:20.257	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      iqontrol.0	2022-01-29 20:47:20.257	debug	(23469) redis get iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_JSON, error - Connection is closed.
                      iqontrol.0	2022-01-29 20:47:20.257	error	(23469) ERROR updating object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST: Error: DB closed
                      iqontrol.0	2022-01-29 20:47:20.254	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2
                      iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_2...
                      iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_NAMES_LIST
                      iqontrol.0	2022-01-29 20:47:20.251	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_JSON
                      iqontrol.0	2022-01-29 20:47:20.249	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST
                      iqontrol.0	2022-01-29 20:47:20.248	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1
                      iqontrol.0	2022-01-29 20:47:20.247	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_1...
                      iqontrol.0	2022-01-29 20:47:20.246	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Fernbedienung Heiko, Fernbedienung Kerstin, Gästezimmer Fenster links, Gästezimmer Fenster
                      iqontrol.0	2022-01-29 20:47:20.245	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST
                      iqontrol.0	2022-01-29 20:47:20.243	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON --> ["alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts","alias.0.Batterien_Volt.Haustuerklingel","alias.0.Batterien_Volt.Keller_Saun
                      iqontrol.0	2022-01-29 20:47:20.242	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON
                      iqontrol.0	2022-01-29 20:47:20.240	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST --> alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts, alias.0.Batterien_Volt.Haustuerklingel, alias.0.Batterien_Volt.Keller_Sauna_Fenster
                      iqontrol.0	2022-01-29 20:47:20.239	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST
                      iqontrol.0	2022-01-29 20:47:20.238	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL --> 27
                      iqontrol.0	2022-01-29 20:47:20.196	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL
                      iqontrol.0	2022-01-29 20:47:20.180	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_NAMES_LIST --> Bad Fenster links;Bad Fenster rechts;Gästezimmer Fenster links;Gästezimmer Fenster rechts;Keller Heizung;Keller Sauna links;Keller
                      iqontrol.0	2022-01-29 20:47:20.137	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_NAMES_LIST -->
                      iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_NAMES_LIST -->
                      iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES --> alias.0.Fenster.Bad_Fenster_links: geschlossen;alias.0.Fenster.Bad_Fenster_rechts: geschlossen;alias.0.Fenster.Gaestezimmer_F
                      iqontrol.0	2022-01-29 20:47:20.133	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES -->
                      iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                      iqontrol.0	2022-01-29 20:47:20.132	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES -->
                      iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                      iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_JSON --> ["alias.0.Fenster.Bad_Fenster_links","alias.0.Fenster.Bad_Fenster_rechts","alias.0.Fenster.Gaestezimmer_Fenster_links","alias.0.Fens
                      iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_JSON --> []
                      iqontrol.0	2022-01-29 20:47:20.130	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                      iqontrol.0	2022-01-29 20:47:20.129	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_JSON --> []
                      iqontrol.0	2022-01-29 20:47:20.128	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST --> alias.0.Fenster.Bad_Fenster_links;alias.0.Fenster.Bad_Fenster_rechts;alias.0.Fenster.Gaestezimmer_Fenster_links;alias.0.Fenster.Gaestezim
                      iqontrol.0	2022-01-29 20:47:20.127	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST -->
                      iqontrol.0	2022-01-29 20:47:20.126	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST -->
                      iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen --> 20
                      iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet --> 0
                      iqontrol.0	2022-01-29 20:47:20.123	debug	(23469) set state: Lists.Fenster.Fenster_gekippt --> 0
                      iqontrol.0	2022-01-29 20:47:20.122	info	(23469) COUNTER Fenster Fenster_geschlossen: 20 of 20
                      iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_geoeffnet: 0 of 20
                      iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_gekippt: 0 of 20
                      iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...processing Selector 1...
                      iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) Creating List Batterienliste_Volt_1_5...
                      iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...triggering calculation function Batterien_LOWBAT Batterien_sortiert by creation...
                      iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...subscribing to items of calculation Batterien_LOWBAT Batterien_sortiert (2 objects)...
                      iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_sortiert
                      iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...processing calculation Batterien_LOWBAT_Batterien_sortiert...
                      iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...triggering counter functions of list Batterien_LOWBAT by creation...
                      iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...no trigger interval for list Batterien_LOWBAT...
                      iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...subscribing to items of list Batterien_LOWBAT (70 objects)...
                      iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_NAMES_LIST
                      iqontrol.0	2022-01-29 20:47:20.103	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST_JSON
                      iqontrol.0	2022-01-29 20:47:20.100	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST
                      iqontrol.0	2022-01-29 20:47:20.098	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer
                      iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_leer...
                      iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_NAMES_LIST
                      iqontrol.0	2022-01-29 20:47:20.093	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_oder_gekippt --> 0
                      iqontrol.0	2022-01-29 20:47:20.090	debug	(23469) updated object: Lists.Fenster.Fenster_geoeffnet_oder_gekippt
                      iqontrol.0	2022-01-29 20:47:20.089	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST_JSON
                      iqontrol.0	2022-01-29 20:47:20.085	info	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt result: 0
                      iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST
                      iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt function started, TRIGGERED BY triggeredByCreation
                      iqontrol.0	2022-01-29 20:47:20.080	error	(23469) concat is not defined
                      iqontrol.0	2022-01-29 20:47:20.080	error	at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                      iqontrol.0	2022-01-29 20:47:20.080	error	(23469) ReferenceError: concat is not defined
                      iqontrol.0	2022-01-29 20:47:20.080	error	(23469) unhandled promise rejection: concat is not defined
                      iqontrol.0	2022-01-29 20:47:20.080	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      iqontrol.0	2022-01-29 20:47:20.079	debug	(23469) CALCULATION Fenster Fenster_sortiert function started, TRIGGERED BY triggeredByCreation
                      iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geschlossen function started, TRIGGERED BY triggeredByCreation
                      iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geoeffnet function started, TRIGGERED BY triggeredByCreation
                      iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_gekippt function started, TRIGGERED BY triggeredByCreation
                      iqontrol.0	2022-01-29 20:47:20.074	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll
                      iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_voll...
                      iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Bewegungsmelder Flur Gäste WC, Bewegungsmelder Garage, Bewegungsmelder Garten, Bewegungsmelder Ga
                      iqontrol.0	2022-01-29 20:47:20.070	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST
                      iqontrol.0	2022-01-29 20:47:20.068	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON --> ["alias.0.Batterien_voll_leer.Bad_Fenster_links","alias.0.Batterien_voll_leer.Bad_Fenster_rechts","alias.0.Batterien_voll_leer.Bewegungsm
                      iqontrol.0	2022-01-29 20:47:20.066	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON
                      

                      a) Fix ist online.
                      b) Man kann irgendwie auf die Vorgänger-Versionen zurück, leider weiß ich auswendig selbst gerade nicht, wie es geht. Man muss im beim Installations-Pfad den letzten commit von github referenzieren. Wenn ich es finde, sag ich noch mal bescheid.

                      L Offline
                      L Offline
                      Labersack
                      schrieb am zuletzt editiert von
                      #6788

                      @s-bormann
                      Auch wenn ich mich nicht ständig zu Wort melde, so verfolge ich diesen Thread doch aufmerksam.
                      Wollte mal was loswerden:
                      Großes Lob an @s-bormann, du gehst auf sinnvolle Anfragen bereitwillig ein und bist echt sehr aktiv mit der Optimierung deines Adapters.

                      s.bormannS 1 Antwort Letzte Antwort
                      2
                      • s.bormannS s.bormann

                        @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

                        @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                        Ist jetzt auf Github. Waren ziemlich umfangreiche Änderungen nötig, also bitte gut testen

                        Die Listen sind perfekt da, so wie ich sie brauche, aber es hagelt Fehler im Log.

                        Log.txt

                        Komme ich irgendwie zurück zu der Version davor ? Ich mußte iQontrol erstmal stoppen.

                        EDIT:

                        Ich mußte iQontrol erstmal stoppen.

                        wieso läuft eigentlich iQontrol noch komplett, obwohl ich die Instanz gestoppt habe ? Ich kann sogar noch über iQontrol schalten...? (ist nach dem stoppen nur das Backend aus ?)

                        Hier noch das Log aus dem Browserfenster

                        host.iobroker	2022-01-29 21:00:21.708	info	instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
                        host.iobroker	2022-01-29 21:00:08.851	info	instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        host.iobroker	2022-01-29 21:00:08.075	info	instance system.adapter.tvspielfilm.0 started with pid 23553
                        host.iobroker	2022-01-29 21:00:06.489	info	instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                        host.iobroker	2022-01-29 21:00:04.056	info	instance system.adapter.daswetter.0 started with pid 23538
                        host.iobroker	2022-01-29 21:00:00.037	info	instance system.adapter.ical.0 started with pid 23523
                        host.iobroker	2022-01-29 20:54:51.546	info	instance system.adapter.admin.0 started with pid 23504
                        host.iobroker	2022-01-29 20:54:49.051	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        host.iobroker	2022-01-29 20:54:48.478	info	stopInstance system.adapter.admin.0 send kill signal
                        host.iobroker	2022-01-29 20:54:48.474	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                        host.iobroker	2022-01-29 20:47:56.364	info	instance system.adapter.admin.0 started with pid 23484
                        host.iobroker	2022-01-29 20:47:53.861	info	instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        host.iobroker	2022-01-29 20:47:53.296	info	stopInstance system.adapter.admin.0 send kill signal
                        host.iobroker	2022-01-29 20:47:53.294	info	stopInstance system.adapter.admin.0 (force=false, process=true)
                        host.iobroker	2022-01-29 20:47:36.106	info	"system.adapter.iqontrol.0" disabled
                        host.iobroker	2022-01-29 20:47:20.321	warn	Do not restart adapter system.adapter.iqontrol.0 because restart loop detected
                        host.iobroker	2022-01-29 20:47:20.321	info	Restart adapter system.adapter.iqontrol.0 because enabled
                        host.iobroker	2022-01-29 20:47:20.321	error	instance system.adapter.iqontrol.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at processImmediate (internal/timers.js:466:21)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[5]: Error: Connection is closed.
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[4]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: ReferenceError: concat is not defined
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[3]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at processImmediate (internal/timers.js:437:9)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at runNextTicks (internal/process/task_queues.js:60:5)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: ReferenceError: concat is not defined
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[2]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: ReferenceError: concat is not defined
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                        host.iobroker	2022-01-29 20:47:20.321	error	Caught by controller[0]: ReferenceError: concat is not defined
                        host.iobroker	2022-01-29 20:47:20.320	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte
                        iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Connection is closed.
                        iqontrol.0	2022-01-29 20:47:20.259	error	at processImmediate (internal/timers.js:466:21)
                        iqontrol.0	2022-01-29 20:47:20.259	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2332:33)
                        iqontrol.0	2022-01-29 20:47:20.259	error	at ObjectsInRedisClient._getObject (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:2286:37)
                        iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                        iqontrol.0	2022-01-29 20:47:20.259	error	at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24)
                        iqontrol.0	2022-01-29 20:47:20.259	error	(23469) Error: Connection is closed.
                        iqontrol.0	2022-01-29 20:47:20.257	error	(23469) unhandled promise rejection: Connection is closed.
                        iqontrol.0	2022-01-29 20:47:20.257	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                        iqontrol.0	2022-01-29 20:47:20.257	debug	(23469) redis get iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_JSON, error - Connection is closed.
                        iqontrol.0	2022-01-29 20:47:20.257	error	(23469) ERROR updating object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST: Error: DB closed
                        iqontrol.0	2022-01-29 20:47:20.254	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_2
                        iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_2...
                        iqontrol.0	2022-01-29 20:47:20.252	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_NAMES_LIST
                        iqontrol.0	2022-01-29 20:47:20.251	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_JSON
                        iqontrol.0	2022-01-29 20:47:20.249	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST
                        iqontrol.0	2022-01-29 20:47:20.248	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.Anzahl_1_1
                        iqontrol.0	2022-01-29 20:47:20.247	debug	(23469) ...processing counter Batterienliste_Volt_1_5_Anzahl_1_1...
                        iqontrol.0	2022-01-29 20:47:20.246	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Fernbedienung Heiko, Fernbedienung Kerstin, Gästezimmer Fenster links, Gästezimmer Fenster
                        iqontrol.0	2022-01-29 20:47:20.245	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_NAMES_LIST
                        iqontrol.0	2022-01-29 20:47:20.243	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON --> ["alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts","alias.0.Batterien_Volt.Haustuerklingel","alias.0.Batterien_Volt.Keller_Saun
                        iqontrol.0	2022-01-29 20:47:20.242	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST_JSON
                        iqontrol.0	2022-01-29 20:47:20.240	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL_LIST --> alias.0.Batterien_Volt.Gaestezimmer_Fenster_rechts, alias.0.Batterien_Volt.Haustuerklingel, alias.0.Batterien_Volt.Keller_Sauna_Fenster
                        iqontrol.0	2022-01-29 20:47:20.239	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL_LIST
                        iqontrol.0	2022-01-29 20:47:20.238	debug	(23469) set state: Lists.Batterienliste_Volt_1_5.TOTAL --> 27
                        iqontrol.0	2022-01-29 20:47:20.196	debug	(23469) updated object: Lists.Batterienliste_Volt_1_5.TOTAL
                        iqontrol.0	2022-01-29 20:47:20.180	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_NAMES_LIST --> Bad Fenster links;Bad Fenster rechts;Gästezimmer Fenster links;Gästezimmer Fenster rechts;Keller Heizung;Keller Sauna links;Keller
                        iqontrol.0	2022-01-29 20:47:20.137	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_NAMES_LIST -->
                        iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_NAMES_LIST -->
                        iqontrol.0	2022-01-29 20:47:20.135	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES --> alias.0.Fenster.Bad_Fenster_links: geschlossen;alias.0.Fenster.Bad_Fenster_rechts: geschlossen;alias.0.Fenster.Gaestezimmer_F
                        iqontrol.0	2022-01-29 20:47:20.133	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES -->
                        iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-29 20:47:20.132	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES -->
                        iqontrol.0	2022-01-29 20:47:20.132	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST_JSON --> ["alias.0.Fenster.Bad_Fenster_links","alias.0.Fenster.Bad_Fenster_rechts","alias.0.Fenster.Gaestezimmer_Fenster_links","alias.0.Fens
                        iqontrol.0	2022-01-29 20:47:20.131	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST_JSON --> []
                        iqontrol.0	2022-01-29 20:47:20.130	warn	(23469) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-29 20:47:20.129	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST_JSON --> []
                        iqontrol.0	2022-01-29 20:47:20.128	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen_LIST --> alias.0.Fenster.Bad_Fenster_links;alias.0.Fenster.Bad_Fenster_rechts;alias.0.Fenster.Gaestezimmer_Fenster_links;alias.0.Fenster.Gaestezim
                        iqontrol.0	2022-01-29 20:47:20.127	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_LIST -->
                        iqontrol.0	2022-01-29 20:47:20.126	debug	(23469) set state: Lists.Fenster.Fenster_gekippt_LIST -->
                        iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geschlossen --> 20
                        iqontrol.0	2022-01-29 20:47:20.124	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet --> 0
                        iqontrol.0	2022-01-29 20:47:20.123	debug	(23469) set state: Lists.Fenster.Fenster_gekippt --> 0
                        iqontrol.0	2022-01-29 20:47:20.122	info	(23469) COUNTER Fenster Fenster_geschlossen: 20 of 20
                        iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_geoeffnet: 0 of 20
                        iqontrol.0	2022-01-29 20:47:20.121	info	(23469) COUNTER Fenster Fenster_gekippt: 0 of 20
                        iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...processing Selector 1...
                        iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) Creating List Batterienliste_Volt_1_5...
                        iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...triggering calculation function Batterien_LOWBAT Batterien_sortiert by creation...
                        iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) ...subscribing to items of calculation Batterien_LOWBAT Batterien_sortiert (2 objects)...
                        iqontrol.0	2022-01-29 20:47:20.110	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_sortiert
                        iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...processing calculation Batterien_LOWBAT_Batterien_sortiert...
                        iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...triggering counter functions of list Batterien_LOWBAT by creation...
                        iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...no trigger interval for list Batterien_LOWBAT...
                        iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) ...subscribing to items of list Batterien_LOWBAT (70 objects)...
                        iqontrol.0	2022-01-29 20:47:20.106	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_NAMES_LIST
                        iqontrol.0	2022-01-29 20:47:20.103	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST_JSON
                        iqontrol.0	2022-01-29 20:47:20.100	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer_LIST
                        iqontrol.0	2022-01-29 20:47:20.098	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_leer
                        iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_leer...
                        iqontrol.0	2022-01-29 20:47:20.094	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_NAMES_LIST
                        iqontrol.0	2022-01-29 20:47:20.093	debug	(23469) set state: Lists.Fenster.Fenster_geoeffnet_oder_gekippt --> 0
                        iqontrol.0	2022-01-29 20:47:20.090	debug	(23469) updated object: Lists.Fenster.Fenster_geoeffnet_oder_gekippt
                        iqontrol.0	2022-01-29 20:47:20.089	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST_JSON
                        iqontrol.0	2022-01-29 20:47:20.085	info	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt result: 0
                        iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll_LIST
                        iqontrol.0	2022-01-29 20:47:20.083	debug	(23469) CALCULATION Fenster Fenster_geoeffnet_oder_gekippt function started, TRIGGERED BY triggeredByCreation
                        iqontrol.0	2022-01-29 20:47:20.080	error	(23469) concat is not defined
                        iqontrol.0	2022-01-29 20:47:20.080	error	at Array.calculationFunction (/opt/iobroker/node_modules/iobroker.iqontrol/main.js:974:11)
                        iqontrol.0	2022-01-29 20:47:20.080	error	(23469) ReferenceError: concat is not defined
                        iqontrol.0	2022-01-29 20:47:20.080	error	(23469) unhandled promise rejection: concat is not defined
                        iqontrol.0	2022-01-29 20:47:20.080	error	(23469) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                        iqontrol.0	2022-01-29 20:47:20.079	debug	(23469) CALCULATION Fenster Fenster_sortiert function started, TRIGGERED BY triggeredByCreation
                        iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geschlossen function started, TRIGGERED BY triggeredByCreation
                        iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_geoeffnet function started, TRIGGERED BY triggeredByCreation
                        iqontrol.0	2022-01-29 20:47:20.075	debug	(23469) COUNTER Fenster Fenster_gekippt function started, TRIGGERED BY triggeredByCreation
                        iqontrol.0	2022-01-29 20:47:20.074	debug	(23469) updated object: Lists.Batterien_LOWBAT.Batterien_voll
                        iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) ...processing counter Batterien_LOWBAT_Batterien_voll...
                        iqontrol.0	2022-01-29 20:47:20.072	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST --> Bad Fenster links, Bad Fenster rechts, Bewegungsmelder Flur Gäste WC, Bewegungsmelder Garage, Bewegungsmelder Garten, Bewegungsmelder Ga
                        iqontrol.0	2022-01-29 20:47:20.070	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_NAMES_LIST
                        iqontrol.0	2022-01-29 20:47:20.068	debug	(23469) set state: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON --> ["alias.0.Batterien_voll_leer.Bad_Fenster_links","alias.0.Batterien_voll_leer.Bad_Fenster_rechts","alias.0.Batterien_voll_leer.Bewegungsm
                        iqontrol.0	2022-01-29 20:47:20.066	debug	(23469) updated object: Lists.Batterien_LOWBAT.TOTAL_LIST_JSON
                        

                        a) Fix ist online.
                        b) Man kann irgendwie auf die Vorgänger-Versionen zurück, leider weiß ich auswendig selbst gerade nicht, wie es geht. Man muss im beim Installations-Pfad den letzten commit von github referenzieren. Wenn ich es finde, sag ich noch mal bescheid.

                        dslraserD Offline
                        dslraserD Offline
                        dslraser
                        Forum Testing Most Active
                        schrieb am zuletzt editiert von dslraser
                        #6789

                        @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                        a) Fix ist online.

                        Danke, läuft 👍 erstmal wieder. Ich werde weiter testen. Im Log werden einige Datenpunkte angemeckert.Das komische dabei, ich habe bisher nur für die Temperatur eine LIST_WITH_VALUESerstellt. Es werden also auch Datenpunkte angemeckert die ich noch gar nicht erstellt habe ?

                        iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.848	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_3.Anzahl_kleiner_gleich_2_5_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.708	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_kleiner_1_1_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.708	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.707	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.611	warn	(24608) State "iqontrol.0.Lists.Batterien_LOWBAT.Batterien_leer_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.571	warn	(24608) State "iqontrol.0.Lists.Batterien_LOWBAT.Batterien_voll_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.444	warn	(24608) State "iqontrol.0.Lists.Bewegungsmelder.Bewegungsmelder_inaktiv_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.443	warn	(24608) State "iqontrol.0.Lists.Bewegungsmelder.Bewegungsmelder_aktiv_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.363	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.362	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.362	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.235	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.231	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.229	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.129	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_teil_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.128	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_zu_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.124	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_auf_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.089	warn	(24608) State "iqontrol.0.Lists.Licht.Licht_aus_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.087	warn	(24608) State "iqontrol.0.Lists.Licht.Licht_an_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.032	warn	(24608) State "iqontrol.0.Lists.Steckdosen.Steckdosen_aus_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        iqontrol.0	2022-01-30 08:43:53.030	warn	(24608) State "iqontrol.0.Lists.Steckdosen.Steckdosen_an_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                        

                        EDIT: könntest Du beim nächsten Update eventuell glich noch "passende Namen" mit vergeben lassen ? Von mir aus könnte der Name auch genau so sein wie die ID. So sind die Datenpunkte in Blockly schwer auseinander zu halten, da dort in den Bausteinen immer nur der Name angezeigt wird.

                        Bildschirmfoto 2022-01-30 um 08.55.13.png

                        Bildschirmfoto 2022-01-30 um 08.57.53.png

                        EDIT2: Die TOTAL Liste kommt in der Sortierung wie im Selektor eingestellt. (Wert aufsteigend)

                        Bildschirmfoto 2022-01-30 um 09.04.02.png

                        Die anderen Listen sind alphabetisch, oder ?

                        Bildschirmfoto 2022-01-30 um 09.05.05.png

                        Bildschirmfoto 2022-01-30 um 09.05.30.png

                        Diese ist nach Wert aaufsteigend wie eingestellt
                        Bildschirmfoto 2022-01-30 um 09.07.06.png

                        Edit3: Hier mal ein Alexa Ansage Beispiel über die neue Liste

                        Temperaturenansage.m4a

                        s.bormannS 1 Antwort Letzte Antwort
                        0
                        • L Labersack

                          @s-bormann
                          Auch wenn ich mich nicht ständig zu Wort melde, so verfolge ich diesen Thread doch aufmerksam.
                          Wollte mal was loswerden:
                          Großes Lob an @s-bormann, du gehst auf sinnvolle Anfragen bereitwillig ein und bist echt sehr aktiv mit der Optimierung deines Adapters.

                          s.bormannS Offline
                          s.bormannS Offline
                          s.bormann
                          Most Active
                          schrieb am zuletzt editiert von
                          #6790

                          @labersack sagte in Test Adapter iQontrol 1.11.x Vis:

                          @s-bormann
                          Auch wenn ich mich nicht ständig zu Wort melde, so verfolge ich diesen Thread doch aufmerksam.
                          Wollte mal was loswerden:
                          Großes Lob an @s-bormann, du gehst auf sinnvolle Anfragen bereitwillig ein und bist echt sehr aktiv mit der Optimierung deines Adapters.

                          Vielen Dank für dieses nette Kompliment 🙂

                          1 Antwort Letzte Antwort
                          2
                          • V Offline
                            V Offline
                            vepman
                            schrieb am zuletzt editiert von
                            #6791

                            Hi,
                            ich such mir gerade nen Wolf, um Gerätename und Status in der Liste auszublenden.
                            Kann mir jemand mal einenTipp geben, wo das ist?
                            Mir fehlen nämlich noch ein paar Millimeter, um die Liste ohne Scrollen darzustellen.

                            dslraserD 1 Antwort Letzte Antwort
                            0
                            • dslraserD dslraser

                              @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                              a) Fix ist online.

                              Danke, läuft 👍 erstmal wieder. Ich werde weiter testen. Im Log werden einige Datenpunkte angemeckert.Das komische dabei, ich habe bisher nur für die Temperatur eine LIST_WITH_VALUESerstellt. Es werden also auch Datenpunkte angemeckert die ich noch gar nicht erstellt habe ?

                              iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.848	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_3.Anzahl_kleiner_gleich_2_5_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.708	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_kleiner_1_1_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.708	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.707	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.611	warn	(24608) State "iqontrol.0.Lists.Batterien_LOWBAT.Batterien_leer_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.571	warn	(24608) State "iqontrol.0.Lists.Batterien_LOWBAT.Batterien_voll_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.444	warn	(24608) State "iqontrol.0.Lists.Bewegungsmelder.Bewegungsmelder_inaktiv_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.443	warn	(24608) State "iqontrol.0.Lists.Bewegungsmelder.Bewegungsmelder_aktiv_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.363	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.362	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.362	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.235	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.231	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.229	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.129	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_teil_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.128	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_zu_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.124	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_auf_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.089	warn	(24608) State "iqontrol.0.Lists.Licht.Licht_aus_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.087	warn	(24608) State "iqontrol.0.Lists.Licht.Licht_an_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.032	warn	(24608) State "iqontrol.0.Lists.Steckdosen.Steckdosen_aus_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.030	warn	(24608) State "iqontrol.0.Lists.Steckdosen.Steckdosen_an_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              

                              EDIT: könntest Du beim nächsten Update eventuell glich noch "passende Namen" mit vergeben lassen ? Von mir aus könnte der Name auch genau so sein wie die ID. So sind die Datenpunkte in Blockly schwer auseinander zu halten, da dort in den Bausteinen immer nur der Name angezeigt wird.

                              Bildschirmfoto 2022-01-30 um 08.55.13.png

                              Bildschirmfoto 2022-01-30 um 08.57.53.png

                              EDIT2: Die TOTAL Liste kommt in der Sortierung wie im Selektor eingestellt. (Wert aufsteigend)

                              Bildschirmfoto 2022-01-30 um 09.04.02.png

                              Die anderen Listen sind alphabetisch, oder ?

                              Bildschirmfoto 2022-01-30 um 09.05.05.png

                              Bildschirmfoto 2022-01-30 um 09.05.30.png

                              Diese ist nach Wert aaufsteigend wie eingestellt
                              Bildschirmfoto 2022-01-30 um 09.07.06.png

                              Edit3: Hier mal ein Alexa Ansage Beispiel über die neue Liste

                              Temperaturenansage.m4a

                              s.bormannS Offline
                              s.bormannS Offline
                              s.bormann
                              Most Active
                              schrieb am zuletzt editiert von
                              #6792

                              @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

                              @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                              a) Fix ist online.

                              Danke, läuft 👍 erstmal wieder. Ich werde weiter testen. Im Log werden einige Datenpunkte angemeckert.Das komische dabei, ich habe bisher nur für die Temperatur eine LIST_WITH_VALUESerstellt. Es werden also auch Datenpunkte angemeckert die ich noch gar nicht erstellt habe ?

                              iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.848	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_3.Anzahl_kleiner_gleich_2_5_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.708	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_kleiner_1_1_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.708	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.707	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.611	warn	(24608) State "iqontrol.0.Lists.Batterien_LOWBAT.Batterien_leer_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.571	warn	(24608) State "iqontrol.0.Lists.Batterien_LOWBAT.Batterien_voll_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.444	warn	(24608) State "iqontrol.0.Lists.Bewegungsmelder.Bewegungsmelder_inaktiv_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.443	warn	(24608) State "iqontrol.0.Lists.Bewegungsmelder.Bewegungsmelder_aktiv_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.363	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.362	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.362	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.235	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.231	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.229	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.129	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_teil_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.128	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_zu_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.124	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_auf_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.089	warn	(24608) State "iqontrol.0.Lists.Licht.Licht_aus_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.087	warn	(24608) State "iqontrol.0.Lists.Licht.Licht_an_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.032	warn	(24608) State "iqontrol.0.Lists.Steckdosen.Steckdosen_aus_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              iqontrol.0	2022-01-30 08:43:53.030	warn	(24608) State "iqontrol.0.Lists.Steckdosen.Steckdosen_an_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                              

                              EDIT: könntest Du beim nächsten Update eventuell glich noch "passende Namen" mit vergeben lassen ? Von mir aus könnte der Name auch genau so sein wie die ID. So sind die Datenpunkte in Blockly schwer auseinander zu halten, da dort in den Bausteinen immer nur der Name angezeigt wird.

                              Bildschirmfoto 2022-01-30 um 08.55.13.png

                              Bildschirmfoto 2022-01-30 um 08.57.53.png

                              EDIT2: Die TOTAL Liste kommt in der Sortierung wie im Selektor eingestellt. (Wert aufsteigend)

                              Bildschirmfoto 2022-01-30 um 09.04.02.png

                              Die anderen Listen sind alphabetisch, oder ?

                              Bildschirmfoto 2022-01-30 um 09.05.05.png

                              Bildschirmfoto 2022-01-30 um 09.05.30.png

                              Diese ist nach Wert aaufsteigend wie eingestellt
                              Bildschirmfoto 2022-01-30 um 09.07.06.png

                              Edit3: Hier mal ein Alexa Ansage Beispiel über die neue Liste

                              Temperaturenansage.m4a

                              Hi,

                              • Der Fehler im Log ist korrigiert
                              • Das mit den Namen mache ich heute Abend
                              • Das mit der Sortierung schaue ich heute Abend auch noch mal an, muss jetzt erst mal weg. Ich glaube aber, dass ich die NAMES und PARENTNAMES-Listen immer nur alphabetisch sortieren lasse (am Anfang gabs ja nur sortieren nach ID, NAME oder PARENTNAME - und das machte ja auch nur in den Listen mit IDs sinn. Aber das neue "nach Wert sortieren" ist vermutlich auch in den NAME und PARENTNAME-Listen sinnvoll - müsste ich also noch ergänzen)
                              • Die Alexa-Ansage ist mega, das bau ich mir heute Abend auch nach 🙂

                              LG und bis später!

                              dslraserD 1 Antwort Letzte Antwort
                              1
                              • s.bormannS s.bormann

                                @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

                                @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                                a) Fix ist online.

                                Danke, läuft 👍 erstmal wieder. Ich werde weiter testen. Im Log werden einige Datenpunkte angemeckert.Das komische dabei, ich habe bisher nur für die Temperatur eine LIST_WITH_VALUESerstellt. Es werden also auch Datenpunkte angemeckert die ich noch gar nicht erstellt habe ?

                                iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:45:50.905	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.848	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_3.Anzahl_kleiner_gleich_2_5_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.708	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_kleiner_1_1_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.708	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_2_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.707	warn	(24608) State "iqontrol.0.Lists.Batterienliste_Volt_1_5.Anzahl_1_1_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.611	warn	(24608) State "iqontrol.0.Lists.Batterien_LOWBAT.Batterien_leer_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.571	warn	(24608) State "iqontrol.0.Lists.Batterien_LOWBAT.Batterien_voll_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.444	warn	(24608) State "iqontrol.0.Lists.Bewegungsmelder.Bewegungsmelder_inaktiv_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.443	warn	(24608) State "iqontrol.0.Lists.Bewegungsmelder.Bewegungsmelder_aktiv_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.363	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.362	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.362	warn	(24608) State "iqontrol.0.Lists.Tueren.Tueren_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.235	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_geschlossen_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.231	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_geoeffnet_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.229	warn	(24608) State "iqontrol.0.Lists.Fenster.Fenster_gekippt_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.129	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_teil_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.128	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_zu_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.124	warn	(24608) State "iqontrol.0.Lists.Rollos.Rollos_auf_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.089	warn	(24608) State "iqontrol.0.Lists.Licht.Licht_aus_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.087	warn	(24608) State "iqontrol.0.Lists.Licht.Licht_an_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.032	warn	(24608) State "iqontrol.0.Lists.Steckdosen.Steckdosen_aus_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                iqontrol.0	2022-01-30 08:43:53.030	warn	(24608) State "iqontrol.0.Lists.Steckdosen.Steckdosen_an_LIST_WITH_VALUES" has no existing object, this might lead to an error in future versions
                                

                                EDIT: könntest Du beim nächsten Update eventuell glich noch "passende Namen" mit vergeben lassen ? Von mir aus könnte der Name auch genau so sein wie die ID. So sind die Datenpunkte in Blockly schwer auseinander zu halten, da dort in den Bausteinen immer nur der Name angezeigt wird.

                                Bildschirmfoto 2022-01-30 um 08.55.13.png

                                Bildschirmfoto 2022-01-30 um 08.57.53.png

                                EDIT2: Die TOTAL Liste kommt in der Sortierung wie im Selektor eingestellt. (Wert aufsteigend)

                                Bildschirmfoto 2022-01-30 um 09.04.02.png

                                Die anderen Listen sind alphabetisch, oder ?

                                Bildschirmfoto 2022-01-30 um 09.05.05.png

                                Bildschirmfoto 2022-01-30 um 09.05.30.png

                                Diese ist nach Wert aaufsteigend wie eingestellt
                                Bildschirmfoto 2022-01-30 um 09.07.06.png

                                Edit3: Hier mal ein Alexa Ansage Beispiel über die neue Liste

                                Temperaturenansage.m4a

                                Hi,

                                • Der Fehler im Log ist korrigiert
                                • Das mit den Namen mache ich heute Abend
                                • Das mit der Sortierung schaue ich heute Abend auch noch mal an, muss jetzt erst mal weg. Ich glaube aber, dass ich die NAMES und PARENTNAMES-Listen immer nur alphabetisch sortieren lasse (am Anfang gabs ja nur sortieren nach ID, NAME oder PARENTNAME - und das machte ja auch nur in den Listen mit IDs sinn. Aber das neue "nach Wert sortieren" ist vermutlich auch in den NAME und PARENTNAME-Listen sinnvoll - müsste ich also noch ergänzen)
                                • Die Alexa-Ansage ist mega, das bau ich mir heute Abend auch nach 🙂

                                LG und bis später!

                                dslraserD Offline
                                dslraserD Offline
                                dslraser
                                Forum Testing Most Active
                                schrieb am zuletzt editiert von
                                #6793

                                @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                                Die Alexa-Ansage ist mega, das bau ich mir heute Abend auch nach

                                Kannst ja mal testen. Ich beschreibe später noch die Erstellung der nötigen Routine für die Ansage.

                                iQontrol_Listen_Ueberschrift_Telegram_EMAIL_ALEXA_Temperaturen.zip

                                1 Antwort Letzte Antwort
                                0
                                • V vepman

                                  Hi,
                                  ich such mir gerade nen Wolf, um Gerätename und Status in der Liste auszublenden.
                                  Kann mir jemand mal einenTipp geben, wo das ist?
                                  Mir fehlen nämlich noch ein paar Millimeter, um die Liste ohne Scrollen darzustellen.

                                  dslraserD Offline
                                  dslraserD Offline
                                  dslraser
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von
                                  #6794

                                  @vepman sagte in Test Adapter iQontrol 1.11.x Vis:

                                  Hi,
                                  ich such mir gerade nen Wolf, um Gerätename und Status in der Liste auszublenden.
                                  Kann mir jemand mal einenTipp geben, wo das ist?
                                  Mir fehlen nämlich noch ein paar Millimeter, um die Liste ohne Scrollen darzustellen.

                                  Ich weiß nicht was Du meinst ?

                                  V 1 Antwort Letzte Antwort
                                  0
                                  • dslraserD dslraser

                                    @vepman sagte in Test Adapter iQontrol 1.11.x Vis:

                                    Hi,
                                    ich such mir gerade nen Wolf, um Gerätename und Status in der Liste auszublenden.
                                    Kann mir jemand mal einenTipp geben, wo das ist?
                                    Mir fehlen nämlich noch ein paar Millimeter, um die Liste ohne Scrollen darzustellen.

                                    Ich weiß nicht was Du meinst ?

                                    V Offline
                                    V Offline
                                    vepman
                                    schrieb am zuletzt editiert von
                                    #6795

                                    @dslraser

                                    Hier:
                                    Bild 1.jpg

                                    dslraserD s.bormannS 2 Antworten Letzte Antwort
                                    0
                                    • V vepman

                                      @dslraser

                                      Hier:
                                      Bild 1.jpg

                                      dslraserD Offline
                                      dslraserD Offline
                                      dslraser
                                      Forum Testing Most Active
                                      schrieb am zuletzt editiert von
                                      #6796

                                      @vepman
                                      das ist die Überschrift, oder ? Ich habe da eine Verlinkung drinn

                                      Bildschirmfoto 2022-01-30 um 12.01.55.png

                                      V 1 Antwort Letzte Antwort
                                      0
                                      • dslraserD dslraser

                                        @vepman
                                        das ist die Überschrift, oder ? Ich habe da eine Verlinkung drinn

                                        Bildschirmfoto 2022-01-30 um 12.01.55.png

                                        V Offline
                                        V Offline
                                        vepman
                                        schrieb am zuletzt editiert von
                                        #6797

                                        @dslraser
                                        Nee. die habe ich auch:
                                        bild111.jpg

                                        dslraserD 2 Antworten Letzte Antwort
                                        0
                                        • V vepman

                                          @dslraser
                                          Nee. die habe ich auch:
                                          bild111.jpg

                                          dslraserD Offline
                                          dslraserD Offline
                                          dslraser
                                          Forum Testing Most Active
                                          schrieb am zuletzt editiert von
                                          #6798

                                          @vepman sagte in Test Adapter iQontrol 1.11.x Vis:

                                          @dslraser
                                          Nee. die habe ich auch:
                                          bild111.jpg

                                          Ah, Du bist aber hier....

                                          Bildschirmfoto 2022-01-30 um 12.08.33.png

                                          Da weiß ich es nicht.

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          725

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe