Skip to content

Releases: ssenart/PyGazpar

1.0.0

24 Nov 12:39
6a29542
Compare
Choose a tag to compare

PyGazpar broken since GRDF Monespace has been upgraded to a new version.

[#12] Be able to retrieve consumption not only on a daily basis, but weekly and monthly

21 Apr 09:45
e51cc1b
Compare
Choose a tag to compare

Added

  • #12: Be able to retrieve consumption not only on a daily basis, but weekly and monthly:
    • API : Add a new parameter 'meterReadingFrequency' to Client that accepts enumeration: Frequency.DAILY, Frequency.WEEKLY or Frequency.MONTHLY.
    • Command line : Add a new argument '--frequency' that accepts values : DAILY, WEEKLY or MONTHLY.
  • Be able to test using offline data :
    • API : Add a new parameter 'testMode' to Clients used to specify whether we want to get some live data (testMode=False) and static testing data (testMode=True).
    • Command line : Add a new argument '--testMode' (True if specified and False by default).

Changed

  • Some ouput energy property names have changed:
    • 'date' => 'time_period'.
    • 'converter_factor' => 'converter_factor_kwh/m3'.
    • 'local_temperature' => 'temperature_degC'.

Fix #10 : Does not download data file in tmpdir as expected (instead it is downloaded in the default user Download directory)

20 Apr 06:38
Compare
Choose a tag to compare

Fixed

  • #10 : Does not download data file in tmpdir as expected (instead it is downloaded in the default user Download directory). The previous attempt in version 0.1.26 is a failure. The origin of the bug is that we send a relative tmp directory path to Webdriver. Additionally, this path has to be normalized to the runtime OS (using slash or backslash).

[10] Does not download data file in tmpdir as expected (instead it is downloaded in the default user Download directory)

18 Apr 11:33
Compare
Choose a tag to compare

Fixed

  • #10 : Does not download data file in tmpdir as expected (instead it is downloaded in the default user Download directory).

Added

  • A new parameter to drive whether we want Selenium in headless mode or not (mainly for troubleshooting purpose).

Remove useless warning log messages (log message level has been decreased to debug).

15 Apr 17:43
Compare
Choose a tag to compare

Fixed

  • Remove useless warning log messages (log message level has been decreased to debug).

README.md amendment (thanks to pbranly).

14 Apr 19:25
Compare
Choose a tag to compare

README.md amendment (thanks to pbranly).

Final release with CI/CD workflow improvement.

09 Apr 12:23
Compare
Choose a tag to compare
0.1.23

Final release with CI/CD workflow improvement.

Improve CI/CD workflow.

09 Apr 12:11
Compare
Choose a tag to compare
0.1.22.7

Improve CI/CD workflow.

Improve CI/CD workflow.

09 Apr 12:07
Compare
Choose a tag to compare
0.1.22.6

Improve CI/CD workflow.

Improve CI/CD workflow.

09 Apr 12:05
Compare
Choose a tag to compare
0.1.22.5

Improve CI/CD workflow.