What's new
- Quarter-hourly current prices (#108): the
tibber-datanode now passes the configured energy resolution togetCurrentEnergyPrice/getCurrentEnergyPrices, and all price queries coerce the value to a validPriceInfoResolution(HOURLY/QUARTER_HOURLY). - New
tibber-update-homenode (#68): exposes theupdateHomemutation (nickname, avatar, size, type, residents, heating source, ventilation, main fuse size) and outputs the updated home.sendMeterReadingis not included — Tibber has removed it from their GraphQL API. - Dynamic feed credentials (#51): the
tibber-feednode now has an input. Sendmsg.payload.accessTokenand/ormsg.payload.homeIdto (re)connect the feed with new values at runtime — e.g. from a dashboard. A feed deployed without credentials waits for injection instead of halting. - Dependencies updated (tibber-api 5.6.0, node-red 5 for dev, eslint 10 flat config);
engines.node >= 18; npm publishing switched to OIDC trusted publishing.
Full Changelog: v6.4.1...v6.5.0