Skip to content

Commit 99a5231

Browse files
Support for both single and high/low tariff #130
1 parent bab5ed5 commit 99a5231

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1388
-793
lines changed

docs/HOWTO

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Updating translations:
2+
3+
(cd into CURRENT folder first, cd docs)
4+
make gettext && sphinx-intl update -p _build/locale -l nl
5+
6+
7+
8+
Running local docs server (@ http://127.0.0.1:10000):
9+
10+
(cd into PROJECT folder first, cd ..)
11+
sphinx-autobuild docs docs/_build/html -p 10000

docs/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ v1.4.0 - 2016-xx-xx
66
^^^^^^^^^^^^^^^^^^^
77
- Dropbox API v1 deprecated (`#142 <https://github.com/dennissiemensma/dsmr-reader/issues/142>`_).
88
- Support for Python 3.5 (`#55 <https://github.com/dennissiemensma/dsmr-reader/issues/55>`_).
9+
- Support for both single and high/low tariff (`#130 <https://github.com/dennissiemensma/dsmr-reader/issues/130>`_).
910

1011

1112
v1.3.2 - 2016-11-08

docs/faq.rst

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Frequently Asked Questions (FAQ)
22
================================
33

4+
5+
I only pay for a single electricity tariff but I see two!
6+
---------------------------------------------------------
7+
DSMR (and your energy supplier) always read both high and low tariff from your meter.
8+
It's possible however that you are only paying for a single tariff.
9+
In that case your energy supplier will simply merge both high and low tariffs to make it look like you have a single one.
10+
11+
This application displays separate tariffs by default, but supports merging them to a single one as well.
12+
Just make sure that you apply the **same price to both electricity 1 and 2** and enable the option '**Merge electricity tariffs**' in the frontend configuration.
13+
14+
415
Dropbox: Automated backup sync
516
------------------------------
617
*How can I link my Dropbox account for backups?*
@@ -46,11 +57,11 @@ Please note that due to policies of mindergas.nl it's not allowed to retroactive
4657
Therefor this is not supported by the application. You can however, enter them manually on their website.
4758

4859

49-
Recalculate prices
50-
------------------
60+
Recalculate prices retroactively
61+
--------------------------------
5162
*I've adjusted my energy prices but there are no changes! How can I regenerate them with my new prices?*
5263

53-
You can flush your statistics by executing:
64+
Statistics for each day are generated once, the day after. However, you can flush your statistics by executing:
5465

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

0 commit comments

Comments
 (0)