ioBroker / ioBroker.ping

Pings configured IPs for ioBroker
MIT License
21 stars 18 forks source link

ping has an invalid jsonConfig #123

Closed 150d closed 1 month ago

150d commented 11 months ago

After modifying the device list (adding some new devices to ping, disabling/removing others, changing the order of entries) the following error appears in the log on every start of the ping adapter:

admin.0 ping has an invalid jsonConfig:

[{"instancePath":"/items/_devices/items/devices","schemaPath":"#/patternProperties/%5E.%2B/allOf/22/then/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"export"},"message":"must NOT have additional properties"},{"instancePath":"/items/_devices","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]

There don't appear to be any consequences though, all devices are pinged and all objects are created/updated.

Is there something I can do?

Versions:

Additional context
admin version: v6.12.0

mcm1957 commented 11 months ago

seems to be a schema issue

https://github.com/ioBroker/adapter-react-v5/issues/205

Does not have any effect on functionality of adapter.

mcm1957 commented 8 months ago

@Apollon77 Should be labelled as BUG even it is most likely a schema error.

GermanBluefox commented 2 months ago

should be fixed by https://github.com/ioBroker/adapter-react-v5/blob/main/schemas/jsonConfig.json#L4865