Skip to content

Commit

Permalink
Released v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Aug 2, 2018
1 parent 86b318b commit 20f90d4
Show file tree
Hide file tree
Showing 199 changed files with 24,408 additions and 6,306 deletions.
2 changes: 1 addition & 1 deletion docs/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Public webinterface warning

- Install a firewall, such as ``ufw`` `UncomplicatedFirewall <https://wiki.ubuntu.com/UncomplicatedFirewall>`_ and restrict traffic to port ``22`` (only for yourself) and port ``80``.

- You should also have Nginx restrict application access when exposing it to the Internet. Simply generate an htpasswd string `using one of the many generators found online <http://www.htaccesstools.com/htpasswd-generator/>`_.
- You should also have Nginx restrict application access when exposing it to the Internet. Simply generate an htpasswd string `using one of the many generators found online <https://www.transip.nl/htpasswd/>`_.

- Paste the htpasswd string in ``/etc/nginx/htpasswd``.

Expand Down
26 changes: 24 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,30 @@ Please make sure you have a fresh **database backup** before upgrading! Upgradin

.. seealso::

- `About back-ups <http://dsmr-reader.readthedocs.io/en/latest/application.html#data-preservation-backups>`_.
- `About upgrading <http://dsmr-reader.readthedocs.io/en/latest/application.html#application-updates-bug-fixes-new-features>`_.
- `About back-ups <https://dsmr-reader.readthedocs.io/en/latest/application.html#data-preservation-backups>`_.
- `About upgrading <https://dsmr-reader.readthedocs.io/en/latest/application.html#application-updates-bug-fixes-new-features>`_.



v1.23.0 - 2018-08-02
^^^^^^^^^^^^^^^^^^^^

.. warning::

Support for **MQTT** has been completely reworked in this release and now **requires** a new ``dsmr_mqtt`` process in Supervisor.
`Additional steps for upgrading can be found here <https://dsmr-reader.readthedocs.io/en/latest/application.html#how-do-i-retain-mqtt-support-when-upgrading-to-v1-23-0-or-higher>`_.


**Tickets resolved in this release:**

- [`#509 <https://github.com/dennissiemensma/dsmr-reader/issues/509>`_] MQTT refactoring
- [`#417 <https://github.com/dennissiemensma/dsmr-reader/issues/417>`_] --- MQTT does connect/publish/disconnect for EACH message - every second
- [`#505 <https://github.com/dennissiemensma/dsmr-reader/issues/505>`_] --- SSL/TLS support for MQTT
- [`#481 <https://github.com/dennissiemensma/dsmr-reader/issues/481>`_] --- Memory Leak in dsmr_datalogger / MQTT
- [`#463 <https://github.com/dennissiemensma/dsmr-reader/issues/463>`_] MQTT: Telegram als JSON, tijdzones
- [`#508 <https://github.com/dennissiemensma/dsmr-reader/issues/508>`_] Trend-grafiek kan niet gegenereerd worden
- [`#292 <https://github.com/dennissiemensma/dsmr-reader/issues/292>`_] Statuspagina: onderdelen 'backup' en 'mindergas upload' toevoegen
- [`#499 <https://github.com/dennissiemensma/dsmr-reader/issues/499>`_] Upgrade Font Awesome to v5



Expand Down
1 change: 1 addition & 0 deletions docs/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Listed in any order, sorted by name.
- `pyrocumulus <https://github.com/pyrocumulus>`_
- `raoulteeuwen <https://github.com/raoulteeuwen>`_
- `Sander de Leeuw <https://www.linkedin.com/in/sander-de-leeuw-58313aa0>`_
- `sanderdw <https://github.com/sanderdw>`_
- `Sevickson <https://github.com/sevickson>`_
- `TampertK <https://github.com/TampertK>`_
- `ThinkPadNL <https://github.com/ThinkPadNL>`_
Expand Down
18 changes: 9 additions & 9 deletions docs/donations.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Donations
=========
Donations / tips
================

Do you like this project and do you want to buy me a beer or coffee? You are always welcome to make a small donation as a token of appreciation!
Do you like this project or does it help you alot? And do you want to tip me or buy me a beer or coffee?
You are always welcome to make a small donation as a token of appreciation!

Know that this project **will always be free to use** and I already do make a decent salary with my regular job. =)

`Donate using PayPal <https://www.paypal.me/DSiemensma>`_
--------------------------------------------------------------
Link: `Donate using PayPal <https://www.paypal.me/DSiemensma>`_
---------------------------------------------------------------

.. note::

Know that this project **will always be free to use** and I already do make a living with my regular job.

Please do not pressure me by "donating for new features", but only for liking what you are using so far... Thanks! =)

Please do not pressure me by "donating for new features", but only for liking what you are using so far... Thanks!
17 changes: 17 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,23 @@ On recent versions it should be as simple as executing the following command as
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql



How do I retain MQTT support when upgrading to v1.23.0 or higher?
-----------------------------------------------------------------

Starting from ``v1.23.0`` DSMR-reader requires a dedicated process for processing MQTT messages (``dsmr_mqtt``).
Fresh installations automatically include the ``dsmr_mqtt`` process. Existing installations however, should add ``dsmr_mqtt`` manually. Instructions:

* Please upgrade to ``v1.23.0`` or higher first.
* Now execute the following commands as **root/sudo-user**::

# NOTE: This will overwrite /etc/supervisor/conf.d/dsmr-reader.conf
sudo cp /home/dsmr/dsmr-reader/dsmrreader/provisioning/supervisor/dsmr-reader.conf /etc/supervisor/conf.d/
sudo supervisorctl reread
sudo supervisorctl update



Feature/bug report
------------------
*How can I propose a feature or report a bug I've found?*
Expand Down
4 changes: 3 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ Docker (alternative)

There is also a Docker version available for DSMR-reader. It's hosted and maintained by a third party. More information can be found here:

Github: https://github.com/xirixiz/dsmr-reader-docker
Github: https://github.com/ualex73/dsmr-reader-docker
Docker hub: https://hub.docker.com/r/ualex73/dsmr-reader-docker/

Github: https://github.com/xirixiz/dsmr-reader-docker
Docker hub: https://hub.docker.com/r/xirixiz/dsmr-reader-docker/

Not interested in Docker? Follow the instructions in the chapters below if you wish to install this project the regular way.
Expand Down
Binary file modified docs/locale/nl/LC_MESSAGES/api.mo
Binary file not shown.
Loading

0 comments on commit 20f90d4

Please sign in to comment.