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. ioBroker Allgemein
  4. Adapter: ebus

NEWS

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

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

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

Adapter: ebus

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
ebus adapter
708 Beiträge 71 Kommentatoren 255.0k Aufrufe 59 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.
  • TimmerxT Offline
    TimmerxT Offline
    Timmerx
    schrieb am zuletzt editiert von
    #225

    Hi,

    es hat funktioniert ich kann leider nicht sagen woran es jetzt schlussendlich lag, aber pötzlich wurde die 15.720.csv geladen.

    Jetzt trudeln langsam aber sicher auch die ersten Werte ein. Mal schaun wieweit ich da komme.

    1 Antwort Letzte Antwort
    0
    • HiltexH Hiltex

      @Timmerx Über die Parameter muss man ebusd mitteilen, woher er die Config-Dateien laden soll. Standard (ohne Pfadangabe) ist dabei direkt aus dem Internet.

      Du kannst die Dateien im Prinzip abspeichern, wo du willst, und den Pfad entsprechend angeben. Damit alles einwandfrei funktioniert benötigst du alle Dateien aus dem Github-Repository.

      Wenn die Quell-Datei 15.700.csv dann zum Beispiel unter /etc/ebusd/ebusd-2.1.x/de/vaillant/15.700.csv zu finden ist, dann muss die Pfadangabe /etc/ebusd/ebusd-2.1.x/de lauten.

      Diesen Pfad trägst du in die Datei /etc/default/ebusd unter EBUSD_OPTS ein.

      Insgesamt könnte die Zeile dann so aussehen (bitte an deinen Bedarf anpassen):
      EBUSD_OPTS="--device=192.168.243.86:5000 --httpport=8889 --scanconfig --latency=30000 --configpath=/etc/ebusd/ebusd-2.1.x/de"

      Es bedarf dabei keiner Konkreten Angabe, welche Datei geladen werden soll, nur die Pfadangabe muss richtig sein. Wenn also 15.720.csv ebenfalls in diesem Pfad liegt und diese soweit korrekt ist, lädt er die automatisch.

      Das war das grundsätzliche, eleganter ist der Weg über Symlink. Dazu gehst du wie folgt vor:
      Auf der Kommandozeile:

      cd~
      git clone https://github.com/john30/ebusd-configuration.git
      if [ -d /etc/ebusd ]; then sudo mv /etc/ebusd /etc/ebusd.old; fi
      sudo ln -s $PWD/ebusd-configuration/ebusd-2.1.x/de /etc/ebusd
      

      Die Dateien liegen nun im Stammordner deines aktuellen Benutzers, können aber über den Pfad /etc/ebusd/ erreicht werden, sodass die Konfiguration in /etc/default/ebusd so aussehen könnte:

      EBUSD_OPTS="--device=192.168.243.86:5000 --httpport=8889 --scanconfig --latency=30000 --configpath=/etc/ebusd"

      Ich hoffe das war verständlich, sonst frag einfach nochmal.

      Dein Vorgehen, die Datei einfach zu kopieren und entsprechend anzupassen, war ansonsten korrekt.

      J Offline
      J Offline
      Jui
      schrieb am zuletzt editiert von Jui
      #226

      @Hiltex Danke für Deine genauen Anweisungen !
      Ich habe jetzt die Config-Dateien nach Deinen Anweisungen auf mein System geladen und die ebusd angepasst.
      Es läuft jetzt im Prinzip alles wie vorher und zusätzlich werden Daten von VMS ausgegeben bzw. sind abrufbar über Telnet. Hier eine Auszug der ... 8890/data

       },
       "vms": {
        "messages": {
         "ASIDetected": {
          "name": "ASIDetected",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "BufferPumpPower": {
          "name": "BufferPumpPower",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "CountryZone": {
          "name": "CountryZone",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "CurrentASCStateforASI": {
          "name": "CurrentASCStateforASI",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "CurrentASCStateforExternals": {
          "name": "CurrentASCStateforExternals",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "currenterror": {
          "name": "currenterror",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "CurrentFlow": {
          "name": "CurrentFlow",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "CurrentSystemMode": {
          "name": "CurrentSystemMode",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "CurrentVPMLoadingMode": {
          "name": "CurrentVPMLoadingMode",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "Date": {
          "name": "Date",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "DateAndTimeIsSet": {
          "name": "DateAndTimeIsSet",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "errorhistory": {
          "name": "errorhistory",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "ExternalHcRequest": {
          "name": "ExternalHcRequest",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "ExternalHcTempDesired": {
          "name": "ExternalHcTempDesired",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "ExternalHwcRequest": {
          "name": "ExternalHwcRequest",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "ExternalHwcTempDesired": {
          "name": "ExternalHwcTempDesired",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "FlowSensorFrequency": {
          "name": "FlowSensorFrequency",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "ForceStartSolPumpKick": {
          "name": "ForceStartSolPumpKick",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "InternalHcTempDesired": {
          "name": "InternalHcTempDesired",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "InternalHwcTempDesired": {
          "name": "InternalHwcTempDesired",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "MonitorMatlabLast5minSolAverage": {
          "name": "MonitorMatlabLast5minSolAverage",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "MonitorMatlabState": {
          "name": "MonitorMatlabState",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "MonitorOverheatState": {
          "name": "MonitorOverheatState",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "Ntc1Sensor": {
          "name": "Ntc1Sensor",
          "passive": false,
          "write": false,
          "lastup": 1592139005,
          "zz": 6,
          "fields": {
           "temp": {"value": 36.12},
           "sensor": {"value": "ok"}
          }
         },
         "Ntc2Sensor": {
          "name": "Ntc2Sensor",
          "passive": false,
          "write": false,
          "lastup": 1592139005,
          "zz": 6,
          "fields": {
           "temp": {"value": 0.00},
           "sensor": {"value": "ok"}
          }
         },
         "RequestForExternalDateTimeSetting": {
          "name": "RequestForExternalDateTimeSetting",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "RunTimeBufferPumpHours": {
          "name": "RunTimeBufferPumpHours",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "RunTimeBufferPumpMinutes": {
          "name": "RunTimeBufferPumpMinutes",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "RunTimePump1Hours": {
          "name": "RunTimePump1Hours",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "RunTimePump1Minutes": {
          "name": "RunTimePump1Minutes",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "SolPumpPower": {
          "name": "SolPumpPower",
          "passive": false,
          "write": false,
          "lastup": 1592138701,
          "zz": 6,
          "fields": {
           "power": {"value": 0}
          }
         },
         "SolPumpRelay": {
          "name": "SolPumpRelay",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "Time": {
          "name": "Time",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "Variante": {
          "name": "Variante",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "YieldCurrentDay": {
          "name": "YieldCurrentDay",
          "passive": false,
          "write": false,
          "lastup": 0
         },
         "YieldTotal": {
          "name": "YieldTotal",
          "passive": false,
          "write": false,
          "lastup": 0
         }
        }
       },
       "global": {
        "version": "3.4.v3.4-16-g9e152da",
        "updatecheck": "revision v3.4 available, vaillant/08.bai.csv: different version available, vaillant/15.700.csv: different version available, vaillant/bai.0010015600.inc: different version available, vaillant/hcmode.inc: different version available",
        "signal": true,
        "symbolrate": 24,
        "maxsymbolrate": 129,
        "minarbitrationmicros": 21,
        "maxarbitrationmicros": 79,
        "minsymbollatency": 6,
        "maxsymbollatency": 39,
        "qq": 49,
        "reconnects": 0,
        "masters": 4,
        "messages": 669,
        "lastup": 1592139293
       }
      }
      

      Jetzt habe ich im iobroker Adapter die Ntc1Sensor eingeben, die werden auch abgefragt und im Log der wert ausgegeben.
      Jedoch NICHT unter Objekte! Der Ordner vms ist ohne Werte.
      Hier ein Auszug der iobroker Log Datei:

      ebus.0	2020-06-14 14:50:06.571	info	(2588) Terminated (NO_ERROR): Without reason
      ebus.0	2020-06-14 14:50:06.569	info	(2588) all history done (exit)
      ebus.0	2020-06-14 14:50:06.568	debug	(2588) delete
      ebus.0	2020-06-14 14:50:06.566	debug	(2588) delete
      ebus.0	2020-06-14 14:50:06.148	info	(2588) all http done
      ebus.0	2020-06-14 14:50:05.971	debug	(2588) oData {"700":{"messages":{"AdaptHeatCurve":{"name":"AdaptHeatCurve","passive":false,"write":false,"lastup":0},"BankHolidayEndPeriod":{"name":"BankHolidayEndPeriod","passive":false,"write":false
      ebus.0	2020-06-14 14:50:05.937	debug	(2588) request data from http://192.168.178.47:8890/data
      ebus.0	2020-06-14 14:50:05.935	debug	(2588) all telnet done
      ebus.0	2020-06-14 14:50:05.934	debug	(2588) received usage: read [-f] [-m SECONDS] [-s QQ] [-d ZZ] [-c CIRCUIT] [-p PRIO] [-v|-V] [-n|-N] [-i VALUE[;VALUE]*] NAME [FIELD[.N]] or: read [-f] [-m SECONDS] [-s QQ] [-d ZZ] [-v|-V] [-n|-N]
      ebus.0	2020-06-14 14:50:05.933	debug	(2588) received 0.00;ok for Ntc2Sensor
      ebus.0	2020-06-14 14:50:05.776	debug	(2588) received 36.12;ok for Ntc1Sensor
      ebus.0	2020-06-14 14:50:05.626	debug	(2588) received no for HwcDemand
      ebus.0	2020-06-14 14:50:05.472	debug	(2588) received 50 for HwcTempDesired
      ebus.0	2020-06-14 14:50:05.269	debug	(2588) received 38.56;ok for HwcTemp
      ebus.0	2020-06-14 14:50:05.113	debug	(2588) received 43.5 for HwcStorageTemp
      ebus.0	2020-06-14 14:50:04.919	debug	(2588) received 43.44;ok for StorageExitTemp
      ebus.0	2020-06-14 14:50:04.700	debug	(2588) received 43.81;ok for StorageTemp
      ebus.0	2020-06-14 14:50:04.495	debug	(2588) received off for Flame
      ebus.0	2020-06-14 14:50:04.342	debug	(2588) received 19 for z1NightTemp
      ebus.0	2020-06-14 14:50:04.152	debug	(2588) received 23 for z1DayTemp
      ebus.0	2020-06-14 14:50:03.959	debug	(2588) received 35.5 for Hc1FlowTemp
      ebus.0	2020-06-14 14:50:03.766	debug	(2588) received 1.7 for WaterPressure
      ebus.0	2020-06-14 14:50:03.576	debug	(2588) received 0 for z1ValveStatus
      ebus.0	2020-06-14 14:50:03.378	debug	(2588) received 23.1875 for z1RoomTemp
      ebus.0	2020-06-14 14:50:03.175	debug	(2588) received 0.0 for z1ActualRoomTempDesired
      ebus.0	2020-06-14 14:50:02.639	debug	(2588) received 23.625 for DisplayedOutsideTemp
      ebus.0	2020-06-14 14:50:01.869	debug	(2588) telnet connected
      ebus.0	2020-06-14 14:50:01.848	debug	(2588) connect telnet to IP 192.168.178.47 port 8888
      ebus.0	2020-06-14 14:50:01.847	debug	(2588) to poll ctr 18 vals: DisplayedOutsideTemp,z1ActualRoomTempDesired,z1RoomTemp,z1ValveStatus,WaterPressure,Hc1FlowTemp,z1DayTemp,z1NightTemp,Flame,StorageTemp,StorageExitTemp,HwcStorageTemp,HwcT
      ebus.0	2020-06-14 14:50:01.817	debug	(2588) init common variables
      ebus.0	2020-06-14 14:50:01.813	debug	(2588) init variables
      ebus.0	2020-06-14 14:50:01.812	debug	(2588) start with interface ebusd
      ebus.0	2020-06-14 14:50:01.811	debug	(2588) set timeout to 60 sec
      ebus.0	2020-06-14 14:50:01.771	info	(2588) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.ebus, node: v10.19.0, js-controller: 3.1.4
      

      Und so sieht es unter Objekte aus:
      be08eab8-ccdb-4a38-a87b-b1bb3d294eb0-image.png

      In der Statusansicht wird das Objekt gar nicht angezeigt.

      Kann mir jemand helfen, dass die Datenpunkte angezeigt werden?

      Danke.

      J 1 Antwort Letzte Antwort
      0
      • J Jui

        @Hiltex Danke für Deine genauen Anweisungen !
        Ich habe jetzt die Config-Dateien nach Deinen Anweisungen auf mein System geladen und die ebusd angepasst.
        Es läuft jetzt im Prinzip alles wie vorher und zusätzlich werden Daten von VMS ausgegeben bzw. sind abrufbar über Telnet. Hier eine Auszug der ... 8890/data

         },
         "vms": {
          "messages": {
           "ASIDetected": {
            "name": "ASIDetected",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "BufferPumpPower": {
            "name": "BufferPumpPower",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "CountryZone": {
            "name": "CountryZone",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "CurrentASCStateforASI": {
            "name": "CurrentASCStateforASI",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "CurrentASCStateforExternals": {
            "name": "CurrentASCStateforExternals",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "currenterror": {
            "name": "currenterror",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "CurrentFlow": {
            "name": "CurrentFlow",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "CurrentSystemMode": {
            "name": "CurrentSystemMode",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "CurrentVPMLoadingMode": {
            "name": "CurrentVPMLoadingMode",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "Date": {
            "name": "Date",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "DateAndTimeIsSet": {
            "name": "DateAndTimeIsSet",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "errorhistory": {
            "name": "errorhistory",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "ExternalHcRequest": {
            "name": "ExternalHcRequest",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "ExternalHcTempDesired": {
            "name": "ExternalHcTempDesired",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "ExternalHwcRequest": {
            "name": "ExternalHwcRequest",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "ExternalHwcTempDesired": {
            "name": "ExternalHwcTempDesired",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "FlowSensorFrequency": {
            "name": "FlowSensorFrequency",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "ForceStartSolPumpKick": {
            "name": "ForceStartSolPumpKick",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "InternalHcTempDesired": {
            "name": "InternalHcTempDesired",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "InternalHwcTempDesired": {
            "name": "InternalHwcTempDesired",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "MonitorMatlabLast5minSolAverage": {
            "name": "MonitorMatlabLast5minSolAverage",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "MonitorMatlabState": {
            "name": "MonitorMatlabState",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "MonitorOverheatState": {
            "name": "MonitorOverheatState",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "Ntc1Sensor": {
            "name": "Ntc1Sensor",
            "passive": false,
            "write": false,
            "lastup": 1592139005,
            "zz": 6,
            "fields": {
             "temp": {"value": 36.12},
             "sensor": {"value": "ok"}
            }
           },
           "Ntc2Sensor": {
            "name": "Ntc2Sensor",
            "passive": false,
            "write": false,
            "lastup": 1592139005,
            "zz": 6,
            "fields": {
             "temp": {"value": 0.00},
             "sensor": {"value": "ok"}
            }
           },
           "RequestForExternalDateTimeSetting": {
            "name": "RequestForExternalDateTimeSetting",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "RunTimeBufferPumpHours": {
            "name": "RunTimeBufferPumpHours",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "RunTimeBufferPumpMinutes": {
            "name": "RunTimeBufferPumpMinutes",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "RunTimePump1Hours": {
            "name": "RunTimePump1Hours",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "RunTimePump1Minutes": {
            "name": "RunTimePump1Minutes",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "SolPumpPower": {
            "name": "SolPumpPower",
            "passive": false,
            "write": false,
            "lastup": 1592138701,
            "zz": 6,
            "fields": {
             "power": {"value": 0}
            }
           },
           "SolPumpRelay": {
            "name": "SolPumpRelay",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "Time": {
            "name": "Time",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "Variante": {
            "name": "Variante",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "YieldCurrentDay": {
            "name": "YieldCurrentDay",
            "passive": false,
            "write": false,
            "lastup": 0
           },
           "YieldTotal": {
            "name": "YieldTotal",
            "passive": false,
            "write": false,
            "lastup": 0
           }
          }
         },
         "global": {
          "version": "3.4.v3.4-16-g9e152da",
          "updatecheck": "revision v3.4 available, vaillant/08.bai.csv: different version available, vaillant/15.700.csv: different version available, vaillant/bai.0010015600.inc: different version available, vaillant/hcmode.inc: different version available",
          "signal": true,
          "symbolrate": 24,
          "maxsymbolrate": 129,
          "minarbitrationmicros": 21,
          "maxarbitrationmicros": 79,
          "minsymbollatency": 6,
          "maxsymbollatency": 39,
          "qq": 49,
          "reconnects": 0,
          "masters": 4,
          "messages": 669,
          "lastup": 1592139293
         }
        }
        

        Jetzt habe ich im iobroker Adapter die Ntc1Sensor eingeben, die werden auch abgefragt und im Log der wert ausgegeben.
        Jedoch NICHT unter Objekte! Der Ordner vms ist ohne Werte.
        Hier ein Auszug der iobroker Log Datei:

        ebus.0	2020-06-14 14:50:06.571	info	(2588) Terminated (NO_ERROR): Without reason
        ebus.0	2020-06-14 14:50:06.569	info	(2588) all history done (exit)
        ebus.0	2020-06-14 14:50:06.568	debug	(2588) delete
        ebus.0	2020-06-14 14:50:06.566	debug	(2588) delete
        ebus.0	2020-06-14 14:50:06.148	info	(2588) all http done
        ebus.0	2020-06-14 14:50:05.971	debug	(2588) oData {"700":{"messages":{"AdaptHeatCurve":{"name":"AdaptHeatCurve","passive":false,"write":false,"lastup":0},"BankHolidayEndPeriod":{"name":"BankHolidayEndPeriod","passive":false,"write":false
        ebus.0	2020-06-14 14:50:05.937	debug	(2588) request data from http://192.168.178.47:8890/data
        ebus.0	2020-06-14 14:50:05.935	debug	(2588) all telnet done
        ebus.0	2020-06-14 14:50:05.934	debug	(2588) received usage: read [-f] [-m SECONDS] [-s QQ] [-d ZZ] [-c CIRCUIT] [-p PRIO] [-v|-V] [-n|-N] [-i VALUE[;VALUE]*] NAME [FIELD[.N]] or: read [-f] [-m SECONDS] [-s QQ] [-d ZZ] [-v|-V] [-n|-N]
        ebus.0	2020-06-14 14:50:05.933	debug	(2588) received 0.00;ok for Ntc2Sensor
        ebus.0	2020-06-14 14:50:05.776	debug	(2588) received 36.12;ok for Ntc1Sensor
        ebus.0	2020-06-14 14:50:05.626	debug	(2588) received no for HwcDemand
        ebus.0	2020-06-14 14:50:05.472	debug	(2588) received 50 for HwcTempDesired
        ebus.0	2020-06-14 14:50:05.269	debug	(2588) received 38.56;ok for HwcTemp
        ebus.0	2020-06-14 14:50:05.113	debug	(2588) received 43.5 for HwcStorageTemp
        ebus.0	2020-06-14 14:50:04.919	debug	(2588) received 43.44;ok for StorageExitTemp
        ebus.0	2020-06-14 14:50:04.700	debug	(2588) received 43.81;ok for StorageTemp
        ebus.0	2020-06-14 14:50:04.495	debug	(2588) received off for Flame
        ebus.0	2020-06-14 14:50:04.342	debug	(2588) received 19 for z1NightTemp
        ebus.0	2020-06-14 14:50:04.152	debug	(2588) received 23 for z1DayTemp
        ebus.0	2020-06-14 14:50:03.959	debug	(2588) received 35.5 for Hc1FlowTemp
        ebus.0	2020-06-14 14:50:03.766	debug	(2588) received 1.7 for WaterPressure
        ebus.0	2020-06-14 14:50:03.576	debug	(2588) received 0 for z1ValveStatus
        ebus.0	2020-06-14 14:50:03.378	debug	(2588) received 23.1875 for z1RoomTemp
        ebus.0	2020-06-14 14:50:03.175	debug	(2588) received 0.0 for z1ActualRoomTempDesired
        ebus.0	2020-06-14 14:50:02.639	debug	(2588) received 23.625 for DisplayedOutsideTemp
        ebus.0	2020-06-14 14:50:01.869	debug	(2588) telnet connected
        ebus.0	2020-06-14 14:50:01.848	debug	(2588) connect telnet to IP 192.168.178.47 port 8888
        ebus.0	2020-06-14 14:50:01.847	debug	(2588) to poll ctr 18 vals: DisplayedOutsideTemp,z1ActualRoomTempDesired,z1RoomTemp,z1ValveStatus,WaterPressure,Hc1FlowTemp,z1DayTemp,z1NightTemp,Flame,StorageTemp,StorageExitTemp,HwcStorageTemp,HwcT
        ebus.0	2020-06-14 14:50:01.817	debug	(2588) init common variables
        ebus.0	2020-06-14 14:50:01.813	debug	(2588) init variables
        ebus.0	2020-06-14 14:50:01.812	debug	(2588) start with interface ebusd
        ebus.0	2020-06-14 14:50:01.811	debug	(2588) set timeout to 60 sec
        ebus.0	2020-06-14 14:50:01.771	info	(2588) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.ebus, node: v10.19.0, js-controller: 3.1.4
        

        Und so sieht es unter Objekte aus:
        be08eab8-ccdb-4a38-a87b-b1bb3d294eb0-image.png

        In der Statusansicht wird das Objekt gar nicht angezeigt.

        Kann mir jemand helfen, dass die Datenpunkte angezeigt werden?

        Danke.

        J Offline
        J Offline
        Jui
        schrieb am zuletzt editiert von
        #227

        @Jui

        Jetzt habe ich den ebus Adapter de- und dann wieder installiert, jetzt bekomme ich unter Objekte gar keine Werte mehr angezeigt :-(

        ebus Adapter 2.0.0

        Jetzt wollte ich auf die Version 1.0.0 zurück wechseln, aber wie?

        1 Antwort Letzte Antwort
        0
        • Rene_HMR Rene_HM

          @Hiltex sagte in Adapter: ebus:

          Die Werte unter Broadcast werden ohne Abfrage einfach von der Theme/WP an alle Busteilnehmer gesendet und entsprechend auch in ioBroker angezeigt. Meines Wissens nach kann man dieses Verhalten nicht beeinflussen.

          genau so funktioniert ebusd und damit auch der Adapter: er lauscht, was am Bus vorbei kommt und schreibt sich das auf.
          Man kann aber selbst Abfragen auf den Bus legen. Dazu muss man nur die gewünschen (und natürlich im System bekannten) Datenpunkte in diese Liste ("Komma-getrennte Liste von abgefragten Datenpunkte") eintragen.
          bild1.PNG

          Der Adapter legt dann bei jedem Aufruf ein read-Kommando auf jeden dieser Datenpunkte auf den Bus.

          J Offline
          J Offline
          Jui
          schrieb am zuletzt editiert von Jui
          #228

          @Rene_HM
          Hallo Rene,
          Habe Schwierigkeiten mit der ebus Version 2.0.0
          Es werden in Objekte keine Werte mehr angezeigt, nach der NEU Installation des Adapter 2.0.0 gar nichts mehr.

          Hier der Auszug aus der LOG Datei des ioBroker.

          host.raspberrypi	2020-06-15 19:35:03.583	info	instance system.adapter.ebus.0 terminated with code 0 (NO_ERROR)
          ebus.0	2020-06-15 19:35:03.071	info	(18102) Terminated (NO_ERROR): Without reason
          ebus.0	2020-06-15 19:35:03.069	info	(18102) all history done (exit)
          ebus.0	2020-06-15 19:35:03.068	debug	(18102) delete
          ebus.0	2020-06-15 19:35:03.066	debug	(18102) delete
          sql.0	2020-06-15 19:35:02.972	info	(18899) disabled logging of ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value
          ebus.0	2020-06-15 19:35:02.925	info	(18102) all http done
          ebus.0	2020-06-15 19:35:02.778	debug	(18102) oData {"700":{"messages":{"AdaptHeatCurve":{"name":"AdaptHeatCurve","passive":false,"write":false,"lastup":0},"BankHolidayEndPeriod":{"name":"BankHolidayEndPeriod","passive":false,"write":fals
          ebus.0	2020-06-15 19:35:02.716	debug	(18102) request data from http://192.168.178.47:8890/data
          ebus.0	2020-06-15 19:35:02.713	debug	(18102) all telnet done
          ebus.0	2020-06-15 19:35:02.711	debug	(18102) received 33.31;ok for Ntc1Sensor
          ebus.0	2020-06-15 19:35:02.559	debug	(18102) received 23.4375 for DisplayedOutsideTemp
          ebus.0	2020-06-15 19:35:01.530	debug	(18102) telnet connected
          ebus.0	2020-06-15 19:35:01.509	debug	(18102) connect telnet to IP 192.168.178.47 port 8888
          ebus.0	2020-06-15 19:35:01.508	debug	(18102) to poll ctr 2 vals: DisplayedOutsideTemp,Ntc1Sensor org DisplayedOutsideTemp,Ntc1Sensor org length 31
          ebus.0	2020-06-15 19:35:01.478	debug	(18102) init common variables
          ebus.0	2020-06-15 19:35:01.473	debug	(18102) init variables
          ebus.0	2020-06-15 19:35:01.473	debug	(18102) start with interface ebusd
          ebus.0	2020-06-15 19:35:01.472	debug	(18102) set timeout to 60 sec
          ebus.0	2020-06-15 19:35:01.444	info	(18102) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.ebus, node: v10.19.0, js-controller: 3.1.4
          host.raspberrypi	2020-06-15 19:35:00.015	info	instance system.adapter.ebus.0 started with pid 18102
          
          Rene_HMR 1 Antwort Letzte Antwort
          0
          • J Jui

            @Rene_HM
            Hallo Rene,
            Habe Schwierigkeiten mit der ebus Version 2.0.0
            Es werden in Objekte keine Werte mehr angezeigt, nach der NEU Installation des Adapter 2.0.0 gar nichts mehr.

            Hier der Auszug aus der LOG Datei des ioBroker.

            host.raspberrypi	2020-06-15 19:35:03.583	info	instance system.adapter.ebus.0 terminated with code 0 (NO_ERROR)
            ebus.0	2020-06-15 19:35:03.071	info	(18102) Terminated (NO_ERROR): Without reason
            ebus.0	2020-06-15 19:35:03.069	info	(18102) all history done (exit)
            ebus.0	2020-06-15 19:35:03.068	debug	(18102) delete
            ebus.0	2020-06-15 19:35:03.066	debug	(18102) delete
            sql.0	2020-06-15 19:35:02.972	info	(18899) disabled logging of ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value
            ebus.0	2020-06-15 19:35:02.925	info	(18102) all http done
            ebus.0	2020-06-15 19:35:02.778	debug	(18102) oData {"700":{"messages":{"AdaptHeatCurve":{"name":"AdaptHeatCurve","passive":false,"write":false,"lastup":0},"BankHolidayEndPeriod":{"name":"BankHolidayEndPeriod","passive":false,"write":fals
            ebus.0	2020-06-15 19:35:02.716	debug	(18102) request data from http://192.168.178.47:8890/data
            ebus.0	2020-06-15 19:35:02.713	debug	(18102) all telnet done
            ebus.0	2020-06-15 19:35:02.711	debug	(18102) received 33.31;ok for Ntc1Sensor
            ebus.0	2020-06-15 19:35:02.559	debug	(18102) received 23.4375 for DisplayedOutsideTemp
            ebus.0	2020-06-15 19:35:01.530	debug	(18102) telnet connected
            ebus.0	2020-06-15 19:35:01.509	debug	(18102) connect telnet to IP 192.168.178.47 port 8888
            ebus.0	2020-06-15 19:35:01.508	debug	(18102) to poll ctr 2 vals: DisplayedOutsideTemp,Ntc1Sensor org DisplayedOutsideTemp,Ntc1Sensor org length 31
            ebus.0	2020-06-15 19:35:01.478	debug	(18102) init common variables
            ebus.0	2020-06-15 19:35:01.473	debug	(18102) init variables
            ebus.0	2020-06-15 19:35:01.473	debug	(18102) start with interface ebusd
            ebus.0	2020-06-15 19:35:01.472	debug	(18102) set timeout to 60 sec
            ebus.0	2020-06-15 19:35:01.444	info	(18102) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.ebus, node: v10.19.0, js-controller: 3.1.4
            host.raspberrypi	2020-06-15 19:35:00.015	info	instance system.adapter.ebus.0 started with pid 18102
            
            Rene_HMR Offline
            Rene_HMR Offline
            Rene_HM
            Developer
            schrieb am zuletzt editiert von
            #229

            @Jui sagte in Adapter: ebus:

            Es werden in Objekte keine Werte mehr angezeigt

            Das log hier sieht nicht schlecht aus, aus meiner Sicht macht der Adapter was er soll... kannst du mal alle Objekte von ebus.0 löschen und dann beobachten, welche Objekte der Adapter wieder anlegt? bitte davon mal einen screenshoot posten....

            J 1 Antwort Letzte Antwort
            0
            • Rene_HMR Rene_HM

              @Jui sagte in Adapter: ebus:

              Es werden in Objekte keine Werte mehr angezeigt

              Das log hier sieht nicht schlecht aus, aus meiner Sicht macht der Adapter was er soll... kannst du mal alle Objekte von ebus.0 löschen und dann beobachten, welche Objekte der Adapter wieder anlegt? bitte davon mal einen screenshoot posten....

              J Offline
              J Offline
              Jui
              schrieb am zuletzt editiert von
              #230

              @Rene_HM

              Danke für Deine Antwort und Hilfe!
              Habe die Objekte gelöscht, danach kam das im log:

              host.raspberrypi	2020-06-16 17:15:02.476	info	instance system.adapter.ebus.0 terminated with code 0 (NO_ERROR)
              sql.0	2020-06-16 17:15:02.239	info	(16559) disabled logging of ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value
              ebus.0	2020-06-16 17:15:02.016	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.016	warn	(8746) Object ebus.0.global.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.015	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.014	warn	(8746) Object ebus.0.global.messages is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.013	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.013	warn	(8746) Object ebus.0.global.masters is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.012	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.011	warn	(8746) Object ebus.0.global.reconnects is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.011	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.010	warn	(8746) Object ebus.0.global.qq is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.009	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.009	warn	(8746) Object ebus.0.global.maxsymbollatency is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.008	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.007	warn	(8746) Object ebus.0.global.minsymbollatency is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.006	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.006	warn	(8746) Object ebus.0.global.maxarbitrationmicros is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.005	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.004	warn	(8746) Object ebus.0.global.minarbitrationmicros is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.003	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.003	warn	(8746) Object ebus.0.global.maxsymbolrate is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:02.002	warn	(8746) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:15:02.001	warn	(8746) Object ebus.0.global.symbolrate is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:15:01.952	info	(8746) Terminated (NO_ERROR): Without reason
              ebus.0	2020-06-16 17:15:01.950	info	(8746) all history done (exit)
              ebus.0	2020-06-16 17:15:01.949	debug	(8746) delete
              ebus.0	2020-06-16 17:15:01.947	debug	(8746) delete
              ebus.0	2020-06-16 17:15:01.903	info	(8746) all http done
              ebus.0	2020-06-16 17:15:01.734	debug	(8746) oData {"700":{"messages":{"AdaptHeatCurve":{"name":"AdaptHeatCurve","passive":false,"write":false,"lastup":0},"BankHolidayEndPeriod":{"name":"BankHolidayEndPeriod","passive":false,"write":false
              ebus.0	2020-06-16 17:15:01.703	debug	(8746) request data from http://192.168.178.47:8890/data
              ebus.0	2020-06-16 17:15:01.701	debug	(8746) all telnet done
              ebus.0	2020-06-16 17:15:01.700	debug	(8746) received 38.94;ok for Ntc1Sensor
              ebus.0	2020-06-16 17:15:01.534	debug	(8746) received 24.25 for DisplayedOutsideTemp
              ebus.0	2020-06-16 17:15:01.342	debug	(8746) telnet connected
              ebus.0	2020-06-16 17:15:01.323	debug	(8746) connect telnet to IP 192.168.178.47 port 8888
              ebus.0	2020-06-16 17:15:01.322	debug	(8746) to poll ctr 2 vals: DisplayedOutsideTemp,Ntc1Sensor org DisplayedOutsideTemp,Ntc1Sensor org length 31
              ebus.0	2020-06-16 17:15:01.294	debug	(8746) init common variables
              ebus.0	2020-06-16 17:15:01.290	debug	(8746) init variables
              ebus.0	2020-06-16 17:15:01.289	debug	(8746) start with interface ebusd
              ebus.0	2020-06-16 17:15:01.289	debug	(8746) set timeout to 60 sec
              ebus.0	2020-06-16 17:15:01.263	info	(8746) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.ebus, node: v10.19.0, js-controller: 3.1.4
              host.raspberrypi	2020-06-16 17:15:00.016	info	instance system.adapter.ebus.0 started with pid 8746
              fritzdect.0	2020-06-16 17:14:06.644	info	(15925) Comet ID: 133560913928 identified for command (mode) : 1
              fritzdect.0	2020-06-16 17:14:06.636	info	(15925) Comet ID: 133560851704 identified for command (mode) : 0
              sql.0	2020-06-16 17:10:03.434	info	(16559) disabled logging of ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value
              host.raspberrypi	2020-06-16 17:10:03.364	info	instance system.adapter.ebus.0 terminated with code 0 (NO_ERROR)
              sql.0	2020-06-16 17:10:03.155	info	(16559) disabled logging of ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value
              ebus.0	2020-06-16 17:10:02.972	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.971	warn	(7557) Object ebus.0.global.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.971	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.970	warn	(7557) Object ebus.0.global.messages is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.969	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.968	warn	(7557) Object ebus.0.global.masters is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.967	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.966	warn	(7557) Object ebus.0.global.reconnects is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.965	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.964	warn	(7557) Object ebus.0.global.qq is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.964	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.963	warn	(7557) Object ebus.0.global.maxsymbollatency is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.962	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.962	warn	(7557) Object ebus.0.global.minsymbollatency is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.962	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.961	warn	(7557) Object ebus.0.global.maxarbitrationmicros is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.960	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.959	warn	(7557) Object ebus.0.global.minarbitrationmicros is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.958	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.958	warn	(7557) Object ebus.0.global.maxsymbolrate is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.956	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.956	warn	(7557) Object ebus.0.global.symbolrate is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.742	info	(7557) Terminated (NO_ERROR): Without reason
              ebus.0	2020-06-16 17:10:02.740	info	(7557) all history done (exit)
              ebus.0	2020-06-16 17:10:02.739	debug	(7557) delete
              ebus.0	2020-06-16 17:10:02.735	debug	(7557) delete
              ebus.0	2020-06-16 17:10:02.652	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.652	warn	(7557) Object ebus.0.global.signal is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.650	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.650	warn	(7557) Object ebus.0.global.updatecheck is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.649	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.648	warn	(7557) Object ebus.0.global.version is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.642	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.641	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.fields.sensor.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.641	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.640	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.fields.sensor.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.639	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.639	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.fields.temp.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.638	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.638	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.fields.temp.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.637	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.636	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.636	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.635	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.suffix.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.635	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.634	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.suffix.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.633	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.633	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.counter.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.632	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.632	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.counter.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.631	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.631	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.supplier.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.630	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.630	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.supplier.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.629	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.629	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.product.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.628	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.627	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.product.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.627	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.626	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.week.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.626	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.625	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.week.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.624	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.624	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.year.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.623	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.623	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.year.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.622	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.622	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.prefix.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.621	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.620	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.prefix.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.620	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.619	warn	(7557) Object ebus.0.scan.ed.messages.id.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.619	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.618	warn	(7557) Object ebus.0.scan.ed.messages..fields.HW.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.617	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.617	warn	(7557) Object ebus.0.scan.ed.messages..fields.HW.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.616	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.616	warn	(7557) Object ebus.0.scan.ed.messages..fields.SW.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.615	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.615	warn	(7557) Object ebus.0.scan.ed.messages..fields.SW.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.614	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.613	warn	(7557) Object ebus.0.scan.ed.messages..fields.ID.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.613	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.612	warn	(7557) Object ebus.0.scan.ed.messages..fields.ID.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.612	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.611	warn	(7557) Object ebus.0.scan.ed.messages..fields.MF.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.610	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.610	warn	(7557) Object ebus.0.scan.ed.messages..fields.MF.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.609	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.609	warn	(7557) Object ebus.0.scan.ed.messages..lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.608	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.608	warn	(7557) Object ebus.0.scan.15.messages.id.fields.suffix.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.607	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.606	warn	(7557) Object ebus.0.scan.15.messages.id.fields.suffix.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.605	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.605	warn	(7557) Object ebus.0.scan.15.messages.id.fields.counter.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.604	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.604	warn	(7557) Object ebus.0.scan.15.messages.id.fields.counter.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.603	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.603	warn	(7557) Object ebus.0.scan.15.messages.id.fields.supplier.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.602	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.602	warn	(7557) Object ebus.0.scan.15.messages.id.fields.supplier.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.601	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.600	warn	(7557) Object ebus.0.scan.15.messages.id.fields.product.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.600	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.599	warn	(7557) Object ebus.0.scan.15.messages.id.fields.product.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.599	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.598	warn	(7557) Object ebus.0.scan.15.messages.id.fields.week.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.597	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.597	warn	(7557) Object ebus.0.scan.15.messages.id.fields.week.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.596	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.596	warn	(7557) Object ebus.0.scan.15.messages.id.fields.year.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.595	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.595	warn	(7557) Object ebus.0.scan.15.messages.id.fields.year.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.594	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.593	warn	(7557) Object ebus.0.scan.15.messages.id.fields.prefix.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.593	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.592	warn	(7557) Object ebus.0.scan.15.messages.id.fields.prefix.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.592	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.591	warn	(7557) Object ebus.0.scan.15.messages.id.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.590	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.590	warn	(7557) Object ebus.0.scan.15.messages..fields.HW.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.589	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.589	warn	(7557) Object ebus.0.scan.15.messages..fields.HW.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.588	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.588	warn	(7557) Object ebus.0.scan.15.messages..fields.SW.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.587	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.586	warn	(7557) Object ebus.0.scan.15.messages..fields.SW.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.586	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.585	warn	(7557) Object ebus.0.scan.15.messages..fields.ID.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.585	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.584	warn	(7557) Object ebus.0.scan.15.messages..fields.ID.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.583	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.583	warn	(7557) Object ebus.0.scan.15.messages..fields.MF.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.582	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.582	warn	(7557) Object ebus.0.scan.15.messages..fields.MF.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.581	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.581	warn	(7557) Object ebus.0.scan.15.messages..lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.580	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.579	warn	(7557) Object ebus.0.scan.08.messages.id.fields.suffix.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.579	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.578	warn	(7557) Object ebus.0.scan.08.messages.id.fields.suffix.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.578	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.577	warn	(7557) Object ebus.0.scan.08.messages.id.fields.counter.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.576	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.576	warn	(7557) Object ebus.0.scan.08.messages.id.fields.counter.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.575	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.575	warn	(7557) Object ebus.0.scan.08.messages.id.fields.supplier.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.574	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.574	warn	(7557) Object ebus.0.scan.08.messages.id.fields.supplier.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.573	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.572	warn	(7557) Object ebus.0.scan.08.messages.id.fields.product.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.572	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.571	warn	(7557) Object ebus.0.scan.08.messages.id.fields.product.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.571	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.570	warn	(7557) Object ebus.0.scan.08.messages.id.fields.week.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.569	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.569	warn	(7557) Object ebus.0.scan.08.messages.id.fields.week.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.568	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.568	warn	(7557) Object ebus.0.scan.08.messages.id.fields.year.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.567	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.566	warn	(7557) Object ebus.0.scan.08.messages.id.fields.year.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.566	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.565	warn	(7557) Object ebus.0.scan.08.messages.id.fields.prefix.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.565	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.564	warn	(7557) Object ebus.0.scan.08.messages.id.fields.prefix.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.563	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.563	warn	(7557) Object ebus.0.scan.08.messages.id.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.562	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.562	warn	(7557) Object ebus.0.scan.08.messages..fields.HW.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.561	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.561	warn	(7557) Object ebus.0.scan.08.messages..fields.HW.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.560	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.559	warn	(7557) Object ebus.0.scan.08.messages..fields.SW.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.559	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.558	warn	(7557) Object ebus.0.scan.08.messages..fields.SW.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.558	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.557	warn	(7557) Object ebus.0.scan.08.messages..fields.ID.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.556	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.556	warn	(7557) Object ebus.0.scan.08.messages..fields.ID.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.555	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.555	warn	(7557) Object ebus.0.scan.08.messages..fields.MF.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.554	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.553	warn	(7557) Object ebus.0.scan.08.messages..fields.MF.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.553	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.552	warn	(7557) Object ebus.0.scan.08.messages..lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.551	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.551	warn	(7557) Object ebus.0.scan.06.messages.id.fields.suffix.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.550	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.550	warn	(7557) Object ebus.0.scan.06.messages.id.fields.suffix.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.549	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.549	warn	(7557) Object ebus.0.scan.06.messages.id.fields.counter.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.548	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.547	warn	(7557) Object ebus.0.scan.06.messages.id.fields.counter.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.547	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.546	warn	(7557) Object ebus.0.scan.06.messages.id.fields.supplier.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.545	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.545	warn	(7557) Object ebus.0.scan.06.messages.id.fields.supplier.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.544	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.544	warn	(7557) Object ebus.0.scan.06.messages.id.fields.product.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.543	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.542	warn	(7557) Object ebus.0.scan.06.messages.id.fields.product.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.542	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.541	warn	(7557) Object ebus.0.scan.06.messages.id.fields.week.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.541	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.540	warn	(7557) Object ebus.0.scan.06.messages.id.fields.week.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.539	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.539	warn	(7557) Object ebus.0.scan.06.messages.id.fields.year.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.538	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.537	warn	(7557) Object ebus.0.scan.06.messages.id.fields.year.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.536	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.536	warn	(7557) Object ebus.0.scan.06.messages.id.fields.prefix.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.535	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.535	warn	(7557) Object ebus.0.scan.06.messages.id.fields.prefix.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.534	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.534	warn	(7557) Object ebus.0.scan.06.messages.id.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.533	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.532	warn	(7557) Object ebus.0.scan.06.messages..fields.HW.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.532	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.531	warn	(7557) Object ebus.0.scan.06.messages..fields.HW.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.530	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.530	warn	(7557) Object ebus.0.scan.06.messages..fields.SW.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.529	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.529	warn	(7557) Object ebus.0.scan.06.messages..fields.SW.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.528	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.527	warn	(7557) Object ebus.0.scan.06.messages..fields.ID.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.527	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.526	warn	(7557) Object ebus.0.scan.06.messages..fields.ID.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.525	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.525	warn	(7557) Object ebus.0.scan.06.messages..fields.MF.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.524	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.524	warn	(7557) Object ebus.0.scan.06.messages..fields.MF.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.523	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.522	warn	(7557) Object ebus.0.scan.06.messages..lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.522	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.521	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.fields.date.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.520	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.520	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.fields.date.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.519	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.519	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.fields.time.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.518	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.518	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.fields.time.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.517	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.516	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.516	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.515	warn	(7557) Object ebus.0.broadcast.messages.outsidetemp.fields.temp2.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.515	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.514	warn	(7557) Object ebus.0.broadcast.messages.outsidetemp.fields.temp2.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.513	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.513	warn	(7557) Object ebus.0.broadcast.messages.outsidetemp.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.512	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.512	warn	(7557) Object ebus.0.bai.messages.StatusCirPump.fields.0.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.511	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.511	warn	(7557) Object ebus.0.bai.messages.StatusCirPump.fields.0.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.510	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.509	warn	(7557) Object ebus.0.bai.messages.StatusCirPump.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.509	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.508	warn	(7557) Object ebus.0.bai.messages.Status02.fields.4.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.508	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.507	warn	(7557) Object ebus.0.bai.messages.Status02.fields.4.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.506	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.506	warn	(7557) Object ebus.0.bai.messages.Status02.fields.3.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.505	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.505	warn	(7557) Object ebus.0.bai.messages.Status02.fields.3.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.504	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.503	warn	(7557) Object ebus.0.bai.messages.Status02.fields.2.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.503	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.502	warn	(7557) Object ebus.0.bai.messages.Status02.fields.2.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.502	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.501	warn	(7557) Object ebus.0.bai.messages.Status02.fields.1.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.500	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.500	warn	(7557) Object ebus.0.bai.messages.Status02.fields.1.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.499	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.499	warn	(7557) Object ebus.0.bai.messages.Status02.fields.0.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.498	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.497	warn	(7557) Object ebus.0.bai.messages.Status02.fields.0.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.497	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.496	warn	(7557) Object ebus.0.bai.messages.Status02.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.495	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.495	warn	(7557) Object ebus.0.bai.messages.Status01.fields.5.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.494	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.494	warn	(7557) Object ebus.0.bai.messages.Status01.fields.5.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.493	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.493	warn	(7557) Object ebus.0.bai.messages.Status01.fields.4.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.492	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.491	warn	(7557) Object ebus.0.bai.messages.Status01.fields.4.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.490	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.490	warn	(7557) Object ebus.0.bai.messages.Status01.fields.3.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.489	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.489	warn	(7557) Object ebus.0.bai.messages.Status01.fields.3.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.486	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.486	warn	(7557) Object ebus.0.bai.messages.Status01.fields.2.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.485	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.485	warn	(7557) Object ebus.0.bai.messages.Status01.fields.2.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.484	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.484	warn	(7557) Object ebus.0.bai.messages.Status01.fields.1.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.483	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.482	warn	(7557) Object ebus.0.bai.messages.Status01.fields.1.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.481	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.481	warn	(7557) Object ebus.0.bai.messages.Status01.fields.0.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.480	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.480	warn	(7557) Object ebus.0.bai.messages.Status01.fields.0.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.479	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.478	warn	(7557) Object ebus.0.bai.messages.Status01.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.478	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.477	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.releaseCooling.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.477	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.476	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.releaseCooling.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.475	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.475	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.releaseBackup.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.474	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.474	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.releaseBackup.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.473	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.473	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.remoteControlHcPump.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.472	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.471	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.remoteControlHcPump.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.471	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.470	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehwcload.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.470	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.469	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehwcload.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.468	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.468	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehwctapping.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.467	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.467	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehwctapping.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.466	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.465	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehc.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.465	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.464	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehc.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.464	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.463	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hwcflowtempdesired.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.462	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.462	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hwcflowtempdesired.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.461	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.461	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hwctempdesired.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.460	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.460	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hwctempdesired.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.459	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.458	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.flowtempdesired.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.458	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.457	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.flowtempdesired.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.456	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.456	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hcmode.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.455	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.455	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hcmode.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.454	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.454	warn	(7557) Object ebus.0.bai.messages.SetMode.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.453	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.452	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.temp2.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.452	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.451	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.temp2.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.451	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.450	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.bdate.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.449	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.449	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.bdate.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.448	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.448	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.btime.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.447	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.447	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.btime.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.446	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.445	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.dcfstate.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.445	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.444	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.dcfstate.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.443	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.443	warn	(7557) Object ebus.0.bai.messages.DateTime.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.442	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.442	warn	(7557) Object ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.name is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.441	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.441	warn	(7557) Object ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.440	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:02.439	warn	(7557) Object ebus.0.700.messages.DisplayedOutsideTemp.lastup is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:02.374	info	(7557) all http done
              ebus.0	2020-06-16 17:10:02.133	debug	(7557) oData {"700":{"messages":{"AdaptHeatCurve":{"name":"AdaptHeatCurve","passive":false,"write":false,"lastup":0},"BankHolidayEndPeriod":{"name":"BankHolidayEndPeriod","passive":false,"write":false
              ebus.0	2020-06-16 17:10:02.091	debug	(7557) request data from http://192.168.178.47:8890/data
              ebus.0	2020-06-16 17:10:02.089	debug	(7557) all telnet done
              ebus.0	2020-06-16 17:10:02.088	debug	(7557) received 38.94;ok for Ntc1Sensor
              ebus.0	2020-06-16 17:10:01.871	debug	(7557) received 24.25 for DisplayedOutsideTemp
              ebus.0	2020-06-16 17:10:01.553	debug	(7557) telnet connected
              ebus.0	2020-06-16 17:10:01.549	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:01.548	warn	(7557) Object ebus.0.history.error is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:01.519	debug	(7557) connect telnet to IP 192.168.178.47 port 8888
              ebus.0	2020-06-16 17:10:01.518	debug	(7557) to poll ctr 2 vals: DisplayedOutsideTemp,Ntc1Sensor org DisplayedOutsideTemp,Ntc1Sensor org length 31
              ebus.0	2020-06-16 17:10:01.506	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:01.506	warn	(7557) Object ebus.0.history.date is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:01.505	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:01.504	warn	(7557) Object ebus.0.history.value1 is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:01.504	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:01.503	warn	(7557) Object ebus.0.cmdResult is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:01.502	warn	(7557) This object will not be created in future versions. Please report this to the developer.
              ebus.0	2020-06-16 17:10:01.501	warn	(7557) Object ebus.0.cmd is invalid: obj.type has to exist
              ebus.0	2020-06-16 17:10:01.473	debug	(7557) init common variables
              ebus.0	2020-06-16 17:10:01.468	debug	(7557) init variables
              ebus.0	2020-06-16 17:10:01.468	debug	(7557) start with interface ebusd
              ebus.0	2020-06-16 17:10:01.467	debug	(7557) set timeout to 60 sec
              ebus.0	2020-06-16 17:10:01.438	info	(7557) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.ebus, node: v10.19.0, js-controller: 3.1.4
              host.raspberrypi	2020-06-16 17:10:00.016	info	instance system.adapter.ebus.0 started with pid 7557
              

              In Objekte legt er Ordner an, jedoch keine Werte:
              fe2a11a3-1933-4265-8091-9916b1c8a634-image.png

              Und wenn ich die Statusansicht wechsel, wird ebus nicht angezeigt:
              67c4fa5e-85ac-4292-b2f0-335aa3a37152-image.png

              Es hatte Wochen funktioniert???

              Rene_HMR 1 Antwort Letzte Antwort
              0
              • J Jui

                @Rene_HM

                Danke für Deine Antwort und Hilfe!
                Habe die Objekte gelöscht, danach kam das im log:

                host.raspberrypi	2020-06-16 17:15:02.476	info	instance system.adapter.ebus.0 terminated with code 0 (NO_ERROR)
                sql.0	2020-06-16 17:15:02.239	info	(16559) disabled logging of ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value
                ebus.0	2020-06-16 17:15:02.016	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.016	warn	(8746) Object ebus.0.global.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.015	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.014	warn	(8746) Object ebus.0.global.messages is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.013	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.013	warn	(8746) Object ebus.0.global.masters is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.012	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.011	warn	(8746) Object ebus.0.global.reconnects is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.011	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.010	warn	(8746) Object ebus.0.global.qq is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.009	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.009	warn	(8746) Object ebus.0.global.maxsymbollatency is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.008	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.007	warn	(8746) Object ebus.0.global.minsymbollatency is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.006	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.006	warn	(8746) Object ebus.0.global.maxarbitrationmicros is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.005	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.004	warn	(8746) Object ebus.0.global.minarbitrationmicros is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.003	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.003	warn	(8746) Object ebus.0.global.maxsymbolrate is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:02.002	warn	(8746) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:15:02.001	warn	(8746) Object ebus.0.global.symbolrate is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:15:01.952	info	(8746) Terminated (NO_ERROR): Without reason
                ebus.0	2020-06-16 17:15:01.950	info	(8746) all history done (exit)
                ebus.0	2020-06-16 17:15:01.949	debug	(8746) delete
                ebus.0	2020-06-16 17:15:01.947	debug	(8746) delete
                ebus.0	2020-06-16 17:15:01.903	info	(8746) all http done
                ebus.0	2020-06-16 17:15:01.734	debug	(8746) oData {"700":{"messages":{"AdaptHeatCurve":{"name":"AdaptHeatCurve","passive":false,"write":false,"lastup":0},"BankHolidayEndPeriod":{"name":"BankHolidayEndPeriod","passive":false,"write":false
                ebus.0	2020-06-16 17:15:01.703	debug	(8746) request data from http://192.168.178.47:8890/data
                ebus.0	2020-06-16 17:15:01.701	debug	(8746) all telnet done
                ebus.0	2020-06-16 17:15:01.700	debug	(8746) received 38.94;ok for Ntc1Sensor
                ebus.0	2020-06-16 17:15:01.534	debug	(8746) received 24.25 for DisplayedOutsideTemp
                ebus.0	2020-06-16 17:15:01.342	debug	(8746) telnet connected
                ebus.0	2020-06-16 17:15:01.323	debug	(8746) connect telnet to IP 192.168.178.47 port 8888
                ebus.0	2020-06-16 17:15:01.322	debug	(8746) to poll ctr 2 vals: DisplayedOutsideTemp,Ntc1Sensor org DisplayedOutsideTemp,Ntc1Sensor org length 31
                ebus.0	2020-06-16 17:15:01.294	debug	(8746) init common variables
                ebus.0	2020-06-16 17:15:01.290	debug	(8746) init variables
                ebus.0	2020-06-16 17:15:01.289	debug	(8746) start with interface ebusd
                ebus.0	2020-06-16 17:15:01.289	debug	(8746) set timeout to 60 sec
                ebus.0	2020-06-16 17:15:01.263	info	(8746) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.ebus, node: v10.19.0, js-controller: 3.1.4
                host.raspberrypi	2020-06-16 17:15:00.016	info	instance system.adapter.ebus.0 started with pid 8746
                fritzdect.0	2020-06-16 17:14:06.644	info	(15925) Comet ID: 133560913928 identified for command (mode) : 1
                fritzdect.0	2020-06-16 17:14:06.636	info	(15925) Comet ID: 133560851704 identified for command (mode) : 0
                sql.0	2020-06-16 17:10:03.434	info	(16559) disabled logging of ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value
                host.raspberrypi	2020-06-16 17:10:03.364	info	instance system.adapter.ebus.0 terminated with code 0 (NO_ERROR)
                sql.0	2020-06-16 17:10:03.155	info	(16559) disabled logging of ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value
                ebus.0	2020-06-16 17:10:02.972	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.971	warn	(7557) Object ebus.0.global.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.971	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.970	warn	(7557) Object ebus.0.global.messages is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.969	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.968	warn	(7557) Object ebus.0.global.masters is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.967	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.966	warn	(7557) Object ebus.0.global.reconnects is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.965	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.964	warn	(7557) Object ebus.0.global.qq is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.964	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.963	warn	(7557) Object ebus.0.global.maxsymbollatency is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.962	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.962	warn	(7557) Object ebus.0.global.minsymbollatency is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.962	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.961	warn	(7557) Object ebus.0.global.maxarbitrationmicros is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.960	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.959	warn	(7557) Object ebus.0.global.minarbitrationmicros is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.958	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.958	warn	(7557) Object ebus.0.global.maxsymbolrate is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.956	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.956	warn	(7557) Object ebus.0.global.symbolrate is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.742	info	(7557) Terminated (NO_ERROR): Without reason
                ebus.0	2020-06-16 17:10:02.740	info	(7557) all history done (exit)
                ebus.0	2020-06-16 17:10:02.739	debug	(7557) delete
                ebus.0	2020-06-16 17:10:02.735	debug	(7557) delete
                ebus.0	2020-06-16 17:10:02.652	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.652	warn	(7557) Object ebus.0.global.signal is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.650	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.650	warn	(7557) Object ebus.0.global.updatecheck is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.649	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.648	warn	(7557) Object ebus.0.global.version is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.642	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.641	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.fields.sensor.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.641	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.640	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.fields.sensor.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.639	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.639	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.fields.temp.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.638	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.638	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.fields.temp.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.637	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.636	warn	(7557) Object ebus.0.vms.messages.Ntc1Sensor.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.636	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.635	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.suffix.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.635	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.634	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.suffix.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.633	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.633	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.counter.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.632	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.632	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.counter.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.631	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.631	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.supplier.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.630	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.630	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.supplier.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.629	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.629	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.product.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.628	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.627	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.product.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.627	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.626	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.week.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.626	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.625	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.week.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.624	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.624	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.year.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.623	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.623	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.year.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.622	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.622	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.prefix.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.621	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.620	warn	(7557) Object ebus.0.scan.ed.messages.id.fields.prefix.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.620	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.619	warn	(7557) Object ebus.0.scan.ed.messages.id.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.619	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.618	warn	(7557) Object ebus.0.scan.ed.messages..fields.HW.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.617	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.617	warn	(7557) Object ebus.0.scan.ed.messages..fields.HW.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.616	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.616	warn	(7557) Object ebus.0.scan.ed.messages..fields.SW.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.615	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.615	warn	(7557) Object ebus.0.scan.ed.messages..fields.SW.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.614	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.613	warn	(7557) Object ebus.0.scan.ed.messages..fields.ID.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.613	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.612	warn	(7557) Object ebus.0.scan.ed.messages..fields.ID.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.612	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.611	warn	(7557) Object ebus.0.scan.ed.messages..fields.MF.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.610	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.610	warn	(7557) Object ebus.0.scan.ed.messages..fields.MF.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.609	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.609	warn	(7557) Object ebus.0.scan.ed.messages..lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.608	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.608	warn	(7557) Object ebus.0.scan.15.messages.id.fields.suffix.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.607	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.606	warn	(7557) Object ebus.0.scan.15.messages.id.fields.suffix.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.605	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.605	warn	(7557) Object ebus.0.scan.15.messages.id.fields.counter.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.604	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.604	warn	(7557) Object ebus.0.scan.15.messages.id.fields.counter.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.603	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.603	warn	(7557) Object ebus.0.scan.15.messages.id.fields.supplier.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.602	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.602	warn	(7557) Object ebus.0.scan.15.messages.id.fields.supplier.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.601	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.600	warn	(7557) Object ebus.0.scan.15.messages.id.fields.product.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.600	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.599	warn	(7557) Object ebus.0.scan.15.messages.id.fields.product.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.599	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.598	warn	(7557) Object ebus.0.scan.15.messages.id.fields.week.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.597	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.597	warn	(7557) Object ebus.0.scan.15.messages.id.fields.week.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.596	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.596	warn	(7557) Object ebus.0.scan.15.messages.id.fields.year.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.595	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.595	warn	(7557) Object ebus.0.scan.15.messages.id.fields.year.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.594	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.593	warn	(7557) Object ebus.0.scan.15.messages.id.fields.prefix.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.593	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.592	warn	(7557) Object ebus.0.scan.15.messages.id.fields.prefix.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.592	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.591	warn	(7557) Object ebus.0.scan.15.messages.id.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.590	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.590	warn	(7557) Object ebus.0.scan.15.messages..fields.HW.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.589	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.589	warn	(7557) Object ebus.0.scan.15.messages..fields.HW.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.588	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.588	warn	(7557) Object ebus.0.scan.15.messages..fields.SW.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.587	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.586	warn	(7557) Object ebus.0.scan.15.messages..fields.SW.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.586	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.585	warn	(7557) Object ebus.0.scan.15.messages..fields.ID.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.585	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.584	warn	(7557) Object ebus.0.scan.15.messages..fields.ID.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.583	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.583	warn	(7557) Object ebus.0.scan.15.messages..fields.MF.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.582	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.582	warn	(7557) Object ebus.0.scan.15.messages..fields.MF.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.581	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.581	warn	(7557) Object ebus.0.scan.15.messages..lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.580	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.579	warn	(7557) Object ebus.0.scan.08.messages.id.fields.suffix.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.579	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.578	warn	(7557) Object ebus.0.scan.08.messages.id.fields.suffix.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.578	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.577	warn	(7557) Object ebus.0.scan.08.messages.id.fields.counter.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.576	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.576	warn	(7557) Object ebus.0.scan.08.messages.id.fields.counter.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.575	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.575	warn	(7557) Object ebus.0.scan.08.messages.id.fields.supplier.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.574	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.574	warn	(7557) Object ebus.0.scan.08.messages.id.fields.supplier.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.573	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.572	warn	(7557) Object ebus.0.scan.08.messages.id.fields.product.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.572	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.571	warn	(7557) Object ebus.0.scan.08.messages.id.fields.product.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.571	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.570	warn	(7557) Object ebus.0.scan.08.messages.id.fields.week.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.569	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.569	warn	(7557) Object ebus.0.scan.08.messages.id.fields.week.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.568	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.568	warn	(7557) Object ebus.0.scan.08.messages.id.fields.year.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.567	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.566	warn	(7557) Object ebus.0.scan.08.messages.id.fields.year.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.566	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.565	warn	(7557) Object ebus.0.scan.08.messages.id.fields.prefix.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.565	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.564	warn	(7557) Object ebus.0.scan.08.messages.id.fields.prefix.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.563	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.563	warn	(7557) Object ebus.0.scan.08.messages.id.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.562	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.562	warn	(7557) Object ebus.0.scan.08.messages..fields.HW.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.561	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.561	warn	(7557) Object ebus.0.scan.08.messages..fields.HW.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.560	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.559	warn	(7557) Object ebus.0.scan.08.messages..fields.SW.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.559	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.558	warn	(7557) Object ebus.0.scan.08.messages..fields.SW.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.558	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.557	warn	(7557) Object ebus.0.scan.08.messages..fields.ID.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.556	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.556	warn	(7557) Object ebus.0.scan.08.messages..fields.ID.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.555	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.555	warn	(7557) Object ebus.0.scan.08.messages..fields.MF.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.554	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.553	warn	(7557) Object ebus.0.scan.08.messages..fields.MF.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.553	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.552	warn	(7557) Object ebus.0.scan.08.messages..lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.551	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.551	warn	(7557) Object ebus.0.scan.06.messages.id.fields.suffix.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.550	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.550	warn	(7557) Object ebus.0.scan.06.messages.id.fields.suffix.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.549	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.549	warn	(7557) Object ebus.0.scan.06.messages.id.fields.counter.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.548	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.547	warn	(7557) Object ebus.0.scan.06.messages.id.fields.counter.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.547	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.546	warn	(7557) Object ebus.0.scan.06.messages.id.fields.supplier.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.545	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.545	warn	(7557) Object ebus.0.scan.06.messages.id.fields.supplier.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.544	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.544	warn	(7557) Object ebus.0.scan.06.messages.id.fields.product.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.543	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.542	warn	(7557) Object ebus.0.scan.06.messages.id.fields.product.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.542	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.541	warn	(7557) Object ebus.0.scan.06.messages.id.fields.week.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.541	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.540	warn	(7557) Object ebus.0.scan.06.messages.id.fields.week.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.539	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.539	warn	(7557) Object ebus.0.scan.06.messages.id.fields.year.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.538	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.537	warn	(7557) Object ebus.0.scan.06.messages.id.fields.year.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.536	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.536	warn	(7557) Object ebus.0.scan.06.messages.id.fields.prefix.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.535	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.535	warn	(7557) Object ebus.0.scan.06.messages.id.fields.prefix.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.534	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.534	warn	(7557) Object ebus.0.scan.06.messages.id.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.533	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.532	warn	(7557) Object ebus.0.scan.06.messages..fields.HW.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.532	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.531	warn	(7557) Object ebus.0.scan.06.messages..fields.HW.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.530	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.530	warn	(7557) Object ebus.0.scan.06.messages..fields.SW.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.529	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.529	warn	(7557) Object ebus.0.scan.06.messages..fields.SW.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.528	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.527	warn	(7557) Object ebus.0.scan.06.messages..fields.ID.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.527	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.526	warn	(7557) Object ebus.0.scan.06.messages..fields.ID.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.525	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.525	warn	(7557) Object ebus.0.scan.06.messages..fields.MF.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.524	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.524	warn	(7557) Object ebus.0.scan.06.messages..fields.MF.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.523	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.522	warn	(7557) Object ebus.0.scan.06.messages..lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.522	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.521	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.fields.date.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.520	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.520	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.fields.date.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.519	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.519	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.fields.time.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.518	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.518	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.fields.time.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.517	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.516	warn	(7557) Object ebus.0.broadcast.messages.vdatetime.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.516	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.515	warn	(7557) Object ebus.0.broadcast.messages.outsidetemp.fields.temp2.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.515	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.514	warn	(7557) Object ebus.0.broadcast.messages.outsidetemp.fields.temp2.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.513	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.513	warn	(7557) Object ebus.0.broadcast.messages.outsidetemp.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.512	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.512	warn	(7557) Object ebus.0.bai.messages.StatusCirPump.fields.0.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.511	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.511	warn	(7557) Object ebus.0.bai.messages.StatusCirPump.fields.0.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.510	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.509	warn	(7557) Object ebus.0.bai.messages.StatusCirPump.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.509	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.508	warn	(7557) Object ebus.0.bai.messages.Status02.fields.4.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.508	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.507	warn	(7557) Object ebus.0.bai.messages.Status02.fields.4.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.506	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.506	warn	(7557) Object ebus.0.bai.messages.Status02.fields.3.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.505	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.505	warn	(7557) Object ebus.0.bai.messages.Status02.fields.3.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.504	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.503	warn	(7557) Object ebus.0.bai.messages.Status02.fields.2.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.503	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.502	warn	(7557) Object ebus.0.bai.messages.Status02.fields.2.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.502	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.501	warn	(7557) Object ebus.0.bai.messages.Status02.fields.1.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.500	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.500	warn	(7557) Object ebus.0.bai.messages.Status02.fields.1.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.499	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.499	warn	(7557) Object ebus.0.bai.messages.Status02.fields.0.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.498	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.497	warn	(7557) Object ebus.0.bai.messages.Status02.fields.0.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.497	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.496	warn	(7557) Object ebus.0.bai.messages.Status02.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.495	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.495	warn	(7557) Object ebus.0.bai.messages.Status01.fields.5.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.494	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.494	warn	(7557) Object ebus.0.bai.messages.Status01.fields.5.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.493	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.493	warn	(7557) Object ebus.0.bai.messages.Status01.fields.4.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.492	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.491	warn	(7557) Object ebus.0.bai.messages.Status01.fields.4.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.490	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.490	warn	(7557) Object ebus.0.bai.messages.Status01.fields.3.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.489	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.489	warn	(7557) Object ebus.0.bai.messages.Status01.fields.3.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.486	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.486	warn	(7557) Object ebus.0.bai.messages.Status01.fields.2.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.485	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.485	warn	(7557) Object ebus.0.bai.messages.Status01.fields.2.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.484	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.484	warn	(7557) Object ebus.0.bai.messages.Status01.fields.1.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.483	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.482	warn	(7557) Object ebus.0.bai.messages.Status01.fields.1.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.481	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.481	warn	(7557) Object ebus.0.bai.messages.Status01.fields.0.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.480	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.480	warn	(7557) Object ebus.0.bai.messages.Status01.fields.0.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.479	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.478	warn	(7557) Object ebus.0.bai.messages.Status01.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.478	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.477	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.releaseCooling.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.477	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.476	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.releaseCooling.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.475	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.475	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.releaseBackup.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.474	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.474	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.releaseBackup.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.473	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.473	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.remoteControlHcPump.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.472	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.471	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.remoteControlHcPump.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.471	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.470	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehwcload.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.470	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.469	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehwcload.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.468	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.468	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehwctapping.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.467	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.467	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehwctapping.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.466	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.465	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehc.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.465	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.464	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.disablehc.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.464	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.463	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hwcflowtempdesired.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.462	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.462	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hwcflowtempdesired.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.461	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.461	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hwctempdesired.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.460	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.460	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hwctempdesired.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.459	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.458	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.flowtempdesired.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.458	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.457	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.flowtempdesired.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.456	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.456	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hcmode.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.455	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.455	warn	(7557) Object ebus.0.bai.messages.SetMode.fields.hcmode.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.454	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.454	warn	(7557) Object ebus.0.bai.messages.SetMode.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.453	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.452	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.temp2.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.452	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.451	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.temp2.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.451	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.450	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.bdate.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.449	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.449	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.bdate.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.448	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.448	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.btime.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.447	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.447	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.btime.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.446	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.445	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.dcfstate.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.445	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.444	warn	(7557) Object ebus.0.bai.messages.DateTime.fields.dcfstate.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.443	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.443	warn	(7557) Object ebus.0.bai.messages.DateTime.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.442	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.442	warn	(7557) Object ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.name is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.441	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.441	warn	(7557) Object ebus.0.700.messages.DisplayedOutsideTemp.fields.tempv.value is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.440	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:02.439	warn	(7557) Object ebus.0.700.messages.DisplayedOutsideTemp.lastup is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:02.374	info	(7557) all http done
                ebus.0	2020-06-16 17:10:02.133	debug	(7557) oData {"700":{"messages":{"AdaptHeatCurve":{"name":"AdaptHeatCurve","passive":false,"write":false,"lastup":0},"BankHolidayEndPeriod":{"name":"BankHolidayEndPeriod","passive":false,"write":false
                ebus.0	2020-06-16 17:10:02.091	debug	(7557) request data from http://192.168.178.47:8890/data
                ebus.0	2020-06-16 17:10:02.089	debug	(7557) all telnet done
                ebus.0	2020-06-16 17:10:02.088	debug	(7557) received 38.94;ok for Ntc1Sensor
                ebus.0	2020-06-16 17:10:01.871	debug	(7557) received 24.25 for DisplayedOutsideTemp
                ebus.0	2020-06-16 17:10:01.553	debug	(7557) telnet connected
                ebus.0	2020-06-16 17:10:01.549	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:01.548	warn	(7557) Object ebus.0.history.error is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:01.519	debug	(7557) connect telnet to IP 192.168.178.47 port 8888
                ebus.0	2020-06-16 17:10:01.518	debug	(7557) to poll ctr 2 vals: DisplayedOutsideTemp,Ntc1Sensor org DisplayedOutsideTemp,Ntc1Sensor org length 31
                ebus.0	2020-06-16 17:10:01.506	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:01.506	warn	(7557) Object ebus.0.history.date is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:01.505	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:01.504	warn	(7557) Object ebus.0.history.value1 is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:01.504	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:01.503	warn	(7557) Object ebus.0.cmdResult is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:01.502	warn	(7557) This object will not be created in future versions. Please report this to the developer.
                ebus.0	2020-06-16 17:10:01.501	warn	(7557) Object ebus.0.cmd is invalid: obj.type has to exist
                ebus.0	2020-06-16 17:10:01.473	debug	(7557) init common variables
                ebus.0	2020-06-16 17:10:01.468	debug	(7557) init variables
                ebus.0	2020-06-16 17:10:01.468	debug	(7557) start with interface ebusd
                ebus.0	2020-06-16 17:10:01.467	debug	(7557) set timeout to 60 sec
                ebus.0	2020-06-16 17:10:01.438	info	(7557) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.ebus, node: v10.19.0, js-controller: 3.1.4
                host.raspberrypi	2020-06-16 17:10:00.016	info	instance system.adapter.ebus.0 started with pid 7557
                

                In Objekte legt er Ordner an, jedoch keine Werte:
                fe2a11a3-1933-4265-8091-9916b1c8a634-image.png

                Und wenn ich die Statusansicht wechsel, wird ebus nicht angezeigt:
                67c4fa5e-85ac-4292-b2f0-335aa3a37152-image.png

                Es hatte Wochen funktioniert???

                Rene_HMR Offline
                Rene_HMR Offline
                Rene_HM
                Developer
                schrieb am zuletzt editiert von
                #231

                @Jui muss ich mir anschauen, scheint ein bug zu sein...

                J 1 Antwort Letzte Antwort
                0
                • Rene_HMR Rene_HM

                  @Jui muss ich mir anschauen, scheint ein bug zu sein...

                  J Offline
                  J Offline
                  Jui
                  schrieb am zuletzt editiert von Jui
                  #232

                  @Rene_HM
                  Okay , Die Version 1.0.0 hatte Wochen funktioniert.

                  Vielleicht hilft es Dir bei der Fehlersuche:

                  • ich hatte von 1.0.0 auf 2.0.0 gewechselt, danach lief alles tadellos weiter, Werte wurden angezeigt und erneuert.
                  • dann habe ich neue Datenpunkte hinzu genommen, die Config im ebusd erneuert, die alten Werte wurden weiter tadellos angezeigt , die neuen Werte erschienen nicht unter Objekte
                  • dann ebus Adapter deinstalliert und neu installiert
                  • dann kamen unter Objekte gar keine Werte mehr (so wie jetzt), im Log und unter http//.../data sind aktuelle Werte immer zu sehen
                  • dann ebusd Config wieder auf die letzte Einstellung geändert, auch ohne Erfolg ...

                  Auf die alte Version kann ich nicht wechseln um zu testen.

                  Rene_HMR 1 Antwort Letzte Antwort
                  0
                  • J Jui

                    @Rene_HM
                    Okay , Die Version 1.0.0 hatte Wochen funktioniert.

                    Vielleicht hilft es Dir bei der Fehlersuche:

                    • ich hatte von 1.0.0 auf 2.0.0 gewechselt, danach lief alles tadellos weiter, Werte wurden angezeigt und erneuert.
                    • dann habe ich neue Datenpunkte hinzu genommen, die Config im ebusd erneuert, die alten Werte wurden weiter tadellos angezeigt , die neuen Werte erschienen nicht unter Objekte
                    • dann ebus Adapter deinstalliert und neu installiert
                    • dann kamen unter Objekte gar keine Werte mehr (so wie jetzt), im Log und unter http//.../data sind aktuelle Werte immer zu sehen
                    • dann ebusd Config wieder auf die letzte Einstellung geändert, auch ohne Erfolg ...

                    Auf die alte Version kann ich nicht wechseln um zu testen.

                    Rene_HMR Offline
                    Rene_HMR Offline
                    Rene_HM
                    Developer
                    schrieb am zuletzt editiert von
                    #233

                    @Jui ich habe die version 2.1.0 im github und npm (latest repo). Die sollte das Problem beheben...

                    J 1 Antwort Letzte Antwort
                    0
                    • Rene_HMR Rene_HM

                      @Jui ich habe die version 2.1.0 im github und npm (latest repo). Die sollte das Problem beheben...

                      J Offline
                      J Offline
                      Jui
                      schrieb am zuletzt editiert von
                      #234

                      @Rene_HM TOP!
                      Update auf 2.1.0 durchgeführt, dann unter Objekte ebus.0 gelöscht und mit dem nächsten Abruf sind die Werte wieder da.
                      DANKE!

                      1 Antwort Letzte Antwort
                      0
                      • KnallochseK Nicht stören
                        KnallochseK Nicht stören
                        Knallochse
                        schrieb am zuletzt editiert von
                        #235

                        Mit der Version 2.1.0 habe ich alle 5min folgende Fehlermeldung im Log

                        ebus.0	2020-06-19 19:35:03.268	error	(1063) history.value1 not found null
                        ebus.0	2020-06-19 19:35:03.266	error	(1063) history.date not found null
                        ebus.0	2020-06-19 19:35:02.306	error	(1063) object cmd not found null
                        

                        Das hatte ich vorher nicht.
                        Ich hatte beim Umstieg auf 2.1.0 alle Ebus Objekte gelöscht und neu anlegen lassen.

                        Kann ich hier etwas tun, um die Fehler zu beseitigen?

                        HM&HMIP über 100 Geräte + IoBroker auf DS918+ uvm.

                        Rene_HMR 1 Antwort Letzte Antwort
                        0
                        • KnallochseK Knallochse

                          Mit der Version 2.1.0 habe ich alle 5min folgende Fehlermeldung im Log

                          ebus.0	2020-06-19 19:35:03.268	error	(1063) history.value1 not found null
                          ebus.0	2020-06-19 19:35:03.266	error	(1063) history.date not found null
                          ebus.0	2020-06-19 19:35:02.306	error	(1063) object cmd not found null
                          

                          Das hatte ich vorher nicht.
                          Ich hatte beim Umstieg auf 2.1.0 alle Ebus Objekte gelöscht und neu anlegen lassen.

                          Kann ich hier etwas tun, um die Fehler zu beseitigen?

                          Rene_HMR Offline
                          Rene_HMR Offline
                          Rene_HM
                          Developer
                          schrieb am zuletzt editiert von
                          #236

                          @Knallochse Das sind nur logs, die ich beim Umbau eingebaut hatte. Im Moment bitte ignorieren, außer irgendetwas geht nicht (z.Bsp. Kommandos direkt auf ebusd schreiben...)

                          KnallochseK 1 Antwort Letzte Antwort
                          0
                          • Rene_HMR Rene_HM

                            @Knallochse Das sind nur logs, die ich beim Umbau eingebaut hatte. Im Moment bitte ignorieren, außer irgendetwas geht nicht (z.Bsp. Kommandos direkt auf ebusd schreiben...)

                            KnallochseK Nicht stören
                            KnallochseK Nicht stören
                            Knallochse
                            schrieb am zuletzt editiert von
                            #237

                            @Rene_HM Danke, dann weiß ich Bescheid

                            HM&HMIP über 100 Geräte + IoBroker auf DS918+ uvm.

                            1 Antwort Letzte Antwort
                            0
                            • Rene_HMR Rene_HM

                              Ich denke nicht, dass Vaillant ebusd direkt unetrstützt.

                              Ich vermute, dass das Modul VR 920 intern mit den anderen Modulen der Heizung per ebus kommuniziert. Auf der anderen Seite steht dann Ethernet / IP zur Kommunikation mit Tablet usw zur Verfügung. Der Adapter unterstützt dies aber nicht.

                              Aus meiner Sicht zwei Möglichkeiten:

                              • Integration des Vaillant-Internetmodul VR 920 als Adapter in ioBroker

                              • ein zusätzliches ebus-Interface mit Raspberry Pi o.ä. an den ebus anschliessen und den ebusd dann auf dem Raspberry Pi laufen lassen. Dann kann man den Adapter hier verwenden.

                              Bei der ersten Variante kann ich leider nicht helfen, da ich dieses Modul nicht zur Verfügung habe…

                              GlasfaserG Offline
                              GlasfaserG Offline
                              Glasfaser
                              schrieb am zuletzt editiert von
                              #238

                              @Rene_HM sagte in Adapter: ebus:

                              Aus meiner Sicht zwei Möglichkeiten:

                              Integration des Vaillant-Internetmodul VR 920 als Adapter in ioBroker

                              ......

                              Bei der ersten Variante kann ich leider nicht helfen, da ich dieses Modul nicht zur Verfügung habe…

                              Wegen Heizungs Neuanschaffung bekomme ich ein VR 921 I-Modul dazu was auch EEbus kann .
                              Laut I-Net soll es auch mit Homematic CCU3 laufen , aber leider keine Infos dazu im I-Net wie es einzubinden ist gefunden .

                              eQ-3 integriert EEBUS in Smart Home Systeme

                              Wie kann ich dich darin unterstützen , damit du dieses Modul integrieren kannst ?

                              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                              C 1 Antwort Letzte Antwort
                              0
                              • GlasfaserG Glasfaser

                                @Rene_HM sagte in Adapter: ebus:

                                Aus meiner Sicht zwei Möglichkeiten:

                                Integration des Vaillant-Internetmodul VR 920 als Adapter in ioBroker

                                ......

                                Bei der ersten Variante kann ich leider nicht helfen, da ich dieses Modul nicht zur Verfügung habe…

                                Wegen Heizungs Neuanschaffung bekomme ich ein VR 921 I-Modul dazu was auch EEbus kann .
                                Laut I-Net soll es auch mit Homematic CCU3 laufen , aber leider keine Infos dazu im I-Net wie es einzubinden ist gefunden .

                                eQ-3 integriert EEBUS in Smart Home Systeme

                                Wie kann ich dich darin unterstützen , damit du dieses Modul integrieren kannst ?

                                C Offline
                                C Offline
                                cactus-online
                                schrieb am zuletzt editiert von
                                #239

                                @Glasfaser
                                eebus ist nicht ebus. Was auch immer EQ3 da treibt, mit diesen Adapter hier hat das nichts zu tun denke ich.
                                Ob der HMIP Adapter damit etwas anfangen kann müsste an jener Stelle im Forum diskutiert werden.

                                GlasfaserG 1 Antwort Letzte Antwort
                                0
                                • C cactus-online

                                  @Glasfaser
                                  eebus ist nicht ebus. Was auch immer EQ3 da treibt, mit diesen Adapter hier hat das nichts zu tun denke ich.
                                  Ob der HMIP Adapter damit etwas anfangen kann müsste an jener Stelle im Forum diskutiert werden.

                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von Glasfaser
                                  #240

                                  @cactus-online sagte in Adapter: ebus:

                                  @Glasfaser
                                  eebus ist nicht ebus.

                                  Das ist mir schon klar

                                  Was auch immer EQ3 da treibt, mit diesen Adapter hier hat das nichts zu tun denke ich.

                                  Hallo ... war nur eine Andeutung ...mehr nicht

                                  Ob der HMIP Adapter damit etwas anfangen kann müsste an jener Stelle im Forum diskutiert werden.

                                  Ich wollte hier keine diskutieren anfangen , habe nur @Rene_HM angefragt ob ich Ihn bei dem integrieren des VR 921 I-Net Modul was auch eBus kann , unterstützen kann .

                                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                  C 1 Antwort Letzte Antwort
                                  0
                                  • GlasfaserG Glasfaser

                                    @cactus-online sagte in Adapter: ebus:

                                    @Glasfaser
                                    eebus ist nicht ebus.

                                    Das ist mir schon klar

                                    Was auch immer EQ3 da treibt, mit diesen Adapter hier hat das nichts zu tun denke ich.

                                    Hallo ... war nur eine Andeutung ...mehr nicht

                                    Ob der HMIP Adapter damit etwas anfangen kann müsste an jener Stelle im Forum diskutiert werden.

                                    Ich wollte hier keine diskutieren anfangen , habe nur @Rene_HM angefragt ob ich Ihn bei dem integrieren des VR 921 I-Net Modul was auch eBus kann , unterstützen kann .

                                    C Offline
                                    C Offline
                                    cactus-online
                                    schrieb am zuletzt editiert von cactus-online
                                    #241

                                    @Glasfaser: Ok, das konnte ich dem Post so nicht entnehmen. Wenn eBus unterstützt wird, müsste dann nicht der eBus-Daemon die Nachrichten dekodieren (können). Der Adapter holt sich doch alles vom ebusd. Eine Anpassung des Adapters wäre doch gar nicht nötig, oder was meinst Du?

                                    GlasfaserG 1 Antwort Letzte Antwort
                                    1
                                    • C cactus-online

                                      @Glasfaser: Ok, das konnte ich dem Post so nicht entnehmen. Wenn eBus unterstützt wird, müsste dann nicht der eBus-Daemon die Nachrichten dekodieren (können). Der Adapter holt sich doch alles vom ebusd. Eine Anpassung des Adapters wäre doch gar nicht nötig, oder was meinst Du?

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      schrieb am zuletzt editiert von Glasfaser
                                      #242

                                      @cactus-online

                                      Wenn eBus unterstützt wird, müsste dann nicht der eBus-Daemon

                                      ich dachte es geht eventuell ohne den Ebusd , also per Schnittstelle direkt zum Internetmodul VR 921 den ich habe .
                                      Hatte auch in der Zwischenzeit etwas gefunden Test Adapter Vaillant multiMatic v0.0.x, ist aber nicht so doll ..

                                      Bin deinem Rat zu Ebusd gefolgt :+1:

                                      ... klappt auch alles mit diesem Ebus Adapter ,

                                      aber da ich den Witterungsgeführte Regelung sensoCOMFORT VRC 720 haben, sind nicht alle Werte vorhanden nur leider ein kleiner Bruchteil davon. :angry:

                                      Die 15.700.cvs auf 15.720.cvs geändert.
                                      @cactus-online hast du vielleicht ein Rat woran das liegen kann ?

                                      root@DietPi:~# ebusctl info
                                      version: ebusd 3.4.v3.4-20-gedfe09a
                                      signal: acquired
                                      symbol rate: 47
                                      max symbol rate: 106
                                      min arbitration micros: 2185
                                      max arbitration micros: 8069
                                      min symbol latency: 5
                                      max symbol latency: 12
                                      reconnects: 0
                                      masters: 4
                                      messages: 631
                                      conditional: 3
                                      poll: 0
                                      update: 10
                                      address 00: master #1
                                      address 03: master #11
                                      address 05: slave #1, scanned "MF=Vaillant;ID=VR921;SW=2007;HW=5703"
                                      address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0104;HW=7803", loaded "vaillant/bai.308523.inc", "vaillant/08.bai.csv"
                                      address 10: master #2
                                      address 15: slave #2, scanned "MF=Vaillant;ID=72000;SW=0122;HW=7703", loaded "vaillant/15.720.csv"
                                      address 31: master #8, ebusd
                                      address 36: slave #8, ebusd
                                      
                                      root@DietPi:~#
                                      
                                      
                                      

                                      
                                      root@DietPi:~/ebusd/contrib/scripts# ./readall.sh
                                      720 AdaptHeatCurve = no
                                      720 BankHolidayEndPeriod = ERR: invalid position in decode
                                      720 BankHolidayStartPeriod = ERR: invalid position in decode
                                      720 ccTimer.Friday = ERR: invalid position in decode
                                      720 ccTimer.Monday = ERR: invalid position in decode
                                      720 ccTimer.Saturday = ERR: invalid position in decode
                                      720 ccTimer.Sunday =
                                      720 ccTimer.Thursday = ERR: invalid position in decode
                                      720 ccTimer.Tuesday = ERR: invalid position in decode
                                      720 ccTimer.Wednesday = ERR: invalid position in decode
                                      720 ContinuosHeating =
                                      720 currenterror =
                                      720 CylinderChargeHyst =
                                      720 CylinderChargeOffset =
                                      720 Date =
                                      720 DisplayedOutsideTemp =
                                      720 errorhistory =
                                      720 FrostOverRideTime =
                                      720 Hc1ActualFlowTempDesired =
                                      720 Hc1AutoOffMode =
                                      720 Hc1CircuitType =
                                      720 Hc1ExcessTemp =
                                      720 Hc1FlowTemp =
                                      720 Hc1HeatCurve =
                                      720 Hc1HeatCurveAdaption =
                                      720 Hc1MaxFlowTempDesired =
                                      720 Hc1MinFlowTempDesired =
                                      720 Hc1MixerMovement =
                                      720 Hc1PumpStatus =
                                      720 Hc1RoomTempSwitchOn =
                                      720 Hc1Status =
                                      720 Hc1SummerTempLimit =
                                      720 Hc2ActualFlowTempDesired =
                                      720 Hc2AutoOffMode =
                                      720 Hc2CircuitType = inactive
                                      720 Hc2ExcessTemp =
                                      720 Hc2FlowTemp = -
                                      720 Hc2HeatCurve = 1.2
                                      720 Hc2HeatCurveAdaption =
                                      720 Hc2MaxFlowTempDesired =
                                      720 Hc2MinFlowTempDesired =
                                      720 Hc2MixerMovement =
                                      720 Hc2PumpStatus =
                                      720 Hc2RoomTempSwitchOn =
                                      720 Hc2Status =
                                      720 Hc2SummerTempLimit =
                                      720 Hc3ActualFlowTempDesired =
                                      720 Hc3AutoOffMode =
                                      720 Hc3CircuitType =
                                      720 Hc3ExcessTemp =
                                      720 Hc3FlowTemp =
                                      720 Hc3HeatCurve = 1.2
                                      720 Hc3HeatCurveAdaption =
                                      720 Hc3MaxFlowTempDesired =
                                      720 Hc3MinFlowTempDesired =
                                      720 Hc3MixerMovement =
                                      720 Hc3PumpStatus =
                                      720 Hc3RoomTempSwitchOn =
                                      720 Hc3Status =
                                      720 Hc3SummerTempLimit =
                                      720 HcStorageTempBottom =
                                      720 HcStorageTempTop =
                                      720 HolidayEndPeriod =
                                      720 HolidayStartPeriod =
                                      720 HolidayTemp =
                                      720 HwcBankHolidayEndPeriod =
                                      720 HwcBankHolidayStartPeriod =
                                      720 HwcFlowTemp =
                                      720 HwcHolidayEndPeriod = 01.01.2019
                                      720 HwcHolidayStartPeriod = 01.01.2019
                                      720 HwcLockTime = 60
                                      720 HwcMaxFlowTempDesired =
                                      720 HwcOpMode =
                                      720 HwcParallelLoading =
                                      720 HwcSFMode = auto
                                      720 HwcStorageTemp = 54.5
                                      720 HwcStorageTempBottom = -
                                      720 HwcStorageTempTop = -
                                      720 HwcTempDesired =
                                      720 hwcTimer.Friday =
                                      720 hwcTimer.Monday = ERR: invalid position in decode
                                      720 hwcTimer.Saturday = ERR: invalid position in decode
                                      720 hwcTimer.Sunday = ERR: invalid position in decode
                                      720 hwcTimer.Thursday = ERR: invalid position in decode
                                      720 hwcTimer.Tuesday = ERR: invalid position in decode
                                      720 hwcTimer.Wednesday = ERR: invalid position in decode
                                      720 HydraulicScheme = 1
                                      720 Installer1 = ERR: invalid position in decode
                                      720 Installer2 = ERR: invalid position in decode
                                      720 KeyCodeforConfigMenu = 0
                                      720 MaintenanceDate = 01.01.2019
                                      720 MaintenanceDue = no
                                      720 MaxCylinderChargeTime = 60
                                      720 MaxRoomHumidity = 40
                                      720 MultiRelaySetting = circulation
                                      720 noiseReductionTimer.Friday = ERR: invalid position in decode
                                      720 noiseReductionTimer.Monday = ERR: invalid position in decode
                                      720 noiseReductionTimer.Saturday = ERR: invalid position in decode
                                      720 noiseReductionTimer.Sunday = ERR: invalid position in decode
                                      720 noiseReductionTimer.Thursday = ERR: invalid position in decode
                                      720 noiseReductionTimer.Tuesday = ERR: invalid position in decode
                                      720 noiseReductionTimer.Wednesday = ERR: invalid position in decode
                                      720 OpMode = ERR: invalid position in decode
                                      720 OpModeEffect = ERR: invalid position in decode
                                      720 OutsideTempAvg =
                                      720 PhoneNumber1 =
                                      720 PhoneNumber2 =
                                      720 PrEnergySum =
                                      720 PrEnergySumHc = 1
                                      720 PrEnergySumHcLastMonth = 0
                                      720 PrEnergySumHcThisMonth = 1
                                      720 PrEnergySumHwc =
                                      720 PrEnergySumHwcLastMonth = 0
                                      720 PrEnergySumHwcThisMonth =
                                      720 PrFuelSum =
                                      720 PrFuelSumHc = 12
                                      720 PrFuelSumHcLastMonth = 0
                                      720 PrFuelSumHcThisMonth =
                                      720 PrFuelSumHwc =
                                      720 PrFuelSumHwcLastMonth =
                                      720 PrFuelSumHwcThisMonth = 108
                                      720 PumpAdditionalTime = 5
                                      720 SFMode = ERR: invalid position in decode
                                      720 SolarYieldTotal = 0
                                      720 SystemFlowTemp = -
                                      720 tariffTimer.Friday = ERR: invalid position in decode
                                      720 tariffTimer.Monday = ERR: invalid position in decode
                                      720 tariffTimer.Saturday = ERR: invalid position in decode
                                      720 tariffTimer.Sunday = ERR: invalid position in decode
                                      720 tariffTimer.Thursday = ERR: invalid position in decode
                                      720 tariffTimer.Tuesday = ERR: invalid position in decode
                                      720 tariffTimer.Wednesday = ERR: invalid position in decode
                                      720 Time = 15:30:05
                                      720 ventilationTimer.Friday = ERR: invalid position in decode
                                      720 ventilationTimer.Monday = ERR: invalid position in decode
                                      720 ventilationTimer.Saturday = ERR: invalid position in decode
                                      720 ventilationTimer.Sunday = ERR: invalid position in decode
                                      720 ventilationTimer.Thursday = ERR: invalid position in decode
                                      720 ventilationTimer.Tuesday = ERR: invalid position in decode
                                      720 ventilationTimer.Wednesday = ERR: invalid position in decode
                                      720 WaterPressure =
                                      720 YieldTotal =
                                      720 z1ActualRoomTempDesired =
                                      720 z1BankHolidayEndPeriod = ERR: invalid position in decode
                                      720 z1BankHolidayStartPeriod = ERR: invalid position in decode
                                      720 z1CoolingTemp =
                                      720 z1CoolingTimer.Friday =
                                      720 z1CoolingTimer.Monday = ERR: invalid position in decode
                                      720 z1CoolingTimer.Saturday = ERR: invalid position in decode
                                      720 z1CoolingTimer.Sunday = ERR: invalid position in decode
                                      720 z1CoolingTimer.Thursday = ERR: invalid position in decode
                                      720 z1CoolingTimer.Tuesday = ERR: invalid position in decode
                                      720 z1CoolingTimer.Wednesday = ERR: invalid position in decode
                                      720 z1DayTemp = ERR: invalid position in decode
                                      720 z1HolidayEndPeriod = 01.01.2019
                                      720 z1HolidayStartPeriod = 01.01.2019
                                      720 z1HolidayTemp =
                                      720 z1Name1 =
                                      720 z1Name2 =
                                      720 z1NightTemp =
                                      720 z1OpMode =
                                      720 z1QuickVetoTemp =
                                      720 z1RoomTemp =
                                      720 z1RoomZoneMapping =
                                      720 z1SFMode =
                                      720 z1Shortname =
                                      720 z1Timer.Friday =
                                      720 z1Timer.Monday =
                                      720 z1Timer.Saturday =
                                      720 z1Timer.Sunday =
                                      720 z1Timer.Thursday = ERR: invalid position in decode
                                      720 z1Timer.Tuesday = ERR: invalid position in decode
                                      720 z1Timer.Wednesday = ERR: invalid position in decode
                                      720 z1ValveStatus = 0
                                      720 z2ActualRoomTempDesired = 0.0
                                      720 z2BankHolidayEndPeriod = ERR: invalid position in decode
                                      720 z2BankHolidayStartPeriod = ERR: invalid position in decode
                                      720 z2CoolingTemp =
                                      720 z2CoolingTimer.Friday =
                                      720 z2CoolingTimer.Monday =
                                      720 z2CoolingTimer.Saturday = ERR: invalid position in decode
                                      720 z2CoolingTimer.Sunday = ERR: invalid position in decode
                                      720 z2CoolingTimer.Thursday = ERR: invalid position in decode
                                      720 z2CoolingTimer.Tuesday = ERR: invalid position in decode
                                      720 z2CoolingTimer.Wednesday = ERR: invalid position in decode
                                      720 z2DayTemp = ERR: invalid position in decode
                                      720 z2HolidayEndPeriod = 01.01.2019
                                      720 z2HolidayStartPeriod = 01.01.2019
                                      720 z2HolidayTemp =
                                      720 z2Name1 =
                                      720 z2Name2 =
                                      720 z2NightTemp =
                                      720 z2OpMode =
                                      720 z2QuickVetoTemp =
                                      720 z2RoomTemp =
                                      720 z2RoomZoneMapping =
                                      720 z2SFMode =
                                      720 z2Shortname =
                                      720 z2Timer.Friday =
                                      720 z2Timer.Monday =
                                      720 z2Timer.Saturday =
                                      720 z2Timer.Sunday = ERR: invalid position in decode
                                      720 z2Timer.Thursday = ERR: invalid position in decode
                                      720 z2Timer.Tuesday = ERR: invalid position in decode
                                      720 z2Timer.Wednesday = ERR: invalid position in decode
                                      720 z2ValveStatus = 0
                                      720 z3ActualRoomTempDesired = 0.0
                                      720 z3BankHolidayEndPeriod = ERR: invalid position in decode
                                      720 z3BankHolidayStartPeriod = ERR: invalid position in decode
                                      720 z3DayTemp = ERR: invalid position in decode
                                      720 z3HolidayEndPeriod = 01.01.2019
                                      720 z3HolidayStartPeriod = 01.01.2019
                                      720 z3HolidayTemp =
                                      720 z3Name1 =
                                      720 z3Name2 = ERR: invalid position in decode
                                      720 z3NightTemp =
                                      720 z3OpMode =
                                      720 z3QuickVetoTemp =
                                      720 z3RoomTemp =
                                      720 z3RoomZoneMapping =
                                      720 z3SFMode =
                                      720 z3Shortname =
                                      720 z3ValveStatus =
                                      
                                      


                                      Ausgabe html.txt


                                      Ausgabe grab.txt

                                      @Timmerx hat du alle Daten vorhanden , da du schreibst es funktioniert bei dir !?

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      C 1 Antwort Letzte Antwort
                                      0
                                      • GlasfaserG Glasfaser

                                        @cactus-online

                                        Wenn eBus unterstützt wird, müsste dann nicht der eBus-Daemon

                                        ich dachte es geht eventuell ohne den Ebusd , also per Schnittstelle direkt zum Internetmodul VR 921 den ich habe .
                                        Hatte auch in der Zwischenzeit etwas gefunden Test Adapter Vaillant multiMatic v0.0.x, ist aber nicht so doll ..

                                        Bin deinem Rat zu Ebusd gefolgt :+1:

                                        ... klappt auch alles mit diesem Ebus Adapter ,

                                        aber da ich den Witterungsgeführte Regelung sensoCOMFORT VRC 720 haben, sind nicht alle Werte vorhanden nur leider ein kleiner Bruchteil davon. :angry:

                                        Die 15.700.cvs auf 15.720.cvs geändert.
                                        @cactus-online hast du vielleicht ein Rat woran das liegen kann ?

                                        root@DietPi:~# ebusctl info
                                        version: ebusd 3.4.v3.4-20-gedfe09a
                                        signal: acquired
                                        symbol rate: 47
                                        max symbol rate: 106
                                        min arbitration micros: 2185
                                        max arbitration micros: 8069
                                        min symbol latency: 5
                                        max symbol latency: 12
                                        reconnects: 0
                                        masters: 4
                                        messages: 631
                                        conditional: 3
                                        poll: 0
                                        update: 10
                                        address 00: master #1
                                        address 03: master #11
                                        address 05: slave #1, scanned "MF=Vaillant;ID=VR921;SW=2007;HW=5703"
                                        address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0104;HW=7803", loaded "vaillant/bai.308523.inc", "vaillant/08.bai.csv"
                                        address 10: master #2
                                        address 15: slave #2, scanned "MF=Vaillant;ID=72000;SW=0122;HW=7703", loaded "vaillant/15.720.csv"
                                        address 31: master #8, ebusd
                                        address 36: slave #8, ebusd
                                        
                                        root@DietPi:~#
                                        
                                        
                                        

                                        
                                        root@DietPi:~/ebusd/contrib/scripts# ./readall.sh
                                        720 AdaptHeatCurve = no
                                        720 BankHolidayEndPeriod = ERR: invalid position in decode
                                        720 BankHolidayStartPeriod = ERR: invalid position in decode
                                        720 ccTimer.Friday = ERR: invalid position in decode
                                        720 ccTimer.Monday = ERR: invalid position in decode
                                        720 ccTimer.Saturday = ERR: invalid position in decode
                                        720 ccTimer.Sunday =
                                        720 ccTimer.Thursday = ERR: invalid position in decode
                                        720 ccTimer.Tuesday = ERR: invalid position in decode
                                        720 ccTimer.Wednesday = ERR: invalid position in decode
                                        720 ContinuosHeating =
                                        720 currenterror =
                                        720 CylinderChargeHyst =
                                        720 CylinderChargeOffset =
                                        720 Date =
                                        720 DisplayedOutsideTemp =
                                        720 errorhistory =
                                        720 FrostOverRideTime =
                                        720 Hc1ActualFlowTempDesired =
                                        720 Hc1AutoOffMode =
                                        720 Hc1CircuitType =
                                        720 Hc1ExcessTemp =
                                        720 Hc1FlowTemp =
                                        720 Hc1HeatCurve =
                                        720 Hc1HeatCurveAdaption =
                                        720 Hc1MaxFlowTempDesired =
                                        720 Hc1MinFlowTempDesired =
                                        720 Hc1MixerMovement =
                                        720 Hc1PumpStatus =
                                        720 Hc1RoomTempSwitchOn =
                                        720 Hc1Status =
                                        720 Hc1SummerTempLimit =
                                        720 Hc2ActualFlowTempDesired =
                                        720 Hc2AutoOffMode =
                                        720 Hc2CircuitType = inactive
                                        720 Hc2ExcessTemp =
                                        720 Hc2FlowTemp = -
                                        720 Hc2HeatCurve = 1.2
                                        720 Hc2HeatCurveAdaption =
                                        720 Hc2MaxFlowTempDesired =
                                        720 Hc2MinFlowTempDesired =
                                        720 Hc2MixerMovement =
                                        720 Hc2PumpStatus =
                                        720 Hc2RoomTempSwitchOn =
                                        720 Hc2Status =
                                        720 Hc2SummerTempLimit =
                                        720 Hc3ActualFlowTempDesired =
                                        720 Hc3AutoOffMode =
                                        720 Hc3CircuitType =
                                        720 Hc3ExcessTemp =
                                        720 Hc3FlowTemp =
                                        720 Hc3HeatCurve = 1.2
                                        720 Hc3HeatCurveAdaption =
                                        720 Hc3MaxFlowTempDesired =
                                        720 Hc3MinFlowTempDesired =
                                        720 Hc3MixerMovement =
                                        720 Hc3PumpStatus =
                                        720 Hc3RoomTempSwitchOn =
                                        720 Hc3Status =
                                        720 Hc3SummerTempLimit =
                                        720 HcStorageTempBottom =
                                        720 HcStorageTempTop =
                                        720 HolidayEndPeriod =
                                        720 HolidayStartPeriod =
                                        720 HolidayTemp =
                                        720 HwcBankHolidayEndPeriod =
                                        720 HwcBankHolidayStartPeriod =
                                        720 HwcFlowTemp =
                                        720 HwcHolidayEndPeriod = 01.01.2019
                                        720 HwcHolidayStartPeriod = 01.01.2019
                                        720 HwcLockTime = 60
                                        720 HwcMaxFlowTempDesired =
                                        720 HwcOpMode =
                                        720 HwcParallelLoading =
                                        720 HwcSFMode = auto
                                        720 HwcStorageTemp = 54.5
                                        720 HwcStorageTempBottom = -
                                        720 HwcStorageTempTop = -
                                        720 HwcTempDesired =
                                        720 hwcTimer.Friday =
                                        720 hwcTimer.Monday = ERR: invalid position in decode
                                        720 hwcTimer.Saturday = ERR: invalid position in decode
                                        720 hwcTimer.Sunday = ERR: invalid position in decode
                                        720 hwcTimer.Thursday = ERR: invalid position in decode
                                        720 hwcTimer.Tuesday = ERR: invalid position in decode
                                        720 hwcTimer.Wednesday = ERR: invalid position in decode
                                        720 HydraulicScheme = 1
                                        720 Installer1 = ERR: invalid position in decode
                                        720 Installer2 = ERR: invalid position in decode
                                        720 KeyCodeforConfigMenu = 0
                                        720 MaintenanceDate = 01.01.2019
                                        720 MaintenanceDue = no
                                        720 MaxCylinderChargeTime = 60
                                        720 MaxRoomHumidity = 40
                                        720 MultiRelaySetting = circulation
                                        720 noiseReductionTimer.Friday = ERR: invalid position in decode
                                        720 noiseReductionTimer.Monday = ERR: invalid position in decode
                                        720 noiseReductionTimer.Saturday = ERR: invalid position in decode
                                        720 noiseReductionTimer.Sunday = ERR: invalid position in decode
                                        720 noiseReductionTimer.Thursday = ERR: invalid position in decode
                                        720 noiseReductionTimer.Tuesday = ERR: invalid position in decode
                                        720 noiseReductionTimer.Wednesday = ERR: invalid position in decode
                                        720 OpMode = ERR: invalid position in decode
                                        720 OpModeEffect = ERR: invalid position in decode
                                        720 OutsideTempAvg =
                                        720 PhoneNumber1 =
                                        720 PhoneNumber2 =
                                        720 PrEnergySum =
                                        720 PrEnergySumHc = 1
                                        720 PrEnergySumHcLastMonth = 0
                                        720 PrEnergySumHcThisMonth = 1
                                        720 PrEnergySumHwc =
                                        720 PrEnergySumHwcLastMonth = 0
                                        720 PrEnergySumHwcThisMonth =
                                        720 PrFuelSum =
                                        720 PrFuelSumHc = 12
                                        720 PrFuelSumHcLastMonth = 0
                                        720 PrFuelSumHcThisMonth =
                                        720 PrFuelSumHwc =
                                        720 PrFuelSumHwcLastMonth =
                                        720 PrFuelSumHwcThisMonth = 108
                                        720 PumpAdditionalTime = 5
                                        720 SFMode = ERR: invalid position in decode
                                        720 SolarYieldTotal = 0
                                        720 SystemFlowTemp = -
                                        720 tariffTimer.Friday = ERR: invalid position in decode
                                        720 tariffTimer.Monday = ERR: invalid position in decode
                                        720 tariffTimer.Saturday = ERR: invalid position in decode
                                        720 tariffTimer.Sunday = ERR: invalid position in decode
                                        720 tariffTimer.Thursday = ERR: invalid position in decode
                                        720 tariffTimer.Tuesday = ERR: invalid position in decode
                                        720 tariffTimer.Wednesday = ERR: invalid position in decode
                                        720 Time = 15:30:05
                                        720 ventilationTimer.Friday = ERR: invalid position in decode
                                        720 ventilationTimer.Monday = ERR: invalid position in decode
                                        720 ventilationTimer.Saturday = ERR: invalid position in decode
                                        720 ventilationTimer.Sunday = ERR: invalid position in decode
                                        720 ventilationTimer.Thursday = ERR: invalid position in decode
                                        720 ventilationTimer.Tuesday = ERR: invalid position in decode
                                        720 ventilationTimer.Wednesday = ERR: invalid position in decode
                                        720 WaterPressure =
                                        720 YieldTotal =
                                        720 z1ActualRoomTempDesired =
                                        720 z1BankHolidayEndPeriod = ERR: invalid position in decode
                                        720 z1BankHolidayStartPeriod = ERR: invalid position in decode
                                        720 z1CoolingTemp =
                                        720 z1CoolingTimer.Friday =
                                        720 z1CoolingTimer.Monday = ERR: invalid position in decode
                                        720 z1CoolingTimer.Saturday = ERR: invalid position in decode
                                        720 z1CoolingTimer.Sunday = ERR: invalid position in decode
                                        720 z1CoolingTimer.Thursday = ERR: invalid position in decode
                                        720 z1CoolingTimer.Tuesday = ERR: invalid position in decode
                                        720 z1CoolingTimer.Wednesday = ERR: invalid position in decode
                                        720 z1DayTemp = ERR: invalid position in decode
                                        720 z1HolidayEndPeriod = 01.01.2019
                                        720 z1HolidayStartPeriod = 01.01.2019
                                        720 z1HolidayTemp =
                                        720 z1Name1 =
                                        720 z1Name2 =
                                        720 z1NightTemp =
                                        720 z1OpMode =
                                        720 z1QuickVetoTemp =
                                        720 z1RoomTemp =
                                        720 z1RoomZoneMapping =
                                        720 z1SFMode =
                                        720 z1Shortname =
                                        720 z1Timer.Friday =
                                        720 z1Timer.Monday =
                                        720 z1Timer.Saturday =
                                        720 z1Timer.Sunday =
                                        720 z1Timer.Thursday = ERR: invalid position in decode
                                        720 z1Timer.Tuesday = ERR: invalid position in decode
                                        720 z1Timer.Wednesday = ERR: invalid position in decode
                                        720 z1ValveStatus = 0
                                        720 z2ActualRoomTempDesired = 0.0
                                        720 z2BankHolidayEndPeriod = ERR: invalid position in decode
                                        720 z2BankHolidayStartPeriod = ERR: invalid position in decode
                                        720 z2CoolingTemp =
                                        720 z2CoolingTimer.Friday =
                                        720 z2CoolingTimer.Monday =
                                        720 z2CoolingTimer.Saturday = ERR: invalid position in decode
                                        720 z2CoolingTimer.Sunday = ERR: invalid position in decode
                                        720 z2CoolingTimer.Thursday = ERR: invalid position in decode
                                        720 z2CoolingTimer.Tuesday = ERR: invalid position in decode
                                        720 z2CoolingTimer.Wednesday = ERR: invalid position in decode
                                        720 z2DayTemp = ERR: invalid position in decode
                                        720 z2HolidayEndPeriod = 01.01.2019
                                        720 z2HolidayStartPeriod = 01.01.2019
                                        720 z2HolidayTemp =
                                        720 z2Name1 =
                                        720 z2Name2 =
                                        720 z2NightTemp =
                                        720 z2OpMode =
                                        720 z2QuickVetoTemp =
                                        720 z2RoomTemp =
                                        720 z2RoomZoneMapping =
                                        720 z2SFMode =
                                        720 z2Shortname =
                                        720 z2Timer.Friday =
                                        720 z2Timer.Monday =
                                        720 z2Timer.Saturday =
                                        720 z2Timer.Sunday = ERR: invalid position in decode
                                        720 z2Timer.Thursday = ERR: invalid position in decode
                                        720 z2Timer.Tuesday = ERR: invalid position in decode
                                        720 z2Timer.Wednesday = ERR: invalid position in decode
                                        720 z2ValveStatus = 0
                                        720 z3ActualRoomTempDesired = 0.0
                                        720 z3BankHolidayEndPeriod = ERR: invalid position in decode
                                        720 z3BankHolidayStartPeriod = ERR: invalid position in decode
                                        720 z3DayTemp = ERR: invalid position in decode
                                        720 z3HolidayEndPeriod = 01.01.2019
                                        720 z3HolidayStartPeriod = 01.01.2019
                                        720 z3HolidayTemp =
                                        720 z3Name1 =
                                        720 z3Name2 = ERR: invalid position in decode
                                        720 z3NightTemp =
                                        720 z3OpMode =
                                        720 z3QuickVetoTemp =
                                        720 z3RoomTemp =
                                        720 z3RoomZoneMapping =
                                        720 z3SFMode =
                                        720 z3Shortname =
                                        720 z3ValveStatus =
                                        
                                        


                                        Ausgabe html.txt


                                        Ausgabe grab.txt

                                        @Timmerx hat du alle Daten vorhanden , da du schreibst es funktioniert bei dir !?

                                        C Offline
                                        C Offline
                                        cactus-online
                                        schrieb am zuletzt editiert von
                                        #243

                                        @Glasfaser Aus meiner Sicht ist das kein Thema für das ioBroker Forum. ICh würde diese Frage eher hier (https://ebusd.eu/discussion/) platzieren.

                                        VG,

                                        TF

                                        K 1 Antwort Letzte Antwort
                                        0
                                        • C cactus-online

                                          @Glasfaser Aus meiner Sicht ist das kein Thema für das ioBroker Forum. ICh würde diese Frage eher hier (https://ebusd.eu/discussion/) platzieren.

                                          VG,

                                          TF

                                          K Offline
                                          K Offline
                                          Kanumouse
                                          schrieb am zuletzt editiert von
                                          #244

                                          Ich habe eine Vaillant aurocompacht VSC 196/3-5 mit Regler VR470 und integrierten Solarregler.
                                          Mein ebus läuft nach anfänglichen Schwierigkeiten super und ich bekomme eine Menge Daten von der Heizung.
                                          Was mir nur nicht gelingt, sind Daten von der Solaranlage zu empfangen. Ist eventuell der integrierte Solarregler nicht am ebus angeschlossen oder gibt es andere Ursachen?
                                          Ich benutze ebusd 3.4 mit automatischer Konfiguration. Fehlt da eventuell noch eine spezifische .csv-Konfig-Datei?
                                          Kann mir da jemans helfen?

                                          HiltexH 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          785

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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