Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Tibber data in UI #63

Open
WookyDO opened this issue Oct 20, 2024 · 3 comments
Open

No Tibber data in UI #63

WookyDO opened this issue Oct 20, 2024 · 3 comments

Comments

@WookyDO
Copy link

WookyDO commented Oct 20, 2024

Hello,
i don´t get the price chart shown in UI, there is only message "no Tibber data".
With logging enabled i see all prices listed in log.

Find here a part of it:

[2024-10-20 23:27:35.307] [INFO]  Tibber API logged in with user Wolfgang
[2024-10-20 23:27:35.309] [LOG]   Starting Tibber subscription of live consumption
[2024-10-20 23:27:35.387] [ERROR] ERROR: Realtime consumption from Tibber is not enabled for home with id myHomeID (my Adress here)
[2024-10-20 23:27:35.593] [LOG]   MMM-Tibber: Tibber data:
[2024-10-20 23:27:35.600] [LOG]   MMM-Tibber: {
  "websocketSubscriptionUrl": "wss://websocket-api.tibber.com/v1-beta/gql/subscriptions",
  "home": {
    "id": "myHomeID",
    "address": {
      "address1": "ABC",
      "postalCode": "1234",
      "city": "AtHome"
    },
    "currentSubscription": {
      "priceInfo": {
        "current": {
          "total": 0.1725,
          "startsAt": "2024-10-20T23:00:00.000+02:00",
          "level": "CHEAP"
        },
        "today": [
          {
            "total": 0.2363,
            "startsAt": "2024-10-20T00:00:00.000+02:00",
            "level": "CHEAP"
          },
          {
            "total": 0.2355,
            "startsAt": "2024-10-20T01:00:00.000+02:00",
            "level": "CHEAP"
          },
......
          {
            "total": 0.2808,
            "startsAt": "2024-10-21T23:00:00.000+02:00",
            "level": "NORMAL"
          }
        ]
      }
    },
    "consumption": null
  }
}
[2024-10-20 23:27:35.604] [LOG]   MMM-Tibber: Consumption parts:
[2024-10-20 23:27:35.605] [LOG]   MMM-Tibber: []

Thats all... it seems that it does not process the informations... Any idea?

Regards,
Wolfgang

@WookyDO
Copy link
Author

WookyDO commented Oct 20, 2024

This seems to be related to missing consumption data... My Tibber Account is new and i do not provide any live consumptions yet.

@ottopaulsen
Copy link
Owner

Please attach your module config and a screenshot of what you see. It will make it easier to help.

@J-Damm
Copy link

J-Damm commented Oct 23, 2024

I've got the same problem - it started after upgrading both MM and MMM-Tibber. I suspected the recent commit for multiple instances, but reverting to the previous commit didn't really help. Next wild guess: I've updated nodejs for MM to v22 (if I remember correctly). Need to check if I got some free time.

Module config was working before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants