-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for both single and high/low tariff #130
Comments
Thanks for the suggestion! The current data format does not allow (dynamic) single tariff, because of the way the data modeled and Django's (framework) admin interface works.
Therefor I will push this request back for a possible release later this year, simply because it will require quite some refactoring. Still a nice idea though. |
I think this will still make an excellent addition so I'll move this forward to the upcoming release. |
It took quite some effort, but I seem to have this working now.
|
Merged back to Docs (dev) are updated with the new feature: http://dsmr-reader.readthedocs.io/en/development/faq.html |
The release containing your request has just been released: |
Energy suppliers offer two kinds of tariffs, namely;
Maybe implement a selection in the /admin/dsmr_consumption/consumptionsettings/ section, to choose between the two kinds of tariffs.
Also when a single-tariff is selected, only a single-tariff will be displayed in the /admin/dsmr_consumption/energysupplierprice/ section.
This way people don't have to enter the same price per kWh in the low and high-tariff section.
Maybe implement it on the frontend something like, Electricity 1+2 (single-tariff)
The text was updated successfully, but these errors were encountered: