bisand / node-red-contrib-tibber-api

Node Red module for integrating with Tibber api
MIT License
20 stars 2 forks source link

no liveMeasurement any more "Your subscription data will appear here after server publication" #77

Closed TylonHH closed 1 year ago

TylonHH commented 1 year ago

Hello since. sunday 05.03.23 4 oClock CET I dont get any live data. Within the app I see the live data from the pulse, but when I test it on https://developer.tibber.com/explorer and choose Real time subscription I just got the message "Your subscription data will appear here after server publication"

So my Node-Red wont work either.

Is it just me?

bisand commented 1 year ago

It's forking here.

It seem to be some issues on the Tibber side. Have you checked that you have realtime subscribtion enabled. You can check that in the API explorer by sending the following query:

{
  viewer {
    home(id: "{YourHomeID}") {
      id
      features {
        realTimeConsumptionEnabled
      }
    }
  }
}

You can also try to restart node-red, but that would only be beneficial if you receive data in the API explorer.

I would anyway contact Tibber support to see if they can help you with the API explorer. Once you get that to work, you can return to node-red to see if things are working here

TylonHH commented 1 year ago

That’s interesting

{
  "errors": [
    {
      "message": "Home with id \"{xxxxx-fc62-4516-xxxxx-64c129e9da3f}\" does not exist or does not have matching owner or grid contract owner xxxx-53d2-xxxx-8df8-5044b2dacea5.",
      "locations": [
        {
          "line": 3,
          "column": 5
        }
      ],
      "path": [
        "viewer",
        "home"
      ],
      "extensions": {
        "code": "HOME_NOT_FOUND"
      }
    }
  ],
  "data": null
}
bisand commented 1 year ago

Maybe your homeID has changed. Check the id with this query:

{
  viewer {
    homes {
      id
    }
  }
}
TylonHH commented 1 year ago

Home-ID didnt changed. I also used the ID wich gave me the query above. I'll ask other customer if they have the same problem.

TylonHH commented 1 year ago

Ok I got a typo: home(id: "{YourHomeID But I still dont get a connection.

TylonHH commented 1 year ago

Is it just me? "realTimeConsumptionEnabled": false

fldutch commented 1 year ago

Had the Issue that the feed node kept saying "connecting" - updating to release 5.2.1 solved the problem.

bisand commented 1 year ago

Is it just me? "realTimeConsumptionEnabled": false

This indicates that you do not have a Tibber Pulse or the service is not activated in your subscription. Hope it's already resolved. Closing issue due to inactivity.