Giter Site home page Giter Site logo

Comments (2)

merlinschumacher avatar merlinschumacher commented on May 23, 2024

Hi,

this is due to the fact that the noble module has been abandoned. I've found an alternative and this one will be used by the image from now on. Fixing the "abandoment issues" used to require some hacky fixes with sed. This isn't necessary anymore.
The next release is based upon the new build process used by the official Node-Red image and contains a shellscript to build your own container.

from ct-smart-home.

DannyBoyKN avatar DannyBoyKN commented on May 23, 2024

Ok, thanks!

Still if I want to use the image and doing some cpu load and temperature visualizations on my RaspberryPi4B I have to add the 'raspberrypi' package by amending the Dockerfile:

FROM ghcr.io/ct-open-source/ctnodered:latest
RUN set -ex && apk add --no-cache raspberrypi

For 'vcgencmd' to work within the container the docker-compose.yml needs also:

services:
  nodered:
...
    devices:
      - /dev/vchiq:/dev/vchiq

Then adding package 'node-red-contrib-vcgencmd' to node-RED some nice Dashboard view like that is possible:
image

One cannot add package 'raspberrypi' to your Dockerfile nor the '/dev/vchiq' device to docker-compose.yml since this are specific to the Raspberry OS, right ?

Sure, I can adjust locally the Dockerfile and rebuild for my needs, but I wanted to keep the image up to date using watchtower, which is not working with my customized docker-compose. Could you show/give some advice on how to do that ?

from ct-smart-home.

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.