fhem aufgeräumt

This commit is contained in:
2025-11-23 00:17:18 +01:00
parent eb07073afe
commit 81dfbad469
5 changed files with 1 additions and 306 deletions

View File

@@ -72,18 +72,6 @@ include /etc/fhem/licht.cfg
include /etc/fhem/roll.cfg include /etc/fhem/roll.cfg
define nugget FS20 150d 42
setuuid nugget 5c8c1680-f33f-f17f-c56f-732a17f0870a26af
attr nugget IODev CUL1
attr nugget fm_order 7
attr nugget room Unsorted
define twil Twilight 51.9919 8.4674
setuuid twil 5c8c1681-f33f-f17f-b58c-ab6dd277cfd870e4
attr twil DbLogExclude .*
attr twil event-on-change-reading .*
attr twil room Wetter
# ------------------------------------------------------ # ------------------------------------------------------
define EnO_switch_0080F75F EnOcean 0080F75F define EnO_switch_0080F75F EnOcean 0080F75F
@@ -431,50 +419,6 @@ attr tempWohn resolution 12
attr tempWohn room OG,OWDevice,Wetter attr tempWohn room OG,OWDevice,Wetter
attr tempWohn userReadings temp_A {ReadingsVal("tempWohn", "temperature", "0")+2.5;;} attr tempWohn userReadings temp_A {ReadingsVal("tempWohn", "temperature", "0")+2.5;;}
define bmEss FS20 39be 00
setuuid bmEss 5c8c1686-f33f-f17f-b04f-69c63936be8c3c6f
attr bmEss IODev CUL1
attr bmEss mqttName bm
attr bmEss mqttRoom ess
attr bmEss room FS20
define bmEss2 FS20 39be 01
setuuid bmEss2 5c8c1686-f33f-f17f-903c-8fcc2fa1e95740d7
attr bmEss2 IODev CUL1
attr bmEss2 room FS20
define bmFlurOG2 FS20 bf1e 01
setuuid bmFlurOG2 5c8c1686-f33f-f17f-42c6-072fe35243723de4
attr bmFlurOG2 IODev CUL1
attr bmFlurOG2 room FS20
define bmFlurOG FS20 bf1e 00
setuuid bmFlurOG 5c8c1686-f33f-f17f-4a36-091bb375f53e8441
attr bmFlurOG IODev CUL1
attr bmFlurOG room FS20
define bmWohn FS20 e4d2 00
setuuid bmWohn 5c8c1687-f33f-f17f-0663-f5197f8ada0bb87b
attr bmWohn IODev CUL1
attr bmWohn room FS20
define bmWohn2 FS20 e4d2 01
setuuid bmWohn2 5c8c1687-f33f-f17f-6235-98108a9b56443be8
attr bmWohn2 IODev CUL1
attr bmWohn2 room FS20
define bmKueche FS20 65bf 00
setuuid bmKueche 5c8c1687-f33f-f17f-ed73-d3917b03e7a995f5
attr bmKueche IODev CUL1
attr bmKueche mqttName bm
attr bmKueche mqttRoom kuch
attr bmKueche room FS20
define bmKueche2 FS20 65bf 01
setuuid bmKueche2 5c8c1687-f33f-f17f-a4b8-58c70798da1f5dee
attr bmKueche2 IODev CUL1
attr bmKueche2 room FS20
define tag dummy define tag dummy
setuuid tag 5c8c1688-f33f-f17f-2d44-633a168646ce3c05 setuuid tag 5c8c1688-f33f-f17f-2d44-633a168646ce3c05
attr tag event-on-change-reading 1 attr tag event-on-change-reading 1
@@ -569,14 +513,6 @@ define n_sys_mqtt_cmnd notify sys_mqtt:.* {\
setuuid n_sys_mqtt_cmnd 5fe25515-f33f-5476-430f-5e321298a8484bef setuuid n_sys_mqtt_cmnd 5fe25515-f33f-5476-430f-5e321298a8484bef
attr n_sys_mqtt_cmnd room MQTT attr n_sys_mqtt_cmnd room MQTT
define wohn.fenTerr CUL_FHTTK 0db86a
setuuid wohn.fenTerr 5c8c1675-f33f-f17f-3aea-398df33e0e415cab
attr wohn.fenTerr IODev CUL1
attr wohn.fenTerr event-on-change-reading .*
attr wohn.fenTerr fm_order 5
attr wohn.fenTerr mqttName fenster
attr wohn.fenTerr mqttRoom wohn
attr wohn.fenTerr room FS20
define WEBweatherstation FHEMWEB 8087 global define WEBweatherstation FHEMWEB 8087 global
setuuid WEBweatherstation 675fdee0-f33f-8eb9-d326-f5869e3d64895107 setuuid WEBweatherstation 675fdee0-f33f-8eb9-d326-f5869e3d64895107
attr WEBweatherstation closeConn 1 attr WEBweatherstation closeConn 1
@@ -587,6 +523,7 @@ attr WEBweatherstation plotfork 0
attr WEBweatherstation room Wetter attr WEBweatherstation room Wetter
attr WEBweatherstation verbose 5 attr WEBweatherstation verbose 5
attr WEBweatherstation webname weatherstation attr WEBweatherstation webname weatherstation
define Wetterstation HP1000 IBIELE153 LAPGhxjj define Wetterstation HP1000 IBIELE153 LAPGhxjj
setuuid Wetterstation 675fe166-f33f-8eb9-c717-da5d9aa91491440d setuuid Wetterstation 675fe166-f33f-8eb9-c717-da5d9aa91491440d
attr Wetterstation mqttName wetter attr Wetterstation mqttName wetter

View File

@@ -1,30 +0,0 @@
#
# database configuration file
#
#
## for MySQL
################################################################
%dbconfig= (
connection => "mysql:database=fhem;host=nas;port=3306",
user => "fhemuser",
password => "fhempassword",
);
################################################################
#
## for PostgreSQL
################################################################
#%dbconfig= (
# connection => "Pg:database=fhem;host=localhost",
# user => "fhemuser",
# password => "fhempassword"
#);
################################################################
#
## for SQLite (username and password stay empty for SQLite)
################################################################
#%dbconfig= (
# connection => "SQLite:dbname=/opt/fhem/fhem.db",
# user => "",
# password => ""
#);
################################################################

View File

@@ -1,44 +0,0 @@
define BalkonFen.Roll EnOcean 0004AF18
attr BalkonFen.Roll room wohnz
attr BalkonFen.Roll subType eltakoRoll
define FileLog_BalkonFen.Roll FileLog /var/log/fhem/BalkonFen.Roll-%Y-%m.log BalkonFen.Roll
attr FileLog_BalkonFen.Roll logtype text
attr FileLog_BalkonFen.Roll room EnOcean
define BalkonTuer.Roll EnOcean 008118FC
attr BalkonTuer.Roll room wohnz
attr BalkonTuer.Roll subType eltakoRoll
define FileLog_BalkonTuer.Roll FileLog /var/log/fhem/BalkonTuer.Roll-%Y-%m.log BalkonTuer.Roll
attr FileLog_BalkonTuer.Roll logtype text
attr FileLog_BalkonTuer.Roll room EnOcean
define Balkon.schalt EnOcean 001EE36F
attr Balkon.schalt room EnOcean
attr Balkon.schalt subType switch
define FileLog_Balkon.schalt FileLog /var/log/fhem/Balkon.schalt-%Y-%m.log Balkon.schalt
attr FileLog_Balkon.schalt logtype text
attr FileLog_Balkon.schalt room EnOcean
define Terr.Roll EnOcean 00813473
attr Terr.Roll room EnOcean
attr Terr.Roll subType switch
define FileLog_Terr.Roll FileLog /var/log/fhem/Terr.Roll-%Y-%m.log Terr.Roll
attr FileLog_Terr.Roll logtype text
attr FileLog_Terr.Roll room EnOcean
define Terr.schalt EnOcean 001EDD29
attr Terr.schalt room EnOcean
attr Terr.schalt subType switch
define FileLog_Terr.schalt FileLog /var/log/fhem/Terr.schalt-%Y-%m.log Terr.schalt
attr FileLog_Terr.schalt logtype text
attr FileLog_Terr.schalt room EnOcean
#define BalkonTuer.RollCtrl EnOcean FFA89590
#attr BalkonTuer.RollCtrl subType eltakoRollCtrl
#define BalkonFen.RollCtrl EnOcean FFA89591
#attr BalkonFen.RollCtrl subType eltakoRollCtrl
#define Terr.RollCtrl EnOcean FFA89592
#attr Terr.RollCtrl subType eltakoRollCtrl

View File

@@ -5,7 +5,6 @@ attr btntst manufID 7FF
attr btntst room EnOcean attr btntst room EnOcean
attr btntst subType switch attr btntst subType switch
define ess.dimm EnOcean 01027D33 define ess.dimm EnOcean 01027D33
setuuid ess.dimm 5c8c167e-f33f-f17f-8365-75a4627ed08db69c setuuid ess.dimm 5c8c167e-f33f-f17f-8365-75a4627ed08db69c
attr ess.dimm userattr lightSceneParamsToSave lightSceneRestoreOnlyIfChanged:1,0 attr ess.dimm userattr lightSceneParamsToSave lightSceneRestoreOnlyIfChanged:1,0

View File

@@ -1,167 +0,0 @@
define ow OWServer localhost:4304
define OG_RL_Flur OWDevice 28.8EBF29050000 60
attr OG_RL_Flur IODev ow
attr OG_RL_Flur event-on-change-reading temperature
attr OG_RL_Flur model DS18B20
attr OG_RL_Flur room OWDevice
define logRlFlur FileLog /var/log/fhem/tempRlFlur-%Y-%m.log OG_RL_Flur:temperature.*
attr logRlFlur logtype temp4
define SVG_logRlFlur SVG logRlFlur:SVG_logRlFlur:CURRENT
attr SVG_logRlFlur room OWDevice
define OG_VL OWDevice 28.D48D34050000 60
attr OG_VL IODev ow
attr OG_VL event-on-change-reading temperature
attr OG_VL model DS18B20
attr OG_VL room OWDevice
define logOgVl FileLog /var/log/fhem/tempOgVl-%Y-%m.log OG_VL:temperature.*
attr logOgVl logtype temp4
define SVG_logOgVl SVG logOgVl:SVG_logOgVl:CURRENT
attr SVG_logOgVl room OWDevice
define OG_RL_Kueche OWDevice 28.217B35050000 60
attr OG_RL_Kueche IODev ow
attr OG_RL_Kueche event-on-change-reading temperature
attr OG_RL_Kueche model DS18B20
attr OG_RL_Kueche room OWDevice
define logRlKueche FileLog /var/log/fhem/tempRlKueche-%Y-%m.log OG_RL_Kueche:temperature.*
attr logRlKueche logtype temp4
define SVG_logRlKueche SVG logRlKueche:SVG_logRlKueche:CURRENT
attr SVG_logRlKueche room OWDevice
define OG_RL_Wohn1 OWDevice 28.B3E134050000 60
attr OG_RL_Wohn1 IODev ow
attr OG_RL_Wohn1 event-on-change-reading temperature
attr OG_RL_Wohn1 model DS18B20
attr OG_RL_Wohn1 room OWDevice
define logRlWohn1 FileLog /var/log/fhem/tempRlWohn1-%Y-%m.log OG_RL_Wohn1:temperature.*
attr logRlWohn1 logtype temp4
define SVG_logRlWohn1 SVG logRlWohn1:SVG_logRlWohn1:CURRENT
attr SVG_logRlWohn1 room OWDevice
define OG_RL_Wohn2 OWDevice 28.1BC035050000 60
attr OG_RL_Wohn2 IODev ow
attr OG_RL_Wohn2 event-on-change-reading temperature
attr OG_RL_Wohn2 model DS18B20
attr OG_RL_Wohn2 room OWDevice
define logRlWohn2 FileLog /var/log/fhem/tempRlWohn2-%Y-%m.log OG_RL_Wohn2:temperature.*
attr logRlWohn2 logtype temp4
define SVG_logRlWohn2 SVG logRlWohn2:SVG_logRlWohn2:CURRENT
attr SVG_logRlWohn2 room OWDevice
define rl7 OWDevice 28.5EEB34050000 60
attr rl7 IODev ow
attr rl7 event-on-change-reading temperature
attr rl7 model DS18B20
attr rl7 room OWDevice
define DG_VL OWDevice 28.0BC529050000 120
attr DG_VL IODev ow
attr DG_VL event-on-change-reading temperature
attr DG_VL model DS18B20
attr DG_VL room OWDevice
define rl9 OWDevice 28.CBA235050000 60
attr rl9 IODev ow
attr rl9 event-on-change-reading temperature
attr rl9 model DS18B20
attr rl9 room OWDevice
define RL_Bad OWDevice 28.E7ED35050000 60
attr RL_Bad IODev ow
attr RL_Bad event-on-change-reading temperature
attr RL_Bad model DS18B20
attr RL_Bad room OWDevice
define logDGHeizung FileLog /var/log/fhem/heizungDG-%Y-%m.log (DG_VL:temperature.*)|(rl7:temperature.*)|(RL_Bad:temperature.*)|(rl9:temperature.*)
attr logDGHeizung logtype temp4
define SVG_logDGHeizung_1 SVG logDGHeizung:SVG_logDGHeizung_1:CURRENT
attr SVG_logDGHeizung_1 room OWDevice
define SVG_logDGHeizungRL SVG logDGHeizung:SVG_logDGHeizungRL:CURRENT
attr SVG_logDGHeizungRL room OWDevice
define tempSchlaf OWDevice 28.486B35050000 120
attr tempSchlaf IODev ow
attr tempSchlaf event-on-change-reading temperature
attr tempSchlaf model DS18B20
attr tempSchlaf room DG,OWDevice
define logTempSchlaf FileLog /var/log/fhem/tempSchlaf-%Y-%m.log tempSchlaf:temperature.*
attr logTempSchlaf logtype temp4
define tempBad OWDevice 28.903A29070000 120
attr tempBad IODev ow
attr tempBad event-on-change-reading temperature
attr tempBad model DS18B20
attr tempBad room DG,OWDevice
define logTempBad FileLog /var/log/fhem/tempBad-%Y-%m.log tempBad:temperature.*
attr logTempBad logtype temp4
define SVG_logTempBad SVG logTempBad:SVG_logTempBad:CURRENT
attr SVG_logTempBad room Plots
define SVG_logTempSchlaf SVG logTempSchlaf:SVG_logTempSchlaf:CURRENT
attr SVG_logTempSchlaf room Plots
define tempStudio OWDevice 28.6E282A070000 120
attr tempStudio IODev ow
attr tempStudio event-on-change-reading temperature
attr tempStudio model DS18B20
attr tempStudio room DG,OWDevice
define logTempStudio FileLog /var/log/fhem/tempStudio-%Y-%m.log tempStudio:temperature.*
attr logTempStudio logtype temp4
define SVG_logTempStudio SVG logTempStudio:SVG_logTempStudio:CURRENT
attr SVG_logTempStudio room Plots
define tempKueche OWDevice 28.BB7A2A070000 120
attr tempKueche IODev ow
attr tempKueche event-on-change-reading 1
attr tempKueche model DS18B20
attr tempKueche room OG,OWDevice
define tempWohn OWDevice 28.9B9729070000 120
attr tempWohn IODev ow
attr tempWohn event-on-change-reading temperature
attr tempWohn model DS18B20
attr tempWohn room OG,OWDevice
define logTempWohn FileLog /var/log/fhem/tempWohn-%Y-%m.log tempWohn:temperature.*
attr logTempWohn logtype temp4
define SVG_logTempWohn SVG logTempWohn:SVG_logTempWohn_1:CURRENT
attr SVG_logTempWohn room Plots
define logTempKueche FileLog /var/log/fhem/tempKueche-%Y-%m.log tempKueche:temperature.*
attr logTempKueche logtype temp4
define SVG_logTempKueche_1 SVG logTempKueche:SVG_logTempKueche_1:CURRENT
attr SVG_logTempKueche_1 room Plots
define naInnen netatmo 70:ee:50:04:c0:08
attr naInnen IODev Netatmo
attr naInnen alias Innen
attr naInnen room netatmo
attr naInnen stateFormat T: temperature H: humidity
define naAussen netatmo MODULE 70:ee:50:04:c0:08 02:00:00:04:e5:8c
attr naAussen IODev Netatmo
attr naAussen alias Module
attr naAussen room netatmo
attr naAussen stateFormat T: temperature H: humidity
define logNetatmoAussen FileLog /var/log/fhem/netatmoAussen-%Y-%m.log naAussen:.*
attr logNetatmoAussen room netatmo
define logNetatmoInnen FileLog /var/log/fhem/netatmoInnen-%Y-%m.log naInnen:.*
attr logNetatmoInnen room netatmo
define SVG_logNetatmoAussen_1 SVG logNetatmoAussen:SVG_logNetatmoAussen_1:CURRENT
attr SVG_logNetatmoAussen_1 room Plots