[APP][Pro] Power by the Hour: Insights per hour, day, month and year

New version 8.10.1 is ready for testing: https://homey.app/a/com.gruijter.powerhour/test/

  • Behind the scenes preparations
  • Added app-2app pricing api @Menno_De_Braak please test extensively!
  • Massive README rewrite

This version opens up the Day Ahead Prices from Power By The Hour to other apps and Homey scripts. For instance the app Ultimate EMS will be using this to get Day Ahead prices.

Other Homey apps and HomeyScript can query prices or listen for real-time slot pushes via the new PBTH Inter-App API:

  • GET /dap-prices — fetch all current future price slots (use once during app init)
  • Realtime event dap-prices-updated — emitted on slot changes and price updates.

See README.dap-api.md for full API reference and code examples.

While at it, the PBTH documentation was completely rewritten to describe use cases and how to set that up: [APP][Pro] Power by the Hour: Insights per hour, day, month and year