Ich habe seit kurzem Probleme mit dem InfoPanel. Sobald ich ein Panel aufrufe blockiert FHEM.
Im Log habe ich folgenden Input:
PERL WARNING: Odd number of elements in hash assignment at ./FHEM/55_InfoPanel.pm line 425.
PERL WARNING: Use of uninitialized value within @_ in list assignment at ./FHEM/55_InfoPanel.pm line 425.
PERL WARNING: Use of uninitialized value $width in substitution (s///) at ./FHEM/55_InfoPanel.pm line 477.
PERL WARNING: Use of uninitialized value $height in substitution (s///) at ./FHEM/55_InfoPanel.pm line 478.
Danach ist nichts mehr.
Das sieht mir sehr nach einem Problem in Deiner Layout-Definition aus. Genauer gesagt: Bei einem "img" Element.
Ja das ist so, es war ein problem mit einem img als SVG format.
Ist gelöst, danke.