Zitat192.168.xxx.xx - - [11/Apr/2026:13:33:52 +0200] "PUT /_matrix/client/v3/rooms/%21xf2rxxxxx /send/m.room.message/1775907232.5646-33155?access_token=xxxxx HTTP/1.0" 200 59 "-" "fhem"
192.168.xxx.xx - - [11/Apr/2026:17:03:11 +0200] "GET /_matrix/client/v3/sync?timeout=30000&access_token=xxxxx HTTP/1.0" 200 19083 "-" "fhem"
192.168.xxx.xx - - [11/Apr/2026:17:03:41 +0200] "GET /_matrix/client/v3/sync?timeout=30000&access_token=xxxxx&since=3815 HTTP/1.0" 200 61 "-" "fhem"
192.168.xxx.xx - - [11/Apr/2026:17:04:11 +0200] "GET /_matrix/client/v3/sync?timeout=30000&access_token=xxxxx&since=3815 HTTP/1.0" 200 61 "-" "fhem"
192.168.xxx.xx - - [11/Apr/2026:17:04:12 +0200] "GET /_matrix/client/v3/sync?timeout=30000&access_token=xxxxx&since=3815 HTTP/1.0" 200 264 "-" "fhem"
Zitat von: frober am 12 April 2026, 20:12:36Ich habe über das Issue in Github einen Tipp bekommen und die LandroidUtils.pm angepasst.
Habe sie gerade eingecheckt, ist morgen früh per Update verfügbar.
Der Endpunkt für die Abfrage der userId wurde ohne Info anscheinend am 10.4. geändert.
Da die userId auch anders verfügbar ist, habe ich diese Möglichkeit genutzt.
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 '<L1>'
set ytics
set y2tics
set grid ytics
set ylabel "kWh"
set y2label "kWh"
set yrange [0:]
set y2range [0:]
#DB_Log SolarVorhersage:LastHourPVreal:::$val/=1000
#DB_Log SolarVorhersage:LastHourPVforecast:::$val/=1000
#DB_Log SolarVorhersage:AllPVforecastsToEvent:::$val/=1000
plot "<IN>" using 1:2 axes x1y2 title 'reale PV Erzeugung' ls l1fill lw 1 with fsteps,\
"<IN>" using 1:2 axes x1y2 title 'aktuelle PV Vorhersage' ls l6fill_stripe lw 1 with fsteps,\
"<IN>" using 1:2 axes x1y2 title 'initiale PV Vorhersage' ls l4 lw 1 with fsteps
define Rep.Del.AllPVforecastsToEvent DbRep DB_Log
attr Rep.Del.AllPVforecastsToEvent alias Löschen Readings AllPVforecastsToEvent des Folgetages
attr Rep.Del.AllPVforecastsToEvent comment ermöglicht dass die Readings AllPVforecastsToEvent am Folgetag wieder neu und aktuell geschrieben werden können
attr Rep.Del.AllPVforecastsToEvent devStateIcon initialized:control_3dot_hor_s connected:10px-kreis-gelb .*disconnect:10px-kreis-rot .*done:10px-kreis-gruen
attr Rep.Del.AllPVforecastsToEvent disable 0
attr Rep.Del.AllPVforecastsToEvent event-on-update-reading state
attr Rep.Del.AllPVforecastsToEvent icon edit_delete
attr Rep.Del.AllPVforecastsToEvent room Datenbank->Produktiv
attr Rep.Del.AllPVforecastsToEvent showproctime 1
attr Rep.Del.AllPVforecastsToEvent timestamp_begin next_day_begin
attr Rep.Del.AllPVforecastsToEvent timestamp_end next_day_end
attr Rep.Del.AllPVforecastsToEvent verbose 2
define At.Del.AllPVforecastsToEvent at *23:58:10 set Rep.Del.AllPVforecastsToEvent delEntries
attr At.Del.AllPVforecastsToEvent alias Start Löschen Readings AllPVforecastsToEventn DB_Log
attr At.Del.AllPVforecastsToEvent icon clock
attr At.Del.AllPVforecastsToEvent room Datenbank->Produktiv