@frank54
ich habe nun auf einem weiteren Raspi4 den iobroker komplett neu aufgesetzt. Schon beim Installieren der 2 homematic-Adapter Hm-rega und hm-rpc kommt eine Warnung,
2024-04-11 15:15:25.340 - warn: admin.0 (11310) hm-rpc has an invalid jsonConfig: [{"instancePath":"/items/_deviceManager","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/then/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"innerStyle"},"message":"must NOT have additional properties"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
2024-04-11 15:18:29.828 - info: host.iobroker-32 iobroker add hm-rpc --host iobroker-32
2024-04-11 15:18:31.698 - info: host.iobroker-32 iobroker host.iobroker-32 create instance hm-rpc
die einen Hinweis darauf gibt, dass das anschließende Starten der rpc-Adapter fehlerhaft verlaufen könnte, was es ja auch tut, z.B.:
2024-04-11 15:37:35.849 - error: hm-rpc.0 (11482) Init not possible, going to stop: Unknown XML-RPC tag 'TITLE'
2024-04-11 15:37:55.635 - info: host.iobroker-32 "system.adapter.hm-rpc.0" disabled
2024-04-11 15:37:55.635 - info: host.iobroker-32 stopInstance system.adapter.hm-rpc.0 (force=false, process=true)
2024-04-11 15:37:55.641 - info: hm-rpc.0 (11482) Got terminate signal TERMINATE_YOURSELF
2024-04-11 15:37:55.643 - info: hm-rpc.0 (11482) xmlrpc -> 192.168.5.133:2001/ init ["http://192.168.5.150:2001",""]
2024-04-11 15:37:55.653 - error: hm-rpc.0 (11482) Cannot call init: [http://192.168.5.150:2001, ""] Unknown XML-RPC tag 'TITLE'
2024-04-11 15:37:55.655 - info: hm-rpc.0 (11482) terminating
Liegt es also schon an der Adapter-Installation ?