ioBroker.ping icon indicating copy to clipboard operation
ioBroker.ping copied to clipboard

ping has an invalid jsonConfig

Open 150d opened this issue 2 years ago • 3 comments

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:

  • Adapter version: v1.6.2
  • JS-Controller version: v5.0.12
  • Node version: v18.17.1
  • Operating system: Linux/ubuntu

Additional context
admin version: v6.12.0

150d avatar Oct 30 '23 12:10 150d

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 avatar Oct 30 '23 17:10 mcm1957

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

mcm1957 avatar Jan 20 '24 21:01 mcm1957

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

GermanBluefox avatar Jul 16 '24 12:07 GermanBluefox