fhem-docker icon indicating copy to clipboard operation
fhem-docker copied to clipboard

A basic Docker image for FHEM house automation system, based on Debian Linux.

Results 27 fhem-docker issues
Sort by recently updated
recently updated
newest added

Bumps debian from buster-20220801-slim to buster-20220822-slim. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debian&package-manager=docker&previous-version=buster-20220801-slim&new-version=buster-20220822-slim)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Hey Folks, the actual version contains a buggy module --> CUL_HM.pm. This cause a problem if users try to peer virtual temperature sensors with Homematic thermostats. To solve this problem...

bug

If using a absolute pidfile path like "/tmp/fhem.pid" we do not find it using with this current code: https://github.com/fhem/fhem-docker/blob/fcf2e7259a89d410b5c0877d696004e2831b98af/src/entry.sh#L261

This causes endless looping, because $FOUND will not change during loop operation: https://github.com/fhem/fhem-docker/blob/fcf2e7259a89d410b5c0877d696004e2831b98af/src/entry.sh#L472-L475

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/fhem/fhem-docker). ## Open The following updates have all...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | perl | final | minor | `5.36.3-threaded-bullseye` -> `5.38.2-threaded-bullseye` | |...

Bumps perl from 5.36.3-threaded-bullseye to 5.38.2-threaded-bullseye. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=perl&package-manager=docker&previous-version=5.36.3-threaded-bullseye&new-version=5.38.2-threaded-bullseye)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Hi, i need avahi-browse inside of Fhem Docker. So i need to install those packets: `apt-get install -y avahi-utils avahi-daemon libnss-mdns systemd` My Dockerfile: FROM fhem/fhem:bullseye RUN apt-get update -y...

Using the latest provided version of dockerized FHEM there are issues updating npm inside of docker to 10.x. The requirements therefore are requesting nodejsVersion >18.x instead of the provided version...