AWhiteKnight / ioBroker.moma

Adapter for monitoring and maintenance of an ioBroker multihost installation
MIT License
4 stars 3 forks source link

State "moma.0.mem.dirty" has no existing object #59

Open Heiko1977 opened 10 months ago

Heiko1977 commented 10 months ago

Describe the bug
Moma can’t get datapoint and doesn’t create it

To Reproduce
Steps to reproduce the behavior: Seem to be an old problem, that should be solved. Maybe I never updated moma, because of fresh install?

Versions:

Additional context
Add any other context about the problem here.

chris82ef commented 9 months ago

I can confirm the issue

Adapter version: 1.2.9 Node version: 20.10.0 Operating system: Linux x64

macpo commented 8 months ago

The same here. "moma.0.mem.writeback" is also missing.

Adapter version 1.2.9

knightofdemons commented 6 months ago

can confirm on a fresh debian install, v1.2.9. is there a cmd to create the object manually?

edit - Fix: edit file /opt/iobroker/node_modules/iobroker.moma/lib/helper.js add line 108: 'dirty': {'type': 'number', 'role': 'value'} (and add a comma to the end of the previous line) restart adapter, check the log image