home-assistant.io icon indicating copy to clipboard operation
home-assistant.io copied to clipboard

No Sensor data available

Open Joakim-Wallman opened this issue 3 years ago • 1 comments

Feedback

I'm not really sure how it is supposed to work, but it looks like something is wrong. The Tibber integration shows my full name, which comes from Tibber and I can send notifications to my Tibber App, so the tibber tag seem to work as it should. But I can't find any related Sensors anywhere. Is the tibber integration supposed to show any services or entyties? It does not show any for me. I tried to to use the developer tools tab and enter "sensor." and get several suggestions, but nothing is related to tibber or power usage. The tibber integration diagnostic file have a data field containing information about my home, but those fields are not really connected to me. It is e.g. saying that I do not have an active subscription. I tried to fetch home information using the tibber api directly which contains my full address etc, is the diagnostic file supposed to show the same information? I can also get electric prices and consumption using the tibber api directly.

If you help me to get this working I can help out to improve the tibber integration description page with my own experience.

URL

https://www.home-assistant.io/integrations/tibber/

Version

2022.9.5

Additional information

No response

Joakim-Wallman avatar Sep 21 '22 05:09 Joakim-Wallman

Hey there @danielhiversen, mind taking a look at this feedback as it has been labeled with an integration (tibber) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved. If this issue is still relevant, please let us know by leaving a comment 👍 This issue has now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 20 '22 06:11 github-actions[bot]

I still have this problem. I have got confirmation from other users that is not supposed to be like this. Could it be because I'm not using HAOS? (I can't really see why, but it is a difference from a user that got it working). @Danielhiversen have I filed this problem in the wrong location? Maybe it belongs to core.

Joakim-Wallman avatar Nov 23 '22 07:11 Joakim-Wallman

I think I found a major reason for my problem. tibber.py was not installed. For others reading this, you can find more info at https://pypi.org/project/tibber.py/ But it still fails, __init__py row 42 contains a row calling tibber.Tibber(), but if I understand it correct there is no entry called Tibber()

Joakim-Wallman avatar Dec 05 '22 22:12 Joakim-Wallman

I thought I was onto something in my last comment. I tried to run tibber from python command prompt and could see that tibber.Tibber did not exist. But after installing pyTibber on my private account I could see tibber.Tibber. Changing to HomeAssistants own python environment showed pyTibber version 0.24, but no tibber.Tibber(). Updated pyTibber to version 0.26, success, now tibber.Tibber is there.

But still no Entities for tibber in HA GUI. No error messages anymore, so how do I continue?

Joakim-Wallman avatar Dec 05 '22 22:12 Joakim-Wallman

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved. If this issue is still relevant, please let us know by leaving a comment 👍 This issue has now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Feb 03 '23 23:02 github-actions[bot]