Skip to content

Just a template for a preconfigured fhem with mysql, mqtt and some other features in a docker environment

Notifications You must be signed in to change notification settings

killer0071234/fhem-docker-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FHEM Docker Base

This is a template for a docker based fhem installation. It contains a lot of services and is preconfigured / ready to start.

Change all the passwords for mySQL, FHEM, NodeRed, ...

Contains

  • FHEM + haus-automatisierung.com FHEM frontend style + Tablet UI + ABFALL Module
  • MQTT (pre-configured)
  • mySQL-Logging (pre-configured)
  • NodeRed

Requirements

  • Docker
  • Docker-Compose

Install

git clone https://github.com/klein0r/fhem-docker.git fhem-docker
cd fhem-docker
docker-compose up -d

Defaults / Ports

  • FHEM: http://[ip]:8083/fhem
  • Node-Red: http://[ip]:1880/

Passwords

  • fhem-User: admin

  • fhem-Password: 1LOg2810AGBLmT2fn

  • telnet: ggOCu3IAKbN0x54zN

  • mySQL-User: fhemuser

  • mySQL-Password: 2jRHnEi3WuNSQAcX7 (see mysql/init.sql and fhem/core/contrib/configDB/configDB.conf)

Additional Information

  • FHEM
    • HTTPS is not configured right now

About

Just a template for a preconfigured fhem with mysql, mqtt and some other features in a docker environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 87.4%
  • JavaScript 6.6%
  • HTML 3.4%
  • CSS 1.4%
  • C++ 0.4%
  • PHP 0.4%
  • Other 0.4%