Releases: robinjhector/homebridge-tibber-price
Releases · robinjhector/homebridge-tibber-price
v1.1.0
Changes in this version:
NEW sensor! An "electricity price gauge", which will show a value between (and including) 0 and 100. Zero if the current price is at the lowest point of the day, and 100 if it is at its highest. (And everything in between of course)
This differs from the existing "Relative price sensor", which compares current price to only the highest point.
v1.0.3
Changes in this version:
- Dependencies bumped
- More robust error handling, and logs, for all accessories
- Fixed a bug where, if no prices are returned from the API, we would persist and cache that
- Fixed a bug that could cause the homebridge plugin to fail due to errors thrown from one of the accessories
v1.0.2
Changes in this release:
- Bump of various dependencies
- Made graph line of tomorrows price a bit more visible
- Fixed a bug where prices would render as NaN in the graph, before 10am on any day.
v1.0.1
Use axios instead of legacy node-fetch
v1.0.0
Initial release! 🎉