NEWS
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:9000Ein 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?
-
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:9000Ein 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?
@mibr85 sagte in Tibberadapter 5.0 baut keine Verbindung auf:
Hat jemand eine Idee was ich machen kann?
Der Fehler ist ziemlich offensichtlich:
Request timeout for https://api.tibber.com/v1-beta/gqlDu solltest dafür sorgen, dass der ioBroker wieder auf die Tibber API zugreifen kann. Dein Unify Update wirds wohl irgendwie ausgelöst haben.
-
@mibr85 sagte in Tibberadapter 5.0 baut keine Verbindung auf:
Hat jemand eine Idee was ich machen kann?
Der Fehler ist ziemlich offensichtlich:
Request timeout for https://api.tibber.com/v1-beta/gqlDu solltest dafür sorgen, dass der ioBroker wieder auf die Tibber API zugreifen kann. Dein Unify Update wirds wohl irgendwie ausgelöst haben.
@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 intactJemand eine Idee was ich im unifi umstellen muss?
-
@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 intactJemand eine Idee was ich im unifi umstellen muss?
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?
-
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?
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