Git Product home page Git Product logo

Comments (5)

xirixiz avatar xirixiz commented on July 19, 2024 1

Im experiencing the same issue now indeed. Im looking into it now.

from dsmr-reader-docker.

xirixiz avatar xirixiz commented on July 19, 2024 1

I noticed a typo and I`m recreating the image(s) now.

from dsmr-reader-docker.

Martinvdm avatar Martinvdm commented on July 19, 2024

Added the following to the docker compose:

environment:
      - TZ=Europe/Amsterdam
      - DAEMON_LOGLEVEL=info
      - AUTORESTART_DATALOGGER=true
      - DB_HOST=dsmrdb
      - DB_USER=dsmrreader
      - DB_PASS=dsmrreader
      - DB_PORT=5432
      - DSMR_USER=admin
      - DSMR_EMAIL=root@localhost
      - DSMR_PASSWORD=admin
      - VIRTUAL_HOST=localhost
      - DAEMON_USER=root
      - DAEMON_GROUP=root

Did not had the deamon_user, daemon_group and daemon_loglevel not yet in the compose file.

Now same log is generated but now :

Error: Format string '%(ENV_DEAMON_LOGLEVEL)s' for 'supervisord.loglevel' contains names ('ENV_DEAMON_LOGLEVEL') which cannot be expanded. 

from dsmr-reader-docker.

Martinvdm avatar Martinvdm commented on July 19, 2024

Reverted back to v2.2.1 and dsmr reader is working again. This is my current docker compose config:

dsmr:
    image: xirixiz/dsmr-reader-docker:latest
    container_name: DSMR-Reader
    links:
      - dsmrdb
    restart: always
    environment:
      - DB_HOST=dsmrdb
      - DSMR_USER=admin
      - DSMR_EMAIL=root@localhost
      - DSMR_PASSWORD=admin
      - VIRTUAL_HOST=localhost
    ports:
      - 8888:80
      - 8889:443
    devices:
      - /dev/ttyUSB0:/dev/ttyUSB0
    networks:
      - backend
    labels:
      - com.centurylinklabs.watchtower.enable=true

from dsmr-reader-docker.

xirixiz avatar xirixiz commented on July 19, 2024

Ok, it's fixed now. I didn't create a new tag, so you need to pull the image manually.

If it's not working, you might need to set some vars (starting with SD).

from dsmr-reader-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.