diff --git a/fhem/CHANGED b/fhem/CHANGED index 58b6ef934..f464caae6 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -478,4 +478,9 @@ - feature: Removed msghist for multiple FHZ handling, IODev attribute added - 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 - by Klaus \ No newline at end of file + 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 + diff --git a/fhem/HISTORY b/fhem/HISTORY index 176f32fc0..9fa1cfb7f 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -374,5 +374,17 @@ - Added a unified dispatch for CUL/FHZ and CM11, since all of them used the same code. - 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: (is almost there!) + attr wl_KF label "Fenster":"Entfeuchter" + .gplot: ... (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.*