Hallo,
ich habe auf einer FHEM-Installation nach längerer Zeit mal ein Update gemacht und nun wird ein Graph nicht angezeigt, es erscheint obige Fehlermeldung. Was mache ich hier falsch? Hat jemand einen Tipp?
<div data-type="chart"
class="nobuttons fullsize"
data-device="PV"
data-logdevice="DB_Current"
data-logfile="HISTORY"
data-columnspec='["PV:SPOT_PACTOT"]'
data-style="ftui lXfill"
data-ptype="lines"
data-nofulldays="true"
data-daysago_start="-5H"
data-daysago_end="-21H"
data-width="60%"
data-yunit=" W"
data-timeformat="hh">
</div>
Da hat sich ein Fehler in der neuesten Version eingeschlichen, bin dran.
Workaround bis auf Weiteres:
data-style="ftui lXfill"
durch
data-style='["ftui lXfill"]'
ersetzen
Klappt, danke!