Ich verwende das aktuelle Bookworm 32Bit auf einem Pi4, und ein aktuelles FHEM sowie SolarForecast.
Dennoch bekomme ich beim Ausführen plantConfiguration die Meldung The Perl module AI::DecisionTree is missing. obwohl das Modul mittels cpan install AI::DecisionTree installiert wurde und der Pi neu gestartet wurde.
EDIT:
Sind das falsche Meldungen?
Unter Debian Bookworm muss das Paket AI::DecisionTree mit apt-get install -y libai-decisiontree-perl installiert werden und nicht mit cpan install AI::DecisionTree