NEWS
[gelöst] VIS nach backup-restore nicht erreichbar
-
Hallo,
musste die Tage per Bakitup ein altes Backup aufspielen.
Seitdem ist die Vis auf :8082 nicht mehr erreichbar.Im Chrome kommt ERR_CONNECTION_REFUSED
Proxy und Firewall prüfen.. Aufm Ipad mit Safari kommen nur 3 Punkte oben links
Cookies und Cache habe ich auch schon gelöscht.
An welcher Schraube kann ich noch drehen?
Vis adaper ist grün, den hatte ich genau wie auch den RPI neu gestartet.Gruss
Thomas -
@tobi68 sagte in VIS nach backup-restore nicht erreichbar:
Seitdem ist die Vis auf :8082 nicht mehr erreichbar.
Ohne Input kann man nicht viel helfen .
Ausgabe von :
iobroker list instances iobroker list adapters iobroker version which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs -
@tobi68 sagte in VIS nach backup-restore nicht erreichbar:
Seitdem ist die Vis auf :8082 nicht mehr erreichbar.
Ohne Input kann man nicht viel helfen .
Ausgabe von :
iobroker list instances iobroker list adapters iobroker version which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs@glasfaser sagte in VIS nach backup-restore nicht erreichbar:
Danke für die hilfe, hoffe das passt so:
pi@IOBroker:~ $ iobroker list instances + system.adapter.admin.0 : admin - enabled, por t: 8081, bind: 0.0.0.0, run as: admin system.adapter.alexa2.0 : alexa2 - disabled + system.adapter.backitup.0 : backitup - enabled + system.adapter.discovery.0 : discovery - enabled system.adapter.email.0 : email - disabled system.adapter.fb-checkpresence.0 : fb-checkpresence - disabled system.adapter.feiertage.0 : feiertage - disabled system.adapter.flot.0 : flot - disabled + system.adapter.history.0 : history - enabled system.adapter.ical.0 : ical - disabled system.adapter.icons-material-png.0 : icons-material-png - disabled system.adapter.icons-ultimate-png.0 : icons-ultimate-png - disabled + system.adapter.info.0 : info - enabled + system.adapter.javascript.0 : javascript - enabled + system.adapter.knx.0 : knx - enabled, bin d: 192.168.178.66 + system.adapter.meross.0 : meross - enabled system.adapter.mqtt-client.0 : mqtt-client - disabled, por t: 1883 system.adapter.onvif.0 : onvif - disabled system.adapter.ping.0 : ping - disabled + system.adapter.rpi2.0 : rpi2 - enabled + system.adapter.samsung.0 : samsung - enabled + system.adapter.scenes.0 : scenes - enabled + system.adapter.shelly.0 : shelly - enabled, por t: 1882, bind: 0.0.0.0 + system.adapter.shuttercontrol.0 : shuttercontrol - enabled system.adapter.sonoff.0 : sonoff - disabled, por t: 1883, bind: 0.0.0.0 + system.adapter.synology.0 : synology - enabled, por t: 5000 + system.adapter.synology.2 : synology - enabled, por t: 5000 system.adapter.tr-064.0 : tr-064 - disabled system.adapter.vis-bars.0 : vis-bars - disabled system.adapter.vis-colorpicker.0 : vis-colorpicker - disabled system.adapter.vis-fancyswitch.0 : vis-fancyswitch - disabled system.adapter.vis-history.0 : vis-history - disabled system.adapter.vis-hqwidgets.0 : vis-hqwidgets - disabled system.adapter.vis-icontwo.0 : vis-icontwo - disabled + system.adapter.vis-inventwo.0 : vis-inventwo - enabled system.adapter.vis-metro.0 : vis-metro - disabled system.adapter.vis-timeandweather.0 : vis-timeandweather - disabled system.adapter.vis.0 : vis - enabled system.adapter.weatherunderground.0 : weatherunderground - disabled system.adapter.web.0 : web - disabled, por t: 8082, bind: 0.0.0.0, run as: admin system.adapter.wlanthermo-nano.0 : wlanthermo-nano - disabled system.adapter.yahka.0 : yahka - disabled + instance is alivepi@IOBroker:~ $ iobroker adapters Commands: iobroker setup [--objects <host>] [--states <host>] [custom] iobroker start - starts the js-controller iobroker stop - stops the js-controller iobroker start <adapter>[.instance] - starts a specified adapter instance iobroker stop <adapter>.[instance] - stops a specified adapter instance iobroker start all - starts js-controller and all adapters iobroker restart - restarts the js-controller iobroker restart <adapter>[.instance] - restarts a specified adapter iobroker debug <adapter> [--ip=<ip>] [--port=<port>] [--wait] - Starts a Node.js debugging session for the adapter --wait stops the execution until the debugger is attached. --ip and --port can be used to change the listen IP and port. Use IP 0.0.0.0 for remote debugging. iobroker info - shows the host info iobroker logs [adapter] [--watch] [--lines=1000] iobroker add <adapter> [desiredNumber] [--enabled] [--host <host>] [--port <port>] iobroker install <adapter> - installs a specified adapter iobroker rebuild <adapter>|self [--install] iobroker url <url> [<name>] - install adapter from specified url, e.g. GitHub iobroker del <adapter> - remove adapter from system iobroker del <adapter>.<instance> - remove adapter instance iobroker update [repository url] [--updatable/--u] [--installed/--i] [--force/--f] - update repository and optionally filter installed/updateable adapters, use --force to bypass hash check iobroker upgrade [repository url] iobroker upgrade self [repository url] - upgrade js-controller and all adapters, optionally you can specify the repository url iobroker upgrade <adapter> [repository url] - upgrade specified adapter, optionally you can specify the repository url iobroker upload <pathToLocalFile> <pathIniobroker> iobroker upload all - upload all adapter files to make them available for instances iobroker upload <adapter> - upload specified adapter files to make them available for instances iobroker object get <id> - get object specified by id iobroker object set <id> <json-value> - set object with the given id by providing a new json object iobroker object set <id> propertyname=<value or json-value> - update part of the object by providing a new value or partial object iobroker object extend <id> <json-value> - extend object with the given id by providing a new json object iobroker object del <id|pattern> [--yes] iobroker object chmod <object-mode> [state-mode] <id> iobroker object chown <user> <group> <id> iobroker object list <id> iobroker state get <id> - get state, specified by id iobroker state getplain <id> [--pretty] iobroker state getvalue <id> iobroker state set <id> <value> [ack] iobroker state del <id> iobroker message <adapter>[.instance] <command> [<message>] iobroker list <type> [filter] iobroker chmod <mode> <file> iobroker chown <user> <group> <file> iobroker touch <file> iobroker rm <file> iobroker file read <iobroker-path-to-read> [<filesystem-path-to-write>] iobroker file write <filesystem-path-to-read> <iobroker-path-to-write> iobroker file rm <iobroker-path-to-delete> iobroker file sync iobroker user add <user> [--ingroup group] [--password pass] iobroker user del <user> iobroker user passwd <user> [--password pass] iobroker user enable <user> iobroker user disable <user> iobroker user get <user> iobroker user check <user> [--password pass] iobroker group add <group> iobroker group del <group> iobroker group list <group> iobroker group enable <group> iobroker group disable <group> iobroker group get <group> iobroker group adduser <group> <user> iobroker group deluser <group> <user> iobroker host this iobroker host <hostname> iobroker host set <hostname> iobroker host remove <hostname> iobroker set <adapter>.<instance> [--port port] [--ip address] [--ssl true|false] iobroker license <license.file or license.text> iobroker cert create iobroker cert view [<certificate name>] iobroker clean iobroker backup iobroker restore <backup name or path> - restore a specified backup iobroker validate <backup name or path> - validate a specified backup iobroker <command> --timeout 5000 iobroker status [all|<adapter>.<instance>] iobroker repo [name] iobroker repo add <name> <path or url> iobroker repo set <name> iobroker repo del <name> iobroker uuid iobroker unsetup iobroker fix - execute the installation fixer script, this updates your ioBroker installation iobroker multihost <enable|disable> [--secure true|false] iobroker multihost browse iobroker multihost connect iobroker compact status - show if compact mode is enabled in general iobroker compact <enable|on|disable|off> - enable or disable compact mode in general iobroker compact <adapter>.<instance> status - show if compact mode is enabled for a specific instance iobroker compact <adapter>.<instance> group <group-id> - define compact group of a specific adapter iobroker compact <adapter>.<instance> <disable|off> - enable or disable compact mode for specified adapter instance iobroker compact <adapter>.<instance> <enable|on> [group-id] - enable or disable compact mode for specified adapter instance and set comapct group optionally iobroker plugin enable <pluginname> [--host <hostname>] - enables a plugin for the specified host. If no host is specified, the current one is used iobroker plugin disable <pluginname> [--host <hostname>] - disables a plugin for the specified host. If no host is specified, the current one is used iobroker plugin status <pluginname> [--host <hostname>] - checks if a plugin is enabled for the specified host. If no host is specified, the current one is used iobroker plugin enable <pluginname> --instance <adapter>[.<nr>] - enables a plugin for the specified adapter instance (defaults to instance 0) iobroker plugin disable <pluginname> --instance <adapter>[.<nr>] - disables a plugin for the specified adapter instance (defaults to instance 0) iobroker plugin status <pluginname> --instance <adapter>[.<nr>] - checks if a plugin is enabled for the specified adapter instance (defaults to instance 0) iobroker version [adapter] - show version of js-controller or specified adapter iobroker [adapter] -v - show version of js-controller or specified adapterpi@IOBroker:~ $ iobroker version 3.1.6pi@IOBroker:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs /usr/bin/nodejs v12.20.0 /usr/bin/node v12.20.0 /usr/bin/npm 6.14.8 nodejs: Installiert: 12.20.0-1nodesource1 Installationskandidat: 12.20.0-1nodesource1 Versionstabelle: *** 12.20.0-1nodesource1 500 500 https://deb.nodesource.com/node_12.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.21.0~dfsg-1~deb10u1+rpi1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages -
@glasfaser sagte in VIS nach backup-restore nicht erreichbar:
Danke für die hilfe, hoffe das passt so:
pi@IOBroker:~ $ iobroker list instances + system.adapter.admin.0 : admin - enabled, por t: 8081, bind: 0.0.0.0, run as: admin system.adapter.alexa2.0 : alexa2 - disabled + system.adapter.backitup.0 : backitup - enabled + system.adapter.discovery.0 : discovery - enabled system.adapter.email.0 : email - disabled system.adapter.fb-checkpresence.0 : fb-checkpresence - disabled system.adapter.feiertage.0 : feiertage - disabled system.adapter.flot.0 : flot - disabled + system.adapter.history.0 : history - enabled system.adapter.ical.0 : ical - disabled system.adapter.icons-material-png.0 : icons-material-png - disabled system.adapter.icons-ultimate-png.0 : icons-ultimate-png - disabled + system.adapter.info.0 : info - enabled + system.adapter.javascript.0 : javascript - enabled + system.adapter.knx.0 : knx - enabled, bin d: 192.168.178.66 + system.adapter.meross.0 : meross - enabled system.adapter.mqtt-client.0 : mqtt-client - disabled, por t: 1883 system.adapter.onvif.0 : onvif - disabled system.adapter.ping.0 : ping - disabled + system.adapter.rpi2.0 : rpi2 - enabled + system.adapter.samsung.0 : samsung - enabled + system.adapter.scenes.0 : scenes - enabled + system.adapter.shelly.0 : shelly - enabled, por t: 1882, bind: 0.0.0.0 + system.adapter.shuttercontrol.0 : shuttercontrol - enabled system.adapter.sonoff.0 : sonoff - disabled, por t: 1883, bind: 0.0.0.0 + system.adapter.synology.0 : synology - enabled, por t: 5000 + system.adapter.synology.2 : synology - enabled, por t: 5000 system.adapter.tr-064.0 : tr-064 - disabled system.adapter.vis-bars.0 : vis-bars - disabled system.adapter.vis-colorpicker.0 : vis-colorpicker - disabled system.adapter.vis-fancyswitch.0 : vis-fancyswitch - disabled system.adapter.vis-history.0 : vis-history - disabled system.adapter.vis-hqwidgets.0 : vis-hqwidgets - disabled system.adapter.vis-icontwo.0 : vis-icontwo - disabled + system.adapter.vis-inventwo.0 : vis-inventwo - enabled system.adapter.vis-metro.0 : vis-metro - disabled system.adapter.vis-timeandweather.0 : vis-timeandweather - disabled system.adapter.vis.0 : vis - enabled system.adapter.weatherunderground.0 : weatherunderground - disabled system.adapter.web.0 : web - disabled, por t: 8082, bind: 0.0.0.0, run as: admin system.adapter.wlanthermo-nano.0 : wlanthermo-nano - disabled system.adapter.yahka.0 : yahka - disabled + instance is alivepi@IOBroker:~ $ iobroker adapters Commands: iobroker setup [--objects <host>] [--states <host>] [custom] iobroker start - starts the js-controller iobroker stop - stops the js-controller iobroker start <adapter>[.instance] - starts a specified adapter instance iobroker stop <adapter>.[instance] - stops a specified adapter instance iobroker start all - starts js-controller and all adapters iobroker restart - restarts the js-controller iobroker restart <adapter>[.instance] - restarts a specified adapter iobroker debug <adapter> [--ip=<ip>] [--port=<port>] [--wait] - Starts a Node.js debugging session for the adapter --wait stops the execution until the debugger is attached. --ip and --port can be used to change the listen IP and port. Use IP 0.0.0.0 for remote debugging. iobroker info - shows the host info iobroker logs [adapter] [--watch] [--lines=1000] iobroker add <adapter> [desiredNumber] [--enabled] [--host <host>] [--port <port>] iobroker install <adapter> - installs a specified adapter iobroker rebuild <adapter>|self [--install] iobroker url <url> [<name>] - install adapter from specified url, e.g. GitHub iobroker del <adapter> - remove adapter from system iobroker del <adapter>.<instance> - remove adapter instance iobroker update [repository url] [--updatable/--u] [--installed/--i] [--force/--f] - update repository and optionally filter installed/updateable adapters, use --force to bypass hash check iobroker upgrade [repository url] iobroker upgrade self [repository url] - upgrade js-controller and all adapters, optionally you can specify the repository url iobroker upgrade <adapter> [repository url] - upgrade specified adapter, optionally you can specify the repository url iobroker upload <pathToLocalFile> <pathIniobroker> iobroker upload all - upload all adapter files to make them available for instances iobroker upload <adapter> - upload specified adapter files to make them available for instances iobroker object get <id> - get object specified by id iobroker object set <id> <json-value> - set object with the given id by providing a new json object iobroker object set <id> propertyname=<value or json-value> - update part of the object by providing a new value or partial object iobroker object extend <id> <json-value> - extend object with the given id by providing a new json object iobroker object del <id|pattern> [--yes] iobroker object chmod <object-mode> [state-mode] <id> iobroker object chown <user> <group> <id> iobroker object list <id> iobroker state get <id> - get state, specified by id iobroker state getplain <id> [--pretty] iobroker state getvalue <id> iobroker state set <id> <value> [ack] iobroker state del <id> iobroker message <adapter>[.instance] <command> [<message>] iobroker list <type> [filter] iobroker chmod <mode> <file> iobroker chown <user> <group> <file> iobroker touch <file> iobroker rm <file> iobroker file read <iobroker-path-to-read> [<filesystem-path-to-write>] iobroker file write <filesystem-path-to-read> <iobroker-path-to-write> iobroker file rm <iobroker-path-to-delete> iobroker file sync iobroker user add <user> [--ingroup group] [--password pass] iobroker user del <user> iobroker user passwd <user> [--password pass] iobroker user enable <user> iobroker user disable <user> iobroker user get <user> iobroker user check <user> [--password pass] iobroker group add <group> iobroker group del <group> iobroker group list <group> iobroker group enable <group> iobroker group disable <group> iobroker group get <group> iobroker group adduser <group> <user> iobroker group deluser <group> <user> iobroker host this iobroker host <hostname> iobroker host set <hostname> iobroker host remove <hostname> iobroker set <adapter>.<instance> [--port port] [--ip address] [--ssl true|false] iobroker license <license.file or license.text> iobroker cert create iobroker cert view [<certificate name>] iobroker clean iobroker backup iobroker restore <backup name or path> - restore a specified backup iobroker validate <backup name or path> - validate a specified backup iobroker <command> --timeout 5000 iobroker status [all|<adapter>.<instance>] iobroker repo [name] iobroker repo add <name> <path or url> iobroker repo set <name> iobroker repo del <name> iobroker uuid iobroker unsetup iobroker fix - execute the installation fixer script, this updates your ioBroker installation iobroker multihost <enable|disable> [--secure true|false] iobroker multihost browse iobroker multihost connect iobroker compact status - show if compact mode is enabled in general iobroker compact <enable|on|disable|off> - enable or disable compact mode in general iobroker compact <adapter>.<instance> status - show if compact mode is enabled for a specific instance iobroker compact <adapter>.<instance> group <group-id> - define compact group of a specific adapter iobroker compact <adapter>.<instance> <disable|off> - enable or disable compact mode for specified adapter instance iobroker compact <adapter>.<instance> <enable|on> [group-id] - enable or disable compact mode for specified adapter instance and set comapct group optionally iobroker plugin enable <pluginname> [--host <hostname>] - enables a plugin for the specified host. If no host is specified, the current one is used iobroker plugin disable <pluginname> [--host <hostname>] - disables a plugin for the specified host. If no host is specified, the current one is used iobroker plugin status <pluginname> [--host <hostname>] - checks if a plugin is enabled for the specified host. If no host is specified, the current one is used iobroker plugin enable <pluginname> --instance <adapter>[.<nr>] - enables a plugin for the specified adapter instance (defaults to instance 0) iobroker plugin disable <pluginname> --instance <adapter>[.<nr>] - disables a plugin for the specified adapter instance (defaults to instance 0) iobroker plugin status <pluginname> --instance <adapter>[.<nr>] - checks if a plugin is enabled for the specified adapter instance (defaults to instance 0) iobroker version [adapter] - show version of js-controller or specified adapter iobroker [adapter] -v - show version of js-controller or specified adapterpi@IOBroker:~ $ iobroker version 3.1.6pi@IOBroker:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs /usr/bin/nodejs v12.20.0 /usr/bin/node v12.20.0 /usr/bin/npm 6.14.8 nodejs: Installiert: 12.20.0-1nodesource1 Installationskandidat: 12.20.0-1nodesource1 Versionstabelle: *** 12.20.0-1nodesource1 500 500 https://deb.nodesource.com/node_12.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.21.0~dfsg-1~deb10u1+rpi1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages -
@tobi68 sagte in VIS nach backup-restore nicht erreichbar:
system.adapter.web.0 : web - disabled,
Schalte den mal ein
Danke, der Abend ist gerettet.
Sorry bin erst seit 2 Monaten dabei, habe wohl einen adapter vergessen..
War mir aber so nicht klar das die zusammenhängen... jetzt schon.. -
Danke, der Abend ist gerettet.
Sorry bin erst seit 2 Monaten dabei, habe wohl einen adapter vergessen..
War mir aber so nicht klar das die zusammenhängen... jetzt schon.. -
Danke, der Abend ist gerettet.
Sorry bin erst seit 2 Monaten dabei, habe wohl einen adapter vergessen..
War mir aber so nicht klar das die zusammenhängen... jetzt schon..@tobi68 sagte in VIS nach backup-restore nicht erreichbar:
War mir aber so nicht klar das die zusammenhängen...
der web-Adapter stellt das Web-Interface auf Port 8082 (default) für vis, flot u.a. bereit
-
hab doch prommt geliefert
, sind das so die Standard Inputs die benötigt werden?
Dann speichere ich mir die mal ab.. -
hab doch prommt geliefert
, sind das so die Standard Inputs die benötigt werden?
Dann speichere ich mir die mal ab..@tobi68 sagte in [gelöst] VIS nach backup-restore nicht erreichbar:
hab doch prommt geliefert
Das standard Formular fehlte .
Nur eine reine Aussage von dir, also den Fehler geschildert.Mit den Ausgaben können wir hier mehr anfangen bzw. meist bei der Ausgabe kommt derjeniege selber darauf , das da was Faul ist .
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden