Zitat von: tomcat.x am 31 März 2026, 10:49:39Über das hier bin ich gestolpert:
GOTO="alsa_restore_std" has no matching label
Zitat von: Ralf9 am 05 Mai 2026, 21:57:30Bei der zweiten und dritten haben am Ende 2 Pulszeiten nicht gepasst, habe 0 durch 6 ersetzt, dann hats gepasst
zero => [-2.1], # -500 short low
one => [1], # 235 short high
two => [-3.6], # -840 long low
float => [2.5], # 580 long high
Zitat von: Beta-User am 06 Mai 2026, 07:30:35über ein Attribut "disabledForIntervals" nachdenkenJa, dann macht "return if !$interval;" Sinn.
Zitat von: Beta-User am 06 Mai 2026, 07:30:35Du meinst wohl, dass man FULLY_UpdateDeviceInfo() aufrufen soll?Nein ich meine nicht "FULLY_UpdateDeviceInfo" sondern "FULLY_GetDeviceInfo".
Zitat von: Sidey am 05 Mai 2026, 23:28:14Zitat von: mistepke am 05 Mai 2026, 09:02:51PERL WARNING: could not find ParserDetails.ini in /usr/src/app/core/lib/perl5/XML/SAX
Kannst Du den ParserDetails.ini Fehler einem Modul zuordnen?
TargetTemperature=desired-temp::targetTemp,minValue=8,maxValue=28,minStep=0.5
CurrentTemperature=temperature,nocache=1
TargetHeatingCoolingState=heatingState,values=OFF:0;;;;HEAT:1;;;;COOL:2;;;;AUTO:3,cmds=OFF:closed;;HEAT:desired-temp+20;;COOL:desired-temp+16
CurrentHeatingCoolingState=heatingState,values=HEAT:1;;;;COOL:2;;;;OFF:0;;;;AUTO:0,valud=AUTO
StatusLowBattery=batterylow,values=0:BATTERY_LEVEL_NORMAL;1:BATTERY_LEVEL_LOW
BatteryLevel=batteryPercent
LockPhysicalControls=devicelock,values=no:CONTROL_LOCK_DISABLED;yes:CONTROL_LOCK_ENABLED
Model=FBTYPE
StatusActive=present,valueOn=yes,valueOff=no
history:size=1024heatingState
{
(ReadingsNum($NAME,"desired-temp",0) == 7.5)
? "OFF" :
(ReadingsNum($NAME,"temperature",0) < ReadingsNum($NAME,"desired-temp",0))
? "HEAT" :
(ReadingsNum($NAME,"temperature",0) >= ReadingsNum($NAME,"desired-temp",0))
? "COOL" : "AUTO"
},
targetTemp
{
ReadingsNum($NAME,"state",1)
}Zitat von: RalfRog am 06 Mai 2026, 07:46:03HiHilft aber nichts, wenn global verbose bei kleiner 2 liegt. Deswegen hatte ich ja um verbose 3 im Devices und einer neuen Bereitstellung des Log gebeten.
Ich glaube in #8 ist es angehängt (2MB).
Der Post vor dem PDF mit dem List.
2026.05.06 06:14:52 1: SolarForecast DEBUG> collect Battery Readings data: device=Enphase =>
2026.05.06 06:14:52 1: SolarForecast DEBUG> pin: 0 W, pout: 222 W, totalin: 3387715 Wh, totalout: 3239753 Wh, soc: 46
2026.05.06 06:14:52 1: SolarForecast DEBUG> collect Battery Readings data: device=ha_tjsLMch1 =>
2026.05.06 06:14:52 1: SolarForecast DEBUG> pin: 0 W, pout: 115 W, totalin: 29908.4495373365 Wh, totalout: 15453.199455785 Wh, soc: 32
Es müssen also 337W entweder über der Bat WR oder über getrennte Kanäle fließen. Wenn nicht, muß ich mir das anschauen.ZitatEine Möglichkeit, mehrere Batterien in der Flussgrafik abzubilden, gibt es nicht, oder?Nein, momentan nicht. Vllt. mache ich das mal wenn inhaltlich keine Wünsche/Bugs mehr vorhanden sind und ich mehr Input in die Flow stecken kann.
HAP-NodeJS WARNING: The accessory 'WZ_LED_01' has an invalid 'Name' characteristic ('WZ_LED_01'). Please use only alphanumeric, space, and apostrophe characters.
Ensure it starts and ends with an alphabetic or numeric character, and avoid emojis. This may prevent the accessory from being added in the Home App or cause unresponsiveness.