Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. mibr85

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    M
    • Profile
    • Following 0
    • Followers 1
    • Topics 29
    • Posts 120
    • Best 3
    • Groups 2

    mibr85

    @mibr85

    Starter

    3
    Reputation
    14
    Profile views
    120
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    mibr85 Follow
    Pro Starter

    Best posts made by mibr85

    • RE: [gelöst] Synology Adapter baut keine Verbindung auf

      ja sind nur Debug Meldungen.
      ich werd die erstmal ignorieren und hab auf log level info umgestellt 😉
      Ich bekomme alles was ich brauzche

      posted in Error/Bug
      M
      mibr85
    • RE: Update vom Host schlägt fehl

      @bahnuhr
      nachfragen darf ja wohl erlaubt sein 😉
      Ich deploye meine container selten bis nie neu, deshalb ist das Risiko relativ gering ausersehen zu updaten.
      Ich habe es jetzt auf V11 geupdatet und umgestellt, danke für den Hinweis.

      Funktioniert wieder alles Danke für euren Support

      posted in ioBroker Allgemein
      M
      mibr85
    • RE: Kommazahl aus String in Zahl umwandeln

      Kaum macht man es richtig, funktioniert es aufeinmal 🤷
      Vielen Dank

      posted in Blockly
      M
      mibr85

    Latest posts made by mibr85

    • RE: Update vom Host schlägt fehl

      @bahnuhr
      nachfragen darf ja wohl erlaubt sein 😉
      Ich deploye meine container selten bis nie neu, deshalb ist das Risiko relativ gering ausersehen zu updaten.
      Ich habe es jetzt auf V11 geupdatet und umgestellt, danke für den Hinweis.

      Funktioniert wieder alles Danke für euren Support

      posted in ioBroker Allgemein
      M
      mibr85
    • RE: Update vom Host schlägt fehl

      Danke für die schnellen antworten

      @bahnuhr Warum sollte ich nicht auf latest sein mit meinem container image?

      @mcm
      iobroker stop funktioniert im container nicht.

      iobroker@xxx:~$ iobroker stop
      The execution of this command is blocked as your ioBroker is running inside a Docker container!
      For more details see ioBroker Docker image docs (https://docs.buanet.de/iobroker-docker-image/docs/) or use the maintenance script 'maintenance --help'.
      iobroker@xxx:~$ maintenance --help
      This script helps you manage your ioBroker container!
       
      Usage: maintenance [ COMMAND ] [ OPTION ]
             maint [ COMMAND ] [ OPTION ]
             m [ COMMAND ] [ OPTION ]
       
      COMMANDS
      ------------------
             status     > reports the current state of maintenance mode
             on         > switches mantenance mode ON
             off        > switches mantenance mode OFF and stops or restarts the container
             upgrade    > puts the container to maintenance mode and upgrades ioBroker
             restart    > stops iobroker and stops or restarts the container
             restore    > stops iobroker and restores the last backup
             help       > shows this help
       
      OPTIONS
      ------------------
             -y|--yes   > confirms the used command without asking
             -h|--help  > shows this help
       
      iobroker@xxx:~$ m status
      Maintenance mode is turned OFF.
      iobroker@xxx:~$ m upgrade
      You are now going to upgrade your js-controller.
      As this will change data in /opt/iobroker, make sure you have a backup!
      During the upgrade process, the container will automatically switch into maintenance mode and stop ioBroker.
      Depending on the restart policy, your container will be stopped or restarted automatically after the upgrade.
      Do you want to continue [yes/no]? y
      
      posted in ioBroker Allgemein
      M
      mibr85
    • Update vom Host schlägt fehl

      Hallo zusammen
      ich habe das Problem das mein Host update nicht funktioniert.
      iob läuft im container mit buanet/iobroker:latest
      Plattform: docker (official image - v10.0.0)
      RAM: 19.3 GB
      Node.js: v20.17.0(20.19.4 / 22.18.0)
      NPM: 10.8.2(10.9.3)

      wenn ich unter Host auf js-controler (derzeit 7.0.3 -> 7.0.7) update clicke kommt folgender fehler:
      SyntaxError: JSON Parse error: Unrecognized token '<'
      laut chatgpt ein DNS problem?

      ich komme nicht weiter 😞

      posted in ioBroker Allgemein
      M
      mibr85
    • RE: Tibberadapter 5.0 baut keine Verbindung auf

      habe den Adapter noch mal komplett neuinstalliert, jetzt gehts wieder

      posted in ioBroker Allgemein
      M
      mibr85
    • RE: Tibberadapter 5.0 baut keine Verbindung auf

      hat niemand eine Idee oder gar ein ähnliches problem?

      ok leider funktioniert es nach 6 Tage immer noch nicht 😞
      Was könnte ich denn noch testen?

      /opt/iobroker# curl -X POST https://api.tibber.com/v1-beta/gql \
       -H "Authorization: Bearer yjj_Iv2l5kXXXXXvw" \
       -H "Content-Type: application/json" \
       -d '{"query": "{ viewer { homes { id size appNickname address { address1 postalCode city } } } }"}' 
      
      {"data":{"viewer":{"homes":[{"id":"b6f8XXXXXXXXd3","size":300,"appNickname":"Frxxx","address":{"address1":"Zxxx6","postalCode":"0xxx","city":"Fxxx"}}]}}}
      

      Die Verbindung sollte stehen, laut der oberen Ausgabe oder verstehe ich das falsch?

      posted in ioBroker Allgemein
      M
      mibr85
    • RE: Tibberadapter 5.0 baut keine Verbindung auf

      @marc-berg
      Wenn ich die Api anpinge von der Console des IOB, dann funktioniert es:

      /opt/iobroker# curl -v https://api.tibber.com/v1-beta/gql
      *   Trying 52.30.118.16:443...
      * Connected to api.tibber.com (52.30.118.16) port 443 (#0)
      * ALPN: offers h2,http/1.1
      * TLSv1.3 (OUT), TLS handshake, Client hello (1):
      *  CAfile: /etc/ssl/certs/ca-certificates.crt
      *  CApath: /etc/ssl/certs
      * TLSv1.3 (IN), TLS handshake, Server hello (2):
      * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
      * TLSv1.3 (IN), TLS handshake, Certificate (11):
      * TLSv1.3 (IN), TLS handshake, CERT verify (15):
      * TLSv1.3 (IN), TLS handshake, Finished (20):
      * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
      * TLSv1.3 (OUT), TLS handshake, Finished (20):
      * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256
      * ALPN: server accepted h2
      * Server certificate:
      *  subject: CN=*.tibber.com
      *  start date: Jul 30 00:00:00 2025 GMT
      *  expire date: Aug 25 23:59:59 2026 GMT
      *  subjectAltName: host "api.tibber.com" matched cert's "*.tibber.com"
      *  issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04
      *  SSL certificate verify ok.
      * using HTTP/2
      * h2h3 [:method: GET]
      * h2h3 [:path: /v1-beta/gql]
      * h2h3 [:scheme: https]
      * h2h3 [:authority: api.tibber.com]
      * h2h3 [user-agent: curl/7.88.1]
      * h2h3 [accept: */*]
      * Using Stream ID: 1 (easy handle 0x55d7045bece0)
      > GET /v1-beta/gql HTTP/2
      > Host: api.tibber.com
      > user-agent: curl/7.88.1
      > accept: */*
      > 
      * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
      < HTTP/2 400 
      < date: Fri, 01 Aug 2025 10:51:27 GMT
      < content-type: application/json; charset=utf-8
      < content-length: 148
      < x-powered-by: Express
      < access-control-allow-origin: *
      < cache-control: no-store
      < etag: W/"94-npaMbIB5erTaplHAdDd5m/mgtR8"
      < vary: Accept-Encoding
      < 
      {"errors":[{"message":"GraphQL operations must contain a non-empty `query` or a `persistedQuery` extension.","extensions":{"code":"BAD_REQUEST"}}]}
      * Connection #0 to host api.tibber.com left intact
      

      Jemand eine Idee was ich im unifi umstellen muss?

      posted in ioBroker Allgemein
      M
      mibr85
    • Tibberadapter 5.0 baut keine Verbindung auf

      Hallo zusammen
      ich habe vor 3 Tagen meinen Tibberadapter auf die aktuelle V5.0.0 geupdated und zeitgleich leider auch mein Unifisystem auf die die 9.3 geupdated.

      Leider baut jetzt der Tibberadapter keine Verbindung mehr auf mit folgendem Fehler:

      tibberlink.0
      2025-08-01 11:26:03.407	warn	Got no homes in your account - probably by a Tibber Server Error - adapter restarts in 5 minutes
      tibberlink.0
      2025-08-01 11:26:03.392	error	Error (Unknown Status) occurred during: -fetching homes from Tibber API- : Request timeout for https://api.tibber.com/v1-beta/gql
      tibberlink.0
      2025-08-01 11:25:58.193	info	starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.tibberlink, node: v20.17.0, js-controller: 7.0.3
      tibberlink.0
      2025-08-01 11:25:57.285	debug	Plugin sentry Initialize Plugin (enabled=true)
      tibberlink.0
      2025-08-01 11:25:57.060	debug	States connected to redis: 127.0.0.1:9000
      

      Ein rollback auf 4.5.4 hat auch nichts gebracht. Neues Tibber token habe ich auch schon probiert.

      Hat jemand eine Idee was ich machen kann?

      posted in ioBroker Allgemein
      M
      mibr85
    • RE: Liste mit Einschaltzeiten und dauer erstellen

      fehler selbst gefunden

      posted in Einsteigerfragen
      M
      mibr85
    • RE: Liste mit Einschaltzeiten und dauer erstellen

      @paul53
      Wieder einmal vielen Dank für deine Hilfe.
      nach ersten tests funktioniert alles wie es soll

      posted in Einsteigerfragen
      M
      mibr85
    • RE: Liste mit Einschaltzeiten und dauer erstellen

      @asgothian
      Danke für den Hinweis, sorry hab den export angepasst. das funktioniert soweit aber es steht immer nur 1 Eintrag in der liste.
      wie muss denn das Blockly aussehen wenn ich mehrere eintrage hintereinander in die Liste schreiben möchte?
      ich hab im Objektbaum ein eine Variable (Laufzeittabelle) als array angelegt das sollte doch die Initialisierung sein oder?

      posted in Einsteigerfragen
      M
      mibr85
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo