fhem-docker
fhem-docker copied to clipboard
A basic Docker image for FHEM house automation system, based on Debian Linux.
Bumps debian from buster-20220801-slim to 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...
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...
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...
[](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. [](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...
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...