Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error messages with V 1.1.5 #45

Open
wendy2702 opened this issue Sep 29, 2022 · 4 comments
Open

error messages with V 1.1.5 #45

wendy2702 opened this issue Sep 29, 2022 · 4 comments

Comments

@wendy2702
Copy link

wendy2702 commented Sep 29, 2022

Because of this issue #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
Copy link
Owner

which distribution do you use?

@wendy2702
Copy link
Author

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
Copy link

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
Copy link
Author

Anybody working at the adapter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants