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

WARN BasicInformationServer WARN ValidatedElements Error #175

Open
Feuer-sturm opened this issue Nov 28, 2024 · 2 comments
Open

WARN BasicInformationServer WARN ValidatedElements Error #175

Feuer-sturm opened this issue Nov 28, 2024 · 2 comments
Assignees
Labels
backend/matter issue is relevant for backend/matter bug Something isn't working

Comments

@Feuer-sturm
Copy link
Collaborator

matter adaper version 2.0.2

After iob start the following warning / error is shown in the log:

2024-11-28 19:58:36.146 - info: matter.0 (34554) starting. Version 0.2.2 in /opt/iobroker/node_modules/iobroker.matter, node: v20.18.1, js-controller: 7.0.3
2024-11-28 19:58:37.856 - info: matter.0 (34554) 2024-11-28 19:58:37.854 WARN BasicInformationServer Using development values for some BasicInformation attributes: hardwareVersion: 0 softwareVersion: 0
2024-11-28 19:58:39.969 - info: matter.0 (34554) 2024-11-28 19:58:39.968 WARN BasicInformationServer Using development values for some BasicInformation attributes: hardwareVersion: 0 softwareVersion: 0
2024-11-28 19:58:40.252 - info: matter.0 (34554) 2024-11-28 19:58:40.251 WARN ValidatedElements Error in *IdentifyServer.triggerEffect*: Throws unimplemented exception
@Feuer-sturm Feuer-sturm added bug Something isn't working backend/matter issue is relevant for backend/matter labels Nov 28, 2024
Apollon77 added a commit that referenced this issue Nov 29, 2024
Apollon77 added a commit that referenced this issue Nov 30, 2024
* matter.js update

* matter.js update

* Also use deleted-flag for devices on UI delete

* Add handling for object deletion during runtime

* Close handling and use adapter setTimeout

* use adapter version as Software/Hardware Version in Matter

 partly addresses #175

* Fixes "auto" flags in backend when make no sense in objects

* Corrrectls set auto flags in UI

fixes #139

* Add logging for incoming state changes for debugging reasons

* Expose adapter for easier access

* Migrate to Behavior logic

... lets use the power of matter.js :-)
This prevents the cyclinc state updates

* Warn when states are not mapped

* Readme

* Readme

* Fix UI...

* update matter.js

* not needed anymore

* Only show product/Vendor ids for Device Dialog for devices
@Apollon77
Copy link
Collaborator

in 0.2.3 sollte nur noch die letzte Meldung übrig sein und als Software/Hardware version die adapter version erscheinen

@Feuer-sturm
Copy link
Collaborator Author

matter 0.2.3

Folgender Fehler kommt im Log

2024-11-30 11:17:15.209 - info: host.iobtestsystemmatter instance system.adapter.matter.0 in version "0.2.3" started with pid 41179
2024-11-30 11:17:42.588 - info: matter.0 (41179) starting. Version 0.2.3 in /opt/iobroker/node_modules/iobroker.matter, node: v20.18.1, js-controller: 7.0.3
2024-11-30 11:17:42.688 - error: matter.0 (41179) Can not read version from package.json: Error: Cannot find module './package.json'
Require stack:
- /opt/iobroker/node_modules/iobroker.matter/build/main.js
2024-11-30 11:17:44.842 - info: matter.0 (41179) 2024-11-30 11:17:44.839 WARN BasicInformationServer Using development values for some BasicInformation attributes: hardwareVersion: 0 softwareVersion: 0
2024-11-30 11:17:47.033 - info: matter.0 (41179) 2024-11-30 11:17:47.033 WARN BasicInformationServer Using development values for some BasicInformation attributes: hardwareVersion: 0 softwareVersion: 0
2024-11-30 11:17:47.957 - info: matter.0 (41179) 2024-11-30 11:17:47.956 WARN BasicInformationServer Using development values for some BasicInformation attributes: hardwareVersion: 0 softwareVersion: 0

@Apollon77 Apollon77 self-assigned this Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend/matter issue is relevant for backend/matter bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants