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

Unknown data item #305

Open
Oberreiter opened this issue Dec 17, 2022 · 3 comments
Open

Unknown data item #305

Oberreiter opened this issue Dec 17, 2022 · 3 comments

Comments

@Oberreiter
Copy link

The adapter is reporting warnings about Unknown data items, every read cycle:
luxtronik2.0 | 2022-12-17 11:55:23.224 | warn | Unknown data item parameters.runDeaerate
luxtronik2.0 | 2022-12-17 11:55:23.224 | warn | Unknown data item parameters.solarPumpDeaerate

luxtronik2.0 | 2022-12-17 13:02:15.016 | info | Connecting to 192.168.1.43:8889
luxtronik2.0 | 2022-12-17 13:02:12.609 | info | Connected to ws://192.168.1.43:8214
luxtronik2.0 | 2022-12-17 13:02:12.582 | info | Connecting to ws://192.168.1.43:8214
luxtronik2.0 | 2022-12-17 13:02:12.372 | info | starting. Version 0.4.2 in /opt/iobroker/node_modules/iobroker.luxtronik2, node: v16.18.1, js-controller: 4.0.23
host.raspberrypi | 2022-12-17 13:02:10.137 | info | instance system.adapter.luxtronik2.0 started with pid 25207

My heatpump Alpha Innotec HMD_9_LWD LD9V V3.87.1

@Oreider
Copy link

Oreider commented Feb 1, 2023

Same problem here..

luxtronik2.0 | 2023-02-01 20:12:20.804 | warn | Unknown data item parameters.solarPumpDeaerate
luxtronik2.0 | 2023-02-01 20:11:50.359 | warn | Unknown data item parameters.runDeaerate
luxtronik2.0 | 2023-02-01 20:11:50.358 | warn | Unknown data item parameters.solarPumpDeaerate
luxtronik2.0 | 2023-02-01 20:11:19.915 | warn | Unknown data item parameters.runDeaerate
luxtronik2.0 | 2023-02-01 20:11:19.914 | warn | Unknown data item parameters.solarPumpDeaerate

Node.js: v16.19.0
NPM: 8.19.3
js-controller 4.0.24

Adapter Version 0.4.2

Heatpump Novelan LAD 9

@Chrone86
Copy link

Chrone86 commented Aug 5, 2023

Same here as well:
image

@Stroell
Copy link

Stroell commented Oct 7, 2023

Here is the solution to this:
https://forum.iobroker.net/topic/38550/test-adapter-luxtronik2-v0-4-x/211?_=1696671155734

Add the following two lines to the lux-meta.js:

// currently we ignore all timer tables
solarPumpDeaerate: undefined,
runDeaerate: undefined,

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

4 participants