FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: fermoll am 02 April 2013, 16:20:18

Titel: CUNO schaltet ab, wenn Windows nicht läuft
Beitrag von: fermoll am 02 April 2013, 16:20:18
FHEM läuft auf einer FritzBox 7390. Verwendet werden 1 CUNO mit 3 S300TH und 1 EM 1000 GZ(S) und MaxCube mit 5 HTs.

Wenn ich den Rechner morgens einschalte, stelle ich fest, dass die Protokolle der HTs die Nacht über durchgelaufen sind, die Sensoren am CUNO jedoch nicht.
Alle Geräte außer dem Cube und CUNO wurden von FHEM automatisch erkannt und eingerichtet.
Anhang:  FHEM.cfg

Bitte um Hilfe

Anhang:

attr global autoload_undefined_devices 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global motd SecurityCheck:\\\\\\\\\

attr global statefile ./log/fhem.save
attr global userattr icon webCmd
attr global verbose 5

define telnetPort telnet 7072 global

define WEB FHEMWEB 8083 global

define WEBphone FHEMWEB 8084 global
attr WEBphone stylesheetPrefix smallscreen

define WEBtablet FHEMWEB 8085 global
attr WEBtablet stylesheetPrefix touchpad

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

define autocreate autocreate
attr autocreate autosave 1
attr autocreate device_room %TYPE
attr autocreate filelog ./log/%NAME-%Y.log
attr autocreate weblink 1
attr autocreate weblink_room Plots

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


# If the above notify did not helped, then you probably have to enable some of
# the following lines.  Verify first that /dev/xxx ist correct.
define MaxCube MAXLAN 192.168.178.21 1234
#define Heizung MAX HeatingThermostat abcdef
# attr Heizung IODev cm
#define FHZ FHZ /dev/USB0
define CUNO CUL 192.168.178.32:2323 0000
attr CUNO rfmode SlowRf
#attr CUL rfmode HomeMatic

#define EUL TCM 310 /dev/ttyACM0@57600
#define BscBor TCM 120 /dev/ttyUSB0@9600
#define BscSmartConnect TCM 310 /dev/ttyUSB0@57600

#FB_checkPw does not for FB-OS > 5.22
#attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
#attr WEBphone basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
#attr WEBtablet basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
#attr telnetPort globalpassword {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
define MAX_00b068 MAX Cube 00b068
attr MAX_00b068 room MAX
define FileLog_MAX_00b068 FileLog ./log/MAX_00b068-%Y.log MAX_00b068
attr FileLog_MAX_00b068 logtype text
attr FileLog_MAX_00b068 room MAX
define MAX_00a9cf MAX HeatingThermostat 00a9cf
attr MAX_00a9cf room MAX
define FileLog_MAX_00a9cf FileLog ./log/MAX_00a9cf-%Y.log MAX_00a9cf
attr FileLog_MAX_00a9cf logtype text
attr FileLog_MAX_00a9cf room MAX
define MAX_008a02 MAX HeatingThermostat 008a02
attr MAX_008a02 room MAX
#define Wohnzimmer2 MAX HeatingThermostat 008a02
define FileLog_MAX_008a02 FileLog ./log/MAX_008a02-%Y.log MAX_008a02
attr FileLog_MAX_008a02 logtype text
attr FileLog_MAX_008a02 room MAX
define Wohnzimmer1 MAX HeatingThermostat 008355
attr Wohnzimmer1 room MAX
define FileLog_Wohnzimmer1 FileLog ./log/Wohnzimmer1-%Y.log Wohnzimmer1
define MAX_008895 MAX HeatingThermostat 008895
attr MAX_008895 room MAX
define FileLog_MAX_008895 FileLog ./log/MAX_008895-%Y.log MAX_008895
attr FileLog_MAX_008895 logtype text
attr FileLog_MAX_008895 room MAX
define MAX_00973c MAX HeatingThermostat 00973c
attr MAX_00973c room MAX
define FileLog_MAX_00973c FileLog ./log/MAX_00973c-%Y.log MAX_00973c
attr FileLog_MAX_00973c logtype text
attr FileLog_MAX_00973c room MAX
define MAX_008a1d MAX HeatingThermostat 008a1d
attr MAX_008a1d room MAX
define FileLog_MAX_008a1d FileLog ./log/MAX_008a1d-%Y.log MAX_008a1d
attr FileLog_MAX_008a1d logtype text
attr FileLog_MAX_008a1d room MAX
define CUL_WS_1 CUL_WS 1
attr CUL_WS_1 room CUL_WS
define FileLog_CUL_WS_1 FileLog ./log/CUL_WS_1-%Y.log CUL_WS_1:T:.*
attr FileLog_CUL_WS_1 logtype temp4hum6:Temp/Hum,text
attr FileLog_CUL_WS_1 room CUL_WS
define weblink_CUL_WS_1 weblink fileplot FileLog_CUL_WS_1:temp4hum6:CURRENT
attr weblink_CUL_WS_1 label "CUL_WS_1 Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr weblink_CUL_WS_1 room Plots
define CUL_WS_5 CUL_WS 5
attr CUL_WS_5 room CUL_WS
define FileLog_CUL_WS_5 FileLog ./log/CUL_WS_5-%Y.log CUL_WS_5:T:.*
attr FileLog_CUL_WS_5 logtype temp4hum6:Temp/Hum,text
attr FileLog_CUL_WS_5 room CUL_WS
define weblink_CUL_WS_5 weblink fileplot FileLog_CUL_WS_5:temp4hum6:CURRENT
attr weblink_CUL_WS_5 label "CUL_WS_5 Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr weblink_CUL_WS_5 room Plots
define CUL_WS_2 CUL_WS 2
attr CUL_WS_2 room CUL_WS
define FileLog_CUL_WS_2 FileLog ./log/CUL_WS_2-%Y.log CUL_WS_2:T:.*
attr FileLog_CUL_WS_2 logtype temp4hum6:Temp/Hum,text
attr FileLog_CUL_WS_2 room CUL_WS
define weblink_CUL_WS_2 weblink fileplot FileLog_CUL_WS_2:temp4hum6:CURRENT
attr weblink_CUL_WS_2 label "CUL_WS_2 Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr weblink_CUL_WS_2 room Plots
define CUL_EM_9 CUL_EM 9
attr CUL_EM_9 room CUL_EM
define FileLog_CUL_EM_9 FileLog ./log/CUL_EM_9-%Y.log CUL_EM_9:CNT.*
attr FileLog_CUL_EM_9 logtype power8:Power,text
attr FileLog_CUL_EM_9 room CUL_EM
define weblink_CUL_EM_9 weblink fileplot FileLog_CUL_EM_9:power8:CURRENT
attr weblink_CUL_EM_9 label "CUL_EM_9 Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr weblink_CUL_EM_9 room Plots
Titel: Aw: CUNO schaltet ab, wenn Windows nicht läuft
Beitrag von: fermoll am 03 April 2013, 21:27:39
Problem ist gelöst.
Ich traue mich kaum, das zu erzählen. Ein Switch wurde beim Abschalten des Computers abgeschaltet und damit der CUNO vom Netz getrennt.
Ansonsten bin ich mit FHEM zufrieden, auch wenn es noch viel zu lernen und einzurichten gilt.
Titel: Aw: CUNO schaltet ab, wenn Windows nicht läuft
Beitrag von: Markus am 03 April 2013, 23:35:46
Mach dir nichts draus!
Das ist mir am Anfang auch Pasiert :-)
Ich hab alle USB Geräte an einen Hub um mir die Ganzen einzelnen Netzgeräte zu sparen...

Gruß Markus