Skip to content
  • Home
  • 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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. JavaScript
  5. Script - Info über Datenpunkte sammeln

NEWS

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

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

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

Script - Info über Datenpunkte sammeln

Geplant Angeheftet Gesperrt Verschoben JavaScript
javascripttemplate
291 Beiträge 11 Kommentatoren 38.3k Aufrufe 17 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.
  • sigi234S sigi234

    @liv-in-sky

    Ja, bei mir werden nur 24 gezählt, habe aber lt. iot 221

    liv-in-skyL Offline
    liv-in-skyL Offline
    liv-in-sky
    schrieb am zuletzt editiert von
    #224

    @sigi234 leider muss ich kurz weg - bleibe aber dran - melde mich wieder

    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

    1 Antwort Letzte Antwort
    0
    • sigi234S sigi234

      @liv-in-sky

      Ja, bei mir werden nur 24 gezählt, habe aber lt. iot 221

      liv-in-skyL Offline
      liv-in-skyL Offline
      liv-in-sky
      schrieb am zuletzt editiert von liv-in-sky
      #225

      @sigi234 kannst du mir bitte noch den raw wert von
      javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.01Temperaturansage_Garten

      zur verfügung stellen

      nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

      sigi234S 1 Antwort Letzte Antwort
      0
      • liv-in-skyL liv-in-sky

        @sigi234 kannst du mir bitte noch den raw wert von
        javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.01Temperaturansage_Garten

        zur verfügung stellen

        sigi234S Online
        sigi234S Online
        sigi234
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #226

        @liv-in-sky sagte in Script - Info über Datenpunkte sammeln:

        @sigi234 kannst du mir bitte noch den raw wert von
        javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.01Temperaturansage_Garten

        zur verfügung stellen

        {
          "common": {
            "name": "Temperaturansage",
            "read": true,
            "write": true,
            "type": "boolean",
            "def": false,
            "role": "button",
            "unit": "",
            "smartName": "Temperatur Ansage Garten"
          },
          "native": {
            "name": "Temperaturansage",
            "read": true,
            "write": true,
            "type": "boolean",
            "def": false,
            "role": "button",
            "unit": "",
            "smartName": "Temperatur Ansage Garten"
          },
          "type": "state",
          "from": "system.adapter.javascript.0",
          "user": "system.user.admin",
          "ts": 1569840155744,
          "_id": "javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.01Temperaturansage_Garten",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          }
        }
        

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Immer Daten sichern!

        liv-in-skyL 1 Antwort Letzte Antwort
        0
        • liv-in-skyL Offline
          liv-in-skyL Offline
          liv-in-sky
          schrieb am zuletzt editiert von
          #227

          @apollon77

          sorry, dass ich dich hier reinziehe - ich hätte eine frage zur definition von common.smartName devices für den iot-adapter - habe keine definition auf git gefunden

          folgende versionen habe ich bis jetzt im raw gefunden

          • smartname : false
          • smartname : "garten"
          • smartname { type: "switch", de:"garten"}
          • smartname { de:"garten"}

          weiß nicht, ob es noch mehr geben könnte ?

          sind die alle korrekt ? oder gibt es welche, bei denen du sagst - die gehen garnicht ?

          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

          apollon77A T 2 Antworten Letzte Antwort
          0
          • sigi234S sigi234

            @liv-in-sky sagte in Script - Info über Datenpunkte sammeln:

            @sigi234 kannst du mir bitte noch den raw wert von
            javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.01Temperaturansage_Garten

            zur verfügung stellen

            {
              "common": {
                "name": "Temperaturansage",
                "read": true,
                "write": true,
                "type": "boolean",
                "def": false,
                "role": "button",
                "unit": "",
                "smartName": "Temperatur Ansage Garten"
              },
              "native": {
                "name": "Temperaturansage",
                "read": true,
                "write": true,
                "type": "boolean",
                "def": false,
                "role": "button",
                "unit": "",
                "smartName": "Temperatur Ansage Garten"
              },
              "type": "state",
              "from": "system.adapter.javascript.0",
              "user": "system.user.admin",
              "ts": 1569840155744,
              "_id": "javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.01Temperaturansage_Garten",
              "acl": {
                "object": 1636,
                "state": 1636,
                "owner": "system.user.admin",
                "ownerGroup": "system.group.administrator"
              }
            }
            
            liv-in-skyL Offline
            liv-in-skyL Offline
            liv-in-sky
            schrieb am zuletzt editiert von
            #228

            @sigi234 wenn du nochmal testen möchtest (erster post) - diese einzelne buchstaben suppe konnte ich nachstellen und vermeiden

            mal sehen, ob dann die duplicated auch weg sind

            nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

            sigi234S 1 Antwort Letzte Antwort
            0
            • liv-in-skyL liv-in-sky

              @sigi234 wenn du nochmal testen möchtest (erster post) - diese einzelne buchstaben suppe konnte ich nachstellen und vermeiden

              mal sehen, ob dann die duplicated auch weg sind

              sigi234S Online
              sigi234S Online
              sigi234
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #229

              @liv-in-sky sagte in Script - Info über Datenpunkte sammeln:

              @sigi234 wenn du nochmal testen möchtest (erster post) - diese einzelne buchstaben suppe konnte ich nachstellen und vermeiden

              mal sehen, ob dann die duplicated auch weg sind

              SMARTHOME DEFINITION  	SmartName Type-Definition  
                	Gesamtanzahl: 26 (check blacklist!)  
                	  
              all existing SmartNames  	Anzahl: 10  
                	  
              smartName  	hue motion temperatur  
              smartName  	Batterie betrieben Küche  
              smartName  	Luftfeuchtigkeit Bad  
              Duplicate  	ID: javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Vicki  
              smartName  	Vicki  
              Duplicate  	ID: javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Hans  
              smartName  	Hans  
              Duplicate  	ID: javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Conchita  
              smartName  	Conchita  
              Duplicate  	ID: javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Alexa  
              smartName  	Alexa  
              smartName  	Conchita  
              smartName  	Vicki  
              smartName  	Hans  
              smartName  	Alexa  
              smartName  	08Fensteransage  
                	  
              all ID's with Smart Definition  	  
                	  
                	  
              node-red.0.hue-motion-temperatur  	SmartType: THERMOSTAT  
                	de: hue motion temperatur  
                	  
              node-red.0.hue-motion-haus  	SmartType: ACTIVITY_TRIGGER  
                	de: Batterie betrieben Küche  
                	  
              node-red.0.hue-motion-battery  	SmartType: ACTIVITY_TRIGGER  
                	  
              hm-rpc.1.BidCoS-RF.10.LEVEL  	no Type available  
                	not defined  
                	  
              hm-rpc.1.BidCoS-RF.1.LEVEL  	no Type available  
                	not defined  
                	  
              alexa2.0.Echo-Devices.G090LF1182231CD6.Reminder.New  	SmartType: ACTIVITY_TRIGGER  
                	  
              alexa2.0.Echo-Devices.G090LF1182231CD6.Player.volume  	SmartType: ACTIVITY_TRIGGER  
                	  
              alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak-volume  	SmartType: ACTIVITY_TRIGGER  
                	  
              alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.doNotDisturb  	SmartType: ACTIVITY_TRIGGER  
                	  
              alexa2.0.Echo-Devices.G090LF1182231CD6.Alarm.New  	SmartType: ACTIVITY_TRIGGER  
                	  
              javascript.0.Muellwarnung.Restmüll  	no Type available  
                	not defined  
                	  
              javascript.0.Muellwarnung.Gelber Sack  	no Type available  
                	not defined  
                	  
              javascript.0.Muellwarnung.Biotonne  	no Type available  
                	not defined  
                	  
              javascript.0.Muellwarnung.Altpapiertonne  	no Type available  
                	not defined  
                	  
              javascript.0.Eigene_Datenpunkte.Alexa2Ansagen.Luftfeuchttigkeit.Bad  	SmartType: SWITCH  
                	de: Luftfeuchtigkeit Bad  
                	  
              javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Vicki  	SmartType: SWITCH  
                	de: Vicki  
                	de: Duplicate Smart Definition  
                	  
              javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Hans  	SmartType: SWITCH  
                	de: Hans  
                	de: Duplicate Smart Definition  
                	  
              javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Conchita  	SmartType: SWITCH  
                	de: Conchita  
                	de: Duplicate Smart Definition  
                	  
              javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Alexa  	SmartType: SWITCH  
                	de: Alexa  
                	de: Duplicate Smart Definition  
                	  
              javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Temperaturen.Gartentemperatur  	no Type available  
                	not defined  
                	  
              javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.04Conchita  	SmartType: SWITCH  
                	de: Conchita  
                	  
              javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.03Vicki  	SmartType: SWITCH  
                	de: Vicki  
                	  
              javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.02Hans  	SmartType: SWITCH  
                	de: Hans  
                	  
              javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.01Alexa  	SmartType: SWITCH  
                	de: Alexa  
                	  
              javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.08Fensteransage  	SmartType: SWITCH  
                	de: 08Fensteransage  
                	  
              javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.01Temperaturansage_Garten  	no Type available  
                	23: n  
                	22: e  
                	21: t  
                	20: r  
                	19: a  
                	18: G  
                	17:   
                	16: e  
                	15: g  
                	14: a  
                	13: s  
                	12: n  
                	11: A  
                	10:   
                	9: r  
                	8: u  
                	7: t  
                	6: a  
                	5: r  
                	4: e  
                	3: p  
                	2: m  
                	1: e  
                	0: T  
              =========================================  	============================================
              

              Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Immer Daten sichern!

              1 Antwort Letzte Antwort
              0
              • liv-in-skyL liv-in-sky

                hat noch jmd lust zu testen - im ersten post ist ein neues script . es sind die smart devices integriert worden. dafür gibt es einen neuen schalter-datenpunkt: "javascript.0.ProofingDatapoints.SmartHomeAnalyse"

                beispiel (mit duplicate smartName):

                Image 2.png

                • in diesem beispiel ist der ordner eigene_datenpunkte.0 in der blacklist eingetragen worden- dadurch werden nur 9 smart-definitions angezeigt
                • durch das kopieren eines anderen scriptes in eine andere javainstanz wurden jedoch datenpunkte angelegt, die dann doppelt vorkommen - sollte so nicht vorkommen !
                • bei dieser analyse werden automatisch alle datenpunkte im system geprüft - braucht etwas zeit
                ? Offline
                ? Offline
                Ein ehemaliger Benutzer
                schrieb am zuletzt editiert von
                #230

                @liv-in-sky Hi, hab diese Version jetzt auch getestet, läuft !
                Die Idee mit den Smarthome Devices ist sehr gut, hat hier auch alles gefunden.. denke ich.. hab nicht alle gezählt, sind um die 100 oder so..

                Monstersuche habe ich hier noch nicht ausprobiert, kommt die Tage..

                Vielen Dank!

                liv-in-skyL 1 Antwort Letzte Antwort
                0
                • ? Ein ehemaliger Benutzer

                  @liv-in-sky Hi, hab diese Version jetzt auch getestet, läuft !
                  Die Idee mit den Smarthome Devices ist sehr gut, hat hier auch alles gefunden.. denke ich.. hab nicht alle gezählt, sind um die 100 oder so..

                  Monstersuche habe ich hier noch nicht ausprobiert, kommt die Tage..

                  Vielen Dank!

                  liv-in-skyL Offline
                  liv-in-skyL Offline
                  liv-in-sky
                  schrieb am zuletzt editiert von
                  #231

                  @ilovegym danke für' s mittesten - die monstersuche musst du speziell freischalten ( https://forum.iobroker.net/post/319651 ) - ist momentan deaktiviert - habe es aber gerade bei mir probiert - funktionierte :-) - monster-lang im output (bei ca 10000 objekten)

                  =========================================  	============================================  
                  BLACKLIST WERTE  	  
                    	  
                  BlackList Entry0  	hue.0  
                  =========================================  	============================================  
                    	  
                  OBJECTE IN GEPRÜFTEN INSTANZEN  	Anzahl  
                    	  
                  Gesamt geprüfte Objekte In Instanzen  	9892  
                  web.1  	1  
                  web.0  	1  
                  vis.0  	19  
                  tr-064-community.0  	91  
                  text2command.0  	3  
                  terminal.0  	0  
                  telegram.1  	11  
                  telegram.0  	11  
                  sql.0  	1  
                  sonoff.0  	287  
                  socketio.0  	1  
                  simple-api.0  	0  
                  scenes.0  	0  
                  sayit.0  	6  
                  pushover.0  	0  
                  pushbullet.1  	4  
                  pushbullet.0  	4  
                  proxmox.0  	228  
                  pollenflug.0  	219  
                  plex.0  	456  
                  ping.0  	30  
                  pi-hole.0  	61  
                  paw.0  	0  
                  openweathermap.0  	100  
                  node-red.0  	5  
                  mpd.0  	123  
                  mihome.0  	30  
                  meross.0  	8  
                  mclighting.2  	12  
                  mclighting.1  	17  
                  mclighting.0  	17  
                  js2fs.0  	0  
                  javascript.2  	1656  
                  javascript.1  	1487  
                  javascript.0  	1153  
                  iqontrol.0  	419  
                  iot.0  	19  
                  info.0  	205  
                  ical.2  	203  
                  ical.1  	19  
                  ical.0  	28  
                  fullybrowser.0  	200  
                  fullcalendar.0  	2  
                  fritzdect.1  	39  
                  fritzdect.0  	45  
                  email.0  	0  
                  dwd.0  	30  
                  devices.0  	0  
                  daswetter.0  	944  
                  countdown.0  	86  
                  cloud.0  	12  
                  broadlink2.0  	116  
                  backitup.0  	11  
                  amazon-dash.0  	21  
                  alexa2.0  	1445  
                  admin.0  	6  
                  =========================================  	============================================  
                    	  
                  DP-ANALYSE IN TYPE-CONFIG  	ist common.type richhtig definiert ?  
                    	  
                  markierte common.type-Werte der Instanz  	web.1  
                  ID + IST-WERT  	SOLL-WERT  
                  web.1.connected: string  	missing DP-OBEJCT !!  
                    	  
                  markierte common.type-Werte der Instanz  	web.0  
                  ID + IST-WERT  	SOLL-WERT  
                  web.0.connected: string  	missing DP-OBEJCT !!  
                    	  
                  markierte common.type-Werte der Instanz  	vis.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	tr-064-community.0  
                  ID + IST-WERT  	SOLL-WERT  
                  tr-064-community.0.states.ab: string  	boolean  
                  tr-064-community.0.callmonitor.outbound.extension: string  	number  
                  tr-064-community.0.callmonitor.outbound.caller: string  	number  
                  tr-064-community.0.callmonitor.lastCall.extension: string  	number  
                  tr-064-community.0.callmonitor.lastCall.callee: string  	number  
                  tr-064-community.0.callmonitor.inbound.callee: string  	number  
                  tr-064-community.0.callmonitor.connect.extension: string  	number  
                  tr-064-community.0.callmonitor.connect.callee: string  	number  
                    	  
                  markierte common.type-Werte der Instanz  	text2command.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	terminal.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	telegram.1  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	telegram.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	sql.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	sonoff.0  
                  ID + IST-WERT  	SOLL-WERT  
                  sonoff.0.WemosTasmotaMov1.Wifi_Channel: number  	array  
                  sonoff.0.SonoffS26.Wifi_Channel: number  	array  
                  sonoff.0.SonoffPow3.Wifi_Channel: number  	array  
                  sonoff.0.SonoffPow3.ENERGY_TotalStartTime: string  	number  
                  sonoff.0.SonoffPow2.Wifi_Channel: number  	array  
                  sonoff.0.SonoffPow2.ENERGY_TotalStartTime: string  	number  
                  sonoff.0.SonoffPow1.Wifi_Channel: number  	array  
                  sonoff.0.SonoffPow1.ENERGY_TotalStartTime: string  	number  
                  sonoff.0.Sonoff8.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff7.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff6.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff5.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff4.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff18.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff17.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff16.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff15.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff15.TempUnit: string  	number  
                  sonoff.0.Sonoff14.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff13.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff12.Wifi_Channel: number  	array  
                  sonoff.0.Sonoff11.Wifi_Channel: number  	array  
                  sonoff.0.ShellyWC.Wifi_Channel: number  	array  
                  sonoff.0.MCUTasmotaMov1.Wifi_Channel: number  	array  
                    	  
                  markierte common.type-Werte der Instanz  	socketio.0  
                  ID + IST-WERT  	SOLL-WERT  
                  socketio.0.connected: string  	missing DP-OBEJCT !!  
                    	  
                  markierte common.type-Werte der Instanz  	simple-api.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	scenes.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	sayit.0  
                  ID + IST-WERT  	SOLL-WERT  
                  sayit.0.tts.mp3: undefined  	file  
                  sayit.0.tts.mp3  	ACHTUNG common.type falsch: file  
                    	  
                  markierte common.type-Werte der Instanz  	pushover.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	pushbullet.1  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	pushbullet.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	proxmox.0  
                  ID + IST-WERT  	SOLL-WERT  
                  proxmox.0.lxc_sqltulla.pid: string  	number  
                  proxmox.0.lxc_pi-hole.pid: string  	number  
                  proxmox.0.lxc_iobroker59.pid: string  	number  
                  proxmox.0.lxc_NAS-FILE-Server.pid: string  	number  
                    	  
                  markierte common.type-Werte der Instanz  	pollenflug.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	plex.0  
                  ID + IST-WERT  	SOLL-WERT  
                  plex.0.playlists.teachers-mörderischerhotdads3f10.ratingKey: string  	number  
                    	  
                  markierte common.type-Werte der Instanz  	ping.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	pi-hole.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	paw.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	openweathermap.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	node-red.0  
                  ID + IST-WERT  	SOLL-WERT  
                  node-red.0.sonoff.0.Sonoff16.BH1750_Illuminance  	ACHTUNG common.type falsch: state  
                  node-red.0.sonoff.0.Sonoff15.AM2301_Temperature  	ACHTUNG common.type falsch: state  
                  node-red.0.plex.0._playing.aftt-c6a8419cb4dc8e6b-com-plexapp-android.Metadata.file.path  	ACHTUNG common.type falsch: state  
                  node-red.0.fritzdect.1.Comet_119590537608.targettemp  	ACHTUNG common.type falsch: state  
                  node-red.0.alexa2.0.History.summary  	ACHTUNG common.type falsch: state  
                    	  
                  markierte common.type-Werte der Instanz  	mpd.0  
                  ID + IST-WERT  	SOLL-WERT  
                  mpd.0.xfade  	ACHTUNG common.type falsch: state  
                  mpd.0.volume: string  	number  
                  mpd.0.uptime: string  	state  
                  mpd.0.uptime  	ACHTUNG common.type falsch: state  
                  mpd.0.updating_db  	ACHTUNG common.type falsch: state  
                  mpd.0.track  	ACHTUNG common.type falsch: state  
                  mpd.0.time: string  	state  
                  mpd.0.time  	ACHTUNG common.type falsch: state  
                  mpd.0.songs: string  	state  
                  mpd.0.songs  	ACHTUNG common.type falsch: state  
                  mpd.0.songid: string  	state  
                  mpd.0.songid  	ACHTUNG common.type falsch: state  
                  mpd.0.song: string  	number  
                  mpd.0.single: string  	state  
                  mpd.0.single  	ACHTUNG common.type falsch: state  
                  mpd.0.setvol  	ACHTUNG common.type falsch: integer  
                  mpd.0.seekid  	ACHTUNG common.type falsch: integer  
                  mpd.0.seek: string  	number  
                  mpd.0.pos: string  	number  
                  mpd.0.playtime: string  	state  
                  mpd.0.playtime  	ACHTUNG common.type falsch: state  
                  mpd.0.playlistlength: string  	state  
                  mpd.0.playlistlength  	ACHTUNG common.type falsch: state  
                  mpd.0.playid  	ACHTUNG common.type falsch: integer  
                  mpd.0.performer  	ACHTUNG common.type falsch: state  
                  mpd.0.nextsongid: string  	state  
                  mpd.0.nextsongid  	ACHTUNG common.type falsch: state  
                  mpd.0.nextsong: string  	state  
                  mpd.0.nextsong  	ACHTUNG common.type falsch: state  
                  mpd.0.name: string  	state  
                  mpd.0.name  	ACHTUNG common.type falsch: state  
                  mpd.0.mixrampdelay  	ACHTUNG common.type falsch: state  
                  mpd.0.mixrampdb: string  	state  
                  mpd.0.mixrampdb  	ACHTUNG common.type falsch: state  
                  mpd.0.last-modified  	ACHTUNG common.type falsch: state  
                  mpd.0.id: string  	number  
                  mpd.0.error  	ACHTUNG common.type falsch: state  
                  mpd.0.elapsed: string  	number  
                  mpd.0.disc  	ACHTUNG common.type falsch: state  
                  mpd.0.db_update: string  	state  
                  mpd.0.db_update  	ACHTUNG common.type falsch: state  
                  mpd.0.db_playtime: string  	state  
                  mpd.0.db_playtime  	ACHTUNG common.type falsch: state  
                  mpd.0.crossfade  	ACHTUNG common.type falsch: integer  
                  mpd.0.consume: string  	state  
                  mpd.0.consume  	ACHTUNG common.type falsch: state  
                  mpd.0.composer  	ACHTUNG common.type falsch: state  
                  mpd.0.bitrate: string  	number  
                  mpd.0.audio: string  	state  
                  mpd.0.audio  	ACHTUNG common.type falsch: state  
                  mpd.0.artists: string  	state  
                  mpd.0.artists  	ACHTUNG common.type falsch: state  
                  mpd.0.albums: string  	state  
                  mpd.0.albums  	ACHTUNG common.type falsch: state  
                    	  
                  markierte common.type-Werte der Instanz  	mihome.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	meross.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	mclighting.2  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	mclighting.1  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	mclighting.0  
                  ID + IST-WERT  	SOLL-WERT  
                  mclighting.0.list_modes: string  	array  
                    	  
                  markierte common.type-Werte der Instanz  	js2fs.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	javascript.2  
                  ID + IST-WERT  	SOLL-WERT  
                  javascript.2.WLANUnifi.APInfo.SpeedTest.Latency: string  	number  
                    	  
                  markierte common.type-Werte der Instanz  	javascript.1  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	javascript.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	iqontrol.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	iot.0  
                  ID + IST-WERT  	SOLL-WERT  
                  iot.0.smart.lastCommand: boolean  	string  
                    	  
                  markierte common.type-Werte der Instanz  	info.0  
                  ID + IST-WERT  	SOLL-WERT  
                  info.0.sysinfo.disks.fsSize.fs0.used_hist: string  	array  
                  info.0.sysinfo.cpu.temperature.cores: object  	array  
                  info.0.sysinfo.cpu.currentspeed.coresSpeed: object  	array  
                    	  
                  markierte common.type-Werte der Instanz  	ical.2  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	ical.1  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	ical.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	fullybrowser.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	fullcalendar.0  
                  ID + IST-WERT  	SOLL-WERT  
                  fullcalendar.0.info.lastEvent  	ACHTUNG common.type falsch: json  
                  fullcalendar.0.info.lastConfiguredEvent  	ACHTUNG common.type falsch: json  
                    	  
                  markierte common.type-Werte der Instanz  	fritzdect.1  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	fritzdect.0  
                  ID + IST-WERT  	SOLL-WERT  
                  fritzdect.0.Comet_119590404152.battery: string  	number  
                  fritzdect.0.Comet_119590311304.battery: string  	number  
                    	  
                  markierte common.type-Werte der Instanz  	email.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	dwd.0  
                  ID + IST-WERT  	SOLL-WERT  
                  dwd.0.warning2.map: string  	missing DP-OBEJCT !!  
                  dwd.0.warning2.end  	ACHTUNG common.type falsch: datetime  
                  dwd.0.warning2.begin  	ACHTUNG common.type falsch: datetime  
                  dwd.0.warning1.map: string  	missing DP-OBEJCT !!  
                  dwd.0.warning1.end  	ACHTUNG common.type falsch: datetime  
                  dwd.0.warning1.begin  	ACHTUNG common.type falsch: datetime  
                    	  
                  markierte common.type-Werte der Instanz  	devices.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	daswetter.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	countdown.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	cloud.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	broadlink2.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	backitup.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	amazon-dash.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	alexa2.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  markierte common.type-Werte der Instanz  	admin.0  
                  ID + IST-WERT  	SOLL-WERT  
                    	  
                  =========================================  	============================================  
                    	  
                  ANALYSE WERTE PRO INSTANZ  	MultiState-Check, zeitliche Angaben  
                    	  
                    	  
                  markierte Werte der Instanz  	web.1  
                  web.1.connected: string  	missing DP-OBEJCT !!  
                    	  
                  markierte Werte der Instanz  	web.0  
                  web.0.connected: string  	missing DP-OBEJCT !!  
                    	  
                  markierte Werte der Instanz  	vis.0  
                  vis.0.datapoints.win  	not used & created at: NaNd NaNh NaNm  
                  vis.0.datapoints.te_tbinding_  	not used & created at: NaNd NaNh NaNm  
                  vis.0.datapoints.te_tb  	not used & created at: NaNd NaNh NaNm  
                  vis.0.datapoints.echo  	not used & created at: NaNd NaNh NaNm  
                  vis.0.control.command  	ACHTUNG Multistate wrong Def. - missing states.type  
                  vis.0.command  	not used & created at: 652d 5h 13m  
                    	  
                  markierte Werte der Instanz  	tr-064-community.0  
                  tr-064-community.0.states.wps  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.wlanGuestPassword  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.wlan50Password  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.wlan24Password  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.wlan  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.ring  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.reconnectInternet  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.commandResult  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.command  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.callmonitor.ringing  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.states.abIndex  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.callmonitor.toPauseState-3  	not used & created at: NaNd NaNh NaNm  
                  tr-064-community.0.calllists.htmlTemplate.htmlTemplate  	not used & created at: NaNd NaNh NaNm  
                    	  
                  markierte Werte der Instanz  	text2command.0  
                  text2command.0.text  	not used & created at: 74d 0h 20m  
                  text2command.0.response  	not used & created at: 74d 0h 20m  
                  text2command.0.error  	not used & created at: 74d 0h 20m  
                    	  
                  markierte Werte der Instanz  	terminal.0  
                    	  
                  markierte Werte der Instanz  	telegram.1  
                  telegram.1.communicate.requestRaw  	not used & created at: 78d 0h 51m  
                    	  
                  markierte Werte der Instanz  	telegram.0  
                  telegram.0.communicate.requestRaw  	not used & created at: 79d 3h 6m  
                    	  
                  markierte Werte der Instanz  	sql.0  
                    	  
                  markierte Werte der Instanz  	sonoff.0  
                  sonoff.0.Sonoff11.POWER  	not used & created at: 13d 8h 33m  
                  sonoff.0.KingArtTouchT2.POWER  	not used & created at: 13d 8h 33m  
                    	  
                  markierte Werte der Instanz  	socketio.0  
                  socketio.0.connected: string  	missing DP-OBEJCT !!  
                    	  
                  markierte Werte der Instanz  	simple-api.0  
                    	  
                  markierte Werte der Instanz  	scenes.0  
                    	  
                  markierte Werte der Instanz  	sayit.0  
                  sayit.0.tts.clearQueue  	not used & created at: 114d 4h 51m  
                  sayit.0.tts.cachetext  	not used & created at: 151d 8h 46m  
                    	  
                  markierte Werte der Instanz  	pushover.0  
                    	  
                  markierte Werte der Instanz  	pushbullet.1  
                  pushbullet.1.push.type  	not used & created at: 0d 2h 50m  
                  pushbullet.1.push.title  	not used & created at: 0d 2h 50m  
                  pushbullet.1.push.payload  	not used & created at: 0d 2h 50m  
                  pushbullet.1.push.message  	not used & created at: 0d 2h 50m  
                    	  
                  markierte Werte der Instanz  	pushbullet.0  
                  pushbullet.0.push.type  	not used & created at: 0d 2h 50m  
                  pushbullet.0.push.title  	not used & created at: 0d 2h 50m  
                  pushbullet.0.push.payload  	not used & created at: 0d 2h 50m  
                  pushbullet.0.push.message  	not used & created at: 0d 2h 50m  
                    	  
                  markierte Werte der Instanz  	proxmox.0  
                  proxmox.0.qemu_io-installiert-bkp.pid  	not used & created at: 104d 3h 37m  
                  proxmox.0.qemu_UbuntuServer.pid  	not used & created at: 63d 1h 59m  
                  proxmox.0.qemu_IOBROKER-Fixer.pid  	not used & created at: 104d 3h 37m  
                  proxmox.0.qemu_IOBROKER-Active.pid  	not used & created at: 104d 3h 37m  
                  proxmox.0.node_beelink.status  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.uptime  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.type  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.status  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.netout  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.netin  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.mem_lev  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.mem  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.maxmem  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.maxdisk  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.diskwrite  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.cpus  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_pi-hole-ip.cpu  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.uptime  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.type  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.status  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.netout  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.netin  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.mem_lev  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.mem  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.maxmem  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.maxdisk  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.diskwrite  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.cpus  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_crunchip.cpu  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.uptime  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.type  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.status  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.pid  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.netout  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.netin  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.mem_lev  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.mem  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.maxmem  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.maxdisk  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.diskwrite  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.cpus  	not used & created at: 104d 3h 37m  
                  proxmox.0.lxc_PLEX.cpu  	not used & created at: 104d 3h 37m  
                    	  
                  markierte Werte der Instanz  	pollenflug.0  
                  pollenflug.0.info.dayaftertomorrow  	not used & created at: 255d 10h 15m  
                    	  
                  markierte Werte der Instanz  	plex.0  
                  plex.0.info  	not used & created at: 15d 4h 43m  
                  plex.0.events  	not used & created at: 15d 4h 41m  
                  plex.0._playing.aftt-c6a8419cb4dc8e6b-com-plexapp-android.Metadata.updatedAt  	not used & created at: 15d 4h 41m  
                    	  
                  markierte Werte der Instanz  	ping.0  
                    	  
                  markierte Werte der Instanz  	pi-hole.0  
                  pi-hole.0.deactPiHoleTime  	not used & created at: 6d 11h 24m  
                  pi-hole.0.actPiHole  	not used & created at: 6d 11h 24m  
                    	  
                  markierte Werte der Instanz  	paw.0  
                    	  
                  markierte Werte der Instanz  	openweathermap.0  
                  openweathermap.0.forecast.day5.precipitationRain  	not used & created at: 228d 9h 35m  
                  openweathermap.0.forecast.day4.precipitationRain  	not used & created at: 228d 9h 35m  
                  openweathermap.0.forecast.day3.precipitationRain  	not used & created at: 228d 9h 35m  
                  openweathermap.0.forecast.day2.precipitationRain  	not used & created at: 228d 9h 35m  
                  openweathermap.0.forecast.day1.precipitationRain  	not used & created at: 228d 9h 35m  
                  openweathermap.0.forecast.day0.precipitationRain  	not used & created at: 228d 9h 35m  
                  openweathermap.0.forecast.current.precipitationSnow  	not used & created at: 228d 9h 35m  
                  openweathermap.0.forecast.current.precipitationRain  	not used & created at: 228d 9h 34m  
                  openweathermap.0.forecast.current.precipitation  	not used & created at: 228d 9h 34m  
                    	  
                  markierte Werte der Instanz  	node-red.0  
                  node-red.0.sonoff.0.Sonoff16.BH1750_Illuminance  	not used & created at: 15d 5h 58m  
                  node-red.0.sonoff.0.Sonoff15.AM2301_Temperature  	not used & created at: 15d 5h 58m  
                  node-red.0.plex.0._playing.aftt-c6a8419cb4dc8e6b-com-plexapp-android.Metadata.file.path  	not used & created at: 15d 4h 45m  
                  node-red.0.fritzdect.1.Comet_119590537608.targettemp  	not used & created at: 14d 14h 22m  
                  node-red.0.alexa2.0.History.summary  	not used & created at: 23d 10h 27m  
                    	  
                  markierte Werte der Instanz  	mpd.0  
                  mpd.0.updating_db  	not used & created at: 706d 4h 5m  
                  mpd.0.update  	not used & created at: 706d 4h 5m  
                  mpd.0.unmount  	not used & created at: 706d 4h 5m  
                  mpd.0.track  	not used & created at: 706d 4h 5m  
                  mpd.0.toggleoutput  	not used & created at: 706d 4h 5m  
                  mpd.0.swapid  	not used & created at: 706d 4h 5m  
                  mpd.0.swap  	not used & created at: 706d 4h 5m  
                  mpd.0.sticker_set  	not used & created at: 706d 4h 5m  
                  mpd.0.sticker_list  	not used & created at: 706d 4h 5m  
                  mpd.0.sticker_get  	not used & created at: 706d 4h 5m  
                  mpd.0.sticker_find  	not used & created at: 706d 4h 5m  
                  mpd.0.sticker_delete  	not used & created at: 706d 4h 5m  
                  mpd.0.shuffle  	not used & created at: 706d 4h 5m  
                  mpd.0.setvol  	not used & created at: 706d 4h 5m  
                  mpd.0.seekid  	not used & created at: 706d 4h 5m  
                  mpd.0.seekcur  	not used & created at: 706d 4h 5m  
                  mpd.0.searchaddpl  	not used & created at: 706d 4h 5m  
                  mpd.0.searchadd  	not used & created at: 706d 4h 5m  
                  mpd.0.search  	not used & created at: 706d 4h 5m  
                  mpd.0.say  	not used & created at: 706d 4h 5m  
                  mpd.0.save  	not used & created at: 706d 4h 5m  
                  mpd.0.rm  	not used & created at: 706d 4h 5m  
                  mpd.0.rescan  	not used & created at: 706d 4h 5m  
                  mpd.0.replay_gain_status  	not used & created at: 706d 4h 5m  
                  mpd.0.replay_gain_mode  	not used & created at: 706d 4h 5m  
                  mpd.0.rename  	not used & created at: 706d 4h 5m  
                  mpd.0.readcomments  	not used & created at: 706d 4h 5m  
                  mpd.0.rangeid  	not used & created at: 706d 4h 5m  
                  mpd.0.prioid  	not used & created at: 706d 4h 5m  
                  mpd.0.prio  	not used & created at: 706d 4h 5m  
                  mpd.0.previous  	not used & created at: 706d 4h 5m  
                  mpd.0.plchangesposid  	not used & created at: 706d 4h 5m  
                  mpd.0.plchanges  	not used & created at: 706d 4h 5m  
                  mpd.0.playlistsearch  	not used & created at: 706d 4h 5m  
                  mpd.0.playlistmove  	not used & created at: 706d 4h 5m  
                  mpd.0.playlistinfo  	not used & created at: 706d 4h 5m  
                  mpd.0.playlistid  	not used & created at: 706d 4h 5m  
                  mpd.0.playlistfind  	not used & created at: 706d 4h 5m  
                  mpd.0.playlistdelete  	not used & created at: 706d 4h 5m  
                  mpd.0.playlistclear  	not used & created at: 706d 4h 5m  
                  mpd.0.playlistadd  	not used & created at: 706d 4h 5m  
                  mpd.0.playid  	not used & created at: 706d 4h 5m  
                  mpd.0.performer  	not used & created at: 706d 4h 5m  
                  mpd.0.outputs  	not used & created at: 706d 4h 5m  
                  mpd.0.mute  	not used & created at: 706d 4h 5m  
                  mpd.0.moveid  	not used & created at: 706d 4h 5m  
                  mpd.0.move  	not used & created at: 706d 4h 5m  
                  mpd.0.mount  	not used & created at: 706d 4h 5m  
                  mpd.0.mixrampdelay  	not used & created at: 706d 4h 5m  
                  mpd.0.lsinfo  	not used & created at: 706d 4h 5m  
                  mpd.0.listplaylistinfo  	not used & created at: 706d 4h 5m  
                  mpd.0.listplaylist  	not used & created at: 706d 4h 5m  
                  mpd.0.listneighbors  	not used & created at: 706d 4h 5m  
                  mpd.0.listmounts  	not used & created at: 706d 4h 5m  
                  mpd.0.listfiles  	not used & created at: 706d 4h 5m  
                  mpd.0.listallinfo  	not used & created at: 706d 4h 5m  
                  mpd.0.listall  	not used & created at: 706d 4h 5m  
                  mpd.0.list  	not used & created at: 706d 4h 5m  
                  mpd.0.last-modified  	not used & created at: 706d 4h 5m  
                  mpd.0.genre  	not used & created at: 706d 4h 5m  
                  mpd.0.findadd  	not used & created at: 706d 4h 5m  
                  mpd.0.find  	not used & created at: 706d 4h 5m  
                  mpd.0.error  	not used & created at: 706d 4h 5m  
                  mpd.0.enableoutput  	not used & created at: 706d 4h 5m  
                  mpd.0.disc  	not used & created at: 706d 4h 5m  
                  mpd.0.disableoutput  	not used & created at: 706d 4h 5m  
                  mpd.0.deleteid  	not used & created at: 706d 4h 5m  
                  mpd.0.delete  	not used & created at: 706d 4h 5m  
                  mpd.0.date  	not used & created at: 706d 4h 5m  
                  mpd.0.crossfade  	not used & created at: 706d 4h 5m  
                  mpd.0.count  	not used & created at: 706d 4h 5m  
                  mpd.0.composer  	not used & created at: 706d 4h 5m  
                  mpd.0.cleartagid  	not used & created at: 706d 4h 5m  
                  mpd.0.artist  	not used & created at: 706d 4h 5m  
                  mpd.0.albumartist  	not used & created at: 706d 4h 5m  
                  mpd.0.album  	not used & created at: 706d 4h 5m  
                  mpd.0.addtagid  	not used & created at: 706d 4h 5m  
                  mpd.0.addplay  	not used & created at: 706d 4h 5m  
                  mpd.0.addid  	not used & created at: 706d 4h 5m  
                  mpd.0.add  	not used & created at: 706d 4h 5m  
                    	  
                  markierte Werte der Instanz  	mihome.0  
                  mihome.0.devices.switch_158d0001d8e30e.long  	not used & created at: 591d 8h 12m  
                  mihome.0.devices.switch_158d0001d8e30e.double  	not used & created at: 591d 8h 12m  
                  mihome.0.devices.gateway_7811dcb7b330.volume  	not used & created at: 591d 8h 12m  
                  mihome.0.devices.gateway_7811dcb7b330.mid  	not used & created at: 591d 8h 12m  
                    	  
                  markierte Werte der Instanz  	meross.0  
                    	  
                  markierte Werte der Instanz  	mclighting.2  
                  mclighting.2.speed  	not used & created at: 11d 10h 28m  
                  mclighting.2.power  	not used & created at: 11d 10h 28m  
                  mclighting.2.mode  	not used & created at: 11d 10h 28m  
                  mclighting.2.list_modes  	not used & created at: 11d 10h 28m  
                  mclighting.2.info.connection  	not used & created at: 11d 10h 28m  
                  mclighting.2.fx_mode_name  	not used & created at: 11d 10h 28m  
                  mclighting.2.fx_mode  	not used & created at: 11d 10h 28m  
                  mclighting.2.color_R  	not used & created at: 11d 10h 28m  
                  mclighting.2.color_G  	not used & created at: 11d 10h 28m  
                  mclighting.2.color_B  	not used & created at: 11d 10h 28m  
                  mclighting.2.color  	not used & created at: 11d 10h 28m  
                  mclighting.2.brightness  	not used & created at: 11d 10h 28m  
                    	  
                  markierte Werte der Instanz  	mclighting.1  
                  mclighting.1.speed  	not used & created at: 208d 5h 30m  
                  mclighting.1.single_RGB  	not used & created at: 208d 5h 0m  
                  mclighting.1.set_all_RGB  	not used & created at: 208d 5h 0m  
                  mclighting.1.range_RGB  	not used & created at: 208d 5h 0m  
                  mclighting.1.power  	not used & created at: 208d 5h 30m  
                  mclighting.1.list_modes  	not used & created at: 208d 5h 30m  
                  mclighting.1.fx_mode_name  	not used & created at: 208d 5h 30m  
                  mclighting.1.color_RGB  	not used & created at: 208d 5h 0m  
                  mclighting.1.color  	not used & created at: 208d 5h 30m  
                  mclighting.1.array_RGB  	not used & created at: 208d 5h 0m  
                    	  
                  markierte Werte der Instanz  	mclighting.0  
                  mclighting.0.single_RGB  	not used & created at: 83d 3h 11m  
                  mclighting.0.set_all_RGB  	not used & created at: 257d 7h 7m  
                  mclighting.0.range_RGB  	not used & created at: 257d 7h 7m  
                  mclighting.0.array_RGB  	not used & created at: 257d 7h 7m  
                    	  
                  markierte Werte der Instanz  	js2fs.0  
                    	  
                  markierte Werte der Instanz  	javascript.2  
                  javascript.2.WLANUnifi.APInfo.AP-LongR  	not used & created at: 4d 5h 39m  
                  javascript.2.WLANUnifi.APInfo.AP-Light  	not used & created at: 4d 5h 39m  
                    	  
                  markierte Werte der Instanz  	javascript.1  
                    	  
                  markierte Werte der Instanz  	javascript.0  
                  javascript.0.WLANUnifi.APInfo.AP-LongR  	not used & created at: 53d 4h 2m  
                  javascript.0.WLANUnifi.APInfo.AP-Light  	not used & created at: 53d 4h 2m  
                  javascript.0.GETPROCESS.LOGSizeVAR  	not used & created at: 133d 8h 13m  
                  javascript.0.Countdown.Termin.Rest.Wochen  	not used & created at: 256d 0h 6m  
                  javascript.0.Countdown.Termin.Rest.Total  	not used & created at: 256d 0h 6m  
                  javascript.0.Countdown.Termin.Rest.Tage  	not used & created at: 256d 0h 6m  
                  javascript.0.Countdown.Termin.Rest.Stunden  	not used & created at: 255d 9h 1m  
                  javascript.0.Countdown.Termin.Rest.Minuten  	not used & created at: 255d 9h 16m  
                    	  
                  markierte Werte der Instanz  	iqontrol.0  
                    	  
                  markierte Werte der Instanz  	iot.0  
                  iot.0.smart.updatesYA  	not used & created at: NaNd NaNh NaNm  
                  iot.0.smart.updatesGH  	not used & created at: NaNd NaNh NaNm  
                  iot.0.smart.lastRoom  	not used & created at: NaNd NaNh NaNm  
                  iot.0.smart.lastFunction  	not used & created at: NaNd NaNh NaNm  
                  iot.0.smart.lastCommandObj  	not used & created at: NaNd NaNh NaNm  
                  iot.0.services.ifttt  	not used & created at: 15d 6h 15m  
                  iot.0.info.remoteTill  	not used & created at: NaNd NaNh NaNm  
                  iot.0.certs.forceUserCreate  	not used & created at: NaNd NaNh NaNm  
                    	  
                  markierte Werte der Instanz  	info.0  
                  info.0.sysinfo.memory.info.used_hist  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.cpu.temperature.main_hist  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.cpu.currentLoad.currentload_hist  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.battery.timeremaining  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.battery.percent  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.battery.maxcapacity  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.battery.ischarging  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.battery.hasbattery  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.battery.cyclecount  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.battery.currentcapacity  	not used & created at: NaNd NaNh NaNm  
                  info.0.sysinfo.battery.acconnected  	not used & created at: NaNd NaNh NaNm  
                    	  
                  markierte Werte der Instanz  	ical.2  
                  ical.2.trigger  	not used & created at: 173d 3h 27m  
                    	  
                  markierte Werte der Instanz  	ical.1  
                  ical.1.trigger  	not used & created at: 331d 8h 8m  
                  ical.1.events.9.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.8.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.7.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.6.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.5.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.4.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.3.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.2.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.10.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.1.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.0.today.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.0.now.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.events.0.later.Vacation  	not used & created at: 331d 8h 8m  
                  ical.1.data.trigger  	not used & created at: 443d 3h 43m  
                    	  
                  markierte Werte der Instanz  	ical.0  
                  ical.0.trigger  	not used & created at: 331d 8h 8m  
                  ical.0.data.trigger  	not used & created at: 702d 4h 26m  
                    	  
                  markierte Werte der Instanz  	fullybrowser.0  
                  fullybrowser.0.192_168_178_42.Commands.triggerMotion  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.toForeground  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.textToSpeech  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.stopScreensaver  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.stopDaydream  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.startScreensaver  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.startDaydream  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.startApplication  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.setStringSetting  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.screenOn  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.screenOff  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.restartApp  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.popFragment  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.loadURL  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.loadStartURL  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.forceSleep  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.exitApp  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.enableLockedMode  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.disableLockedMode  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.clearWebstorage  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.clearCookies  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_42.Commands.clearCache  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_29.Commands.triggerMotion  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.toForeground  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.textToSpeech  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.stopScreensaver  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.stopDaydream  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.startScreensaver  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.startDaydream  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.startApplication  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.setStringSetting  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.restartApp  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.popFragment  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.loadURL  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.loadStartURL  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.forceSleep  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.exitApp  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.enableLockedMode  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.disableLockedMode  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.clearWebstorage  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.clearCookies  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_29.Commands.clearCache  	not used & created at: 212d 8h 31m  
                  fullybrowser.0.192_168_178_26.Commands.triggerMotion  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.toForeground  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.textToSpeech  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.stopScreensaver  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.stopDaydream  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.startScreensaver  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.startDaydream  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.startApplication  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.setStringSetting  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.screenOn  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.screenOff  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.restartApp  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.popFragment  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.loadURL  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.loadStartURL  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.forceSleep  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.exitApp  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.enableLockedMode  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.disableLockedMode  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.clearWebstorage  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.clearCookies  	not used & created at: 212d 8h 5m  
                  fullybrowser.0.192_168_178_26.Commands.clearCache  	not used & created at: 212d 8h 5m  
                    	  
                  markierte Werte der Instanz  	fullcalendar.0  
                  fullcalendar.0.info.lastEvent  	not used & created at: 663d 7h 51m  
                  fullcalendar.0.info.lastConfiguredEvent  	not used & created at: 663d 7h 51m  
                    	  
                  markierte Werte der Instanz  	fritzdect.1  
                  fritzdect.1.GuestWLAN.state  	not used & created at: 376d 23h 57m  
                  fritzdect.1.Comet_119610737080.errorcode  	not used & created at: 59d 22h 45m  
                  fritzdect.1.Comet_119610651024.errorcode  	not used & created at: 359d 13h 23m  
                    	  
                  markierte Werte der Instanz  	fritzdect.0  
                  fritzdect.0.GuestWLAN.state  	not used & created at: 581d 5h 24m  
                    	  
                  markierte Werte der Instanz  	email.0  
                    	  
                  markierte Werte der Instanz  	dwd.0  
                  dwd.0.warning2.type  	not used & created at: 613d 7h 39m  
                  dwd.0.warning2.map: string  	missing DP-OBEJCT !!  
                  dwd.0.warning2.level  	not used & created at: 613d 7h 39m  
                  dwd.0.warning1.type  	not used & created at: 613d 7h 44m  
                  dwd.0.warning1.map: string  	missing DP-OBEJCT !!  
                  dwd.0.warning1.level  	not used & created at: 613d 7h 44m  
                  dwd.0.warning.type  	not used & created at: 613d 7h 46m  
                  dwd.0.warning.level  	not used & created at: 613d 7h 46m  
                    	  
                  markierte Werte der Instanz  	devices.0  
                    	  
                  markierte Werte der Instanz  	daswetter.0  
                    	  
                  markierte Werte der Instanz  	countdown.0  
                    	  
                  markierte Werte der Instanz  	cloud.0  
                  cloud.0.smart.updates3  	not used & created at: 668d 2h 41m  
                  cloud.0.smart.updates  	not used & created at: 668d 2h 41m  
                  cloud.0.smart.lastRoom  	not used & created at: 668d 2h 41m  
                  cloud.0.smart.lastResponse  	not used & created at: 668d 2h 41m  
                  cloud.0.smart.lastFunction  	not used & created at: 668d 2h 41m  
                  cloud.0.smart.lastCommand  	not used & created at: 668d 2h 41m  
                  cloud.0.services.ifttt  	not used & created at: 647d 6h 0m  
                  cloud.0.info.userOnCloud  	not used & created at: 628d 14h 29m  
                  cloud.0.info.remoteTill  	not used & created at: 591d 7h 50m  
                    	  
                  markierte Werte der Instanz  	broadlink2.0  
                  broadlink2.0.Scenes.Fernsehen  	not used & created at: 73d 13h 53m  
                  broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.LearnRF  	not used & created at: 216d 9h 9m  
                  broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.Learn  	not used & created at: 216d 9h 9m  
                  broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.L.enableLearningMode  	not used & created at: 447d 8h 43m  
                  broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.L.LEDZimmeFLASH  	not used & created at: 676d 1h 20m  
                  broadlink2.0.RM:Broadlink-RMMINI-fc-15-7e.L.test  	not used & created at: 76d 8h 14m  
                    	  
                  markierte Werte der Instanz  	backitup.0  
                    	  
                  markierte Werte der Instanz  	amazon-dash.0  
                  amazon-dash.0.fc-65-de-3b-48-fe.switch  	not used & created at: 150d 6h 11m  
                  amazon-dash.0.fc-65-de-3b-48-fe.pressed  	not used & created at: 150d 6h 11m  
                  amazon-dash.0.fc-65-de-3b-48-fe.lastPressed  	not used & created at: 150d 6h 11m  
                    	  
                  markierte Werte der Instanz  	alexa2.0  
                  alexa2.0.Smart-Home-Devices.dcdbaf2d-e4f2-4b23-9f24-097d2ae0d8a8.targetSetpoint-scale  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.dcdbaf2d-e4f2-4b23-9f24-097d2ae0d8a8.targetSetpoint  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.db87b584-3f07-4953-92b7-15b39fd45e44.percentage  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.d12077de-1f9f-4729-be9e-6ce41945e952.percentage  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.cb08b28b-b6ca-485d-9cdf-7a49310f5898.percentage  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.c4fabf39-a495-4a85-a041-280b4ca18964.targetSetpoint-scale  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.c4fabf39-a495-4a85-a041-280b4ca18964.targetSetpoint  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.b2f677ba-dd64-468d-abd8-84995bbf7378.targetSetpoint-scale  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.b2f677ba-dd64-468d-abd8-84995bbf7378.targetSetpoint  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.ac991926-f425-4965-b0fb-603dcceb0379.targetSetpoint-scale  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.ac991926-f425-4965-b0fb-603dcceb0379.targetSetpoint  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.9ec83740-5f16-4eea-ad07-9626f5c541fe.percentage  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.8b625c3e-97a4-4827-b650-d3f6fb0bbc3d.percentage  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.8900cdd9-a273-4b75-b19c-bd0f32cf54a5.powerState  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.7c52cc6f-c83f-42b0-9446-5895e8ec6136.powerState  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.79c87435-3776-4473-8462-c7ba7c34c608.targetSetpoint-scale  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.79c87435-3776-4473-8462-c7ba7c34c608.targetSetpoint  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.6604c06c-d1a4-4318-85b2-be167ae2bbc8.percentage  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.54f010c8-a06c-46d7-aaed-bcf5918e154b.percentage  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.429b11a0-85fe-4d98-a4ac-1a0554b669e1.powerState  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.3ef3351e-d351-4099-b249-5096cb47b36e.percentage  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.2864dec8-ffbd-4420-9a37-158abb0f33df.percentage  	not used & created at: 0d 2h 47m  
                  alexa2.0.Smart-Home-Devices.263817bc-6966-4633-963f-184bb7d3ae6d.percentage  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.0efac9db-2a5c-4af5-a843-ab692c7c9580.percentage  	not used & created at: 0d 2h 48m  
                  alexa2.0.Smart-Home-Devices.073870a0-f962-4b94-8aff-3d93ae445ed3.percentage  	not used & created at: 0d 2h 47m  
                  alexa2.0.Echo-Devices.G0W0X8089245F1Q4.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                  alexa2.0.Echo-Devices.G0911B0592830RM7.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                  alexa2.0.Echo-Devices.G090VC09917519BE.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                  alexa2.0.Echo-Devices.G090NV03742503T0.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                  alexa2.0.Echo-Devices.G090LF11805207TS.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                  alexa2.0.Echo-Devices.G090LF1072270E5V.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                    	  
                  markierte Werte der Instanz  	admin.0  
                  =========================================  	============================================  
                    	  
                  SMARTHOME DEFINITION  	SmartName Type-Definition  
                    	Gesamtanzahl: 111 (check blacklist!)  
                    	  
                  all existing SmartNames  	Anzahl: 179  
                    	  
                  smartName  	temperatur flur  
                  smartName  	temperatur zimmer, temperatur  
                  Duplicate  	ID: javascript.2.WLANUnifi.WLAN_DragonRootGuest  
                  smartName  	WLAN_DragonRootGuest  
                  Duplicate  	ID: javascript.2.WLANUnifi.WLAN_DragonRoot1  
                  smartName  	WLAN_DragonRoot1  
                  Duplicate  	ID: javascript.1.WLANUnifi.WLAN_DragonRootGuest  
                  smartName  	WLAN_DragonRootGuest  
                  Duplicate  	ID: javascript.1.WLANUnifi.WLAN_DragonRoot1  
                  smartName  	WLAN_DragonRoot1  
                  smartName  	WLAN_DragonRootGuest  
                  smartName  	WLAN_DragonRoot1  
                  smartName  	datenbank restart  
                  smartName  	Datenbank neu  
                  smartName  	schlafen, gute nacht  
                  smartName  	backup broker, broker backup, backup, sicherung  
                  smartName  	computer  
                  smartName  	Zähler, countdown  
                  smartName  	Wechsel  
                  smartName  	tauschen  
                  smartName  	TV source, TV quelle  
                  smartName  	TV play  
                  smartName  	TV pause  
                  smartName  	TV ok,TV enter  
                  smartName  	tv ruhe, TV mute, tv ton  
                  smartName  	TV leiser r  
                  smartName  	TV lauter r  
                  smartName  	TV Exit  
                  smartName  	durch, durch schalten  
                  smartName  	bild  
                  smartName  	TV energie, TV bild  
                  smartName  	TV, fernseher, fernsehen  
                  smartName  	panik  
                  smartName  	haupt, hauptschalter  
                  smartName  	lautsprecher echo, lautsprecher laptop  
                  smartName  	lautsprecher tv, box für tv  
                  smartName  	sat, avira 2, tv zwei  
                  smartName  	radio bluetooth, radio zimmer bluetooth  
                  smartName  	radio im zimmer, radio zimmer  
                  smartName  	radio im flur, radio flur  
                  smartName  	online, daheim  
                  smartName  	offline, auswärts  
                  smartName  	nacht licht, Nacht lampe, nachtlampe, nachttischlampe  
                  smartName  	Bewegung  
                  smartName  	aktiv, bad aktiv  
                  smartName  	modus, mode,led mode  
                  smartName  	Lüfter 5, lüfter, lüfter im bad  
                  smartName  	lüfter 3, lüfter drei  
                  smartName  	lüfter 1, lüfter bett, lüfter 1  
                  smartName  	led, led schreibtisch  
                  smartName  	KuechenLicht, Licht in der Küche  
                  smartName  	heizung auf zeit  
                  smartName  	heizung, heizung im zimmer  
                  smartName  	heizung in der küche, heizung in küche  
                  smartName  	heizung im flur auf zeit  
                  smartName  	heizung im flur  
                  smartName  	alt, computer alt  
                  smartName  	farbband, farbe  
                  smartName  	cooler, kühler, klima  
                  smartName  	Bildschirm  
                  smartName  	banane  
                  smartName  	Besuch, putzen  
                  smartName  	laut  
                  smartName  	wieder rock  
                  smartName  	banane zurück  
                  smartName  	banane pause  
                  smartName  	banane weiter  
                  smartName  	Banane leiser  
                  smartName  	Banane lauter  
                  smartName  	ansicht  
                  smartName  	licht im bad, bad licht,   
                  smartName  	heizung im bad auf zeit, hitze im bad auf zeit  
                  smartName  	heizung im bad  
                  smartName  	heizschritt, heizung schritt, step, heizlüfter  
                  smartName  	lüfter 4, lüfter bad, bad lüfter, heizlüfter im bad  
                  smartName  	programm 9, das neunte, super rtl  
                  smartName  	programm 8, das achte, kabel eins  
                  smartName  	programm 7, das siebte, fox, vox  
                  smartName  	programm 6, das sechste, pro sieben  
                  smartName  	programm 5, das fünfte, rtl zwei  
                  smartName  	programm 4, das vierte, rtl  
                  smartName  	programm 3, das dritte, sat eins  
                  smartName  	programm 2, das zweite, zdf  
                  smartName  	programm 18, das achtzehnte, one, das erste eins  
                  smartName  	programm 16, das sechszehnte, bayern drei, br  
                  smartName  	programm 15, das fünfzehnte, zdf neo, zdf neu  
                  smartName  	programm 14, das viertzehnte, arte  
                  smartName  	programm 13, das dreizehnte, drei sat  
                  smartName  	programm 10, das zehnte, frauen tv, sixx  
                  smartName  	programm 1, das erste, ard  
                  smartName  	Monitor  
                  smartName  	AMD5300, 53  
                  smartName  	laptop sicher  
                  smartName  	laptop  
                  smartName  	TestZahl2  
                  smartName  	AARolladen  
                    	  
                  all ID's with Smart Definition  	  
                    	  
                    	  
                  fritzdect.1.Comet_119610651024.targettemp  	no Type available  
                    	de: temperatur flur  
                    	  
                  fritzdect.0.Comet_119590404152.targettemp  	SmartType: _  
                    	de: temperatur zimmer, temperatur  
                    	  
                  broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.L.000000.LED_Zimmer  	no Type available  
                    	DeviceName not defined  
                    	  
                  javascript.2.WLANUnifi.WLAN_DragonRootGuest  	SmartType: SWITCH  
                    	de: WLAN_DragonRootGuest  
                    	de: Duplicate Smart Definition  
                    	  
                  javascript.2.WLANUnifi.WLAN_DragonRoot1  	SmartType: SWITCH  
                    	de: WLAN_DragonRoot1  
                    	de: Duplicate Smart Definition  
                    	  
                  javascript.1.WLANUnifi.WLAN_DragonRootGuest  	SmartType: SWITCH  
                    	de: WLAN_DragonRootGuest  
                    	de: Duplicate Smart Definition  
                    	  
                  javascript.1.WLANUnifi.WLAN_DragonRoot1  	SmartType: SWITCH  
                    	de: WLAN_DragonRoot1  
                    	de: Duplicate Smart Definition  
                    	  
                  javascript.0.WLANUnifi.WLAN_DragonRootGuest  	SmartType: SWITCH  
                    	de: WLAN_DragonRootGuest  
                    	  
                  javascript.0.WLANUnifi.WLAN_DragonRoot1  	SmartType: SWITCH  
                    	de: WLAN_DragonRoot1  
                    	  
                  controll-own.0.statusDLNARestart  	no Type available  
                    	de: datenbank restart  
                    	  
                  controll-own.0.statusDLNAReload  	no Type available  
                    	de: Datenbank neu  
                    	  
                  controll-own.0.schlafen  	no Type available  
                    	de: schlafen, gute nacht  
                    	  
                  controll-own.0.iobrokerbackup  	no Type available  
                    	de: backup broker, broker backup, backup, sicherung  
                    	  
                  controll-own.0.fx6300energie  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.fx63000monitore  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.fx6300  	no Type available  
                    	de: computer  
                    	  
                  controll-own.0.Zähler  	no Type available  
                    	de: Zähler, countdown  
                    	  
                  controll-own.0.WechselHalb  	no Type available  
                    	de: Wechsel  
                    	  
                  controll-own.0.Wechsel  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.Tauschen  	SmartType: SWITCH  
                    	de: tauschen  
                    	  
                  controll-own.0.TVSource  	no Type available  
                    	de: TV source, TV quelle  
                    	  
                  controll-own.0.TVPlay  	no Type available  
                    	de: TV play  
                    	  
                  controll-own.0.TVPause  	no Type available  
                    	de: TV pause  
                    	  
                  controll-own.0.TVOk  	no Type available  
                    	de: TV ok,TV enter  
                    	  
                  controll-own.0.TVMute  	no Type available  
                    	de: tv ruhe, TV mute, tv ton  
                    	  
                  controll-own.0.TVLeiser  	no Type available  
                    	de: TV leiser r  
                    	  
                  controll-own.0.TVLauter  	no Type available  
                    	de: TV lauter r  
                    	  
                  controll-own.0.TVExit  	no Type available  
                    	de: TV Exit  
                    	  
                  controll-own.0.TVDurchSchalten  	no Type available  
                    	de: durch, durch schalten  
                    	  
                  controll-own.0.TVBildGedreht  	no Type available  
                    	de: bild  
                    	  
                  controll-own.0.TVBild  	no Type available  
                    	de: TV energie, TV bild  
                    	  
                  controll-own.0.TV  	no Type available  
                    	de: TV, fernseher, fernsehen  
                    	  
                  controll-own.0.StopIOBroker  	no Type available  
                    	de: panik  
                    	  
                  controll-own.0.SchreibtischHAUPT  	no Type available  
                    	de: haupt, hauptschalter  
                    	  
                  controll-own.0.SPEAKER.ZimmerEchoBTooth  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.SPEAKER.SPEAKERecho  	no Type available  
                    	de: lautsprecher echo, lautsprecher laptop  
                    	  
                  controll-own.0.SPEAKER.SPEAKERTVBox  	no Type available  
                    	de: lautsprecher tv, box für tv  
                    	  
                  controll-own.0.SPEAKER.SPEAKERBananeUP  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.SPEAKER.SPEAKERBananeDOWN  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.SAT  	no Type available  
                    	de: sat, avira 2, tv zwei  
                    	  
                  controll-own.0.RADIOs.RadioZimmerBT  	no Type available  
                    	de: radio bluetooth, radio zimmer bluetooth  
                    	  
                  controll-own.0.RADIOs.RadioZimmer  	no Type available  
                    	de: radio im zimmer, radio zimmer  
                    	  
                  controll-own.0.RADIOs.RadioFlur  	no Type available  
                    	de: radio im flur, radio flur  
                    	  
                  controll-own.0.ONLINE  	no Type available  
                    	de: online, daheim  
                    	  
                  controll-own.0.OFFLINE  	no Type available  
                    	de: offline, auswärts  
                    	  
                  controll-own.0.NACHTLAMPE  	no Type available  
                    	de: nacht licht, Nacht lampe, nachtlampe, nachttischlampe  
                    	  
                  controll-own.0.MOTION.BewegungsNotification  	no Type available  
                    	de: Bewegung  
                    	  
                  controll-own.0.MOTION.BADaktiv  	no Type available  
                    	de: aktiv, bad aktiv  
                    	  
                  controll-own.0.MATRIX.ModusSchalten  	no Type available  
                    	de: modus, mode,led mode  
                    	  
                  controll-own.0.MATRIX.MatrixMode  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.Lüfter4  	no Type available  
                    	de: Lüfter 5, lüfter, lüfter im bad  
                    	  
                  controll-own.0.Luefter3  	no Type available  
                    	de: lüfter 3, lüfter drei  
                    	  
                  controll-own.0.Luefter1  	no Type available  
                    	de: lüfter 1, lüfter bett, lüfter 1  
                    	  
                  controll-own.0.LEDLampe  	no Type available  
                    	de: led, led schreibtisch  
                    	  
                  controll-own.0.KuechenLicht  	SmartType: LIGHT  
                    	de: KuechenLicht, Licht in der Küche  
                    	  
                  controll-own.0.HeizungZimmer30  	SmartType: SWITCH  
                    	de: heizung auf zeit  
                    	  
                  controll-own.0.HeizungZimmer  	SmartType: SWITCH  
                    	de: heizung, heizung im zimmer  
                    	  
                  controll-own.0.HeizungKueche  	no Type available  
                    	de: heizung in der küche, heizung in küche  
                    	  
                  controll-own.0.HeizungAUS  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.Heizung90  	SmartType: SWITCH  
                    	de: heizung im flur auf zeit  
                    	  
                  controll-own.0.Heizung30  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.Heizung  	SmartType: SWITCH  
                    	de: heizung im flur  
                    	  
                  controll-own.0.FX6300alt  	no Type available  
                    	de: alt, computer alt  
                    	  
                  controll-own.0.FARBBand  	no Type available  
                    	de: farbband, farbe  
                    	  
                  controll-own.0.Einkauf  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.COOLER.COOLER  	no Type available  
                    	de: cooler, kühler, klima  
                    	  
                  controll-own.0.Bildschirm  	no Type available  
                    	de: Bildschirm  
                    	  
                  controll-own.0.Banane  	no Type available  
                    	de: banane  
                    	  
                  controll-own.0.BESUCH  	no Type available  
                    	de: Besuch, putzen  
                    	  
                  controll-own.0.BANANAMPD.Volume  	no Type available  
                    	de: laut  
                    	  
                  controll-own.0.BANANAMPD.BananeROCK  	no Type available  
                    	de: wieder rock  
                    	  
                  controll-own.0.BANANAMPD.BananePREV  	no Type available  
                    	de: banane zurück  
                    	  
                  controll-own.0.BANANAMPD.BananePAUSE  	no Type available  
                    	de: banane pause  
                    	  
                  controll-own.0.BANANAMPD.BananeOLDIES  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.BANANAMPD.BananeNEXT  	no Type available  
                    	de: banane weiter  
                    	  
                  controll-own.0.BANANAMPD.BananeLEISER  	no Type available  
                    	de: Banane leiser  
                    	  
                  controll-own.0.BANANAMPD.BananeLAUTER  	no Type available  
                    	de: Banane lauter  
                    	  
                  controll-own.0.BANANAMPD.BananeHEILIG  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.BANANAMPD.BananeGEORGMICHAEL  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.BANANAMPD.BananeDOLPHIN  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.BANANAMPD.BananeCAFE12  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.BANANAMPD.BananeAUS  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.BAD.BADVisNeu  	no Type available  
                    	de: ansicht  
                    	  
                  controll-own.0.BAD.BADLicht  	no Type available  
                    	de: licht im bad, bad licht,   
                    	  
                  controll-own.0.BAD.BADHeizungAUS  	no Type available  
                    	DeviceName not defined  
                    	  
                  controll-own.0.BAD.BADHeizung30  	SmartType: SWITCH  
                    	de: heizung im bad auf zeit, hitze im bad auf zeit  
                    	  
                  controll-own.0.BAD.BADHeizung  	SmartType: SWITCH  
                    	de: heizung im bad  
                    	  
                  controll-own.0.BAD.BADHeizluefterSTEPs  	no Type available  
                    	de: heizschritt, heizung schritt, step, heizlüfter  
                    	  
                  controll-own.0.BAD.BADHeizluefter  	no Type available  
                    	de: lüfter 4, lüfter bad, bad lüfter, heizlüfter im bad  
                    	  
                  controll-own.0.AVIRAPROG.AVProg9  	no Type available  
                    	de: programm 9, das neunte, super rtl  
                    	  
                  controll-own.0.AVIRAPROG.AVProg8  	no Type available  
                    	de: programm 8, das achte, kabel eins  
                    	  
                  controll-own.0.AVIRAPROG.AVProg7  	no Type available  
                    	de: programm 7, das siebte, fox, vox  
                    	  
                  controll-own.0.AVIRAPROG.AVProg6  	no Type available  
                    	de: programm 6, das sechste, pro sieben  
                    	  
                  controll-own.0.AVIRAPROG.AVProg5  	no Type available  
                    	de: programm 5, das fünfte, rtl zwei  
                    	  
                  controll-own.0.AVIRAPROG.AVProg4  	no Type available  
                    	de: programm 4, das vierte, rtl  
                    	  
                  controll-own.0.AVIRAPROG.AVProg3  	no Type available  
                    	de: programm 3, das dritte, sat eins  
                    	  
                  controll-own.0.AVIRAPROG.AVProg2  	no Type available  
                    	de: programm 2, das zweite, zdf  
                    	  
                  controll-own.0.AVIRAPROG.AVProg18  	no Type available  
                    	de: programm 18, das achtzehnte, one, das erste eins  
                    	  
                  controll-own.0.AVIRAPROG.AVProg16  	no Type available  
                    	de: programm 16, das sechszehnte, bayern drei, br  
                    	  
                  controll-own.0.AVIRAPROG.AVProg15  	no Type available  
                    	de: programm 15, das fünfzehnte, zdf neo, zdf neu  
                    	  
                  controll-own.0.AVIRAPROG.AVProg14  	no Type available  
                    	de: programm 14, das viertzehnte, arte  
                    	  
                  controll-own.0.AVIRAPROG.AVProg13  	no Type available  
                    	de: programm 13, das dreizehnte, drei sat  
                    	  
                  controll-own.0.AVIRAPROG.AVProg10  	no Type available  
                    	de: programm 10, das zehnte, frauen tv, sixx  
                    	  
                  controll-own.0.AVIRAPROG.AVProg1  	no Type available  
                    	de: programm 1, das erste, ard  
                    	  
                  controll-own.0.AMDM5300Monitor  	no Type available  
                    	de: Monitor  
                    	  
                  controll-own.0.AMD5300  	no Type available  
                    	de: AMD5300, 53  
                    	  
                  controll-own.0.ACER5630Cyber  	no Type available  
                    	de: laptop sicher  
                    	  
                  controll-own.0.ACER5630  	SmartType:   
                    	de: laptop  
                    	  
                  controll-own.0.AAATEST.test.SmartDeviceError  	no Object  
                    	SmartName-Object missing  
                    	  
                  controll-own.0.AAATEST.TestZahl2  	no Type available  
                    	de: TestZahl2  
                    	  
                  controll-own.0.AAATEST.AARolladen  	SmartType: SWITCH  
                    	de: AARolladen  
                  =========================================  	============================================  
                  

                  @sigi234 , @ilovegym habe gerade nochmal eine version im ersten post kopiert

                  @sigi234 probier doch bitte nochmal - wenn es klappt müßte "no object" bei dem dp auf der rechten seite stehen

                  Image 11.png

                  nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                  sigi234S 1 Antwort Letzte Antwort
                  0
                  • liv-in-skyL liv-in-sky

                    @ilovegym danke für' s mittesten - die monstersuche musst du speziell freischalten ( https://forum.iobroker.net/post/319651 ) - ist momentan deaktiviert - habe es aber gerade bei mir probiert - funktionierte :-) - monster-lang im output (bei ca 10000 objekten)

                    =========================================  	============================================  
                    BLACKLIST WERTE  	  
                      	  
                    BlackList Entry0  	hue.0  
                    =========================================  	============================================  
                      	  
                    OBJECTE IN GEPRÜFTEN INSTANZEN  	Anzahl  
                      	  
                    Gesamt geprüfte Objekte In Instanzen  	9892  
                    web.1  	1  
                    web.0  	1  
                    vis.0  	19  
                    tr-064-community.0  	91  
                    text2command.0  	3  
                    terminal.0  	0  
                    telegram.1  	11  
                    telegram.0  	11  
                    sql.0  	1  
                    sonoff.0  	287  
                    socketio.0  	1  
                    simple-api.0  	0  
                    scenes.0  	0  
                    sayit.0  	6  
                    pushover.0  	0  
                    pushbullet.1  	4  
                    pushbullet.0  	4  
                    proxmox.0  	228  
                    pollenflug.0  	219  
                    plex.0  	456  
                    ping.0  	30  
                    pi-hole.0  	61  
                    paw.0  	0  
                    openweathermap.0  	100  
                    node-red.0  	5  
                    mpd.0  	123  
                    mihome.0  	30  
                    meross.0  	8  
                    mclighting.2  	12  
                    mclighting.1  	17  
                    mclighting.0  	17  
                    js2fs.0  	0  
                    javascript.2  	1656  
                    javascript.1  	1487  
                    javascript.0  	1153  
                    iqontrol.0  	419  
                    iot.0  	19  
                    info.0  	205  
                    ical.2  	203  
                    ical.1  	19  
                    ical.0  	28  
                    fullybrowser.0  	200  
                    fullcalendar.0  	2  
                    fritzdect.1  	39  
                    fritzdect.0  	45  
                    email.0  	0  
                    dwd.0  	30  
                    devices.0  	0  
                    daswetter.0  	944  
                    countdown.0  	86  
                    cloud.0  	12  
                    broadlink2.0  	116  
                    backitup.0  	11  
                    amazon-dash.0  	21  
                    alexa2.0  	1445  
                    admin.0  	6  
                    =========================================  	============================================  
                      	  
                    DP-ANALYSE IN TYPE-CONFIG  	ist common.type richhtig definiert ?  
                      	  
                    markierte common.type-Werte der Instanz  	web.1  
                    ID + IST-WERT  	SOLL-WERT  
                    web.1.connected: string  	missing DP-OBEJCT !!  
                      	  
                    markierte common.type-Werte der Instanz  	web.0  
                    ID + IST-WERT  	SOLL-WERT  
                    web.0.connected: string  	missing DP-OBEJCT !!  
                      	  
                    markierte common.type-Werte der Instanz  	vis.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	tr-064-community.0  
                    ID + IST-WERT  	SOLL-WERT  
                    tr-064-community.0.states.ab: string  	boolean  
                    tr-064-community.0.callmonitor.outbound.extension: string  	number  
                    tr-064-community.0.callmonitor.outbound.caller: string  	number  
                    tr-064-community.0.callmonitor.lastCall.extension: string  	number  
                    tr-064-community.0.callmonitor.lastCall.callee: string  	number  
                    tr-064-community.0.callmonitor.inbound.callee: string  	number  
                    tr-064-community.0.callmonitor.connect.extension: string  	number  
                    tr-064-community.0.callmonitor.connect.callee: string  	number  
                      	  
                    markierte common.type-Werte der Instanz  	text2command.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	terminal.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	telegram.1  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	telegram.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	sql.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	sonoff.0  
                    ID + IST-WERT  	SOLL-WERT  
                    sonoff.0.WemosTasmotaMov1.Wifi_Channel: number  	array  
                    sonoff.0.SonoffS26.Wifi_Channel: number  	array  
                    sonoff.0.SonoffPow3.Wifi_Channel: number  	array  
                    sonoff.0.SonoffPow3.ENERGY_TotalStartTime: string  	number  
                    sonoff.0.SonoffPow2.Wifi_Channel: number  	array  
                    sonoff.0.SonoffPow2.ENERGY_TotalStartTime: string  	number  
                    sonoff.0.SonoffPow1.Wifi_Channel: number  	array  
                    sonoff.0.SonoffPow1.ENERGY_TotalStartTime: string  	number  
                    sonoff.0.Sonoff8.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff7.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff6.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff5.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff4.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff18.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff17.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff16.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff15.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff15.TempUnit: string  	number  
                    sonoff.0.Sonoff14.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff13.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff12.Wifi_Channel: number  	array  
                    sonoff.0.Sonoff11.Wifi_Channel: number  	array  
                    sonoff.0.ShellyWC.Wifi_Channel: number  	array  
                    sonoff.0.MCUTasmotaMov1.Wifi_Channel: number  	array  
                      	  
                    markierte common.type-Werte der Instanz  	socketio.0  
                    ID + IST-WERT  	SOLL-WERT  
                    socketio.0.connected: string  	missing DP-OBEJCT !!  
                      	  
                    markierte common.type-Werte der Instanz  	simple-api.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	scenes.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	sayit.0  
                    ID + IST-WERT  	SOLL-WERT  
                    sayit.0.tts.mp3: undefined  	file  
                    sayit.0.tts.mp3  	ACHTUNG common.type falsch: file  
                      	  
                    markierte common.type-Werte der Instanz  	pushover.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	pushbullet.1  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	pushbullet.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	proxmox.0  
                    ID + IST-WERT  	SOLL-WERT  
                    proxmox.0.lxc_sqltulla.pid: string  	number  
                    proxmox.0.lxc_pi-hole.pid: string  	number  
                    proxmox.0.lxc_iobroker59.pid: string  	number  
                    proxmox.0.lxc_NAS-FILE-Server.pid: string  	number  
                      	  
                    markierte common.type-Werte der Instanz  	pollenflug.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	plex.0  
                    ID + IST-WERT  	SOLL-WERT  
                    plex.0.playlists.teachers-mörderischerhotdads3f10.ratingKey: string  	number  
                      	  
                    markierte common.type-Werte der Instanz  	ping.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	pi-hole.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	paw.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	openweathermap.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	node-red.0  
                    ID + IST-WERT  	SOLL-WERT  
                    node-red.0.sonoff.0.Sonoff16.BH1750_Illuminance  	ACHTUNG common.type falsch: state  
                    node-red.0.sonoff.0.Sonoff15.AM2301_Temperature  	ACHTUNG common.type falsch: state  
                    node-red.0.plex.0._playing.aftt-c6a8419cb4dc8e6b-com-plexapp-android.Metadata.file.path  	ACHTUNG common.type falsch: state  
                    node-red.0.fritzdect.1.Comet_119590537608.targettemp  	ACHTUNG common.type falsch: state  
                    node-red.0.alexa2.0.History.summary  	ACHTUNG common.type falsch: state  
                      	  
                    markierte common.type-Werte der Instanz  	mpd.0  
                    ID + IST-WERT  	SOLL-WERT  
                    mpd.0.xfade  	ACHTUNG common.type falsch: state  
                    mpd.0.volume: string  	number  
                    mpd.0.uptime: string  	state  
                    mpd.0.uptime  	ACHTUNG common.type falsch: state  
                    mpd.0.updating_db  	ACHTUNG common.type falsch: state  
                    mpd.0.track  	ACHTUNG common.type falsch: state  
                    mpd.0.time: string  	state  
                    mpd.0.time  	ACHTUNG common.type falsch: state  
                    mpd.0.songs: string  	state  
                    mpd.0.songs  	ACHTUNG common.type falsch: state  
                    mpd.0.songid: string  	state  
                    mpd.0.songid  	ACHTUNG common.type falsch: state  
                    mpd.0.song: string  	number  
                    mpd.0.single: string  	state  
                    mpd.0.single  	ACHTUNG common.type falsch: state  
                    mpd.0.setvol  	ACHTUNG common.type falsch: integer  
                    mpd.0.seekid  	ACHTUNG common.type falsch: integer  
                    mpd.0.seek: string  	number  
                    mpd.0.pos: string  	number  
                    mpd.0.playtime: string  	state  
                    mpd.0.playtime  	ACHTUNG common.type falsch: state  
                    mpd.0.playlistlength: string  	state  
                    mpd.0.playlistlength  	ACHTUNG common.type falsch: state  
                    mpd.0.playid  	ACHTUNG common.type falsch: integer  
                    mpd.0.performer  	ACHTUNG common.type falsch: state  
                    mpd.0.nextsongid: string  	state  
                    mpd.0.nextsongid  	ACHTUNG common.type falsch: state  
                    mpd.0.nextsong: string  	state  
                    mpd.0.nextsong  	ACHTUNG common.type falsch: state  
                    mpd.0.name: string  	state  
                    mpd.0.name  	ACHTUNG common.type falsch: state  
                    mpd.0.mixrampdelay  	ACHTUNG common.type falsch: state  
                    mpd.0.mixrampdb: string  	state  
                    mpd.0.mixrampdb  	ACHTUNG common.type falsch: state  
                    mpd.0.last-modified  	ACHTUNG common.type falsch: state  
                    mpd.0.id: string  	number  
                    mpd.0.error  	ACHTUNG common.type falsch: state  
                    mpd.0.elapsed: string  	number  
                    mpd.0.disc  	ACHTUNG common.type falsch: state  
                    mpd.0.db_update: string  	state  
                    mpd.0.db_update  	ACHTUNG common.type falsch: state  
                    mpd.0.db_playtime: string  	state  
                    mpd.0.db_playtime  	ACHTUNG common.type falsch: state  
                    mpd.0.crossfade  	ACHTUNG common.type falsch: integer  
                    mpd.0.consume: string  	state  
                    mpd.0.consume  	ACHTUNG common.type falsch: state  
                    mpd.0.composer  	ACHTUNG common.type falsch: state  
                    mpd.0.bitrate: string  	number  
                    mpd.0.audio: string  	state  
                    mpd.0.audio  	ACHTUNG common.type falsch: state  
                    mpd.0.artists: string  	state  
                    mpd.0.artists  	ACHTUNG common.type falsch: state  
                    mpd.0.albums: string  	state  
                    mpd.0.albums  	ACHTUNG common.type falsch: state  
                      	  
                    markierte common.type-Werte der Instanz  	mihome.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	meross.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	mclighting.2  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	mclighting.1  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	mclighting.0  
                    ID + IST-WERT  	SOLL-WERT  
                    mclighting.0.list_modes: string  	array  
                      	  
                    markierte common.type-Werte der Instanz  	js2fs.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	javascript.2  
                    ID + IST-WERT  	SOLL-WERT  
                    javascript.2.WLANUnifi.APInfo.SpeedTest.Latency: string  	number  
                      	  
                    markierte common.type-Werte der Instanz  	javascript.1  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	javascript.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	iqontrol.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	iot.0  
                    ID + IST-WERT  	SOLL-WERT  
                    iot.0.smart.lastCommand: boolean  	string  
                      	  
                    markierte common.type-Werte der Instanz  	info.0  
                    ID + IST-WERT  	SOLL-WERT  
                    info.0.sysinfo.disks.fsSize.fs0.used_hist: string  	array  
                    info.0.sysinfo.cpu.temperature.cores: object  	array  
                    info.0.sysinfo.cpu.currentspeed.coresSpeed: object  	array  
                      	  
                    markierte common.type-Werte der Instanz  	ical.2  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	ical.1  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	ical.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	fullybrowser.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	fullcalendar.0  
                    ID + IST-WERT  	SOLL-WERT  
                    fullcalendar.0.info.lastEvent  	ACHTUNG common.type falsch: json  
                    fullcalendar.0.info.lastConfiguredEvent  	ACHTUNG common.type falsch: json  
                      	  
                    markierte common.type-Werte der Instanz  	fritzdect.1  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	fritzdect.0  
                    ID + IST-WERT  	SOLL-WERT  
                    fritzdect.0.Comet_119590404152.battery: string  	number  
                    fritzdect.0.Comet_119590311304.battery: string  	number  
                      	  
                    markierte common.type-Werte der Instanz  	email.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	dwd.0  
                    ID + IST-WERT  	SOLL-WERT  
                    dwd.0.warning2.map: string  	missing DP-OBEJCT !!  
                    dwd.0.warning2.end  	ACHTUNG common.type falsch: datetime  
                    dwd.0.warning2.begin  	ACHTUNG common.type falsch: datetime  
                    dwd.0.warning1.map: string  	missing DP-OBEJCT !!  
                    dwd.0.warning1.end  	ACHTUNG common.type falsch: datetime  
                    dwd.0.warning1.begin  	ACHTUNG common.type falsch: datetime  
                      	  
                    markierte common.type-Werte der Instanz  	devices.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	daswetter.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	countdown.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	cloud.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	broadlink2.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	backitup.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	amazon-dash.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	alexa2.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    markierte common.type-Werte der Instanz  	admin.0  
                    ID + IST-WERT  	SOLL-WERT  
                      	  
                    =========================================  	============================================  
                      	  
                    ANALYSE WERTE PRO INSTANZ  	MultiState-Check, zeitliche Angaben  
                      	  
                      	  
                    markierte Werte der Instanz  	web.1  
                    web.1.connected: string  	missing DP-OBEJCT !!  
                      	  
                    markierte Werte der Instanz  	web.0  
                    web.0.connected: string  	missing DP-OBEJCT !!  
                      	  
                    markierte Werte der Instanz  	vis.0  
                    vis.0.datapoints.win  	not used & created at: NaNd NaNh NaNm  
                    vis.0.datapoints.te_tbinding_  	not used & created at: NaNd NaNh NaNm  
                    vis.0.datapoints.te_tb  	not used & created at: NaNd NaNh NaNm  
                    vis.0.datapoints.echo  	not used & created at: NaNd NaNh NaNm  
                    vis.0.control.command  	ACHTUNG Multistate wrong Def. - missing states.type  
                    vis.0.command  	not used & created at: 652d 5h 13m  
                      	  
                    markierte Werte der Instanz  	tr-064-community.0  
                    tr-064-community.0.states.wps  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.wlanGuestPassword  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.wlan50Password  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.wlan24Password  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.wlan  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.ring  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.reconnectInternet  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.commandResult  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.command  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.callmonitor.ringing  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.states.abIndex  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.callmonitor.toPauseState-3  	not used & created at: NaNd NaNh NaNm  
                    tr-064-community.0.calllists.htmlTemplate.htmlTemplate  	not used & created at: NaNd NaNh NaNm  
                      	  
                    markierte Werte der Instanz  	text2command.0  
                    text2command.0.text  	not used & created at: 74d 0h 20m  
                    text2command.0.response  	not used & created at: 74d 0h 20m  
                    text2command.0.error  	not used & created at: 74d 0h 20m  
                      	  
                    markierte Werte der Instanz  	terminal.0  
                      	  
                    markierte Werte der Instanz  	telegram.1  
                    telegram.1.communicate.requestRaw  	not used & created at: 78d 0h 51m  
                      	  
                    markierte Werte der Instanz  	telegram.0  
                    telegram.0.communicate.requestRaw  	not used & created at: 79d 3h 6m  
                      	  
                    markierte Werte der Instanz  	sql.0  
                      	  
                    markierte Werte der Instanz  	sonoff.0  
                    sonoff.0.Sonoff11.POWER  	not used & created at: 13d 8h 33m  
                    sonoff.0.KingArtTouchT2.POWER  	not used & created at: 13d 8h 33m  
                      	  
                    markierte Werte der Instanz  	socketio.0  
                    socketio.0.connected: string  	missing DP-OBEJCT !!  
                      	  
                    markierte Werte der Instanz  	simple-api.0  
                      	  
                    markierte Werte der Instanz  	scenes.0  
                      	  
                    markierte Werte der Instanz  	sayit.0  
                    sayit.0.tts.clearQueue  	not used & created at: 114d 4h 51m  
                    sayit.0.tts.cachetext  	not used & created at: 151d 8h 46m  
                      	  
                    markierte Werte der Instanz  	pushover.0  
                      	  
                    markierte Werte der Instanz  	pushbullet.1  
                    pushbullet.1.push.type  	not used & created at: 0d 2h 50m  
                    pushbullet.1.push.title  	not used & created at: 0d 2h 50m  
                    pushbullet.1.push.payload  	not used & created at: 0d 2h 50m  
                    pushbullet.1.push.message  	not used & created at: 0d 2h 50m  
                      	  
                    markierte Werte der Instanz  	pushbullet.0  
                    pushbullet.0.push.type  	not used & created at: 0d 2h 50m  
                    pushbullet.0.push.title  	not used & created at: 0d 2h 50m  
                    pushbullet.0.push.payload  	not used & created at: 0d 2h 50m  
                    pushbullet.0.push.message  	not used & created at: 0d 2h 50m  
                      	  
                    markierte Werte der Instanz  	proxmox.0  
                    proxmox.0.qemu_io-installiert-bkp.pid  	not used & created at: 104d 3h 37m  
                    proxmox.0.qemu_UbuntuServer.pid  	not used & created at: 63d 1h 59m  
                    proxmox.0.qemu_IOBROKER-Fixer.pid  	not used & created at: 104d 3h 37m  
                    proxmox.0.qemu_IOBROKER-Active.pid  	not used & created at: 104d 3h 37m  
                    proxmox.0.node_beelink.status  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.uptime  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.type  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.status  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.netout  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.netin  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.mem_lev  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.mem  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.maxmem  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.maxdisk  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.diskwrite  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.cpus  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_pi-hole-ip.cpu  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.uptime  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.type  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.status  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.netout  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.netin  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.mem_lev  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.mem  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.maxmem  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.maxdisk  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.diskwrite  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.cpus  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_crunchip.cpu  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.uptime  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.type  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.status  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.pid  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.netout  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.netin  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.mem_lev  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.mem  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.maxmem  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.maxdisk  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.diskwrite  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.cpus  	not used & created at: 104d 3h 37m  
                    proxmox.0.lxc_PLEX.cpu  	not used & created at: 104d 3h 37m  
                      	  
                    markierte Werte der Instanz  	pollenflug.0  
                    pollenflug.0.info.dayaftertomorrow  	not used & created at: 255d 10h 15m  
                      	  
                    markierte Werte der Instanz  	plex.0  
                    plex.0.info  	not used & created at: 15d 4h 43m  
                    plex.0.events  	not used & created at: 15d 4h 41m  
                    plex.0._playing.aftt-c6a8419cb4dc8e6b-com-plexapp-android.Metadata.updatedAt  	not used & created at: 15d 4h 41m  
                      	  
                    markierte Werte der Instanz  	ping.0  
                      	  
                    markierte Werte der Instanz  	pi-hole.0  
                    pi-hole.0.deactPiHoleTime  	not used & created at: 6d 11h 24m  
                    pi-hole.0.actPiHole  	not used & created at: 6d 11h 24m  
                      	  
                    markierte Werte der Instanz  	paw.0  
                      	  
                    markierte Werte der Instanz  	openweathermap.0  
                    openweathermap.0.forecast.day5.precipitationRain  	not used & created at: 228d 9h 35m  
                    openweathermap.0.forecast.day4.precipitationRain  	not used & created at: 228d 9h 35m  
                    openweathermap.0.forecast.day3.precipitationRain  	not used & created at: 228d 9h 35m  
                    openweathermap.0.forecast.day2.precipitationRain  	not used & created at: 228d 9h 35m  
                    openweathermap.0.forecast.day1.precipitationRain  	not used & created at: 228d 9h 35m  
                    openweathermap.0.forecast.day0.precipitationRain  	not used & created at: 228d 9h 35m  
                    openweathermap.0.forecast.current.precipitationSnow  	not used & created at: 228d 9h 35m  
                    openweathermap.0.forecast.current.precipitationRain  	not used & created at: 228d 9h 34m  
                    openweathermap.0.forecast.current.precipitation  	not used & created at: 228d 9h 34m  
                      	  
                    markierte Werte der Instanz  	node-red.0  
                    node-red.0.sonoff.0.Sonoff16.BH1750_Illuminance  	not used & created at: 15d 5h 58m  
                    node-red.0.sonoff.0.Sonoff15.AM2301_Temperature  	not used & created at: 15d 5h 58m  
                    node-red.0.plex.0._playing.aftt-c6a8419cb4dc8e6b-com-plexapp-android.Metadata.file.path  	not used & created at: 15d 4h 45m  
                    node-red.0.fritzdect.1.Comet_119590537608.targettemp  	not used & created at: 14d 14h 22m  
                    node-red.0.alexa2.0.History.summary  	not used & created at: 23d 10h 27m  
                      	  
                    markierte Werte der Instanz  	mpd.0  
                    mpd.0.updating_db  	not used & created at: 706d 4h 5m  
                    mpd.0.update  	not used & created at: 706d 4h 5m  
                    mpd.0.unmount  	not used & created at: 706d 4h 5m  
                    mpd.0.track  	not used & created at: 706d 4h 5m  
                    mpd.0.toggleoutput  	not used & created at: 706d 4h 5m  
                    mpd.0.swapid  	not used & created at: 706d 4h 5m  
                    mpd.0.swap  	not used & created at: 706d 4h 5m  
                    mpd.0.sticker_set  	not used & created at: 706d 4h 5m  
                    mpd.0.sticker_list  	not used & created at: 706d 4h 5m  
                    mpd.0.sticker_get  	not used & created at: 706d 4h 5m  
                    mpd.0.sticker_find  	not used & created at: 706d 4h 5m  
                    mpd.0.sticker_delete  	not used & created at: 706d 4h 5m  
                    mpd.0.shuffle  	not used & created at: 706d 4h 5m  
                    mpd.0.setvol  	not used & created at: 706d 4h 5m  
                    mpd.0.seekid  	not used & created at: 706d 4h 5m  
                    mpd.0.seekcur  	not used & created at: 706d 4h 5m  
                    mpd.0.searchaddpl  	not used & created at: 706d 4h 5m  
                    mpd.0.searchadd  	not used & created at: 706d 4h 5m  
                    mpd.0.search  	not used & created at: 706d 4h 5m  
                    mpd.0.say  	not used & created at: 706d 4h 5m  
                    mpd.0.save  	not used & created at: 706d 4h 5m  
                    mpd.0.rm  	not used & created at: 706d 4h 5m  
                    mpd.0.rescan  	not used & created at: 706d 4h 5m  
                    mpd.0.replay_gain_status  	not used & created at: 706d 4h 5m  
                    mpd.0.replay_gain_mode  	not used & created at: 706d 4h 5m  
                    mpd.0.rename  	not used & created at: 706d 4h 5m  
                    mpd.0.readcomments  	not used & created at: 706d 4h 5m  
                    mpd.0.rangeid  	not used & created at: 706d 4h 5m  
                    mpd.0.prioid  	not used & created at: 706d 4h 5m  
                    mpd.0.prio  	not used & created at: 706d 4h 5m  
                    mpd.0.previous  	not used & created at: 706d 4h 5m  
                    mpd.0.plchangesposid  	not used & created at: 706d 4h 5m  
                    mpd.0.plchanges  	not used & created at: 706d 4h 5m  
                    mpd.0.playlistsearch  	not used & created at: 706d 4h 5m  
                    mpd.0.playlistmove  	not used & created at: 706d 4h 5m  
                    mpd.0.playlistinfo  	not used & created at: 706d 4h 5m  
                    mpd.0.playlistid  	not used & created at: 706d 4h 5m  
                    mpd.0.playlistfind  	not used & created at: 706d 4h 5m  
                    mpd.0.playlistdelete  	not used & created at: 706d 4h 5m  
                    mpd.0.playlistclear  	not used & created at: 706d 4h 5m  
                    mpd.0.playlistadd  	not used & created at: 706d 4h 5m  
                    mpd.0.playid  	not used & created at: 706d 4h 5m  
                    mpd.0.performer  	not used & created at: 706d 4h 5m  
                    mpd.0.outputs  	not used & created at: 706d 4h 5m  
                    mpd.0.mute  	not used & created at: 706d 4h 5m  
                    mpd.0.moveid  	not used & created at: 706d 4h 5m  
                    mpd.0.move  	not used & created at: 706d 4h 5m  
                    mpd.0.mount  	not used & created at: 706d 4h 5m  
                    mpd.0.mixrampdelay  	not used & created at: 706d 4h 5m  
                    mpd.0.lsinfo  	not used & created at: 706d 4h 5m  
                    mpd.0.listplaylistinfo  	not used & created at: 706d 4h 5m  
                    mpd.0.listplaylist  	not used & created at: 706d 4h 5m  
                    mpd.0.listneighbors  	not used & created at: 706d 4h 5m  
                    mpd.0.listmounts  	not used & created at: 706d 4h 5m  
                    mpd.0.listfiles  	not used & created at: 706d 4h 5m  
                    mpd.0.listallinfo  	not used & created at: 706d 4h 5m  
                    mpd.0.listall  	not used & created at: 706d 4h 5m  
                    mpd.0.list  	not used & created at: 706d 4h 5m  
                    mpd.0.last-modified  	not used & created at: 706d 4h 5m  
                    mpd.0.genre  	not used & created at: 706d 4h 5m  
                    mpd.0.findadd  	not used & created at: 706d 4h 5m  
                    mpd.0.find  	not used & created at: 706d 4h 5m  
                    mpd.0.error  	not used & created at: 706d 4h 5m  
                    mpd.0.enableoutput  	not used & created at: 706d 4h 5m  
                    mpd.0.disc  	not used & created at: 706d 4h 5m  
                    mpd.0.disableoutput  	not used & created at: 706d 4h 5m  
                    mpd.0.deleteid  	not used & created at: 706d 4h 5m  
                    mpd.0.delete  	not used & created at: 706d 4h 5m  
                    mpd.0.date  	not used & created at: 706d 4h 5m  
                    mpd.0.crossfade  	not used & created at: 706d 4h 5m  
                    mpd.0.count  	not used & created at: 706d 4h 5m  
                    mpd.0.composer  	not used & created at: 706d 4h 5m  
                    mpd.0.cleartagid  	not used & created at: 706d 4h 5m  
                    mpd.0.artist  	not used & created at: 706d 4h 5m  
                    mpd.0.albumartist  	not used & created at: 706d 4h 5m  
                    mpd.0.album  	not used & created at: 706d 4h 5m  
                    mpd.0.addtagid  	not used & created at: 706d 4h 5m  
                    mpd.0.addplay  	not used & created at: 706d 4h 5m  
                    mpd.0.addid  	not used & created at: 706d 4h 5m  
                    mpd.0.add  	not used & created at: 706d 4h 5m  
                      	  
                    markierte Werte der Instanz  	mihome.0  
                    mihome.0.devices.switch_158d0001d8e30e.long  	not used & created at: 591d 8h 12m  
                    mihome.0.devices.switch_158d0001d8e30e.double  	not used & created at: 591d 8h 12m  
                    mihome.0.devices.gateway_7811dcb7b330.volume  	not used & created at: 591d 8h 12m  
                    mihome.0.devices.gateway_7811dcb7b330.mid  	not used & created at: 591d 8h 12m  
                      	  
                    markierte Werte der Instanz  	meross.0  
                      	  
                    markierte Werte der Instanz  	mclighting.2  
                    mclighting.2.speed  	not used & created at: 11d 10h 28m  
                    mclighting.2.power  	not used & created at: 11d 10h 28m  
                    mclighting.2.mode  	not used & created at: 11d 10h 28m  
                    mclighting.2.list_modes  	not used & created at: 11d 10h 28m  
                    mclighting.2.info.connection  	not used & created at: 11d 10h 28m  
                    mclighting.2.fx_mode_name  	not used & created at: 11d 10h 28m  
                    mclighting.2.fx_mode  	not used & created at: 11d 10h 28m  
                    mclighting.2.color_R  	not used & created at: 11d 10h 28m  
                    mclighting.2.color_G  	not used & created at: 11d 10h 28m  
                    mclighting.2.color_B  	not used & created at: 11d 10h 28m  
                    mclighting.2.color  	not used & created at: 11d 10h 28m  
                    mclighting.2.brightness  	not used & created at: 11d 10h 28m  
                      	  
                    markierte Werte der Instanz  	mclighting.1  
                    mclighting.1.speed  	not used & created at: 208d 5h 30m  
                    mclighting.1.single_RGB  	not used & created at: 208d 5h 0m  
                    mclighting.1.set_all_RGB  	not used & created at: 208d 5h 0m  
                    mclighting.1.range_RGB  	not used & created at: 208d 5h 0m  
                    mclighting.1.power  	not used & created at: 208d 5h 30m  
                    mclighting.1.list_modes  	not used & created at: 208d 5h 30m  
                    mclighting.1.fx_mode_name  	not used & created at: 208d 5h 30m  
                    mclighting.1.color_RGB  	not used & created at: 208d 5h 0m  
                    mclighting.1.color  	not used & created at: 208d 5h 30m  
                    mclighting.1.array_RGB  	not used & created at: 208d 5h 0m  
                      	  
                    markierte Werte der Instanz  	mclighting.0  
                    mclighting.0.single_RGB  	not used & created at: 83d 3h 11m  
                    mclighting.0.set_all_RGB  	not used & created at: 257d 7h 7m  
                    mclighting.0.range_RGB  	not used & created at: 257d 7h 7m  
                    mclighting.0.array_RGB  	not used & created at: 257d 7h 7m  
                      	  
                    markierte Werte der Instanz  	js2fs.0  
                      	  
                    markierte Werte der Instanz  	javascript.2  
                    javascript.2.WLANUnifi.APInfo.AP-LongR  	not used & created at: 4d 5h 39m  
                    javascript.2.WLANUnifi.APInfo.AP-Light  	not used & created at: 4d 5h 39m  
                      	  
                    markierte Werte der Instanz  	javascript.1  
                      	  
                    markierte Werte der Instanz  	javascript.0  
                    javascript.0.WLANUnifi.APInfo.AP-LongR  	not used & created at: 53d 4h 2m  
                    javascript.0.WLANUnifi.APInfo.AP-Light  	not used & created at: 53d 4h 2m  
                    javascript.0.GETPROCESS.LOGSizeVAR  	not used & created at: 133d 8h 13m  
                    javascript.0.Countdown.Termin.Rest.Wochen  	not used & created at: 256d 0h 6m  
                    javascript.0.Countdown.Termin.Rest.Total  	not used & created at: 256d 0h 6m  
                    javascript.0.Countdown.Termin.Rest.Tage  	not used & created at: 256d 0h 6m  
                    javascript.0.Countdown.Termin.Rest.Stunden  	not used & created at: 255d 9h 1m  
                    javascript.0.Countdown.Termin.Rest.Minuten  	not used & created at: 255d 9h 16m  
                      	  
                    markierte Werte der Instanz  	iqontrol.0  
                      	  
                    markierte Werte der Instanz  	iot.0  
                    iot.0.smart.updatesYA  	not used & created at: NaNd NaNh NaNm  
                    iot.0.smart.updatesGH  	not used & created at: NaNd NaNh NaNm  
                    iot.0.smart.lastRoom  	not used & created at: NaNd NaNh NaNm  
                    iot.0.smart.lastFunction  	not used & created at: NaNd NaNh NaNm  
                    iot.0.smart.lastCommandObj  	not used & created at: NaNd NaNh NaNm  
                    iot.0.services.ifttt  	not used & created at: 15d 6h 15m  
                    iot.0.info.remoteTill  	not used & created at: NaNd NaNh NaNm  
                    iot.0.certs.forceUserCreate  	not used & created at: NaNd NaNh NaNm  
                      	  
                    markierte Werte der Instanz  	info.0  
                    info.0.sysinfo.memory.info.used_hist  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.cpu.temperature.main_hist  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.cpu.currentLoad.currentload_hist  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.battery.timeremaining  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.battery.percent  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.battery.maxcapacity  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.battery.ischarging  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.battery.hasbattery  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.battery.cyclecount  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.battery.currentcapacity  	not used & created at: NaNd NaNh NaNm  
                    info.0.sysinfo.battery.acconnected  	not used & created at: NaNd NaNh NaNm  
                      	  
                    markierte Werte der Instanz  	ical.2  
                    ical.2.trigger  	not used & created at: 173d 3h 27m  
                      	  
                    markierte Werte der Instanz  	ical.1  
                    ical.1.trigger  	not used & created at: 331d 8h 8m  
                    ical.1.events.9.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.8.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.7.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.6.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.5.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.4.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.3.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.2.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.10.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.1.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.0.today.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.0.now.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.events.0.later.Vacation  	not used & created at: 331d 8h 8m  
                    ical.1.data.trigger  	not used & created at: 443d 3h 43m  
                      	  
                    markierte Werte der Instanz  	ical.0  
                    ical.0.trigger  	not used & created at: 331d 8h 8m  
                    ical.0.data.trigger  	not used & created at: 702d 4h 26m  
                      	  
                    markierte Werte der Instanz  	fullybrowser.0  
                    fullybrowser.0.192_168_178_42.Commands.triggerMotion  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.toForeground  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.textToSpeech  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.stopScreensaver  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.stopDaydream  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.startScreensaver  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.startDaydream  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.startApplication  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.setStringSetting  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.screenOn  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.screenOff  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.restartApp  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.popFragment  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.loadURL  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.loadStartURL  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.forceSleep  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.exitApp  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.enableLockedMode  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.disableLockedMode  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.clearWebstorage  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.clearCookies  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_42.Commands.clearCache  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_29.Commands.triggerMotion  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.toForeground  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.textToSpeech  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.stopScreensaver  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.stopDaydream  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.startScreensaver  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.startDaydream  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.startApplication  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.setStringSetting  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.restartApp  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.popFragment  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.loadURL  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.loadStartURL  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.forceSleep  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.exitApp  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.enableLockedMode  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.disableLockedMode  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.clearWebstorage  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.clearCookies  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_29.Commands.clearCache  	not used & created at: 212d 8h 31m  
                    fullybrowser.0.192_168_178_26.Commands.triggerMotion  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.toForeground  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.textToSpeech  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.stopScreensaver  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.stopDaydream  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.startScreensaver  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.startDaydream  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.startApplication  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.setStringSetting  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.screenOn  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.screenOff  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.restartApp  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.popFragment  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.loadURL  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.loadStartURL  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.forceSleep  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.exitApp  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.enableLockedMode  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.disableLockedMode  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.clearWebstorage  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.clearCookies  	not used & created at: 212d 8h 5m  
                    fullybrowser.0.192_168_178_26.Commands.clearCache  	not used & created at: 212d 8h 5m  
                      	  
                    markierte Werte der Instanz  	fullcalendar.0  
                    fullcalendar.0.info.lastEvent  	not used & created at: 663d 7h 51m  
                    fullcalendar.0.info.lastConfiguredEvent  	not used & created at: 663d 7h 51m  
                      	  
                    markierte Werte der Instanz  	fritzdect.1  
                    fritzdect.1.GuestWLAN.state  	not used & created at: 376d 23h 57m  
                    fritzdect.1.Comet_119610737080.errorcode  	not used & created at: 59d 22h 45m  
                    fritzdect.1.Comet_119610651024.errorcode  	not used & created at: 359d 13h 23m  
                      	  
                    markierte Werte der Instanz  	fritzdect.0  
                    fritzdect.0.GuestWLAN.state  	not used & created at: 581d 5h 24m  
                      	  
                    markierte Werte der Instanz  	email.0  
                      	  
                    markierte Werte der Instanz  	dwd.0  
                    dwd.0.warning2.type  	not used & created at: 613d 7h 39m  
                    dwd.0.warning2.map: string  	missing DP-OBEJCT !!  
                    dwd.0.warning2.level  	not used & created at: 613d 7h 39m  
                    dwd.0.warning1.type  	not used & created at: 613d 7h 44m  
                    dwd.0.warning1.map: string  	missing DP-OBEJCT !!  
                    dwd.0.warning1.level  	not used & created at: 613d 7h 44m  
                    dwd.0.warning.type  	not used & created at: 613d 7h 46m  
                    dwd.0.warning.level  	not used & created at: 613d 7h 46m  
                      	  
                    markierte Werte der Instanz  	devices.0  
                      	  
                    markierte Werte der Instanz  	daswetter.0  
                      	  
                    markierte Werte der Instanz  	countdown.0  
                      	  
                    markierte Werte der Instanz  	cloud.0  
                    cloud.0.smart.updates3  	not used & created at: 668d 2h 41m  
                    cloud.0.smart.updates  	not used & created at: 668d 2h 41m  
                    cloud.0.smart.lastRoom  	not used & created at: 668d 2h 41m  
                    cloud.0.smart.lastResponse  	not used & created at: 668d 2h 41m  
                    cloud.0.smart.lastFunction  	not used & created at: 668d 2h 41m  
                    cloud.0.smart.lastCommand  	not used & created at: 668d 2h 41m  
                    cloud.0.services.ifttt  	not used & created at: 647d 6h 0m  
                    cloud.0.info.userOnCloud  	not used & created at: 628d 14h 29m  
                    cloud.0.info.remoteTill  	not used & created at: 591d 7h 50m  
                      	  
                    markierte Werte der Instanz  	broadlink2.0  
                    broadlink2.0.Scenes.Fernsehen  	not used & created at: 73d 13h 53m  
                    broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.LearnRF  	not used & created at: 216d 9h 9m  
                    broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.Learn  	not used & created at: 216d 9h 9m  
                    broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.L.enableLearningMode  	not used & created at: 447d 8h 43m  
                    broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.L.LEDZimmeFLASH  	not used & created at: 676d 1h 20m  
                    broadlink2.0.RM:Broadlink-RMMINI-fc-15-7e.L.test  	not used & created at: 76d 8h 14m  
                      	  
                    markierte Werte der Instanz  	backitup.0  
                      	  
                    markierte Werte der Instanz  	amazon-dash.0  
                    amazon-dash.0.fc-65-de-3b-48-fe.switch  	not used & created at: 150d 6h 11m  
                    amazon-dash.0.fc-65-de-3b-48-fe.pressed  	not used & created at: 150d 6h 11m  
                    amazon-dash.0.fc-65-de-3b-48-fe.lastPressed  	not used & created at: 150d 6h 11m  
                      	  
                    markierte Werte der Instanz  	alexa2.0  
                    alexa2.0.Smart-Home-Devices.dcdbaf2d-e4f2-4b23-9f24-097d2ae0d8a8.targetSetpoint-scale  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.dcdbaf2d-e4f2-4b23-9f24-097d2ae0d8a8.targetSetpoint  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.db87b584-3f07-4953-92b7-15b39fd45e44.percentage  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.d12077de-1f9f-4729-be9e-6ce41945e952.percentage  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.cb08b28b-b6ca-485d-9cdf-7a49310f5898.percentage  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.c4fabf39-a495-4a85-a041-280b4ca18964.targetSetpoint-scale  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.c4fabf39-a495-4a85-a041-280b4ca18964.targetSetpoint  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.b2f677ba-dd64-468d-abd8-84995bbf7378.targetSetpoint-scale  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.b2f677ba-dd64-468d-abd8-84995bbf7378.targetSetpoint  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.ac991926-f425-4965-b0fb-603dcceb0379.targetSetpoint-scale  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.ac991926-f425-4965-b0fb-603dcceb0379.targetSetpoint  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.9ec83740-5f16-4eea-ad07-9626f5c541fe.percentage  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.8b625c3e-97a4-4827-b650-d3f6fb0bbc3d.percentage  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.8900cdd9-a273-4b75-b19c-bd0f32cf54a5.powerState  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.7c52cc6f-c83f-42b0-9446-5895e8ec6136.powerState  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.79c87435-3776-4473-8462-c7ba7c34c608.targetSetpoint-scale  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.79c87435-3776-4473-8462-c7ba7c34c608.targetSetpoint  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.6604c06c-d1a4-4318-85b2-be167ae2bbc8.percentage  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.54f010c8-a06c-46d7-aaed-bcf5918e154b.percentage  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.429b11a0-85fe-4d98-a4ac-1a0554b669e1.powerState  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.3ef3351e-d351-4099-b249-5096cb47b36e.percentage  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.2864dec8-ffbd-4420-9a37-158abb0f33df.percentage  	not used & created at: 0d 2h 47m  
                    alexa2.0.Smart-Home-Devices.263817bc-6966-4633-963f-184bb7d3ae6d.percentage  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.0efac9db-2a5c-4af5-a843-ab692c7c9580.percentage  	not used & created at: 0d 2h 48m  
                    alexa2.0.Smart-Home-Devices.073870a0-f962-4b94-8aff-3d93ae445ed3.percentage  	not used & created at: 0d 2h 47m  
                    alexa2.0.Echo-Devices.G0W0X8089245F1Q4.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                    alexa2.0.Echo-Devices.G0911B0592830RM7.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                    alexa2.0.Echo-Devices.G090VC09917519BE.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                    alexa2.0.Echo-Devices.G090NV03742503T0.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                    alexa2.0.Echo-Devices.G090LF11805207TS.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                    alexa2.0.Echo-Devices.G090LF1072270E5V.Commands.speak-volume  	not used & created at: 0d 2h 48m  
                      	  
                    markierte Werte der Instanz  	admin.0  
                    =========================================  	============================================  
                      	  
                    SMARTHOME DEFINITION  	SmartName Type-Definition  
                      	Gesamtanzahl: 111 (check blacklist!)  
                      	  
                    all existing SmartNames  	Anzahl: 179  
                      	  
                    smartName  	temperatur flur  
                    smartName  	temperatur zimmer, temperatur  
                    Duplicate  	ID: javascript.2.WLANUnifi.WLAN_DragonRootGuest  
                    smartName  	WLAN_DragonRootGuest  
                    Duplicate  	ID: javascript.2.WLANUnifi.WLAN_DragonRoot1  
                    smartName  	WLAN_DragonRoot1  
                    Duplicate  	ID: javascript.1.WLANUnifi.WLAN_DragonRootGuest  
                    smartName  	WLAN_DragonRootGuest  
                    Duplicate  	ID: javascript.1.WLANUnifi.WLAN_DragonRoot1  
                    smartName  	WLAN_DragonRoot1  
                    smartName  	WLAN_DragonRootGuest  
                    smartName  	WLAN_DragonRoot1  
                    smartName  	datenbank restart  
                    smartName  	Datenbank neu  
                    smartName  	schlafen, gute nacht  
                    smartName  	backup broker, broker backup, backup, sicherung  
                    smartName  	computer  
                    smartName  	Zähler, countdown  
                    smartName  	Wechsel  
                    smartName  	tauschen  
                    smartName  	TV source, TV quelle  
                    smartName  	TV play  
                    smartName  	TV pause  
                    smartName  	TV ok,TV enter  
                    smartName  	tv ruhe, TV mute, tv ton  
                    smartName  	TV leiser r  
                    smartName  	TV lauter r  
                    smartName  	TV Exit  
                    smartName  	durch, durch schalten  
                    smartName  	bild  
                    smartName  	TV energie, TV bild  
                    smartName  	TV, fernseher, fernsehen  
                    smartName  	panik  
                    smartName  	haupt, hauptschalter  
                    smartName  	lautsprecher echo, lautsprecher laptop  
                    smartName  	lautsprecher tv, box für tv  
                    smartName  	sat, avira 2, tv zwei  
                    smartName  	radio bluetooth, radio zimmer bluetooth  
                    smartName  	radio im zimmer, radio zimmer  
                    smartName  	radio im flur, radio flur  
                    smartName  	online, daheim  
                    smartName  	offline, auswärts  
                    smartName  	nacht licht, Nacht lampe, nachtlampe, nachttischlampe  
                    smartName  	Bewegung  
                    smartName  	aktiv, bad aktiv  
                    smartName  	modus, mode,led mode  
                    smartName  	Lüfter 5, lüfter, lüfter im bad  
                    smartName  	lüfter 3, lüfter drei  
                    smartName  	lüfter 1, lüfter bett, lüfter 1  
                    smartName  	led, led schreibtisch  
                    smartName  	KuechenLicht, Licht in der Küche  
                    smartName  	heizung auf zeit  
                    smartName  	heizung, heizung im zimmer  
                    smartName  	heizung in der küche, heizung in küche  
                    smartName  	heizung im flur auf zeit  
                    smartName  	heizung im flur  
                    smartName  	alt, computer alt  
                    smartName  	farbband, farbe  
                    smartName  	cooler, kühler, klima  
                    smartName  	Bildschirm  
                    smartName  	banane  
                    smartName  	Besuch, putzen  
                    smartName  	laut  
                    smartName  	wieder rock  
                    smartName  	banane zurück  
                    smartName  	banane pause  
                    smartName  	banane weiter  
                    smartName  	Banane leiser  
                    smartName  	Banane lauter  
                    smartName  	ansicht  
                    smartName  	licht im bad, bad licht,   
                    smartName  	heizung im bad auf zeit, hitze im bad auf zeit  
                    smartName  	heizung im bad  
                    smartName  	heizschritt, heizung schritt, step, heizlüfter  
                    smartName  	lüfter 4, lüfter bad, bad lüfter, heizlüfter im bad  
                    smartName  	programm 9, das neunte, super rtl  
                    smartName  	programm 8, das achte, kabel eins  
                    smartName  	programm 7, das siebte, fox, vox  
                    smartName  	programm 6, das sechste, pro sieben  
                    smartName  	programm 5, das fünfte, rtl zwei  
                    smartName  	programm 4, das vierte, rtl  
                    smartName  	programm 3, das dritte, sat eins  
                    smartName  	programm 2, das zweite, zdf  
                    smartName  	programm 18, das achtzehnte, one, das erste eins  
                    smartName  	programm 16, das sechszehnte, bayern drei, br  
                    smartName  	programm 15, das fünfzehnte, zdf neo, zdf neu  
                    smartName  	programm 14, das viertzehnte, arte  
                    smartName  	programm 13, das dreizehnte, drei sat  
                    smartName  	programm 10, das zehnte, frauen tv, sixx  
                    smartName  	programm 1, das erste, ard  
                    smartName  	Monitor  
                    smartName  	AMD5300, 53  
                    smartName  	laptop sicher  
                    smartName  	laptop  
                    smartName  	TestZahl2  
                    smartName  	AARolladen  
                      	  
                    all ID's with Smart Definition  	  
                      	  
                      	  
                    fritzdect.1.Comet_119610651024.targettemp  	no Type available  
                      	de: temperatur flur  
                      	  
                    fritzdect.0.Comet_119590404152.targettemp  	SmartType: _  
                      	de: temperatur zimmer, temperatur  
                      	  
                    broadlink2.0.RM:Broadlink-RMPROPLUS-e7-eb-47.L.000000.LED_Zimmer  	no Type available  
                      	DeviceName not defined  
                      	  
                    javascript.2.WLANUnifi.WLAN_DragonRootGuest  	SmartType: SWITCH  
                      	de: WLAN_DragonRootGuest  
                      	de: Duplicate Smart Definition  
                      	  
                    javascript.2.WLANUnifi.WLAN_DragonRoot1  	SmartType: SWITCH  
                      	de: WLAN_DragonRoot1  
                      	de: Duplicate Smart Definition  
                      	  
                    javascript.1.WLANUnifi.WLAN_DragonRootGuest  	SmartType: SWITCH  
                      	de: WLAN_DragonRootGuest  
                      	de: Duplicate Smart Definition  
                      	  
                    javascript.1.WLANUnifi.WLAN_DragonRoot1  	SmartType: SWITCH  
                      	de: WLAN_DragonRoot1  
                      	de: Duplicate Smart Definition  
                      	  
                    javascript.0.WLANUnifi.WLAN_DragonRootGuest  	SmartType: SWITCH  
                      	de: WLAN_DragonRootGuest  
                      	  
                    javascript.0.WLANUnifi.WLAN_DragonRoot1  	SmartType: SWITCH  
                      	de: WLAN_DragonRoot1  
                      	  
                    controll-own.0.statusDLNARestart  	no Type available  
                      	de: datenbank restart  
                      	  
                    controll-own.0.statusDLNAReload  	no Type available  
                      	de: Datenbank neu  
                      	  
                    controll-own.0.schlafen  	no Type available  
                      	de: schlafen, gute nacht  
                      	  
                    controll-own.0.iobrokerbackup  	no Type available  
                      	de: backup broker, broker backup, backup, sicherung  
                      	  
                    controll-own.0.fx6300energie  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.fx63000monitore  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.fx6300  	no Type available  
                      	de: computer  
                      	  
                    controll-own.0.Zähler  	no Type available  
                      	de: Zähler, countdown  
                      	  
                    controll-own.0.WechselHalb  	no Type available  
                      	de: Wechsel  
                      	  
                    controll-own.0.Wechsel  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.Tauschen  	SmartType: SWITCH  
                      	de: tauschen  
                      	  
                    controll-own.0.TVSource  	no Type available  
                      	de: TV source, TV quelle  
                      	  
                    controll-own.0.TVPlay  	no Type available  
                      	de: TV play  
                      	  
                    controll-own.0.TVPause  	no Type available  
                      	de: TV pause  
                      	  
                    controll-own.0.TVOk  	no Type available  
                      	de: TV ok,TV enter  
                      	  
                    controll-own.0.TVMute  	no Type available  
                      	de: tv ruhe, TV mute, tv ton  
                      	  
                    controll-own.0.TVLeiser  	no Type available  
                      	de: TV leiser r  
                      	  
                    controll-own.0.TVLauter  	no Type available  
                      	de: TV lauter r  
                      	  
                    controll-own.0.TVExit  	no Type available  
                      	de: TV Exit  
                      	  
                    controll-own.0.TVDurchSchalten  	no Type available  
                      	de: durch, durch schalten  
                      	  
                    controll-own.0.TVBildGedreht  	no Type available  
                      	de: bild  
                      	  
                    controll-own.0.TVBild  	no Type available  
                      	de: TV energie, TV bild  
                      	  
                    controll-own.0.TV  	no Type available  
                      	de: TV, fernseher, fernsehen  
                      	  
                    controll-own.0.StopIOBroker  	no Type available  
                      	de: panik  
                      	  
                    controll-own.0.SchreibtischHAUPT  	no Type available  
                      	de: haupt, hauptschalter  
                      	  
                    controll-own.0.SPEAKER.ZimmerEchoBTooth  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.SPEAKER.SPEAKERecho  	no Type available  
                      	de: lautsprecher echo, lautsprecher laptop  
                      	  
                    controll-own.0.SPEAKER.SPEAKERTVBox  	no Type available  
                      	de: lautsprecher tv, box für tv  
                      	  
                    controll-own.0.SPEAKER.SPEAKERBananeUP  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.SPEAKER.SPEAKERBananeDOWN  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.SAT  	no Type available  
                      	de: sat, avira 2, tv zwei  
                      	  
                    controll-own.0.RADIOs.RadioZimmerBT  	no Type available  
                      	de: radio bluetooth, radio zimmer bluetooth  
                      	  
                    controll-own.0.RADIOs.RadioZimmer  	no Type available  
                      	de: radio im zimmer, radio zimmer  
                      	  
                    controll-own.0.RADIOs.RadioFlur  	no Type available  
                      	de: radio im flur, radio flur  
                      	  
                    controll-own.0.ONLINE  	no Type available  
                      	de: online, daheim  
                      	  
                    controll-own.0.OFFLINE  	no Type available  
                      	de: offline, auswärts  
                      	  
                    controll-own.0.NACHTLAMPE  	no Type available  
                      	de: nacht licht, Nacht lampe, nachtlampe, nachttischlampe  
                      	  
                    controll-own.0.MOTION.BewegungsNotification  	no Type available  
                      	de: Bewegung  
                      	  
                    controll-own.0.MOTION.BADaktiv  	no Type available  
                      	de: aktiv, bad aktiv  
                      	  
                    controll-own.0.MATRIX.ModusSchalten  	no Type available  
                      	de: modus, mode,led mode  
                      	  
                    controll-own.0.MATRIX.MatrixMode  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.Lüfter4  	no Type available  
                      	de: Lüfter 5, lüfter, lüfter im bad  
                      	  
                    controll-own.0.Luefter3  	no Type available  
                      	de: lüfter 3, lüfter drei  
                      	  
                    controll-own.0.Luefter1  	no Type available  
                      	de: lüfter 1, lüfter bett, lüfter 1  
                      	  
                    controll-own.0.LEDLampe  	no Type available  
                      	de: led, led schreibtisch  
                      	  
                    controll-own.0.KuechenLicht  	SmartType: LIGHT  
                      	de: KuechenLicht, Licht in der Küche  
                      	  
                    controll-own.0.HeizungZimmer30  	SmartType: SWITCH  
                      	de: heizung auf zeit  
                      	  
                    controll-own.0.HeizungZimmer  	SmartType: SWITCH  
                      	de: heizung, heizung im zimmer  
                      	  
                    controll-own.0.HeizungKueche  	no Type available  
                      	de: heizung in der küche, heizung in küche  
                      	  
                    controll-own.0.HeizungAUS  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.Heizung90  	SmartType: SWITCH  
                      	de: heizung im flur auf zeit  
                      	  
                    controll-own.0.Heizung30  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.Heizung  	SmartType: SWITCH  
                      	de: heizung im flur  
                      	  
                    controll-own.0.FX6300alt  	no Type available  
                      	de: alt, computer alt  
                      	  
                    controll-own.0.FARBBand  	no Type available  
                      	de: farbband, farbe  
                      	  
                    controll-own.0.Einkauf  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.COOLER.COOLER  	no Type available  
                      	de: cooler, kühler, klima  
                      	  
                    controll-own.0.Bildschirm  	no Type available  
                      	de: Bildschirm  
                      	  
                    controll-own.0.Banane  	no Type available  
                      	de: banane  
                      	  
                    controll-own.0.BESUCH  	no Type available  
                      	de: Besuch, putzen  
                      	  
                    controll-own.0.BANANAMPD.Volume  	no Type available  
                      	de: laut  
                      	  
                    controll-own.0.BANANAMPD.BananeROCK  	no Type available  
                      	de: wieder rock  
                      	  
                    controll-own.0.BANANAMPD.BananePREV  	no Type available  
                      	de: banane zurück  
                      	  
                    controll-own.0.BANANAMPD.BananePAUSE  	no Type available  
                      	de: banane pause  
                      	  
                    controll-own.0.BANANAMPD.BananeOLDIES  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.BANANAMPD.BananeNEXT  	no Type available  
                      	de: banane weiter  
                      	  
                    controll-own.0.BANANAMPD.BananeLEISER  	no Type available  
                      	de: Banane leiser  
                      	  
                    controll-own.0.BANANAMPD.BananeLAUTER  	no Type available  
                      	de: Banane lauter  
                      	  
                    controll-own.0.BANANAMPD.BananeHEILIG  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.BANANAMPD.BananeGEORGMICHAEL  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.BANANAMPD.BananeDOLPHIN  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.BANANAMPD.BananeCAFE12  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.BANANAMPD.BananeAUS  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.BAD.BADVisNeu  	no Type available  
                      	de: ansicht  
                      	  
                    controll-own.0.BAD.BADLicht  	no Type available  
                      	de: licht im bad, bad licht,   
                      	  
                    controll-own.0.BAD.BADHeizungAUS  	no Type available  
                      	DeviceName not defined  
                      	  
                    controll-own.0.BAD.BADHeizung30  	SmartType: SWITCH  
                      	de: heizung im bad auf zeit, hitze im bad auf zeit  
                      	  
                    controll-own.0.BAD.BADHeizung  	SmartType: SWITCH  
                      	de: heizung im bad  
                      	  
                    controll-own.0.BAD.BADHeizluefterSTEPs  	no Type available  
                      	de: heizschritt, heizung schritt, step, heizlüfter  
                      	  
                    controll-own.0.BAD.BADHeizluefter  	no Type available  
                      	de: lüfter 4, lüfter bad, bad lüfter, heizlüfter im bad  
                      	  
                    controll-own.0.AVIRAPROG.AVProg9  	no Type available  
                      	de: programm 9, das neunte, super rtl  
                      	  
                    controll-own.0.AVIRAPROG.AVProg8  	no Type available  
                      	de: programm 8, das achte, kabel eins  
                      	  
                    controll-own.0.AVIRAPROG.AVProg7  	no Type available  
                      	de: programm 7, das siebte, fox, vox  
                      	  
                    controll-own.0.AVIRAPROG.AVProg6  	no Type available  
                      	de: programm 6, das sechste, pro sieben  
                      	  
                    controll-own.0.AVIRAPROG.AVProg5  	no Type available  
                      	de: programm 5, das fünfte, rtl zwei  
                      	  
                    controll-own.0.AVIRAPROG.AVProg4  	no Type available  
                      	de: programm 4, das vierte, rtl  
                      	  
                    controll-own.0.AVIRAPROG.AVProg3  	no Type available  
                      	de: programm 3, das dritte, sat eins  
                      	  
                    controll-own.0.AVIRAPROG.AVProg2  	no Type available  
                      	de: programm 2, das zweite, zdf  
                      	  
                    controll-own.0.AVIRAPROG.AVProg18  	no Type available  
                      	de: programm 18, das achtzehnte, one, das erste eins  
                      	  
                    controll-own.0.AVIRAPROG.AVProg16  	no Type available  
                      	de: programm 16, das sechszehnte, bayern drei, br  
                      	  
                    controll-own.0.AVIRAPROG.AVProg15  	no Type available  
                      	de: programm 15, das fünfzehnte, zdf neo, zdf neu  
                      	  
                    controll-own.0.AVIRAPROG.AVProg14  	no Type available  
                      	de: programm 14, das viertzehnte, arte  
                      	  
                    controll-own.0.AVIRAPROG.AVProg13  	no Type available  
                      	de: programm 13, das dreizehnte, drei sat  
                      	  
                    controll-own.0.AVIRAPROG.AVProg10  	no Type available  
                      	de: programm 10, das zehnte, frauen tv, sixx  
                      	  
                    controll-own.0.AVIRAPROG.AVProg1  	no Type available  
                      	de: programm 1, das erste, ard  
                      	  
                    controll-own.0.AMDM5300Monitor  	no Type available  
                      	de: Monitor  
                      	  
                    controll-own.0.AMD5300  	no Type available  
                      	de: AMD5300, 53  
                      	  
                    controll-own.0.ACER5630Cyber  	no Type available  
                      	de: laptop sicher  
                      	  
                    controll-own.0.ACER5630  	SmartType:   
                      	de: laptop  
                      	  
                    controll-own.0.AAATEST.test.SmartDeviceError  	no Object  
                      	SmartName-Object missing  
                      	  
                    controll-own.0.AAATEST.TestZahl2  	no Type available  
                      	de: TestZahl2  
                      	  
                    controll-own.0.AAATEST.AARolladen  	SmartType: SWITCH  
                      	de: AARolladen  
                    =========================================  	============================================  
                    

                    @sigi234 , @ilovegym habe gerade nochmal eine version im ersten post kopiert

                    @sigi234 probier doch bitte nochmal - wenn es klappt müßte "no object" bei dem dp auf der rechten seite stehen

                    Image 11.png

                    sigi234S Online
                    sigi234S Online
                    sigi234
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von sigi234
                    #232

                    @liv-in-sky sagte in Script - Info über Datenpunkte sammeln:

                    probier doch bitte nochmal - wenn es klappt müßte "no object" bei dem dp auf der rechten seite stehen

                    SMARTHOME DEFINITION  	SmartName Type-Definition  
                      	Gesamtanzahl: 26 (check blacklist!)  
                      	  
                    all existing SmartNames  	Anzahl: 10  
                      	  
                    smartName  	hue motion temperatur  
                    smartName  	Batterie betrieben Küche  
                    smartName  	Luftfeuchtigkeit Bad  
                    Duplicate  	ID: javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Vicki  
                    smartName  	Vicki  
                    Duplicate  	ID: javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Hans  
                    smartName  	Hans  
                    Duplicate  	ID: javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Conchita  
                    smartName  	Conchita  
                    Duplicate  	ID: javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Alexa  
                    smartName  	Alexa  
                    smartName  	Conchita  
                    smartName  	Vicki  
                    smartName  	Hans  
                    smartName  	Alexa  
                    smartName  	08Fensteransage  
                      	  
                    all ID's with Smart Definition  	  
                      	  
                      	  
                    node-red.0.hue-motion-temperatur  	SmartType: THERMOSTAT  
                      	de: hue motion temperatur  
                      	  
                    node-red.0.hue-motion-haus  	SmartType: ACTIVITY_TRIGGER  
                      	de: Batterie betrieben Küche  
                      	  
                    node-red.0.hue-motion-battery  	SmartType: ACTIVITY_TRIGGER  
                      	  
                    hm-rpc.1.BidCoS-RF.10.LEVEL  	no Type available  
                      	DeviceName not defined  
                      	  
                    hm-rpc.1.BidCoS-RF.1.LEVEL  	no Type available  
                      	DeviceName not defined  
                      	  
                    alexa2.0.Echo-Devices.G090LF1182231CD6.Reminder.New  	SmartType: ACTIVITY_TRIGGER  
                      	  
                    alexa2.0.Echo-Devices.G090LF1182231CD6.Player.volume  	SmartType: ACTIVITY_TRIGGER  
                      	  
                    alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak-volume  	SmartType: ACTIVITY_TRIGGER  
                      	  
                    alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.doNotDisturb  	SmartType: ACTIVITY_TRIGGER  
                      	  
                    alexa2.0.Echo-Devices.G090LF1182231CD6.Alarm.New  	SmartType: ACTIVITY_TRIGGER  
                      	  
                    javascript.0.Muellwarnung.Restmüll  	no Type available  
                      	DeviceName not defined  
                      	  
                    javascript.0.Muellwarnung.Gelber Sack  	no Type available  
                      	DeviceName not defined  
                      	  
                    javascript.0.Muellwarnung.Biotonne  	no Type available  
                      	DeviceName not defined  
                      	  
                    javascript.0.Muellwarnung.Altpapiertonne  	no Type available  
                      	DeviceName not defined  
                      	  
                    javascript.0.Eigene_Datenpunkte.Alexa2Ansagen.Luftfeuchttigkeit.Bad  	SmartType: SWITCH  
                      	de: Luftfeuchtigkeit Bad  
                      	  
                    javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Vicki  	SmartType: SWITCH  
                      	de: Vicki  
                      	de: Duplicate Smart Definition  
                      	  
                    javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Hans  	SmartType: SWITCH  
                      	de: Hans  
                      	de: Duplicate Smart Definition  
                      	  
                    javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Conchita  	SmartType: SWITCH  
                      	de: Conchita  
                      	de: Duplicate Smart Definition  
                      	  
                    javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Alexa  	SmartType: SWITCH  
                      	de: Alexa  
                      	de: Duplicate Smart Definition  
                      	DeviceName not defined  
                      	  
                    javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.04Conchita  	SmartType: SWITCH  
                      	de: Conchita  
                      	  
                    javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.03Vicki  	SmartType: SWITCH  
                      	de: Vicki  
                      	  
                    javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.02Hans  	SmartType: SWITCH  
                      	de: Hans  
                      	  
                    javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.01Alexa  	SmartType: SWITCH  
                      	de: Alexa  
                      	  
                    javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.08Fensteransage  	SmartType: SWITCH  
                      	de: 08Fensteransage  
                      	  
                    javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Ansagen.01Temperaturansage_Garten  	no Object  
                      	SmartName-Object missing  
                    =========================================  	============================================  
                    

                    Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                    Immer Daten sichern!

                    1 Antwort Letzte Antwort
                    0
                    • liv-in-skyL liv-in-sky
                      • suche tester, anregungen

                      • dieses script soll u.a. zum auffinden falsch beschriebener oder leerer datenpunkte dienen. es kann für scripter helfen, eigene script- oder adpater datenpunkte zu überprüfen

                      • unter umständen kann es dabei viele daten geben und deshalb wird zu einem datenpunkt (html formatiert für html widget-vis) eine webseite erzeugt um einen besseren überblick zu bekommen

                      • das script wird mit einem boolean wert ausgeführt (RunScript=true) - so wird nach der aktivierung des scripts nichts zu sehen sein

                      was geht sonst noch:

                      feature to do
                      datenpunkte per instanz zählen kann über dp abgeschalten werden (setzen: javascript.0.ProofingDatapoints.ObjectAnzahlCheck)
                      Alias Kontrolle der neue controllerv2 hat aliase - diese werden auf fehlende datenpunktzuweisung überprüft
                      letzte Änderung DP es kann die "letze Änderung" von datenpunkte angezeigt werden mit taage einstellung über "LatestChangeDP_Factor" 1 ist 1 Tag
                      nur spezielle ornder abfragen es können auch nur einzelne ordner abgefragt werden - z.b. "javascript.2.WLANUnifi"
                      eigene instanzen definieren z.b für die eignenDatenpunkte - muss vor scriptausführung angepaßt werden (const instanzArr im script)
                      standard javascript.* disable scripte legen datenpunkte unter javascript ab -. daher standard (kann über dp abgeschalten werden)(setzen: javascript.0.ProofingDatapoints.JavaInstanzCheck)
                      eigene webseite erreichbar: http://<ip iobroker>:8082/javascript/ProofingDatapoints/htmlputz.html - zur leichteren auswertung/übersicht. dabei ist 8082 der port des web-adapters
                      eigene farben definieren für webseite bei variable definition im script
                      monster-search es gibt einen dp (javascript.0.ProofingDatapoints.MonsterSearch), mit dem kann man eine suche durch alle instanzen machen. nach dessen durchlauf wird der datenpunkt wieder automatisch auf false gestellt - es wird auch kein htm-datenpunkt geschrieben, sondern nur die webseite erstellt - das system wird stark belastet !!! in dieser suche werden die Eigenendatenpunkte nicht berücksichtigt (keine verwendung von const instanzArr).
                      directSearch es gibt einen datenpunkt "directSearch - damit kann man direkt einen pfad zu einem ordner eingeben. in der vis mit dem input-widget realisiert
                      blacklist es können einzelen datenpunkte oder ganze breiche ausgeschlossen werden
                      Smart Devices es können die smarthome devices geprüft werden - im raw des dp unter "common.smartName" definiert - z.b um doppelte einträge zu finden
                      • wer das script von mic nutzt (logfile auswertung) sollte es bei einer "monstersuche" deaktivieren
                      • beim aufsuchen der datenpunkte kann es zu vielen warnungen im log kommen - ist nicht verhinderbar
                      • script kann auch abbrechen durch error - wird dann angezeigt

                      beispiel vis:

                      Image 10.png

                      beispiel "directSearch"
                      Image 5.png

                      beispiel webseite:

                      Image 3.png

                      script für export:

                      version 1.0: ProofingDatapoints16-10-19.txt
                      version 1.1: ProofingDatapoints18-10-19.txt bitte alles unter const instanzArr=... ersetzen
                      version 1.2: ProofingDatapoints22-10-19.txt bitte alles unter "const instanzArr=..." ersetzen - multistates check hinzugefügt
                      version 1.5: ProofingDatapoints26-10-19.txt bitte alles unter "const instanzArr=..." ersetzen und auch die datenpunkte des scripts löschen - letzte Änderung DP checken, Aliase (controllerv2) check
                      version 1.6: ProofingDatapoints1-11-19.txt
                      version 1.7: ProofingDatapoints7-11-19.txt
                      version 1.8 ProofingDatapoints9-11-19.txt
                      version 1.9 ProofingDatapoints10-11-19.txt
                      version 2.0 ProofingDatapoints12-11-19.txt
                      version 2.1 ProofingDatapoints13-11-19.txt
                      version 2.3 ProofingDatapoints15-11-19.txt mit smart devices
                      version 2.4 ProofingDatapoints17-11-19.txt mit history devices

                      widgets export( 15.11.2019):

                      [{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":true,"g_css_shadow_padding":false,"g_css_border":true,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"{javascript.0.ProofingDatapoints.HTMLTable}"},"style":{"left":"939px","top":"189px","color":"#20f824 ","width":"744px","height":"797px","font-size":"12px","overflow-y":"scroll","border-width":"1px","border-radius":"15px","border-style":"solid","border-color":"#20f824 ","background-color":"","background":"{val:javascript.0.ProofingDatapoints.RunSuccessful; val == \"true\"  ?   \"#000000\":  \"#3E3B3B\"}"},"widgetSet":"basic"},{"tpl":"tplBulbOnOffCtrl","data":{"oid":"javascript.0.ProofingDatapoints.RunScript","g_fixed":true,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","icon_off":"/vis.0/armin/img/play.png","icon_on":"/vis.0/armin/img/ADAPTER/javascript.png","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"min":"false","max":"true","class":"{val:controll-own.0.mount.CPULuefter;val==\"true\"? \"anime\":  \"\"}"},"style":{"left":"1325px","top":"131px","width":"42px","height":"42px","z-index":1},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.JavaInstanzCheck","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1406px","top":"54px","z-index":"115","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.ObjectAnzahlCheck","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1407px","top":"82px","z-index":"115","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>DP Zählen</b>"},"style":{"left":"1232px","top":"83px","font-size":"smaller","width":"152px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>mit js-instanz</b>"},"style":{"left":"1232px","top":"54px","font-size":"smaller","width":"152px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.MonsterSearch","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1635px","top":"30px","z-index":"115"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>Monster Suche</b>"},"style":{"left":"1461px","top":"30px","font-size":"smaller","width":"152px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#15931f","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>ohne gesamt Instanz Anzeige</b>"},"style":{"left":"1155px","top":"31px","font-size":"smaller","width":"232px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.ohneInstanzAnzeige","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1405px","top":"30px","z-index":"115","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplJquiInputSet","data":{"oid":"javascript.0.ProofingDatapoints.OrdnerCheck","g_fixed":true,"g_visibility":false,"g_css_font_text":true,"g_css_background":true,"g_css_shadow_padding":false,"g_css_border":true,"g_gestures":false,"g_signals":false,"g_last_change":false,"buttontext":"DirectSearch","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"class":"menuown","visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","title":""},"style":{"left":"946px","top":"140px","width":"293px","height":"25px","font-size":"small","background-color":"#000000","z-index":"20","background":"","border-radius":"15px"},"widgetSet":"jqui"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.RunSuccessful","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1635px","top":"144px","z-index":"115"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>Successful</b>"},"style":{"left":"1511px","top":"144px","font-size":"smaller","width":"111px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.LatestChangeDP","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1635px","top":"82px","z-index":"115","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>letzte Änderung DPs</b>&ensp;&ensp;>&ensp;","html_append":"{javascript.0.ProofingDatapoints.LatestChangeDP_Factor}&ensp;&ensp;days"},"style":{"left":"1467px","top":"82px","font-size":"smaller","width":"152px","height":"41px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>Alias Prüfung</b>","html_append":""},"style":{"left":"949px","top":"108px","font-size":"smaller","width":"152px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.CheckAliase","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1116px","top":"107px","z-index":"115","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>RUN</b>"},"style":{"left":"1363px","top":"144px","font-size":"smaller","width":"70px","height":"24px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#63f2e2","line-height":"1.2","text-align":"center"},"widgetSet":"basic"},{"tpl":"tplFrame","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":true,"g_css_shadow_padding":false,"g_css_border":true,"g_gestures":false,"g_signals":false,"g_last_change":false,"title":"","title_color":"white","title_top":"-2","title_left":"2","header_height":"0","header_color":"#ffffff","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"939px","top":"10px","z-index":"0","width":"744px","height":"168px","border-color":"#20f824 ","border-radius":"15px","border-width":"1px","background-color":"#414e43","font-size":"small","background":""},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.WertAnalyse","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1116px","top":"25px","z-index":"115"},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.TypeAnalyse","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1116px","top":"55px","z-index":"115"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>mit Type-analyse</b>"},"style":{"left":"949px","top":"54px","font-size":"smaller","width":"152px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"21","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>mit Wert-Analyse</b>"},"style":{"left":"949px","top":"29px","font-size":"smaller","width":"152px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueList","data":{"oid":"nothing_selected","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_prepend":"<b>SmartName Prüfung</b>","html_append":""},"style":{"left":"949px","top":"83px","font-size":"smaller","width":"152px","height":"19px","font-style":"normal","font-family":"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","z-index":"5","color":"#20f824 ","line-height":"1.2","text-align":"right"},"widgetSet":"basic"},{"tpl":"tplValueBoolCheckbox","data":{"oid":"javascript.0.ProofingDatapoints.SmartHomeAnalyse","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"1117px","top":"82px","z-index":"115","text-align":"right"},"widgetSet":"basic"}]
                      

                      • bisher erfolgreich bei adaptern angewandt
                      adapter beispiel
                      alexa2 datenpunkt fehler - state existierte - aber kein datenpunkt-object
                      plex falsche datenpunkt-type-definition, da adapter datenpunktdefinition von plex automatisch übernahm
                      pi-hole falsche datenpunkt-type-definition
                      sigi234S Online
                      sigi234S Online
                      sigi234
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #233

                      @liv-in-sky

                      Hallo, kann man auch bei

                      • Letztes Table Update: 20:09:42
                        das Datum mit anzeigen lassen?

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      liv-in-skyL 2 Antworten Letzte Antwort
                      0
                      • liv-in-skyL liv-in-sky

                        @apollon77

                        sorry, dass ich dich hier reinziehe - ich hätte eine frage zur definition von common.smartName devices für den iot-adapter - habe keine definition auf git gefunden

                        folgende versionen habe ich bis jetzt im raw gefunden

                        • smartname : false
                        • smartname : "garten"
                        • smartname { type: "switch", de:"garten"}
                        • smartname { de:"garten"}

                        weiß nicht, ob es noch mehr geben könnte ?

                        sind die alle korrekt ? oder gibt es welche, bei denen du sagst - die gehen garnicht ?

                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #234

                        @liv-in-sky definitiv mehr ;-)

                        @tombox hat da vllt nen besseren Überblick

                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                        1 Antwort Letzte Antwort
                        0
                        • sigi234S sigi234

                          @liv-in-sky

                          Hallo, kann man auch bei

                          • Letztes Table Update: 20:09:42
                            das Datum mit anzeigen lassen?
                          liv-in-skyL Offline
                          liv-in-skyL Offline
                          liv-in-sky
                          schrieb am zuletzt editiert von
                          #235

                          @sigi234 ist kein thema sein - ist beim nächsten mal drin

                          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                          1 Antwort Letzte Antwort
                          0
                          • sigi234S sigi234

                            @liv-in-sky

                            Hallo, kann man auch bei

                            • Letztes Table Update: 20:09:42
                              das Datum mit anzeigen lassen?
                            liv-in-skyL Offline
                            liv-in-skyL Offline
                            liv-in-sky
                            schrieb am zuletzt editiert von
                            #236

                            @sigi234 das schaut schon besser aus

                            etwas wenig - hast du noch etwas in der blacklist ?

                            du hast tatsächlich duplicate
                            der
                            dp javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Vicki
                            und
                            javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.03Vicki haben die selbe definition !

                            müßte theoretisch ein problem sein für alexa - "habe mehrere ....- welchen willst du" oder sowas

                            nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                            dslraserD 1 Antwort Letzte Antwort
                            0
                            • liv-in-skyL liv-in-sky

                              @sigi234 das schaut schon besser aus

                              etwas wenig - hast du noch etwas in der blacklist ?

                              du hast tatsächlich duplicate
                              der
                              dp javascript.0.Eigene_Datenpunkte.13Alexa2_Adapter.SSML_Stimmen.Vicki
                              und
                              javascript.0.Eigene_Datenpunkte.01Alexa2Ansagen.Stimmen.03Vicki haben die selbe definition !

                              müßte theoretisch ein problem sein für alexa - "habe mehrere ....- welchen willst du" oder sowas

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

                              @liv-in-sky
                              das sind Datenpunkte aus "meinen" Scripten. So erfahre ich wenigstens mal ob die richtig sind 😁. Ich habe mal den Speichertort geändert, wahrscheinlich hat @sigi234 mal alt und neu von mir importiert ?
                              Ein Problem ist es aber wahrscheinlich trotzdem nicht, da die einen identischen Smartnamen haben. Die erscheinen dann in iot als Gruppe.

                              liv-in-skyL sigi234S 2 Antworten Letzte Antwort
                              0
                              • liv-in-skyL liv-in-sky

                                @apollon77

                                sorry, dass ich dich hier reinziehe - ich hätte eine frage zur definition von common.smartName devices für den iot-adapter - habe keine definition auf git gefunden

                                folgende versionen habe ich bis jetzt im raw gefunden

                                • smartname : false
                                • smartname : "garten"
                                • smartname { type: "switch", de:"garten"}
                                • smartname { de:"garten"}

                                weiß nicht, ob es noch mehr geben könnte ?

                                sind die alle korrekt ? oder gibt es welche, bei denen du sagst - die gehen garnicht ?

                                T Offline
                                T Offline
                                tombox
                                schrieb am zuletzt editiert von
                                #238

                                @liv-in-sky bezüglich der smartnames ist vieles gewachsen deswegen gibt es soviele Möglichkeiten

                                bei google home kann es zb so aussehen
                                "smartName": {
                                "smartType": "LIGHT",
                                "de": "State",
                                "ghConv2GH": "return !value",
                                "ghConv2iob": "return !value",
                                "ghType": "action.devices.types.LIGHT",
                                "ghTraits": [
                                "action.devices.traits.OnOff"
                                ],
                                "ghAttributes": "{\n "commandOnlyOnOff": false\n }"
                                }

                                smartname: {} gibt es auch noch

                                liv-in-skyL 2 Antworten Letzte Antwort
                                0
                                • T tombox

                                  @liv-in-sky bezüglich der smartnames ist vieles gewachsen deswegen gibt es soviele Möglichkeiten

                                  bei google home kann es zb so aussehen
                                  "smartName": {
                                  "smartType": "LIGHT",
                                  "de": "State",
                                  "ghConv2GH": "return !value",
                                  "ghConv2iob": "return !value",
                                  "ghType": "action.devices.types.LIGHT",
                                  "ghTraits": [
                                  "action.devices.traits.OnOff"
                                  ],
                                  "ghAttributes": "{\n "commandOnlyOnOff": false\n }"
                                  }

                                  smartname: {} gibt es auch noch

                                  liv-in-skyL Offline
                                  liv-in-skyL Offline
                                  liv-in-sky
                                  schrieb am zuletzt editiert von
                                  #239

                                  hi @tombox
                                  für's erste würde mir schon reichen, zu wissen, was "de" bedeutet - ist das fix für device oder hat das auch was mit der sprache zu tun - könnte es auch "en" geben

                                  nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                  T 1 Antwort Letzte Antwort
                                  0
                                  • dslraserD dslraser

                                    @liv-in-sky
                                    das sind Datenpunkte aus "meinen" Scripten. So erfahre ich wenigstens mal ob die richtig sind 😁. Ich habe mal den Speichertort geändert, wahrscheinlich hat @sigi234 mal alt und neu von mir importiert ?
                                    Ein Problem ist es aber wahrscheinlich trotzdem nicht, da die einen identischen Smartnamen haben. Die erscheinen dann in iot als Gruppe.

                                    liv-in-skyL Offline
                                    liv-in-skyL Offline
                                    liv-in-sky
                                    schrieb am zuletzt editiert von
                                    #240

                                    @dslraser ich hab ja selbst mehrere duplicate durch das unifi script bei mir erzeugt :-)

                                    aber das script soll ja gerade beim aufräumen helfen - daher heißt die webpage dazu auch "htmlputz.html"

                                    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                    1 Antwort Letzte Antwort
                                    0
                                    • liv-in-skyL liv-in-sky

                                      hi @tombox
                                      für's erste würde mir schon reichen, zu wissen, was "de" bedeutet - ist das fix für device oder hat das auch was mit der sprache zu tun - könnte es auch "en" geben

                                      T Offline
                                      T Offline
                                      tombox
                                      schrieb am zuletzt editiert von
                                      #241

                                      @liv-in-sky das sind die smartnames in der jeweiligen sprache also mögliche Werte sind:
                                      "en": "light", "it": "luce", "de": "Licht", "ru": "cвет"

                                      "en": "Optimization of google home communication was done ",
                                      "de": "Die Google Home-Kommunikation wurde optimiert",
                                      "ru": "Оптимизация Google Home Communication была проведена",
                                      "pt": "A otimização da comunicação doméstica do Google foi realizada",
                                      "nl": "Optimalisatie van Google Home-communicatie is voltooid",
                                      "fr": "L'optimisation de la communication google home a été effectuée",
                                      "it": "L'ottimizzazione della comunicazione domestica di Google è stata eseguita",
                                      "es": "Se realizó la optimización de la comunicación doméstica de google",
                                      "pl": "Optymalizacja domowej komunikacji Google została wykonana",
                                      "zh-cn": "谷歌家庭通信的优化已经完成"

                                      liv-in-skyL 1 Antwort Letzte Antwort
                                      0
                                      • T tombox

                                        @liv-in-sky das sind die smartnames in der jeweiligen sprache also mögliche Werte sind:
                                        "en": "light", "it": "luce", "de": "Licht", "ru": "cвет"

                                        "en": "Optimization of google home communication was done ",
                                        "de": "Die Google Home-Kommunikation wurde optimiert",
                                        "ru": "Оптимизация Google Home Communication была проведена",
                                        "pt": "A otimização da comunicação doméstica do Google foi realizada",
                                        "nl": "Optimalisatie van Google Home-communicatie is voltooid",
                                        "fr": "L'optimisation de la communication google home a été effectuée",
                                        "it": "L'ottimizzazione della comunicazione domestica di Google è stata eseguita",
                                        "es": "Se realizó la optimización de la comunicación doméstica de google",
                                        "pl": "Optymalizacja domowej komunikacji Google została wykonana",
                                        "zh-cn": "谷歌家庭通信的优化已经完成"

                                        liv-in-skyL Offline
                                        liv-in-skyL Offline
                                        liv-in-sky
                                        schrieb am zuletzt editiert von
                                        #242

                                        @tombox das habe ich befürchtet :-( kann ein datenpunkt mehrere davon haben - oder immer nur eines - wahrscheinlich mehrere - also en: und de:

                                        danke erstmal für die info - da muss ich wohl nochmal ran an diesen punkt

                                        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                        1 Antwort Letzte Antwort
                                        0
                                        • dslraserD dslraser

                                          @liv-in-sky
                                          das sind Datenpunkte aus "meinen" Scripten. So erfahre ich wenigstens mal ob die richtig sind 😁. Ich habe mal den Speichertort geändert, wahrscheinlich hat @sigi234 mal alt und neu von mir importiert ?
                                          Ein Problem ist es aber wahrscheinlich trotzdem nicht, da die einen identischen Smartnamen haben. Die erscheinen dann in iot als Gruppe.

                                          sigi234S Online
                                          sigi234S Online
                                          sigi234
                                          Forum Testing Most Active
                                          schrieb am zuletzt editiert von
                                          #243

                                          @dslraser sagte in Script - Info über Datenpunkte sammeln:

                                          das sind Datenpunkte aus "meinen" Scripten

                                          Ja jetzt wo du es sagst kann ich mich wieder erinnern.

                                          Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                          Immer Daten sichern!

                                          dslraserD 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

                                          955

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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