ich habe nun endlich von OH3 auf OH4 migrieren. Vielen Dank an udo1toni für die Anleitung hier im Forum.
Mein Abfallkalender ist das einzige was noch nicht wieder funktioniert.
Dazu habe ich folgende textbasierte Items:
Code: Alles auswählen
String ABF1_NAME { channel="http:url:06f8dbd034:ics"[profile="transform:JS", function="abfall_naechste_abholung_name.js"] }
DateTime ABF1_DATE { channel="http:url:06f8dbd034:ics"[profile="transform:JS", function="abfall_naechste_abholung_datum.js"] }
Code: Alles auswählen
2023-11-15 18:18:21.070 [ERROR] [.module.script.profile.ScriptProfile] - Neither 'toItemScript' nor 'toHandlerScript' defined in link 'ABF1_NAME -> http:url:06f8dbd034:ics'. Profile will discard all states and commands.
2023-11-15 18:18:21.073 [ERROR] [.module.script.profile.ScriptProfile] - Neither 'toItemScript' nor 'toHandlerScript' defined in link 'ABF1_DATE -> http:url:06f8dbd034:ics'. Profile will discard all states and commands.
Kann mir einer erklären was ich tun muss? Gerne dann gleich als UI-basiertes Item.
Gruß
Robert