home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.97k stars 7.28k forks source link

Get prices today/tomorrow #34195

Open martijnz43 opened 3 months ago

martijnz43 commented 3 months ago

Feedback

Very nice intergration but on the documentation side it would be very nice if there is more info on how to request the prices for the day and for tomorrow and save them in homeassistant

URL

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

Version

2024.8.0

Additional information

No response

home-assistant[bot] commented 3 months ago

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!

Code owner commands Code owners of `tibber` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign tibber` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
github-actions[bot] commented 1 month ago

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.

forTT78 commented 4 weeks ago

I have a similar issue:

action: tibber.get_prices
data:
  start: "2024-10-12 00:00:00"
  end: "2024-10-13 00:00:00"

gives me: Die Aktion tibber.get_prices konnte nicht ausgeführt werden. Unknown error

Notify action works, so user credentials are present.

Any hint?