Skip to content

Releases: dsmrreader/dsmr-reader

v1.9.0 - 2017-10-08

08 Oct 07:25
Compare
Choose a tag to compare

Note

This release contains an update for the API framework, which has a fix for some timezone issues. You may experience different output regarding to datetime formatting when using the API.

Tickets resolved in this release:

  • [#9] Data export: PVOutput
  • [#163] Allow separate prices/costs for electricity returned
  • [#337] API mogelijkheid voor ophalen ‘dashboard’ waarden
  • [#284] Automatische backups geven alleen lege bestanden
  • [#279] Weather report with temperature ‘-‘ eventually results in stopped dsmr_backend
  • [#245] Grafiek gasverbruik doet wat vreemd na aantal uur geen nieuwe data
  • [#272] Dashboard - weergave huidig verbruik bij smalle weergave
  • [#273] Docker (by xirixiz) reference in docs
  • [#286] Na gebruik admin-pagina’s geen (eenvoudige) mogelijkheid voor terugkeren naar de site
  • [#332] Launch full screen on iOS device when opening from homescreen
  • [#276] Display error compare page on mobile
  • [#288] Add info to FAQ
  • [#320] auto refresh op statussen op statuspagina
  • [#314] Add web-applicatie mogelijkheid ala pihole
  • [#358] Requirements update (September 2017)
  • [#270] Public Webinterface Warning (readthedocs.io)
  • [#231] Contributors update
  • [#300] Upgrade to Django 1.11 LTS

v1.8.2 - 2017-08-12

12 Aug 19:05
Compare
Choose a tag to compare

Tickets resolved in this release:

  • [#346] Defer statistics page XHR

v1.8.1 - 2017-07-04

04 Jul 15:32
Compare
Choose a tag to compare

Tickets resolved in this release:

  • [#339] Upgrade Dropbox-client to v8.x

v1.8.0 - 2017-06-14

14 Jun 16:00
Compare
Choose a tag to compare

Tickets resolved in this release:

  • [#141] Add MQTT support to publish readings
  • [#331] Requirements update (June 2016)
  • [#299] Support Python 3.6

Docs regarding MQTT can be found here.

v1.7.0 - 2017-05-04

04 May 17:46
Compare
Choose a tag to compare

Warning
Please note that the dsmr_datalogger.0007_dsmrreading_timestamp_index migration will take quite some time, as it adds an index on one of the largest database tables!
It takes around two minutes on a RaspberryPi 2 & 3 with > 4.3 million readings on PostgreSQL. Results may differ on slower RaspberryPi’s or with MySQL.

Note
The API-docs for the new v2 API can be found here.

Tickets resolved in this release:

  • [#230] Support for exporting data via API

v1.6.2 - 2017-04-23

23 Apr 17:32
Compare
Choose a tag to compare

Tickets resolved in this release:

  • [#269] x-as gasgrafiek geeft rare waarden aan
  • [#303] Archive page’s default day sorting

v1.6.1 - 2017-04-06

06 Apr 21:03
Compare
Choose a tag to compare

Tickets resolved in this release:

  • [#298] Update requirements (Django 1.10.7)

v1.6.0 - 2017-03-18

18 Mar 17:34
Compare
Choose a tag to compare

Warning
Support for MySQL has been deprecated since DSMR-reader v1.6 and will be discontinued completely in a later release. Please use a PostgreSQL database instead. Users already running MySQL will be supported in easily migrating to PostgreSQL in the future.

Note
Change in API: The telegram creation API now returns an HTTP 201 response when successful. An HTTP 200 was returned in former versions. View API docs.

Tickets resolved in this release:

[#221] Support for DSMR-firmware v5.0.
[#237] Redesign: Status page.
[#249] Req: Add iOS icon for Bookmark.
[#232] Docs: Explain settings/options.
[#260] Add link to readthedocs in Django for Dropbox instructions.
[#211] API request should return HTTP 201 instead of HTTP 200.
[#191] Deprecate MySQL support.
[#251] Buienradar Uncaught exception.
[#257] Requirements update (February 2017).
[#274] Requirements update (March 2017).

v1.5.5 - 2017-01-19

19 Jan 18:37
Compare
Choose a tag to compare

Tickets resolved in this release:

  • Remove readonly restriction for editing statistics in admin interface (#242).

v1.5.4 - 2017-01-12

12 Jan 21:10
Compare
Choose a tag to compare

Tickets resolved in this release:

  • Improve datalogger for DSMR v5.0 (#212).
  • Fixed another bug in MinderGas API client implementation (#228).