Skip to content

Commit 71e039b

Browse files
Support for both single and high/low tariff #130
1 parent e576e73 commit 71e039b

23 files changed

+932
-543
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/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)