Weiter zum Inhalt

Error/Bug

6.6k Themen 74.8k Beiträge

Hier könnt ihr Fehler von ioBroker melden

NEWS

  • Fritzbox Adapter Problem

    Ungelöst adapter problem
    3
    0 Stimmen
    3 Beiträge
    383 Aufrufe
    premoP
    Danke, werde ich dann mal in Angriff nehmen.
  • tr-064.0/fb-checkpresence.0 verbinden sich nicht

    Ungelöst tr-064 adapter fehler
    4
    0 Stimmen
    4 Beiträge
    539 Aufrufe
    Thomas BraunT
    @nukia Das ist der Effekt von piHole. Mit fritz.box funktioniert das nur wenn der 'alte Fritz' auch selber die DNS-Auflösung macht.
  • Fehler im LOG: caught by controller[0]: FATAL ERROR....

    Ungelöst error log host caught by controller javascript error
    6
    0 Stimmen
    6 Beiträge
    813 Aufrufe
    Agria4800A
    @UncleSam Servus, habe mein System nochmal gecheckt... meine Info´s zur JS version waren nicht korrekt, bin bei 3.1.6 und node + nodejs bei 12.18.4. Sorry für die falsche Info. Mir hat es heute mein System 2 x abgeschossen, habe einen auto restart drin... daher bootet er wieder neu. Ich habe das Gefühl, das ein Script von mir, welches per ssh von js angestossen wird. Ich habe aber keine Ahnung, ob es daran liegt, dafür reicht mein Halbwissen nicht... Interessant ist nur, das alle Instanzen gestoppt werden .... sehr komisch Ich hoffe, jemand blickt hier durch... hier mal das Script: Spoiler on({id:'0_userdata.0.Eigene_DP.NUC1_SHUTDOWN-IP68', change: 'any'}, function() { node_ssh = require('node-ssh'); ssh = new node_ssh(); ssh.connect({ host: '192.168.178.68', username: 'root', password: '3226' }).then(() => { ssh.execCommand("sudo shutdown"); }) }); Hier mal mein logfile Spoiler -12-09 20:58:29.966 info instance system.adapter.ical.3 started with pid 2079 host.nuc1 2020-12-09 20:58:29.958 info instance scheduled system.adapter.ical.3 0,10,20,30,40,50 * * * * host.nuc1 2020-12-09 20:58:25.971 info instance system.adapter.ical.2 started with pid 2063 host.nuc1 2020-12-09 20:58:25.958 info instance scheduled system.adapter.ical.2 0 */12 * * * host.nuc1 2020-12-09 20:58:24.872 info instance system.adapter.ical.0 terminated with code 0 (NO_ERROR) host.nuc1 2020-12-09 20:58:21.971 info instance system.adapter.ical.1 started with pid 2048 host.nuc1 2020-12-09 20:58:21.957 info instance scheduled system.adapter.ical.1 0,10,20,30,40,50 * * * * host.nuc1 2020-12-09 20:58:17.972 info instance system.adapter.ical.0 started with pid 1983 host.nuc1 2020-12-09 20:58:17.958 info instance scheduled system.adapter.ical.0 0,10,20,30,40,50 * * * * host.nuc1 2020-12-09 20:58:14.940 info instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) host.nuc1 2020-12-09 20:58:13.978 info instance system.adapter.hue.0 started with pid 1968 host.nuc1 2020-12-09 20:58:10.523 info instance system.adapter.history.0 started with pid 1922 host.nuc1 2020-12-09 20:58:05.966 info instance system.adapter.fritzdect.0 started with pid 1849 fb-checkpresence.0 2020-12-09 20:58:02.894 warn (1818) createMemberObjects: "no family members defined! Objects are not created!" host.nuc1 2020-12-09 20:58:01.974 info instance system.adapter.fb-checkpresence.0 started with pid 1818 host.nuc1 2020-12-09 20:57:59.467 info instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) host.nuc1 2020-12-09 20:57:57.970 info instance system.adapter.dwd.0 started with pid 1752 host.nuc1 2020-12-09 20:57:57.957 info instance scheduled system.adapter.dwd.0 0,20,40 * * * * host.nuc1 2020-12-09 20:57:53.957 info instance scheduled system.adapter.daswetter.0 0,20,40 * * * * cloud.0 2020-12-09 20:57:50.772 debug (1552) system.adapter.admin.0: logging true cloud.0 2020-12-09 20:57:47.188 info (1552) Connection not changed: was connected cloud.0 2020-12-09 20:57:47.188 debug (1552) API KEY OK cloud.0 2020-12-09 20:57:47.153 info (1552) Connection changed: connect cloud.0 2020-12-09 20:57:47.153 debug (1552) Connected. Check api key... cloud.0 2020-12-09 20:57:46.927 info (1552) Trying to connect as system.user.admin cloud.0 2020-12-09 20:57:46.812 debug (1552) Connection attempt to https://iobroker.pro:10555 ... cloud.0 2020-12-09 20:57:46.811 info (1552) Connecting with https://iobroker.pro:10555 with "@pro_benjamin.strunk@gmx.net_5b579880-38dc-11eb-81d0-0da9bca3290" cloud.0 2020-12-09 20:57:46.792 info (1552) starting. Version 3.1.0 in /opt/iobroker/node_modules/iobroker.cloud, node: v12.18.4, js-controller: 3.1.6 cloud.0 2020-12-09 20:57:46.737 debug (1552) Plugin sentry Initialize Plugin (enabled=true) cloud.0 2020-12-09 20:57:46.418 debug (1552) statesDB connected cloud.0 2020-12-09 20:57:46.417 debug (1552) States connected to redis: 127.0.0.1:9000 cloud.0 2020-12-09 20:57:46.400 debug (1552) States create System PubSub Client cloud.0 2020-12-09 20:57:46.398 debug (1552) States create User PubSub Client cloud.0 2020-12-09 20:57:46.391 debug (1552) Redis States: Use Redis connection: 127.0.0.1:9000 cloud.0 2020-12-09 20:57:46.390 debug (1552) objectDB connected cloud.0 2020-12-09 20:57:46.388 debug (1552) Objects connected to redis: 127.0.0.1:9001 cloud.0 2020-12-09 20:57:46.375 debug (1552) Objects client initialize lua scripts cloud.0 2020-12-09 20:57:46.371 debug (1552) Objects create User PubSub Client cloud.0 2020-12-09 20:57:46.370 debug (1552) Objects create System PubSub Client cloud.0 2020-12-09 20:57:46.369 debug (1552) Objects client ready ... initialize now cloud.0 2020-12-09 20:57:46.329 debug (1552) Redis Objects: Use Redis connection: 127.0.0.1:9001 host.nuc1 2020-12-09 20:57:45.971 info instance system.adapter.cloud.0 started with pid 1552 host.nuc1 2020-12-09 20:57:42.008 info instance system.adapter.alexa2.0 started with pid 1534 host.nuc1 2020-12-09 20:57:38.023 info instance system.adapter.admin.0 started with pid 1126 host.nuc1 2020-12-09 20:57:37.956 info starting 45 instances host.nuc1 2020-12-09 20:57:37.913 info 68 instances found host.nuc1 2020-12-09 20:57:37.493 info connected to Objects and States host.nuc1 2020-12-09 20:57:37.022 info ip addresses: host.nuc1 2020-12-09 20:57:37.022 info hostname: nuc1, node: v12.18.4 host.nuc1 2020-12-09 20:57:37.022 info Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker host.nuc1 2020-12-09 20:57:37.020 info iobroker.js-controller version 3.1.6 js-controller starting host.nuc1 2020-12-09 20:57:02.624 info terminated host.nuc1 2020-12-09 20:57:02.153 info All instances are stopped. host.nuc1 2020-12-09 20:57:02.153 info instance system.adapter.tuya.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.974 info instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.974 info instance system.adapter.history.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.973 info instance system.adapter.alexa2.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.972 info instance system.adapter.admin.0 terminated with code null () host.nuc1 2020-12-09 20:56:59.972 warn instance system.adapter.admin.0 terminated due to SIGTERM host.nuc1 2020-12-09 20:56:59.971 info instance system.adapter.device-reminder.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.970 info instance system.adapter.cloud.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.968 info instance system.adapter.socketio.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.967 info instance system.adapter.ring.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.966 info instance system.adapter.echarts.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.965 info instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.964 info instance system.adapter.linux-control.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.962 info instance system.adapter.web-speedy.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.960 info instance system.adapter.vis-inventwo.0 terminated while should be started once host.nuc1 2020-12-09 20:56:59.959 info instance system.adapter.upnp.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.958 info instance system.adapter.trashschedule.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.957 info instance system.adapter.tr-064.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.956 info instance system.adapter.text2command.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.955 info instance system.adapter.telegram.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.955 info instance system.adapter.tankerkoenig.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.954 info instance system.adapter.solarlog.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.953 info instance system.adapter.shelly.1 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.952 info instance system.adapter.pollenflug.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.951 info instance system.adapter.ping.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.951 info instance system.adapter.mihome.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.950 info instance system.adapter.mihome-vacuum.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.949 info instance system.adapter.logparser.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.948 info instance system.adapter.iot.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.947 info instance system.adapter.info.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.946 info instance system.adapter.hue.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.946 info instance system.adapter.fritzdect.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.945 info instance system.adapter.fb-checkpresence.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) host.nuc1 2020-12-09 20:56:59.698 info stopInstance system.adapter.admin.0 killing pid 15409 echarts.0 2020-12-09 20:56:59.214 info (17363) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason device-reminder.0 2020-12-09 20:56:59.175 info (93445) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason ring.0 2020-12-09 20:56:59.174 info (17408) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason socketio.0 2020-12-09 20:56:59.173 info (17455) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason cloud.0 2020-12-09 20:56:59.169 info (86871) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason cloud.0 2020-12-09 20:56:59.169 debug (86871) Plugin sentry destroyed cloud.0 2020-12-09 20:56:59.113 debug (86871) system.adapter.javascript.0: logging false host.nuc1 2020-12-09 20:56:59.055 info instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.nuc1 2020-12-09 20:56:59.054 error Caught by controller[1]: at TCP.<anonymous> (net.js:674:12) host.nuc1 2020-12-09 20:56:59.054 error Caught by controller[1]: at Socket.EventEmitter.emit (domain.js:483:12) host.nuc1 2020-12-09 20:56:59.054 error Caught by controller[1]: at Socket.emit (events.js:315:20) host.nuc1 2020-12-09 20:56:59.054 error Caught by controller[1]: at Socket.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2/lib/client.js:321:15) host.nuc1 2020-12-09 20:56:59.054 error Caught by controller[1]: Error: No response from server host.nuc1 2020-12-09 20:56:59.054 error Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejecte host.nuc1 2020-12-09 20:56:59.054 error Caught by controller[0]: at TCP.onStreamRead (internal/stream_base_commons.js:205:27) host.nuc1 2020-12-09 20:56:59.044 error Caught by controller[0]: Error: read ECONNRESET host.nuc1 2020-12-09 20:56:58.867 info stopInstance system.adapter.socketio.0 send kill signal host.nuc1 2020-12-09 20:56:58.865 info stopInstance system.adapter.device-reminder.0 send kill signal host.nuc1 2020-12-09 20:56:58.858 info stopInstance system.adapter.ring.0 send kill signal host.nuc1 2020-12-09 20:56:58.854 info stopInstance system.adapter.echarts.0 send kill signal host.nuc1 2020-12-09 20:56:58.848 info stopInstance system.adapter.backitup.0 send kill signal host.nuc1 2020-12-09 20:56:58.846 info stopInstance system.adapter.linux-control.0 send kill signal host.nuc1 2020-12-09 20:56:58.844 info stopInstance system.adapter.web-speedy.0 send kill signal host.nuc1 2020-12-09 20:56:58.837 info stopInstance system.adapter.web.0 send kill signal host.nuc1 2020-12-09 20:56:58.819 info stopInstance system.adapter.upnp.0 send kill signal host.nuc1 2020-12-09 20:56:58.816 info stopInstance system.adapter.tuya.0 send kill signal host.nuc1 2020-12-09 20:56:58.809 info stopInstance system.adapter.trashschedule.0 send kill signal host.nuc1 2020-12-09 20:56:58.807 info stopInstance system.adapter.tr-064.0 send kill signal host.nuc1 2020-12-09 20:56:58.801 info stopInstance system.adapter.text2command.0 send kill signal host.nuc1 2020-12-09 20:56:58.791 info stopInstance system.adapter.telegram.0 send kill signal host.nuc1 2020-12-09 20:56:58.785 info stopInstance system.adapter.tankerkoenig.0 send kill signal host.nuc1 2020-12-09 20:56:58.782 info stopInstance system.adapter.solarlog.0 send kill signal host.nuc1 2020-12-09 20:56:58.745 info stopInstance system.adapter.shelly.1 send kill signal host.nuc1 2020-12-09 20:56:58.744 info stopInstance system.adapter.pollenflug.0 send kill signal host.nuc1 2020-12-09 20:56:58.743 info stopInstance system.adapter.ping.0 send kill signal host.nuc1 2020-12-09 20:56:58.742 info stopInstance system.adapter.mihome.0 send kill signal host.nuc1 2020-12-09 20:56:58.728 info stopInstance system.adapter.mihome-vacuum.0 send kill signal host.nuc1 2020-12-09 20:56:58.725 info stopInstance system.adapter.logparser.0 send kill signal host.nuc1 2020-12-09 20:56:58.724 info stopInstance system.adapter.javascript.0 send kill signal host.nuc1 2020-12-09 20:56:58.724 info stopInstance system.adapter.iot.0 send kill signal host.nuc1 2020-12-09 20:56:58.723 info stopInstance system.adapter.info.0 send kill signal host.nuc1 2020-12-09 20:56:58.723 info stopInstance system.adapter.hue.0 send kill signal host.nuc1 2020-12-09 20:56:58.722 info stopInstance system.adapter.fritzdect.0 send kill signal host.nuc1 2020-12-09 20:56:58.721 info stopInstance system.adapter.fb-checkpresence.0 send kill signal host.nuc1 2020-12-09 20:56:58.717 info stopInstance system.adapter.cloud.0 send kill signal host.nuc1 2020-12-09 20:56:58.713 info stopInstance system.adapter.alexa2.0 send kill signal host.nuc1 2020-12-09 20:56:58.679 info stopInstance system.adapter.admin.0 send kill signal host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.solarlog.1 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.socketio.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.device-reminder.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.ring.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.habpanel.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.echarts.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.backitup.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.linux-control.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.678 info stopInstance system.adapter.web-speedy.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.677 info stopInstance system.adapter.worx.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.677 info stopInstance system.adapter.web.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.677 info stopInstance canceled schedule system.adapter.weatherunderground.0 host.nuc1 2020-12-09 20:56:58.658 info stopInstance system.adapter.weatherunderground.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.658 info stopInstance system.adapter.vis.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-weather.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-players.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-metro.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-materialdesign.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-map.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-keyboard.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-justgage.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-inventwo.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.657 info stopInstance system.adapter.vis-history.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.vis-fancyswitch.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.vis-canvas-gauges.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.upnp.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.656 info stopInstance canceled schedule system.adapter.tvspielfilm.0 host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.tvspielfilm.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.tuya.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.trashschedule.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.tr-064.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.text2command.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.telegram.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.656 info stopInstance system.adapter.tankerkoenig.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.sourceanalytix.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.sonos.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.sonoff.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.solarlog.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.shelly.1 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.samsung.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.pollenflug.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.ping.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.655 info stopInstance system.adapter.mihome.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.654 info stopInstance system.adapter.mihome-vacuum.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.654 info stopInstance system.adapter.logparser.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.654 info stopInstance system.adapter.javascript.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.654 info stopInstance system.adapter.iot.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.654 info stopInstance system.adapter.info.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.654 info stopInstance canceled schedule system.adapter.ical.5 host.nuc1 2020-12-09 20:56:58.654 info stopInstance system.adapter.ical.5 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.654 info stopInstance canceled schedule system.adapter.ical.4 host.nuc1 2020-12-09 20:56:58.654 info stopInstance system.adapter.ical.4 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.653 info stopInstance canceled schedule system.adapter.ical.3 host.nuc1 2020-12-09 20:56:58.653 info stopInstance system.adapter.ical.3 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.653 info stopInstance canceled schedule system.adapter.ical.2 host.nuc1 2020-12-09 20:56:58.653 info stopInstance system.adapter.ical.2 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.653 info stopInstance canceled schedule system.adapter.ical.1 host.nuc1 2020-12-09 20:56:58.653 info stopInstance system.adapter.ical.1 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.653 info stopInstance canceled schedule system.adapter.ical.0 host.nuc1 2020-12-09 20:56:58.649 info stopInstance system.adapter.ical.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.649 info stopInstance system.adapter.hue.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.649 info stopInstance system.adapter.history.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.648 info stopInstance system.adapter.fritzdect.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.648 info stopInstance system.adapter.fb-checkpresence.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.648 info stopInstance canceled schedule system.adapter.dwd.0 host.nuc1 2020-12-09 20:56:58.648 info stopInstance system.adapter.dwd.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.648 info stopInstance canceled schedule system.adapter.daswetter.0 host.nuc1 2020-12-09 20:56:58.648 info stopInstance system.adapter.daswetter.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.648 info stopInstance canceled schedule system.adapter.coronavirus-statistics.0 host.nuc1 2020-12-09 20:56:58.647 info stopInstance system.adapter.coronavirus-statistics.0 (force=false, process=false) host.nuc1 2020-12-09 20:56:58.647 info stopInstance system.adapter.cloud.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.647 info stopInstance system.adapter.alexa2.0 (force=false, process=true) host.nuc1 2020-12-09 20:56:58.645 info stopInstance system.adapter.admin.0 (force=false, process=true) socketio.0 2020-12-09 20:56:58.870 info (17455) Got terminate signal TERMINATE_YOURSELF device-reminder.0 2020-12-09 20:56:58.867 info (93445) Got terminate signal TERMINATE_YOURSELF ring.0 2020-12-09 20:56:58.865 info (17408) Got terminate signal TERMINATE_YOURSELF echarts.0 2020-12-09 20:56:58.857 info (17363) Got terminate signal TERMINATE_YOURSELF cloud.0 2020-12-09 20:56:58.721 info (86871) Got terminate signal TERMINATE_YOURSELF cloud.0 2020-12-09 20:56:58.641 info (86871) Connection lost ring.0 2020-12-09 20:56:58.642 info (17408) Closing Adapter cloud.0 2020-12-09 20:56:58.641 info (86871) Connection changed: io client disconnect host.nuc1 2020-12-09 20:56:58.615 info received SIGTERM socketio.0 2020-12-09 20:56:58.628 info (17455) terminating http server on port 8084 javascript.0 2020-12-09 20:56:58.589 error at TCP.<anonymous> (net.js:674:12) javascript.0 2020-12-09 20:56:58.589 error at Socket.EventEmitter.emit (domain.js:483:12) javascript.0 2020-12-09 20:56:58.589 error at Socket.emit (events.js:315:20) javascript.0 2020-12-09 20:56:58.589 error at Socket.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2/lib/client.js:321:15) javascript.0 2020-12-09 20:56:58.589 error (112151) Error: No response from server javascript.0 2020-12-09 20:56:58.589 error (112151) Error: No response from server javascript.0 2020-12-09 20:56:58.589 error (112151) An error happened which is most likely from one of your scripts, but the originating script could not be detected. javascript.0 2020-12-09 20:56:58.553 error at TCP.onStreamRead (internal/stream_base_commons.js:205:27) javascript.0 2020-12-09 20:56:58.553 error (112151) Error: read ECONNRESET javascript.0 2020-12-09 20:56:58.553 error (112151) Error: read ECONNRESET javascript.0 2020-12-09 20:56:58.552 error (112151) An error happened which is most likely from one of your scripts, but the originating script could not be detected. javascript.0 2020-12-09 20:56:57.775 error (112151) at processImmediate (internal/timers.js:456:21) javascript.0 2020-12-09 20:56:57.775 error (112151) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5384:37) javascript.0 2020-12-09 20:56:57.775 error (112151) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:472:25) javascript.0 2020-12-09 20:56:57.775 error (112151) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1055:38) javascript.0 2020-12-09 20:56:57.775 error (112151) at Object.<anonymous> (script.js.Vo-Testen.Shutdown_per_DP_NUC1:5:11) javascript.0 2020-12-09 20:56:57.773 error (112151) Error in callback: TypeError: node_ssh is not a constructor cloud.0 2020-12-09 20:52:40.403 debug (86871) system.adapter.admin.0: logging true host.nuc1 2020-12-09 20:50:15.107 info instance system.adapter.ical.0 terminated with code 0 (NO_ERROR) host.nuc1 2020-12-09 20:50:13.256 info instance system.adapter.ical.1 terminated with code 0 (NO_ERROR) host.nuc1 2020-12-09 20:50:08.211 info instance system.adapter.ical.0 started with pid 133694 host.nuc1 2020-12-09 20:50:06.926 info instance system.adapter.ical.3 terminated with code 0 (NO_ERROR) host.nuc1 2020-12-09 20:50:04.196 info instance system.adapter.ical.1 started with pid 133676 host.nuc1 2020-12-09 20:50:00.038 info instance system.adapter.ical.3 started with pid 133593 cloud.0 2020-12-09 20:48:25.355 info (86871) User disconnected from cloud: bcEKFXMvBagXOacPACcG cloud.0 2020-12-09 20:47:39.777 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.777 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.777 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.777 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.776 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.776 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.776 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.776 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.776 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.776 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.776 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.775 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.775 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.775 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.774 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.774 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.774 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.774 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.774 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.774 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.773 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.768 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.767 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.767 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.767 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.767 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.767 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.759 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.759 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.759 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.759 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.759 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.758 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.758 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.758 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.758 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.758 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.757 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.757 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.757 error (86871) Received unknown command: log cloud.0 2020-12-09 20:47:39.755 error (86871) Received unknown command: log Edit: die Fehlermeldungen kommen von den Widgets vom Materialdesign, die ich in der Vis verwende. Diese können wohl über die Cloud nicht richtig verarbeitet werden... nicht schön :-( cloud.0 2020-12-09 20:47:39.755 error (86871) Received unknown command: log
  • Ring webseite funktioniert nicht

    Ungelöst ring url iobroker vis jarvis
    1
    1
    0 Stimmen
    1 Beiträge
    107 Aufrufe
    Niemand hat geantwortet
  • IOBroker hängt sich auf

    Ungelöst datum 1979
    8
    0 Stimmen
    8 Beiträge
    1k Aufrufe
    Thomas BraunT
    @Björn-Bosch Meine obige Befehlsabfolge kannst du aber nochmal durchgehen und dann (am besten vollständig) hier nochmal posten. Da kann man dann dran ablesen wie der Zustand im System ist. Wenn es noch irgendwo hakt würde das gemeldet werden.
  • Gelöst Probleme mit Telegam

    error telegram adapter telegram error
    19
    1
    0 Stimmen
    19 Beiträge
    2k Aufrufe
    E
    @Thomas-Braun werde ich machen. Aber leider besteht das Problem mit der Fehlermeldung von Telegram immer noch.
  • Zigbee Adapter lässt sich nicht starten

    Ungelöst zigbee zigbee 3.0 zigbee adapter zigbee stick conbee 2 conbee ii conbee2
    30
    0 Stimmen
    30 Beiträge
    4k Aufrufe
    Thomas BraunT
    @matzesutopia Ja, das sieht schon mal erheblich anders aus als zum Start des Threads.
  • modbus Error: undefined

    Gelöst modbus undefined serialport
    5
    0 Stimmen
    5 Beiträge
    764 Aufrufe
    M
    @UncleSam der Modbus USB-RS485 Stick ist vermutlich defekt - hab ihn auch an einem PC mit Windows getestet - dort war auch jedes Register 0x00... egal welches Register man abgefragt hat. Jetzt habe ich ein Modbus-Lan Gateway verbaut, mit dem geht der mobus Adapter im ioBroker wieder... danke.
  • Nicht existierende Objekte löschen.

    Ungelöst shuttercontrol
    6
    1
    0 Stimmen
    6 Beiträge
    588 Aufrufe
    FredFF
    @Vumer Ids are not allowed to end in "." Siehe hier
  • (gelöst)Fehler wegen Verbindungsabbrüchen?

    Ungelöst verbindungsabbrüche tado hue aqara
    17
    0 Stimmen
    17 Beiträge
    2k Aufrufe
    Thomas BraunT
    @Homoran sagte in (gelöst)Fehler wegen Verbindungsabbrüchen?: da sieht sonst nur keiner rein Ich schon!1!!11 :-D
  • mqtt Adapter: Error: Invalid messageId

    Verschoben Ungelöst mqtt adapter server
    1
    0 Stimmen
    1 Beiträge
    182 Aufrufe
    Niemand hat geantwortet
  • Bring-Adapter - Icons werden nicht angezeigt

    Gelöst
    64
    0 Stimmen
    64 Beiträge
    7k Aufrufe
    N
    @foxriver76 16:28:30 Bring[w00171]: Render Widget instrument.ts:129:69 16:28:30 Bring[w00171]: Registered Event Handlers instrument.ts:129:69 16:28:30 Bring[w00171]: Cannot parse translations: TypeError: states[(listNamespace + ".translation")] is undefined instrument.ts:129:69 16:28:30 Bring[w00171]: Checking Items instrument.ts:129:69 Uncaught SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data checkItems http://192.168.188.120:8082/vis/index.html?Tablet1#025_Bring:3573 renderBringWidget http://192.168.188.120:8082/vis/index.html?Tablet1#025_Bring:3828 getStates http://192.168.188.120:8082/vis/js/conn.js:734 onack http://192.168.188.120:8082/lib/js/socket.io.js:8 onpacket http://192.168.188.120:8082/lib/js/socket.io.js:8 exports http://192.168.188.120:8082/lib/js/socket.io.js:8 emit http://192.168.188.120:8082/lib/js/socket.io.js:6 ondecoded http://192.168.188.120:8082/lib/js/socket.io.js:6 exports http://192.168.188.120:8082/lib/js/socket.io.js:8 emit http://192.168.188.120:8082/lib/js/socket.io.js:6 add http://192.168.188.120:8082/lib/js/socket.io.js:6 ondata http://192.168.188.120:8082/lib/js/socket.io.js:6 exports http://192.168.188.120:8082/lib/js/socket.io.js:8 emit http://192.168.188.120:8082/lib/js/socket.io.js:6 onPacket http://192.168.188.120:8082/lib/js/socket.io.js:7 setTransport http://192.168.188.120:8082/lib/js/socket.io.js:7 emit http://192.168.188.120:8082/lib/js/socket.io.js:6 onPacket http://192.168.188.120:8082/lib/js/socket.io.js:7 onData http://192.168.188.120:8082/lib/js/socket.io.js:7 onmessage http://192.168.188.120:8082/lib/js/socket.io.js:8 index.html:3573:28 Source-Map-Fehler: Error: request failed with status 404 Ressourcen-Adresse: http://192.168.188.120:8082/lib/js/socket.io.js Source-Map-Adresse: socket.io.js.map
  • Backitup , kein Update möglich?

    Gelöst backitup fehler update
    8
    1
    0 Stimmen
    8 Beiträge
    601 Aufrufe
    ?
    @simatec Jup, update kam gerade, nun steht wieder korrekt 1.8.1 drin, ohne den zweiten Hinweis! Alles ok wieder hier!
  • Ports nicht erreichbar außer 8081 Portainer

    Ungelöst mqtt buanet docker portainer qnap backitup macvlan vlan
    1
    0 Stimmen
    1 Beiträge
    372 Aufrufe
    Niemand hat geantwortet
  • Weboberfläche nicht erreichbar

    Ungelöst weboberfläche neuinstallation
    12
    0 Stimmen
    12 Beiträge
    421 Aufrufe
    Thomas BraunT
    @Relo Am besten unter sudo raspi-config die Boot-Optionen auf CLI / LogIn required oder so ähnlich umstellen. Die genauen Menüpunkte habe ich nicht im Kopf. [Edit:] Im aktuellen raspi-config: 1 System Options Configure system settings S5 Boot / Auto Login Select boot into desktop or to command line B1 Console Text console, requiring user to login
  • BackItUp Update stürzt ab

    Ungelöst backitup update absturz
    4
    0 Stimmen
    4 Beiträge
    501 Aufrufe
    Thomas BraunT
    @amg_666 Die beta.2 kann man zur Zeit nur händisch installieren, der js-controller zählt die Versionsnummern an der Stelle nicht richtig. Soll in einem kommenden Update aber adressiert werden.
  • Widgets aktualisieren nicht (immer)

    Ungelöst widget aktualisieren
    6
    0 Stimmen
    6 Beiträge
    1k Aufrufe
    bergjetB
    @moses123 sagte in Widgets aktualisieren nicht (immer): Hat eigentlich eine ganze Zeit funktioniert, irgendwann ist das dann aufgetreten, aber leider kann ich nicht mehr nachvollziehen, ab wann. Geht es zwischenzeitlich wieder, und wenn ja, was hast du gemacht?
  • ioBroker Web-Oberfläche nicht mehr erreichbar

    Ungelöst iobroker website oberfläche
    81
    0 Stimmen
    81 Beiträge
    6k Aufrufe
    HomoranH
    @schmitzmark Hilfe zur Verwendung der Code-tags: Den Button anklicken und dann den zu postenden Code anstelle des code_text einfügen. Du scheinst immer erst den Code einzufügen und dann den Button zu klicken
  • Adapter BLE auf Gelb

    Ungelöst ble adapter ble
    13
    0 Stimmen
    13 Beiträge
    2k Aufrufe
    M
    @Thomas-Braun jawoll das funktionierte. Danke dir vielmals
  • [gelöst]Alexa2 schaltet nicht mehr seit 3.12.2020

    Ungelöst alexa2 adapter
    69
    1
    1 Stimmen
    69 Beiträge
    11k Aufrufe
    crunchipC
    @apollon77 war im falschen Ordner, sollte jetzt da sein

470

Online

33.0k

Benutzer

83.6k

Themen

1.3m

Beiträge