Stundengenaue Wettervorhersage

Begonnen von tupol, 27 April 2014, 13:33:53

Vorheriges Thema - Nächstes Thema

jnewton957

Zitat von: frank am 26 Januar 2015, 20:41:42
das reicht nicht. du brauchst weitere dateien durch die vielen neuen änderungen. mache update force.

Erledigt.
leider weiterhin nach Aufruf des Raumes bzw. des Plots der gleiche Fehler


Illegal division by zero at ./FHEM/98_SVG.pm line 1428 

Ich habe mal in der 98_SVG nachgesehen, was in der Zeile 1428 steht:


$tmul = $w/($tosec-$fromsec);

Ich habe mal in myUtils nachgesehen.
Dort steht ja jetzt (nachdem ich dein coding eingetragen habe:

  my $fromsec = SVG_time_to_sec($from);
   my $tosec   = SVG_time_to_sec($to);

Die sub SVG_time_to_sec ist in der 99_utils.pm enthalten.

Also ist ($tosec-$fromsec) =0 und das bedeutet, dass tosec=fromsec

Bin ratlos

Jörg
FHEM6.2 auf Pi5
V 1.66 nanoCUL 433 (IT)
V 1.66 nanoCUL868 (HM)
sqlite3 LogDb
ELRO AB440, DECT200,  TFA30.3125, esp8266, HM, TabletUI, IR-Schreiblesekopf (Udo),tibber Pulse, Kostal Pico, cfos Wallbox, Modbus TCP

frank

Zitatleider weiterhin nach Aufruf des Raumes bzw. des Plots der gleiche Fehler
poste deine gplot datei. nur mit diesem einen plot, oder auch bei anderen?

hast du meine aktuelle funktion aus dem thread? ich hatte die ja mehrmals erweitert. welchen fhem-style verwendest du? default? ich nutze darkstyle. mit eigenen styles gibt es probs. es gab dutzende problemthreads über svg und web. schau bei frontends und anfänger.

lösche den problemplot und mache save. anschliessend restart. dann gehe den weg über filelog-editor => create svg => svg-editor.

gruss frank
FHEM: 6.0(SVN) => Pi3(buster)
IO: CUL433|CUL868|HMLAN|HMUSB2|HMUART
CUL_HM: CC-TC|CC-VD|SEC-SD|SEC-SC|SEC-RHS|Sw1PBU-FM|Sw1-FM|Dim1TPBU-FM|Dim1T-FM|ES-PMSw1-Pl
IT: ITZ500|ITT1500|ITR1500|GRR3500
WebUI [HMdeviceTools.js (hm.js)]: https://forum.fhem.de/index.php/topic,106959.0.html

jnewton957

#122
Zitat von: frank am 27 Januar 2015, 08:55:19
poste deine gplot datei. nur mit diesem einen plot, oder auch bei anderen?

hast du meine aktuelle funktion aus dem thread? ich hatte die ja mehrmals erweitert. welchen fhem-style verwendest du? default? ich nutze darkstyle. mit eigenen styles gibt es probs. es gab dutzende problemthreads über svg und web. schau bei frontends und anfänger.

lösche den problemplot und mache save. anschliessend restart. dann gehe den weg über filelog-editor => create svg => svg-editor.

gruss frank

Hallo,

meine gplot Konfiguration:
# Created by FHEM/98_SVG.pm, 2015-01-25 13:06:47
set terminal png transparent size <SIZE> crop
set output '<OUT>.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set title '<TL>'
set ytics
set y2tics
set grid ytics
set ylabel "rain mm / temp °C"
set y2label "cloud / chOfRain %"
set yrange [0:5]
set y2range [0:100]

#lp Func:logProxy_proplanta2Plot("Wettervorhersage_Proplanta","rain",$from,$to,0,"day")
#lp Func:logProxy_proplanta2Plot("Wettervorhersage_Proplanta","chOfRain",$from,$to,0,"day")
#lp Func:logProxy_proplanta2Plot("Wettervorhersage_Proplanta","cloud",$from,$to,0,"day")
#lp ConstY:0

plot "<IN>" using 1:2 axes x1y1 title 'fc_rain' ls l2fill lw 1 with steps,\
     "<IN>" using 1:2 axes x1y2 title 'fc_chOfRain' ls l5fill lw 1 with quadraticSmooth,\
     "<IN>" using 1:2 axes x1y2 title 'fc_cloud' ls l6fill lw 1 with quadraticSmooth,\
     "<IN>" using 1:2 axes x1y2 notitle ls l4fill lw 1 with lines
     
     


im glopt editor bekomme ich jedoch zur Auswahl:
Example lines for input:
ConstY:0
ConstY:$data{avg1}
ConstY:$data{avg2}
DbLog:myDB:myReading
FileLog:myFileLog:4:myReading
FileLog:FileLog_<SPEC1>:4:<SPEC1>.power
FileLog:FileLog_<SPEC1>:4:<SPEC1>.consumption
Func:logProxy_WeekProfile2Plot("HCB",$from,$to)
Func:logProxy_WeekProfile2Plot("myHeatingControl",$from,$to,"(\d*)\$")
ConstX:logProxy_shiftTime($from,60*60*2),$data{min1},$data{max1}



in der fhem.cfg habe ich:
define FileLog_Wettervorhersage_Proplanta FileLog ./log/AgroWeather-%Y.log Wettervorhersage_Proplanta
attr FileLog_Wettervorhersage_Proplanta logtype text

define SVG_FileLog_Wettervorhersage_Proplanta_1 SVG FileLog_Wettervorhersage_Proplanta:SVG_FileLog_Wettervorhersage_Proplanta_1:CURRENT
attr SVG_FileLog_Wettervorhersage_Proplanta_1 fixedoffset 6
attr SVG_FileLog_Wettervorhersage_Proplanta_1 fixedrange 7 days
attr SVG_FileLog_Wettervorhersage_Proplanta_1 room Test2




Den Fheler mit dem Absturz hat sich nach dem update behoben.

Ich bkomme aber eben den plot mit den werten nicht, wie in den Beispielen.
Es geht bei allen fhem-styles nicht.

Die Funktion ist aus: http://forum.fhem.de/index.php/topic,22967.msg246973.html#msg246973

Jörg
FHEM6.2 auf Pi5
V 1.66 nanoCUL 433 (IT)
V 1.66 nanoCUL868 (HM)
sqlite3 LogDb
ELRO AB440, DECT200,  TFA30.3125, esp8266, HM, TabletUI, IR-Schreiblesekopf (Udo),tibber Pulse, Kostal Pico, cfos Wallbox, Modbus TCP

frank

#123
"7days" beim attr fixedrange muss ohne leerzeichen sein.

edit:
Zitatim glopt editor bekomme ich jedoch zur Auswahl:
das ist gut so. mögliche beispiele von logproxy.
FHEM: 6.0(SVN) => Pi3(buster)
IO: CUL433|CUL868|HMLAN|HMUSB2|HMUART
CUL_HM: CC-TC|CC-VD|SEC-SD|SEC-SC|SEC-RHS|Sw1PBU-FM|Sw1-FM|Dim1TPBU-FM|Dim1T-FM|ES-PMSw1-Pl
IT: ITZ500|ITT1500|ITR1500|GRR3500
WebUI [HMdeviceTools.js (hm.js)]: https://forum.fhem.de/index.php/topic,106959.0.html

jnewton957

#124
Zitat von: frank am 30 Januar 2015, 20:24:27
"7days" beim attr fixedrange muss ohne leerzeichen sein.

Ich fasse es nicht.

2,5 Sekunden Arbeit und aus 7 days dann 7days gemacht und es ging.

Bei den Tests bestimmt 50 fhem Abstürze und 100 shutdown restart. Und dann ist es ein Schreibfehler  >:(


DANKE DANKE


Jörg
FHEM6.2 auf Pi5
V 1.66 nanoCUL 433 (IT)
V 1.66 nanoCUL868 (HM)
sqlite3 LogDb
ELRO AB440, DECT200,  TFA30.3125, esp8266, HM, TabletUI, IR-Schreiblesekopf (Udo),tibber Pulse, Kostal Pico, cfos Wallbox, Modbus TCP

erwin

Hi all,

Ich bekomme bei jedem einzelnen Readingsupdate die folgende Fehlermeldung, für alle Readings:
PERL WARNING: Argument "3chOfRain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
mein FIX (line 655):

#          $rFcDay =~ s/^fc(\d+)_/$1/;  ##MH fix
            $rFcDay =~ s/^fc(\d+)_.*/$1/; ##MH fix

l.g. erwin
FHEM aktuell auf RaspberryPI Mdl 1-4
Maintainer: 00_KNXIO.pm 10_KNX.pm
User: CUNO2 (868 SLOWRF) - HMS100xx, FS20, FHT, 1-Wire  - 2401(iButton), 18x20, 2406, 2413 (AVR), 2450,..,MQTT2, KNX, SONOFF, mySENSORS,....
Hardware:  Busware ROT, Weinzierl IP731, 1-Wire GW,...

JueFi

Hi ,

nach jedem "Shutdown restart" bekomme ich einmalig folgende Zeilen im LOG-File

2015.03.02 10:12:01 1: PERL WARNING: Argument "2temp03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "2evapor" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "3cloud21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "2rain09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "3chOfRain03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "3temp18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "1weatherNight" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "3tempMax" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "1moonRise" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "0uv" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "2sun" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "1tempMin" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "1rain15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "1temp06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "2cloud12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "3temp12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "0weatherNight" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "2weatherNightIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:01 1: PERL WARNING: Argument "3weatherDayIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2weatherEvening" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0temp12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0temp00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3temp21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2temp18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1cloud12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2temp06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3weatherEvening" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRain09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3weatherEveningIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3sun" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRainNight" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rain15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRain12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRainNight" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2moonSet" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3dew" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3temp09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0weatherNightIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0temp09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1weatherEveningIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0weatherMorning" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2rain15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rad" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0cloud15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2rain12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2cloud18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3cloud12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rain12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRain09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2cloud03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1temp15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRain09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1cloud03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2moonRise" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1moonSet" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3cloud03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3frost" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRain18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3temp00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1cloud09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0temp18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRain03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0tempMax" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2cloud21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRain06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1temp09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0weatherEvening" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1weatherMorning" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3temp15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3temp03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2rain00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3moonRise" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRain18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2weatherDayIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rain12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rain00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1rain00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1weatherDay" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1uv" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2cloud00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3weatherMorningIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rad" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1sun" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1temp00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3cloud06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0dew" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1rain18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1rain09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2temp21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0weatherEveningIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRainNight" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3weatherDay" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2uv" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRain09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRainDay" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0cloud21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rain00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1temp18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3date" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRain18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRainDay" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRain00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1weatherDayIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3cloud18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0frost" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1weatherMorningIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1cloud18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0cloud06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0cloud18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3weatherNightIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1frost" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0sun" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRain12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3evapor" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1rain12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2frost" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2rain03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRainDay" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0cloud00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1dew" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0temp03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3moonSet" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rain15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0weatherMorningIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0temp06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRain06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1weatherEvening" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRain03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2weatherEveningIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3weatherNight" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1rain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0evapor" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRain00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rain18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rain03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2weatherMorning" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3weatherMorning" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3cloud15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2cloud15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2date" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2rad" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rain06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1cloud21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1evapor" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1temp03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2rain06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2temp09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0weatherDayIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1rain03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2temp12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRain06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1cloud00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0cloud03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRain03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2tempMax" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRain12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2weatherNight" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0weatherDay" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1cloud06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rain18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRain12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRain15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2temp00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRain00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRain15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3tempMin" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0moonSet" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2rain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRain15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1weatherNightIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0temp21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0cloud09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1rain06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0moonRise" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRain21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRain15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2cloud06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rain03" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1temp21" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0chOfRainNight" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3temp06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0tempMin" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rain06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2chOfRain00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2temp15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3cloud09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRain18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1tempMax" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3cloud00" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1cloud15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3uv" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0cloud12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1date" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0rain09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1temp12" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0date" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3chOfRainDay" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "0temp15" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1chOfRain06" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2rain18" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "3rain09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2weatherMorningIcon" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2cloud09" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2dew" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2weatherDay" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "1rad" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.
2015.03.02 10:12:02 1: PERL WARNING: Argument "2tempMin" isn't numeric in numeric lt (<) at ./FHEM/59_PROPLANTA.pm line 655.


Ist jetzt kein Drama, aber vielleicht einfach zu beheben.
Ansonsten vielen Dank für das Modul  :D
Jürgen

frank

Zitatnach jedem "Shutdown restart" bekomme ich einmalig folgende Zeilen im LOG-File
bei mir gibt es keine warnings. bist du "up to date".
FHEM: 6.0(SVN) => Pi3(buster)
IO: CUL433|CUL868|HMLAN|HMUSB2|HMUART
CUL_HM: CC-TC|CC-VD|SEC-SD|SEC-SC|SEC-RHS|Sw1PBU-FM|Sw1-FM|Dim1TPBU-FM|Dim1T-FM|ES-PMSw1-Pl
IT: ITZ500|ITT1500|ITR1500|GRR3500
WebUI [HMdeviceTools.js (hm.js)]: https://forum.fhem.de/index.php/topic,106959.0.html

JueFi

Zitatnach jedem "Shutdown restart" bekomme ich einmalig folgende Zeilen im LOG-File
Ich habe gerade nochmal geschaut
update check : nothing to do...

# $Id: 59_PROPLANTA.pm 7945 2015-02-11 20:23:49Z tpoitzsch $

define MyWetter2 PROPLANTA <Stadt>
attr MyWetter2 INTERVAL 900
attr MyWetter2 forecastDays 4
attr MyWetter2 room Wetter Proplanta

Kann ich noch was liefern, um den Fehler einzugrenzen ?

frank

FHEM: 6.0(SVN) => Pi3(buster)
IO: CUL433|CUL868|HMLAN|HMUSB2|HMUART
CUL_HM: CC-TC|CC-VD|SEC-SD|SEC-SC|SEC-RHS|Sw1PBU-FM|Sw1-FM|Dim1TPBU-FM|Dim1T-FM|ES-PMSw1-Pl
IT: ITZ500|ITT1500|ITR1500|GRR3500
WebUI [HMdeviceTools.js (hm.js)]: https://forum.fhem.de/index.php/topic,106959.0.html

JueFi

Ich hatte den Post gesehen, aber anders verstanden.
Wenn man jetzt genau hinguckt "springt" "Zeile 655" förmlich ins Auge  :o

Danke für deine Mühe.
Dann wird das sicher in einem der nächsten Updates gefixt werden.

tupol

Habe den Fehler beseitig und eine neue Version eingecheckt.

Loewin

Hallo tupol!

Das Modul funktioniert hervorragend. Danke!

Gibt es eine Möglichkeit, die Mondphasen einzubeziehen?

viele Grüße Sylvia

kvo1

Hallo tupol,

ich habe nach den start diese Meldung in der console.......

given is experimental at ./FHEM/59_PROPLANTA.pm line 515, <$fh> line 14.
when is experimental at ./FHEM/59_PROPLANTA.pm line 517, <$fh> line 14.
when is experimental at ./FHEM/59_PROPLANTA.pm line 521, <$fh> line 14.

gruss
kvo1
RPi1: mit CUL: HM-CC-RT-DN,HM-ES-PMSw1-Pl,HM-LC-BL1-FM,HM-LC-Bl1PBU-FM,HM-LC-SW1-PL2,HM-SCI-3-FM,HM-SEC-SC-2,KFM-Sensor
RPi2: Viessmann(optolink) mit 99_VCONTROL.pm,
Cubietruck: Wheezy / Apache / Owncloud
Cubietruck: Armbian(Jessie) / fhem 5.7 / LMS 7.9
RPi3: (Test) mit 7" Touch  &  HM-MOD-RPI-PCB

syclar

#134
Hallo,

bei mir kommt beim Start Folgendes:

given is experimental at ./FHEM/59_PROPLANTA.pm line 515, <$fh> line 91.
when is experimental at ./FHEM/59_PROPLANTA.pm line 517, <$fh> line 91.
when is experimental at ./FHEM/59_PROPLANTA.pm line 521, <$fh> line 91.
The setpriority() function is unimplemented at ./FHEM/59_PROPLANTA.pm line 618.


Unter STATE steht immer nur: Initializing