GithubHelp home page GithubHelp logo

patrickhempel / fhem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dobsiin/fhem

0.0 2.0 0.0 15 KB

This is a Docker Container contains FHEM and homebridge.

License: MIT License

Shell 32.08% JavaScript 67.92%

fhem's Introduction

Docker Container for FHEM and homebridge

I'm running this container on my Synology DiskStation. Just for some Home Automation fun :) The plugins netatmo and fhem are installed.

This docker image contains FHEM and homebridge and is based on Debian Jessie.

Run:

docker run -d \
	   --net=host \
	   -v fhem.cfg:/opt/fhem/fhem.cfg
           -p 8083:8083 \
           -p 51826:51826 \
           dobsiin/fhem

If you would like to run this Image on a Synology NAS you have to SSH into your NAS and use the parameter --net=host otherwise homebridge won't be visible from your homekit app.

Currently homebridge won't start with supervisor.

There is a problem with dns:

[Error: dns service error: unknown error code]

thats due to the fact that avahi-daemon is not started.

Solution:

  • Fix avahi-daemon (use 'service avahi-daemon status' to see if it's running): /etc/init.d/dbus restart apt-get install --reinstall avahi-daemon service avahi-daemon start

  • Remember that to restart avahi-daemon you can use 'service avahi-daemon restart', this may solve some dns issues.

Currently trying to solve this problem..

fhem's People

Contributors

dobsiin avatar patrickhempel avatar

Watchers

 avatar James Cloos avatar

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.