-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
DSMR docker is not running anymore since latest version (published Dec 12, 2022 at 8:46 pm) #309
Comments
Hi, that could be indeed as there are breaking changes. Please check the merge logs. You should be able to fix it easily. BREAKING
NON BREAKING
|
As far as I understand your post DSMR Docker is changed from now on. Default (without declaring datalogger environment variables) DSMR Docker starts in Serial mode (that is reading the USB port). In my docker-compose file I now declared datalogger environment variables for a network socket datalogger. Happely DSMR Docker is working again. Thanks for the clarification. When there is a new DSMR Docker image build then I am always looking for release notes about changes. Sadly I never can find any release note. Is it possible to add such notes anywhere so that users don't get suprised with a none working container after a image update (like me this time). |
Good to hear, and good you metion this about the release notes. Maybe I can add a release in the build pipeline so the release notes are visible with the release in GitHub. I`ll make an action point for this. |
It would be great if the release notes are visible with the release in GitHub. |
I tried to get mine working as an api server ... and took me a while untill i went through the code ...
but the readme shows them as uppercase. It's maybe an idea to update the docs ? |
Even better, I could always lowercase the input 😉. Thanks for the input. |
would be better yes , but then you have go through all your code. because on line 74 you do the same check again ... |
Nah, first lowercase them all, then proceed with the code. I don't want to do the lowercasing every time in multiple parts of the code. Anyway, for now I just updated the README. I will implement such a function later. Thanks for sharing ideas/thoughts! |
Support guidelines
I've found an issue and checked that ...
Description
DSMR Docker is not running anymore after updating to the latest image (published on Dec 12, 2022 at 8:46 pm).
Expected behaviour
The latest image is expected to run normally.
Actual behaviour
The latest image stops unexpectedly after the starting and then is starting repeatedly.
Steps to reproduce
Install and start the latest DSMR Docker version ((published on Dec 12, 2022 at 8:46 pm)) on a Synology DS920+.
Docker info
Version
docker-compose --version
):docker-compose version 1.28.5, build 24fb474e
uname -a
):Linux XXXXXXXXXX 4.4.180+ #42962 SMP Tue Sep 20 22:35:56 CST 2022 x86_64 GNU/Linux synology_geminilake_920+
Docker compose
I do not have the output because I am running now a previous DSMR Docker version (build amd64-5.9.0-2022.11.04).
Container logs
Because of the problems with the latest version I have installed a previous version now of DSMR Docker. So I do not have actually the error log from the latest build anymore but I remember that it was complaining about a USB TTY or something like that. That error message sound strange to me because I am using "Network socket" for meter readings (not Synology USB ports).
Additional info
I am running DSMR Docker on a Synology DS920+ for about a year and a half without any problem. :-)
The text was updated successfully, but these errors were encountered: