FHEMWEB features & logdir wildcard
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@322 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -479,3 +479,8 @@
|
|||||||
- bugfix: cut off string "(counter)" from fallback value in 13_KS300.pm
|
- bugfix: cut off string "(counter)" from fallback value in 13_KS300.pm
|
||||||
- feature: daily/monthly cumulated values for EMWZ/EMGZ/EMWM with 15_CUL_EM
|
- feature: daily/monthly cumulated values for EMWZ/EMGZ/EMWM with 15_CUL_EM
|
||||||
by Klaus
|
by Klaus
|
||||||
|
- feature: 01_FHEMWEB.pm: multiple room assignments
|
||||||
|
fixedrange with optional [day|week|month|year]
|
||||||
|
attr title and label for flexible .gplot files
|
||||||
|
- feature: fhem.pl: attr global logdir used by wildcard %ld
|
||||||
|
|
||||||
|
|||||||
14
fhem/HISTORY
14
fhem/HISTORY
@@ -374,5 +374,17 @@
|
|||||||
- Added a unified dispatch for CUL/FHZ and CM11, since all of them used the
|
- Added a unified dispatch for CUL/FHZ and CM11, since all of them used the
|
||||||
same code.
|
same code.
|
||||||
- Addedd IODev attribute to FS20/FHT/HMS/KS300/CUL_WS/CUL/EMWZ/EMGZ/EMEM
|
- Addedd IODev attribute to FS20/FHT/HMS/KS300/CUL_WS/CUL/EMWZ/EMGZ/EMEM
|
||||||
|
- Sun Jan 11 (Klaus)
|
||||||
|
- Added fixedrange option day|week|month|year (for pgm2)
|
||||||
|
e.g.: attr wlEnergiemonat fixedrange month
|
||||||
|
- Added multiple room assignments for one device (for pgm2):
|
||||||
|
e.g.: attr Heizvorlauftemp room Energie,Heizung
|
||||||
|
- Added attr title and label(s) for more flexible .gplot files (for pgm2)
|
||||||
|
e.g.: attr wl_KF title "Fenster:".$value{KellerFenster}.", Entfeuchter: ".$value{Entfeuchter}
|
||||||
|
.gplot: <TL> (is almost there!)
|
||||||
|
attr wl_KF label "Fenster":"Entfeuchter"
|
||||||
|
.gplot: <L0> ... <L9> (constant text is to be replaced individually)
|
||||||
|
- Added attr global logdir, used by wildcard %ld in perl.pm
|
||||||
|
e.g.: attr global logdir /var/tmp
|
||||||
|
define emGaslog FileLog %ld/emGas.log emGas:.*CNT.*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user