Minor issues in Container setup installation guide #2121
-
Language / Voertaal🇬🇧 English Help yourself
InquiryHelp with installation or upgrade DescriptionFirst of all, thanks for the continued work and maintenance on this project!
When trying to use the compose.env file to enter the parameters for ser2net via ENV vars, these don't seem to be considered: Finally, after following through the guide (using :development branch for the container image) some issues remain: Generally, database migration steps were performed OK. Containers start. --> in the compose.yml the 'devices' section is commented out, since I intend to use ser2net. --> in the compose.env, DSMR-reader version6.01 DSMR-reader platformPodman (e.g. default installation) Optional: Debug info dump (of DSMR-reader)Optional: Smart meter telegram |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments
-
|
Thanks for the headsup! The podman error is probably caused by a mismatch of versions. The guide is based on Trixi, which contains Podman 5.x. For older versions we'll have to look for a workaround, as I'm unable to test all combinations. The remote datalogger settings are for remote datalogger, which is a bit of a different context. For reading E.g. for me; http://192.168.178.50:7777/admin/dsmr_datalogger/dataloggersettings/1/change/
The device should not be needed anymore with ser2net. Any other issues you may want to share more logsd, e.g. if the webinterface does not work. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the feedback Dennis! When the web interface does not start / is not reachable, possibly due to the error of the missing ttyUSB0?, is there another way to (permanently) configure the use of ser2net? |
Beta Was this translation helpful? Give feedback.
-
|
What is the current config? You may omit the values of passwords etc. Also, if you do not need |
Beta Was this translation helpful? Give feedback.
-
|
I did a clean install of trixi on the raspberrypi, this gets rid of the podman-compose systemd create-unit error. I tried again with empty user/password: on startup the following is logged: [ FAIL ] init-validate | DSMRREADER_ADMIN_USER is not set I tried once more with trixi and new podman version to map the /dev/ttyUSB0, but setting permissions still fails. I commented out the device mapping in the compose.yml Also, I use the original port mapping 7777:80 / 7779:443 in the compose.yml It seems without password, startup may not progress. No further log messages appear [ FAIL ] init-validate | DSMRREADER_ADMIN_USER is not set |
Beta Was this translation helpful? Give feedback.
-
|
What is your current compose config? You may omit the values of passwords etc. |
Beta Was this translation helpful? Give feedback.
-
|
Same here. I update to latest image, and webserver is not running anymore. [ �[00;34mINFO�[0m ] init-start | Starting |
Beta Was this translation helpful? Give feedback.
-
|
for me the fix was: delete all DSMRREADER_REMOTE_DATALOGGER_* variables, and restart container |
Beta Was this translation helpful? Give feedback.
-
|
@neverstoppedaskingwhy What is your current compose config? You may omit the values of passwords |
Beta Was this translation helpful? Give feedback.
-
|
I'll move this one to Discussions, Gituhb will copy all content and comments so far. Then I'll delete this one. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, make sure to pull the latest v6 release. Earlier there was a validation done incorrectly of the DSMRREADER_REMOTE_DATALOGGER_* vars in combination with some CONTAINER_RUN_MODES. These issues have been confirmed as resolved with the latest build. |
Beta Was this translation helpful? Give feedback.

for me the fix was:
delete all DSMRREADER_REMOTE_DATALOGGER_* variables, and restart container