Zitat von: 300P am 19 Mai 2026, 18:28:52Zitat von: DS_Starter am 19 Mai 2026, 13:12:32@all,
wegen der AI Profilproblematik habe ich mich mit dem Profil v1_common_active_pv beschäftigt und einen Fehler gefunden und beseitigt.
Sicherheitsfrage:
"Gehe ich recht in der Annahme" das dies dann auch für
v1_heatpump_active_pv - Haushalt mit stärkerer Gewichtung der PV-Anlage, Wärmepumpe und starkem Tagesrhythmus
gilt wegen dem Ende des Namens .....active_pv?
ZitatSicherheitsfrage:Nein, die fehlende Komponente betraf NUR v1_common_active_pv.
"Gehe ich recht in der Annahme" das dies dann auch für
v1_heatpump_active_pv
Zitat von: DS_Starter am 19 Mai 2026, 13:12:32@all,
wegen der AI Profilproblematik habe ich mich mit dem Profil v1_common_active_pv beschäftigt und einen Fehler gefunden und beseitigt.
?ZitatFalls das nicht erlaubt ist, wie muss/kann man sowas sonst umsetzen?Dazu müsste man wissen, was Sinn und Zweck des dummys ist und wie der angesteuert werden soll.
Internals:
CFGFN
FUUID 6a0c6901-f33f-3e1e-8c08-9261ebbfd1be5f43
NAME Test
NR 944
STATE ???
TYPE dummy
eventCount 5
OLDREADINGS:
READINGS:
2026-05-19 15:48:35 _reading_1 val-1
2026-05-19 15:48:35 _reading_2 val-2
2026-05-19 15:48:35 _trigger 2
Attributes:
event-on-update-reading _trigger
group Test
icon robot
readingList _trigger
room Buero
setList _trigger
sortby 00
userReadings _update_test:_trigger:.* {
my $hash = $defs{$name};
readingsBeginUpdate( $hash );
readingsBulkUpdate( $hash,"_reading_1","val-1" );
readingsBulkUpdate( $hash,"_reading_2","val-2" );
readingsEndUpdate( $hash,1 );
Log3 $name,3,"$name: _update_test done";
return "done";
}2026.05.19 15:47:43 3: Test: _update_test done
2026.05.19 15:47:43 1: readingsUpdate(Test,_update_test,done) missed to call readingsBeginUpdate first.
2026.05.19 15:47:43 1: stacktrace:
2026.05.19 15:47:43 1: main::readingsBulkUpdate called by fhem.pl (5025)
2026.05.19 15:47:43 1: main::readingsEndUpdate called by fhem.pl (5223)
2026.05.19 15:47:43 1: main::readingsSingleUpdate called by ./FHEM/98_dummy.pm (61)
2026.05.19 15:47:43 1: (eval) called by ./FHEM/98_dummy.pm (58)
2026.05.19 15:47:43 1: main::dummy_Set called by fhem.pl (4003)
2026.05.19 15:47:43 1: main::CallFn called by fhem.pl (1989)
2026.05.19 15:47:43 1: main::DoSet called by fhem.pl (2021)
2026.05.19 15:47:43 1: main::CommandSet called by fhem.pl (1285)
2026.05.19 15:47:43 1: main::AnalyzeCommand called by ./FHEM/01_FHEMWEB.pm (2859)
2026.05.19 15:47:43 1: main::FW_fC called by ./FHEM/01_FHEMWEB.pm (1005)
2026.05.19 15:47:43 1: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (616)
2026.05.19 15:47:43 1: main::FW_Read called by fhem.pl (4008)
2026.05.19 15:47:43 1: main::CallFn called by fhem.pl (789)