13.1.17. JsTibber

This modules fetches data from the Tibber Price Energy Forecast API and publishes it.

13.1.17.1. Provides

This interface is responsible for providing the price forecast data from Tibber
config:
api_key:
description:API key from Tibber developer account
type:string
update_interval:
description:Update interval in minutes. Typically 60 or so.
type:integer
additional_cost_per_kwh:
description:Constant to add to the reported price. Usually 0.
type:number
config:
api_key:string <required>
API key from Tibber developer account
update_interval:integer <required>
Update interval in minutes. Typically 60 or so.
additional_cost_per_kwh:number <required>
Constant to add to the reported price. Usually 0.

13.1.17.2. Metadata

13.1.17.2.1. Authors

Andreas Heinrich
Leonardo Oliveira
Cornelius Claussen

13.1.17.2.2. License