On the wiki on page:
https://wiki.volkszaehler.org/software/controller/vzlogger/installation_cpp-version#systemd_startscript
there is recommended to use to following instruction
./install.sh mqtt
But the script does not install vzlogger and the other stuff.
The problem is, that if no argument (-z) will be given to the install.sh script every component will be installed, except "mqtt". That's ok.
But if you add any component to the shell script, for example "./install sh mqtt" then "-z" is not fulfilled and the other components of vzlogger (except mqtt) won't be installed.
On the wiki on page:
https://wiki.volkszaehler.org/software/controller/vzlogger/installation_cpp-version#systemd_startscript
there is recommended to use to following instruction
./install.sh mqtt
But the script does not install vzlogger and the other stuff.
The problem is, that if no argument (-z) will be given to the install.sh script every component will be installed, except "mqtt". That's ok.
But if you add any component to the shell script, for example "./install sh mqtt" then "-z" is not fulfilled and the other components of vzlogger (except mqtt) won't be installed.