Giter VIP home page Giter VIP logo

Comments (7)

zivillian avatar zivillian commented on June 3, 2024 1

Oh, wow. I initially tried this, but decided that it's too difficult and nobody would use it. So thank for your feedback - I'll take a look into this.

from ism7mqtt.

IgitBuh avatar IgitBuh commented on June 3, 2024 1

Just wanted to say thanks! Found it now on docker hub and all the parameters are already prepared. Perfect!

from ism7mqtt.

zivillian avatar zivillian commented on June 3, 2024

can you try the image published at https://github.com/zivillian/ism7mqtt/pkgs/container/ism7mqtt?

from ism7mqtt.

IgitBuh avatar IgitBuh commented on June 3, 2024

Unfortunately my ism7 module hasn't been delivered yet because they have production/chip issues and apparently plan to continue production in spring 2023 (delayed by a whole year!)... I guess that's when a lot of new users will receive their device and find this project here.
However, I'd be willing to test as much as I can anyway to support this issue upfront!

I've installed your docker container (yesterday alpha, today v0.0.8-12-g226ee96) by connecting to my Synology with putty and running docker pull ghcr.io/zivillian/ism7mqtt:v0.0.8-12-g226ee96

It downloaded and installed correctly. Running it directly only prints the supported parameters list.

My thoughts:

  1. Please describe how to configure the parameters when used with docker. Your container has some predefined environment variabled (PATH, ASPNETCORE_URLS, DOTNET_RUNNING_IN_CONTAINER, DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, OPENSSL_CONF). I suggest to prepare the variables that are used by ism7mqtt, so they can be set up and modified easily. Also I guess the /app/ folder has to be mapped to a folder outside of the container where the parameter.json file goes.
  2. As soon as the container is ready to be published officially, please make sure to add it to https://registry.hub.docker.com/ so it is more accessible to everyone.

from ism7mqtt.

sven-s avatar sven-s commented on June 3, 2024

@zivillian

I have a little ODroid U3 running Ubuntu 18.04 with docker and multiple images running. When I try to run

docker pull ghcr.io/zivillian/ism7mqtt:v0.0.8-12-g226ee96

I am getting: no matching manifest for linux/arm/v7 in the manifest list entries

Running uname -a

gives me Linux odroid 4.16.0-v7 #1 SMP PREEMPT Mon Apr 2 11:02:49 UTC 2018 armv7l armv7l armv7l GNU/Linux

can you add this architecture as well? That would be really great!

from ism7mqtt.

zivillian avatar zivillian commented on June 3, 2024

can you try v0.0.8-13-gfe6649d?

from ism7mqtt.

sven-s avatar sven-s commented on June 3, 2024

Looks good!

I used the following compose file (with portainer):

version: '2'
services:
  ism7mqtt:
    image: ghcr.io/zivillian/ism7mqtt:v0.0.8-13-gfe6649d
    container_name: ism7mqtt    
    network_mode: host
    restart: always
    volumes:
      - /usr/share/docker/ism7mqtt/parameter.json:/app/parameter.json    
    environment:
      - ISM7_MQTTHOST=mqtt.lan
      - ISM7_IP=ip
      - ISM7_PASSWORD=password
      - ISM7_MQTTUSERNAME=user
      - ISM7_MQTTPASSWORD=password
      - ISM7_DEBUG=false

I copied my parameter.json to the odroid and mouted the file into the app directory. Everything is running so far! Thanks!

from ism7mqtt.

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.