Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Tankerkönig aktualisiert sich nicht

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst] Tankerkönig aktualisiert sich nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Meister Mopper
      Meister Mopper @Homoran last edited by

      @Homoran hm, da sind sie wieder, die Probleme. Hast Du eine Idee, woran das liegen könnte?

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Meister Mopper last edited by

        @Meister-Mopper sagte in [gelöst] Tankerkönig aktualisiert sich nicht:

        @Homoran hm, da sind sie wieder, die Probleme. Hast Du eine Idee, woran das liegen könnte?

        ich kenne dein log nicht

        ggf. mal auf debug schalten

        1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @Meister Mopper last edited by crunchip

          @Meister-Mopper zufällig nen cron eingestellt?
          hab grad testweise mal nen cron auf 1min gestellt, sieht dann so aus

          host.IoBroker	2020-02-06 17:24:20.512	info	Do not restart adapter system.adapter.tankerkoenig.0 because desired by instance
          host.IoBroker	2020-02-06 17:24:20.512	error	instance system.adapter.tankerkoenig.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
          tankerkoenig.0	2020-02-06 17:24:15.981	warn	(31819) Got terminate signal. Checking desired PID: 31831 vs own PID 31819
          tankerkoenig.0	2020-02-06 17:24:15.968	warn	(31819) Got terminate signal. Checking desired PID: 0 vs own PID 31819
          host.IoBroker	2020-02-06 17:24:15.953	info	instance system.adapter.tankerkoenig.0 started with pid 31831
          host.IoBroker	2020-02-06 17:24:13.017	info	Do not restart adapter system.adapter.tankerkoenig.0 because desired by instance
          host.IoBroker	2020-02-06 17:24:13.016	error	instance system.adapter.tankerkoenig.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
          tankerkoenig.0	2020-02-06 17:24:11.033	warn	(31806) Got terminate signal. Checking desired PID: 31819 vs own PID 31806
          tankerkoenig.0	2020-02-06 17:24:11.030	warn	(31806) Got terminate signal. Checking desired PID: 0 vs own PID 31806
          host.IoBroker	2020-02-06 17:24:11.020	info	instance system.adapter.tankerkoenig.0 started with pid 31819
          host.IoBroker	2020-02-06 17:24:09.498	info	stopInstance system.adapter.tankerkoenig.0 killing pid 31806
          host.IoBroker	2020-02-06 17:24:08.469	info	stopInstance system.adapter.tankerkoenig.0 send kill signal
          host.IoBroker	2020-02-06 17:24:08.467	info	stopInstance system.adapter.tankerkoenig.0 (force=false, process=true)
          host.IoBroker	2020-02-06 17:24:02.297	info	instance system.adapter.tankerkoenig.0 started with pid 31806
          host.IoBroker	2020-02-06 17:24:01.247	info	Restart adapter system.adapter.tankerkoenig.0 because enabled
          host.IoBroker	2020-02-06 17:24:01.245	error	instance system.adapter.tankerkoenig.0 terminated with code 156 (156)
          
          Meister Mopper 1 Reply Last reply Reply Quote 0
          • Meister Mopper
            Meister Mopper @crunchip last edited by

            @crunchip Jupp, aber die errors kamen auch vorher schon. Hab jetzt mal auf debug gestellt, mal sehen, was kommt.

            Meister Mopper 1 Reply Last reply Reply Quote 0
            • Meister Mopper
              Meister Mopper @Meister Mopper last edited by

              @Meister-Mopper So, hier das debug-Ergebnis:

              tankerkoenig.0	2020-02-06 17:27:35.140	info	(1320) Reading data from tankerkoenig ...
              tankerkoenig.0	2020-02-06 17:27:35.120	debug	(1320) API Key Länge: 36 Zeichen
              tankerkoenig.0	2020-02-06 17:27:35.120	debug	(1320) Option <reset values> is true
              tankerkoenig.0	2020-02-06 17:27:35.120	info	(1320) Sync time set to 13 minutes or 780000 ms
              tankerkoenig.0	2020-02-06 17:27:35.115	debug	(1320) Schedule restart: 23 */9 * * * *
              tankerkoenig.0	2020-02-06 17:27:35.071	info	(1320) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.tankerkoenig, node: v10.18.1
              host.iobroker-prox	2020-02-06 17:27:25.022	info	instance system.adapter.tankerkoenig.0 started with pid 1320
              host.iobroker-prox	2020-02-06 17:27:24.014	info	Restart adapter system.adapter.tankerkoenig.0 because enabled
              host.iobroker-prox	2020-02-06 17:27:24.013	error	instance system.adapter.tankerkoenig.0 terminated with code 156 (156)
              tankerkoenig.0	2020-02-06 17:27:23.506	info	(797) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
              tankerkoenig.0	2020-02-06 17:27:23.505	info	(797) terminating
              tankerkoenig.0	2020-02-06 17:27:23.003	info	(797) Scheduled restart.
              
              crunchip Homoran 2 Replies Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @Meister Mopper last edited by

                @Meister-Mopper sagte in [gelöst] Tankerkönig aktualisiert sich nicht:

                Schedule restart: 23 */9 * * * *

                woher kommt der 4te Stern nach der 9....mal dumm gefragt

                Meister Mopper 1 Reply Last reply Reply Quote 0
                • Meister Mopper
                  Meister Mopper @crunchip last edited by

                  @crunchip hier:

                  8af40dd2-cbf6-436a-b14e-5815a50ee395-grafik.png

                  crunchip 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @Meister Mopper last edited by

                    @Meister-Mopper ach sek!
                    unabhängig davon, cron ist doch eigentlich gar nicht notwendig

                    1 Reply Last reply Reply Quote 0
                    • Meister Mopper
                      Meister Mopper last edited by Meister Mopper

                      Okay, wie auch immer. Habe den Cronjob gelöscht, Intervall in der Instanz auf 10 Min gestellt und die errors sind weg. Klasse, mit welchen detektivischen Fähigkeiten hier gearbeitet wird.
                      Herzlichen Dank!

                      1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Meister Mopper last edited by

                        @Meister-Mopper sagte in [gelöst] Tankerkönig aktualisiert sich nicht:

                        Schedule restart: 23 */9 * * * *

                        ich fürchte der Tankerkönig hätte dich bald rausgeworfen.
                        Du arbeitest hier mit einem Cron mit Sekunden!
                        Also alle 9 Minuten zur 23. Sekunde
                        War das gewollt?

                        Meister Mopper 1 Reply Last reply Reply Quote 0
                        • Meister Mopper
                          Meister Mopper @Homoran last edited by

                          @Homoran Tatsächlich nicht wirklich. Bin halt noch am Beginn.

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post

                          Support us

                          ioBroker
                          Community Adapters
                          Donate
                          FAQ Cloud / IOT
                          HowTo: Node.js-Update
                          HowTo: Backup/Restore
                          Downloads
                          BLOG

                          879
                          Online

                          32.0k
                          Users

                          80.4k
                          Topics

                          1.3m
                          Posts

                          10
                          26
                          2518
                          Loading More Posts
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes
                          Reply
                          • Reply as topic
                          Log in to reply
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          The ioBroker Community 2014-2023
                          logo