kcUtilities.SmartMeterTexasReader
2021.11.4.1
Install-Package kcUtilities.SmartMeterTexasReader -Version 2021.11.4.1
dotnet add package kcUtilities.SmartMeterTexasReader --version 2021.11.4.1
<PackageReference Include="kcUtilities.SmartMeterTexasReader" Version="2021.11.4.1" />
paket add kcUtilities.SmartMeterTexasReader --version 2021.11.4.1
#r "nuget: kcUtilities.SmartMeterTexasReader, 2021.11.4.1"
// Install kcUtilities.SmartMeterTexasReader as a Cake Addin
#addin nuget:?package=kcUtilities.SmartMeterTexasReader&version=2021.11.4.1
// Install kcUtilities.SmartMeterTexasReader as a Cake Tool
#tool nuget:?package=kcUtilities.SmartMeterTexasReader&version=2021.11.4.1
A simple library for reading data from the SmartMeterTexas website. Mainly useful if you want to programmaticly pull down daily usage for storing locally. Note this package is NOT an official package from SmartMeterTexas.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2021.11.4.1 | 169 | 11/4/2021 | |
2021.8.31.1 | 142 | 8/31/2021 | |
2021.6.23.1 | 168 | 6/23/2021 | |
2021.6.19.1 | 165 | 6/19/2021 | |
2021.3.23.1 | 198 | 3/23/2021 | |
2021.1.18.1 | 178 | 1/18/2021 | |
2020.12.14.2 | 208 | 12/14/2020 | |
2020.12.14.1 | 204 | 12/14/2020 | |
2020.2.2.1 | 372 | 2/2/2020 | |
2019.12.26.1 | 357 | 12/26/2019 | |
2019.12.12.1-beta | 269 | 12/12/2019 | |
2019.12.10.2 | 309 | 12/10/2019 | |
2019.10.8.1 | 441 | 10/8/2019 | |
2019.7.13.6 | 458 | 7/13/2019 | |
2019.7.13.5 | 454 | 7/13/2019 | |
2019.7.13.4 | 454 | 7/13/2019 | |
2019.6.23 | 460 | 6/23/2019 | |
2017.9.5.1 | 775 | 9/5/2017 | |
2017.8.21.8 | 847 | 8/21/2017 |
Change Log
- 2021-06-23
- SMT is now requiring additional cookies that get set via javascript, expose a constructor parameter to allow these to be passed in.
- 2021-06-19
- Update User Agent
- 2021-03-23
- Handle changes made to the authentication process, change user agent to current version.
- 2021-01-18
- Add call to get messages as it seems like the web ui does it.
- 2020-12-14
- Update user agent string.
- 2020-02-02
- Expose ReadMeterAttributes method.
- 2019.12.26
- I am now exposing a property "Meters" that lists all the meteres associated with the logged in account, this is especially useful if you have multiple properties.
- 2019.12.10
- Update for new SmartMeterTexas.com website.
- 2019.10.8
- Add note about upcoming changes to the SmartMeterTexas website.
- 2019.7.13
- Add symbol package
- 2019.6.23.1
- Update Repo URLS
- Add project to buildbot.