UncleSamSwiss / ioBroker.luxtronik2

ioBroker adapter that connects to Luxtronik heatpump controllers
Apache License 2.0
11 stars 13 forks source link

Unknown data item #305

Open Oberreiter opened 1 year ago

Oberreiter commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Same here as well: image

Stroell commented 1 year ago

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,