Skip to content

Commit

Permalink
Merge branch '95-retroactive-energy-price-changes' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed May 18, 2016
2 parents 07ae39c + 99cc5d1 commit b42dd1a
Show file tree
Hide file tree
Showing 17 changed files with 495 additions and 475 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ v1.2.0 - 2016-xx-xx
- Pie charts on trends page overlap their canvas (`#136 <https://github.com/dennissiemensma/dsmr-reader/issues/136>`_).
- 'Slumber' consumption (`#115 <https://github.com/dennissiemensma/dsmr-reader/issues/115>`_).
- Show lowest & highest Watt peaks (`#138 <https://github.com/dennissiemensma/dsmr-reader/issues/138>`_).
- Reset day & hour statistics when changing energy prices (`#95 <https://github.com/dennissiemensma/dsmr-reader/issues/95>`_).


v1.1.2 - 2016-05-01
Expand Down
18 changes: 18 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Frequently Asked Questions (FAQ)
================================

Feature/bug report
------------------
**How can I propose a feature or report a bug I've found?**

`Just create a ticket at Github <https://github.com/dennissiemensma/dsmr-reader/issues/new>`_

Recalculate prices
------------------
**I've adjusted my energy prices but there are no changes! How can I regenerate them with my new prices?**

*You can flush your statistics by executing:*

``./manage.py dsmr_stats_clear_statistics --ack-to-delete-my-data``

*The application will delete all statistics and (slowly) regenerate them in the background. Just make sure the source data is still there.*
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ DSMR Reader's documentation
screenshots
installation
application
faq
changelog
contributing
credits
Expand Down
Loading

0 comments on commit b42dd1a

Please sign in to comment.