Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Ical.0 findet lokalen Kalender nicht

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Ical.0 findet lokalen Kalender nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Mico last edited by Homoran

      Hallo alle zusammen,

      Ich habe seit dem ich auf einen "neuen Raspberry umgezogen bin" das Problem das der Adapter Ical meine als lokale Kalender abgelegeten Dateien nicht findet.

      2024-06-04 06:00:01.086 - warn: ical.0 (10915) Error reading "/home/pi/muell24.ics": File does not exist: "/home/pi/muell24.ics"
      2024-06-04 06:00:01.129 - warn: ical.0 (10915) Error reading "/home/pi/carsten.ics": File does not exist: "/home/pi/carsten.ics"
      2024-06-04 06:00:01.129 - info: ical.0 (10915) All calenders could not be processed, Do not clean up events
      2024-06-04 06:00:05.006 - warn: trashschedule.0 (8949) no events matches type "Restmülltonne" with match "Restmüll" (exact match)
      2024-06-04 06:00:05.098 - warn: trashschedule.0 (8949) no events matches type "Wertstoffsack" with match "Gelber Sack" (exact match)
      2024-06-04 06:00:05.101 - warn: trashschedule.0 (8949) no events matches type "Bioabfalltonne" with match "Bioabfall" (exact match)
      2024-06-04 06:00:05.104 - warn: trashschedule.0 (8949) no events matches type "Altpapiertonne" with match "Altpapier" (exact match)
      2024-06-04 06:00:05.107 - warn: trashschedule.0 (8949) no events matches type "Schadstoffmobil" with match "Mobile Schadstoffsammlung" (exact match)
      2024-06-04 06:00:05.110 - warn: trashschedule.0 (8949) no events matches type "Weihnachtsbaum" with match "Tannenbaum"
      2024-06-04 06:00:05.117 - warn: trashschedule.0 (8949) (5) next has no entries. Check configuration of trashschedule!
      2024-06-04 06:00:05.120 - warn: trashschedule.0 (8949) (5) nextAfter has no entries. Check configuration of trashschedule!
      2024-06-04 06:00:06.133 - info: ical.0 (10915) Terminated (NO_ERROR): Without reason
      2024-06-04 06:00:06.646 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
      2024-06-04 06:02:31.138 - warn: admin.0 (1308) ical has an invalid jsonConfig: [{"instancePath":"/items/_calendars/items/calendars/items/5","schemaPath":"#/items/allOf/5/then/allOf/1/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"width"},"message":"must NOT have additional properties"},{"instancePath":"/items/_calendars/items/calendars","schemaPath":"#/patternProperties/%5E.%2B/allOf/23/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"/items/_calendars","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
      2024-06-04 06:02:57.481 - info: host.raspberrypi stopInstance system.adapter.ical.0 (force=false, process=false)
      2024-06-04 06:02:57.482 - info: host.raspberrypi stopInstance canceled schedule system.adapter.ical.0
      2024-06-04 06:03:00.507 - info: host.raspberrypi instance scheduled system.adapter.ical.0 0 * * * *
      2024-06-04 06:03:00.512 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 10933
      2024-06-04 06:03:01.346 - info: ical.0 (10933) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.ical, node: v18.20.2, js-controller: 5.0.19
      2024-06-04 06:03:01.483 - warn: ical.0 (10933) Error reading "/home/pi/abfuhr/muell24.ics": File does not exist: "/home/pi/abfuhr/muell24.ics"
      2024-06-04 06:03:01.525 - warn: ical.0 (10933) Error reading "/home/pi/carsten.ics": File does not exist: "/home/pi/carsten.ics"
      2024-06-04 06:03:01.525 - info: ical.0 (10933) All calenders could not be processed, Do not clean up events
      

      MOD-EDIT: Code in code-tags gesetzt!

      Ich habe die ics Dateien in den Ordner home/pi/abfuhr und eine Sicherung in home/pi/ :
      Screenshot 2024-06-04 061213.png

      Ich komme da nicht weiter warum der Kalender nicht verarbeitet wird.

      Gruß
      Mico

      T MartinP 2 Replies Last reply Reply Quote 0
      • T
        TT-Tom @Mico last edited by

        @mico
        Hat der iobroker den leserechte im Home Verzeichnis von pi?
        Warum nutzt du nicht das Dateiverzeichnis vom iobroker für die Daten?

        1 Reply Last reply Reply Quote 1
        • MartinP
          MartinP @Mico last edited by

          @mico der ical Adapter kann nur auf lokale Dateien zugreifen, die mit dem Iobroker Dateimanager hochgeladen wurden.
          Es sind auch nur bestimmte Verzeichnisse erreichbar

          haus-automatisierung 1 Reply Last reply Reply Quote 0
          • haus-automatisierung
            haus-automatisierung Developer Most Active @MartinP last edited by

            @martinp Es gehen auch absolute Pfade. Das geht sogar schon deutlich länger. Aber dafür müssen halt die Rechte stimmen

            M 1 Reply Last reply Reply Quote 0
            • M
              Mico @haus-automatisierung last edited by Mico

              @haus-automatisierung :

              also die Dateien haben die Rechte wie oben das Bild zeigt -rw-r ich meine es würde auf 644 stehen.
              pi@raspberrypi:~/abfuhr $ ls -al
              total 28
              drwxr-xr-x 2 pi pi 4096 Jun 3 06:12 .
              drwx------ 17 pi pi 4096 Jun 3 07:10 ..
              -rw-r--r-- 1 pi pi 5243 Jun 3 06:09 carsten.ics
              -rw-r--r-- 1 pi pi 11384 May 11 05:22 muell24.ics

              Bis her meine ich mich zu errinnern habe ich die Dateien immer mit Fillzilla auf dem Pi hochgeladen, un dieses Verzeichnis benutzt.

              Wie würde ich denn das mit Iobroker machen? Dateimanager?

              haus-automatisierung 1 Reply Last reply Reply Quote 0
              • haus-automatisierung
                haus-automatisierung Developer Most Active @Mico last edited by haus-automatisierung

                @mico Dein Pfad ist /home/pi/abfuhr/carsten.ics

                Also richtig in der Instanz angeben.

                Ansonsten per Dateimanager unter ical.0 hochladen und dann nur den Namen angeben. Hab ich im Kurs auch gerade hinzugefügt

                M 1 Reply Last reply Reply Quote 0
                • M
                  Mico @haus-automatisierung last edited by Mico

                  @haus-automatisierung
                  Wo ist denn in ical.0 ein Dateimanager ??

                  Screenshot 2024-06-04 081519.png

                  haus-automatisierung 1 Reply Last reply Reply Quote 0
                  • haus-automatisierung
                    haus-automatisierung Developer Most Active @Mico last edited by

                    @mico Links das Tab "Dateien"

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      Mico @haus-automatisierung last edited by

                      @haus-automatisierung

                      Meinst du das da und so?

                      Screenshot 2024-06-04 083304.png

                      Wie kommt das nun wieder zu /home/pi/abfuhr/ ? und wo ist jetzt diese Datei ? diese habe ich jetzt per Drag and Drop vom Rechner hochgeladen.

                      haus-automatisierung 1 Reply Last reply Reply Quote 0
                      • haus-automatisierung
                        haus-automatisierung Developer Most Active @Mico last edited by

                        @mico sagte in Ical.0 findet lokalen Kalender nicht:

                        Wie kommt das nun wieder zu /home/pi/abfuhr/ ?

                        Gar nicht. Warum auch? Darum geht es ja: Dass man mit dem Dateisystem nichts zu tun hat. Bitte die Grundlagen anschauen, ich habe das an anderer Stelle schon super ausführlich erklärt.

                        Du kannst jetzt einfach muell24.ics als Datei bei iCal eintragen.

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          Mico @haus-automatisierung last edited by

                          @haus-automatisierung
                          Danke so müsste es klappen oder?
                          Screenshot 2024-06-04 085030.png

                          haus-automatisierung 1 Reply Last reply Reply Quote 0
                          • haus-automatisierung
                            haus-automatisierung Developer Most Active @Mico last edited by

                            @mico Wenn deine iCal-Version >= 1.14.0 ist, ja

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              Mico @haus-automatisierung last edited by

                              @haus-automatisierung
                              Ist 1.15 also ja Prima

                              Das alles wird auch im Kurs genau erklärt ich meine so "für klein Dummies"

                              haus-automatisierung 1 Reply Last reply Reply Quote 0
                              • haus-automatisierung
                                haus-automatisierung Developer Most Active @Mico last edited by

                                @mico Richtig

                                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

                                806
                                Online

                                31.9k
                                Users

                                80.3k
                                Topics

                                1.3m
                                Posts

                                4
                                14
                                264
                                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