FHEM Config wird nach Reboot (Debian8) mit einer uralten Version überschrieben

Begonnen von heinemannj66, 12 Januar 2016, 14:14:55

Vorheriges Thema - Nächstes Thema

heinemannj66

FHEM 5.6
config manuell editiert: vi /opt/fhem/fhem.cfg
config gesichert: cp /opt/fhem/fhem.cfg /opt/fhem/fhem.cfg.copy
mit FHEM rereadcfg in FHEM eingelesen
Config über das FHEM WEBGUI gespeichert

Reboot des servers: reboot

Nach dem Reboot ist meine Sicherungsdatei weg und meine aktuelle config wurde mit einer uralten config einfach überschrieben.

Warum wird die Config Überschrieben?
Wie komme ich wieder an meine aktuelle Config?

--------------------------------------------

attr global userattr Light Light_map cmdIcon devStateIcon devStateStyle fp_0_Uebersicht fp_1_Spitzboden fp_2_Dachgeschoss fp_3_Erdgeschoss fp_4_Keller fp_Beispiel icon sortby structexclude webCmd widgetOverride
attr global autoload_undefined_devices 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global motd SecurityCheck:\
\
WEB,WEBphone,WEBtablet has no basicAuth attribute.\
\
Restart FHEM for a new check if the problem is fixed,\
or set the global attribute motd to none to supress this message.\

attr global room System
attr global sendStatistics onUpdate
attr global statefile ./log/fhem.save
attr global uniqueID ./FHEM/FhemUtils/uniqueID
attr global updateInBackground 1
attr global verbose 3


define telnetPort telnet 7072 global
attr telnetPort room System

define WEB FHEMWEB 8083 global
attr WEB menuEntries Check for Updates,cmd=update+check,Update,cmd=update,Restart,cmd=shutdown+restart
attr WEB room System
attr WEB stylesheetPrefix dark

define WEBphone FHEMWEB 8084 global
attr WEBphone room System
attr WEBphone stylesheetPrefix smallscreen

define WEBtablet FHEMWEB 8085 global
attr WEBtablet room System
attr WEBtablet stylesheetPrefix touchpad

# Fake FileLog entry, to access the fhem log from FHEMWEB
define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
attr Logfile room System

define autocreate autocreate
attr autocreate filelog ./log/%NAME-%Y.log
attr autocreate room System

define eventTypes eventTypes ./log/eventTypes.txt
attr eventTypes room System

# Disable this to avoid looking for new USB devices on startup
define initialUsbCheck notify global:INITIALIZED usb create
attr initialUsbCheck room System
   

###########################################################################################################################
#
# alle 5 Minuten
#
define 5min_check at +*00:01:00 trigger 5min_check
attr 5min_check group Aktualisierungen
attr 5min_check room System

###########################################################################################################################
#
# Configuration Parts
#
include ./FHEM/fhem-urls.cfg
include ./FHEM/fhem-floorplans.cfg
include ./FHEM/fhem-dect.cfg
include ./FHEM/fhem-usv.cfg
include ./FHEM/fhem-EM.cfg
include ./FHEM/fhem-arduino.cfg