Skip to content

Releases: gurrier/localvolts

bugfix : config flow enabled

14 Oct 02:04
cf62ca6
Compare
Choose a tag to compare

The mainfest.json was missing "config_flow": true
This prevented the setup dialogs from appearing.

Setup dialog added

11 Oct 06:05
57ae87f
Compare
Choose a tag to compare

Some code refactoring and have added a setup dialog.

May be breaking change for some people. In which case, the integration can be safely removed and setup again.

The configuration.yaml fields are no longer required from prior releases. Instead the user will be queried for config parameters for the three fields

api_key: "abc123abc123abc123abc123abc123ab"
partner_id: "12345"
nmi_id: "1234567890"

Now using async operation for better performance. Also datalag sensor added.

29 Sep 02:47
86f2bc6
Compare
Choose a tag to compare

Breaking change here is that the attribute previously used for indicating the data lag of getting data from Localvolts API is now removed in favour of a new sensor.
Use the new datalag sensor to monitor how far into each 5 minute interval it takes to get the latest prices data from Localvolts.

Update sensor.py - API check more efficient

23 Sep 00:26
04e3f17
Compare
Choose a tag to compare

The integration only polls once to retrieve both sensors now rather than once EACH previously.
The default polling period has also been adjusted from every 15 seconds to 10 seconds.
Some other minor changes.

Attribute improvements for timing

16 Aug 03:31
e723378
Compare
Choose a tag to compare

For consistency with Localvolts naming of the field, "last_interval" attribute is now named "intervalEnd"
A new attribute "lastUpdate" has been added which indicates what time the most recent data was successfully retrieved.
This is useful in determining how far into the interval the new price data has been retrieved.

Run update check every 15 seconds now

13 Aug 05:48
f43ec40
Compare
Choose a tag to compare

Changed from the default of running the update code every 30 seconds to now every 15 seconds.
This will make a small improvement in the likelhood of catching the update pricing earlier.

Fixes for periodic missing of interval updates

13 Aug 04:15
77438a8
Compare
Choose a tag to compare

Minor tweaks to avoid missing interval updates

EarningsFlexUp sensor

12 Aug 11:10
e302420
Compare
Choose a tag to compare

A new sensor has been added for earningsFlexUp

Initial Release

12 Mar 09:40
6cedfde
Compare
Choose a tag to compare

First release