Scrounger / ioBroker.linux-control

Controlling Linux devices and information about your system
https://forum.iobroker.net/topic/35870/test-adapter-linux-control-v0-x-x
MIT License
10 stars 5 forks source link

error messages with V 1.1.5 #45

Open wendy2702 opened 2 years ago

wendy2702 commented 2 years ago

Because of this issue https://github.com/Scrounger/ioBroker.linux-control/issues/36 is installed Version 1.1.5 as soon as it was available but still got warnings:

2022-09-29 13:37:28.011  - info: host.iobroker "system.adapter.linux-control.0" enabled
2022-09-29 13:37:28.303  - info: host.iobroker instance system.adapter.linux-control.0 started with pid 6652
2022-09-29 13:37:29.777  - warn: linux-control.0 (6652) Object linux-control.0.command.host is invalid: obj.common.states has an invalid type! Expected "object", received "string"
2022-09-29 13:37:29.778  - warn: linux-control.0 (6652) This object will not be created in future versions. Please report this to the developer.
2022-09-29 13:37:29.784  - warn: linux-control.0 (6652) Object linux-control.0.command.host is invalid: obj.common.states has an invalid type! Expected "object", received "string"
2022-09-29 13:37:29.784  - warn: linux-control.0 (6652) This object will not be created in future versions. Please report this to the developer.
2022-09-29 13:37:29.790  - info: linux-control.0 (6652) starting. Version 1.1.5 in /opt/iobroker/node_modules/iobroker.linux-control, node: v16.17.0, js-controller: 4.0.23
2022-09-29 13:37:29.863  - warn: linux-control.0 (6652) Object linux-control.0.command.host is invalid: obj.common.states has an invalid type! Expected "object", received "string"
2022-09-29 13:37:29.864  - warn: linux-control.0 (6652) This object will not be created in future versions. Please report this to the developer.
2022-09-29 13:37:29.877  - info: linux-control.0 (6652) getting data from VIS-OG (192.168.178.215:22, Adapter start)
2022-09-29 13:37:29.877  - info: linux-control.0 (6652) getting data from VIS-EG (192.168.178.216:22, Adapter start)
2022-09-29 13:37:42.091  - warn: linux-control.0 (6652) Used invalid characters: linux-control.0.VIS-OG.services.●.running changed to linux-control.0.VIS-OG.services._.running
2022-09-29 13:37:42.093  - warn: linux-control.0 (6652) State "linux-control.0.VIS-OG.services._.running" has no existing object, this might lead to an error in future versions
2022-09-29 13:37:44.578  - warn: linux-control.0 (6652) Used invalid characters: linux-control.0.VIS-EG.services.●.running changed to linux-control.0.VIS-EG.services._.running
2022-09-29 13:37:44.579  - warn: linux-control.0 (6652) State "linux-control.0.VIS-EG.services._.running" has no existing object, this might lead to an error in future versions
2022-09-29 13:37:53.455  - warn: linux-control.0 (6652) Used invalid characters: linux-control.0.VIS-OG.services.systemd-fsck@dev-disk-by\x2duuid-F213\x2dEECC.running changed to linux-control.0.VIS-OG.services.systemd-fsck@dev-disk-by_x2duuid-F213_x2dEECC.running
2022-09-29 13:37:53.456  - warn: linux-control.0 (6652) State "linux-control.0.VIS-OG.services.systemd-fsck@dev-disk-by_x2duuid-F213_x2dEECC.running" has no existing object, this might lead to an error in future versions
2022-09-29 13:37:55.711  - warn: linux-control.0 (6652) Used invalid characters: linux-control.0.VIS-EG.services.systemd-fsck@dev-disk-by\x2duuid-BDCB\x2dE7C4.running changed to linux-control.0.VIS-EG.services.systemd-fsck@dev-disk-by_x2duuid-BDCB_x2dE7C4.running
2022-09-29 13:37:55.711  - warn: linux-control.0 (6652) State "linux-control.0.VIS-EG.services.systemd-fsck@dev-disk-by_x2duuid-BDCB_x2dE7C4.running" has no existing object, this might lead to an error in future versions
2022-09-29 13:38:00.226  - info: linux-control.0 (6652) successful received data from VIS-OG (192.168.178.215:22)
2022-09-29 13:38:02.023  - info: linux-control.0 (6652) successful received data from VIS-EG (192.168.178.216:22)

JS Controller 4.0.23 Debian Bullseye

Scrounger commented 1 year ago

which distribution do you use?

wendy2702 commented 1 year ago

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS" PRETTY_NAME="Ubuntu 22.04.1 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.1 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian

smartboart commented 1 year ago

Have the same errors. i am running all hosts with Debian Buster on Raspberry Pi 4.

2023-02-06 11:22:55.456 - warn: linux-control.0 (17357) Object linux-control.0.command.host is invalid: obj.common.states has an invalid type! Expected "object", received "string"

2023-02-06 11:22:55.459 - warn: linux-control.0 (17357) This object will not be created in future versions. Please report this to the developer. 2023-02-06 11:22:55.560 - warn: linux-control.0 (17357) Object linux-control.0.command.host is invalid: obj.common.states has an invalid type! Expected "object", received "string" 2023-02-06 11:22:55.562 - warn: linux-control.0 (17357) This object will not be created in future versions. Please report this to the developer.

wendy2702 commented 1 year ago

Anybody working at the adapter?