Seit update von FHEM usw, bekomme ich zur LAufzeit immer wieder folgende Warnung ins
Logfile:
2024.10.23 12:40:27 1: PERL WARNING: splice() offset past end of array at /opt/fhem/FHEM/50_HP1000.pm line 1555, <GEN25> line 91.
2024.10.23 12:40:43 1: PERL WARNING: splice() offset past end of array at /opt/fhem/FHEM/50_HP1000.pm line 1555, <GEN25> line 97.
2024.10.23 12:42:00 1: PERL WARNING: splice() offset past end of array at /opt/fhem/FHEM/50_HP1000.pm line 1555, <GEN25> line 98.
2024.10.23 12:42:31 1: PERL WARNING: splice() offset past end of array at /opt/fhem/FHEM/50_HP1000.pm line 1555, <GEN25> line 123.
2024.10.23 13:04:11 1: PERL WARNING: splice() offset past end of array at /opt/fhem/FHEM/50_HP1000.pm line 1555, <GEN25> line 135.
2024.10.23 13:04:27 1: PERL WARNING: splice() offset past end of array at /opt/fhem/FHEM/50_HP1000.pm line 1555, <GEN25> line 136.
Weshalb ? und kann ich hier überhaupt was tun.
Ich verwende HP1000 in verbindung mit einer Renkforce WH26000 Wetterstation -- eigentlich bisher
ohne Probleme.
Meine Config:
#----- Wetterstation --- Empfangssation definieren--------------------------------
defmod WEBweatherstation FHEMWEB 8095 global
attr WEBweatherstation closeConn 1
attr WEBweatherstation csrfToken none
attr WEBweatherstation group Interfaces
attr WEBweatherstation icon weather_sunrise
attr WEBweatherstation plotfork 0
attr WEBweatherstation verbose 1
attr WEBweatherstation webname weatherstation
defmod Wetterstation HP1000 xxxxx yyyyy
attr Wetterstation alias Wetterstation Garten
attr Wetterstation event-on-change-reading indoorTemperature,temperature,windWarning,israining
attr Wetterstation stateReadings temperature humidity indoorTemperature indoorHumidity wind_speed wind_gust israining
attr Wetterstation event-on-update-reading israining temperature
attr Wetterstation stateReadingsFormat 1
attr Wetterstation webhookFWinstances WEBweatherstation
attr Wetterstation verbose 1
Was ist das Problem ? Wie kann ich die Warnings unterbinden ?