hassio-addons/addon-zwave-js-ui

Can't interview Heatit Z-temp2 termostat

olekjell opened this issue · 1 comments

Problem/Motivation

Zwave-js-ui can't interview a Z-temp2 termostat. The termostat is used for associations to Z-water2.

Expected behavior

Expect Z-wave to connect to Z-temp2 in the same way as Z-trm3 termostats.

Actual behavior

Nodeinfo just keep looping.

2024-02-29T09:29:46.665Z CNTRLR » [Node 037] querying parameter #15 information...
2024-02-29 10:29:46.731 INFO Z-WAVE: [Node 037] Metadata updated: 112-0-3840
2024-02-29T09:29:46.734Z CNTRLR « [Node 037] received information for parameter #15:
value format: SignedInteger
value size: 2 bytes
min value: 0
max value: 1
default value: 0
is read-only: false
is advanced (UI): false
has bulk support: false
alters capabilities: false
2024-02-29T09:29:46.739Z CNTRLR » [Node 037] querying parameter #1 value...
2024-02-29 10:29:46.802 INFO Z-WAVE: [Node 037] Value added: 112-0-1 => 900
2024-02-29T09:29:46.808Z CNTRLR » [Node 037] querying parameter #2 value...
2024-02-29 10:29:46.873 INFO Z-WAVE: [Node 037] Value added: 112-0-2 => 10
2024-02-29T09:29:46.878Z CNTRLR » [Node 037] querying parameter #3 value...
2024-02-29 10:29:46.939 INFO Z-WAVE: [Node 037] Value added: 112-0-3 => 10
2024-02-29T09:29:46.942Z CNTRLR » [Node 037] querying parameter #4 value...
2024-02-29 10:29:47.006 INFO Z-WAVE: [Node 037] Value added: 112-0-4 => 0
2024-02-29T09:29:47.009Z CNTRLR » [Node 037] querying parameter #5 value...
2024-02-29 10:29:47.071 INFO Z-WAVE: [Node 037] Value added: 112-0-5 => 0
2024-02-29T09:29:47.074Z CNTRLR » [Node 037] querying parameter #6 value...
2024-02-29 10:29:47.136 INFO Z-WAVE: [Node 037] Value added: 112-0-6 => 10
2024-02-29T09:29:47.140Z CNTRLR » [Node 037] querying parameter #7 value...
2024-02-29 10:29:47.202 INFO Z-WAVE: [Node 037] Value added: 112-0-7 => 0
2024-02-29T09:29:47.206Z CNTRLR » [Node 037] querying parameter #8 value...
2024-02-29 10:29:47.269 INFO Z-WAVE: [Node 037] Value added: 112-0-8 => 50
2024-02-29T09:29:47.273Z CNTRLR » [Node 037] querying parameter #9 value...
2024-02-29 10:29:47.338 INFO Z-WAVE: [Node 037] Value added: 112-0-9 => 3
2024-02-29T09:29:47.342Z CNTRLR » [Node 037] querying parameter #10 value...
2024-02-29 10:29:47.408 INFO Z-WAVE: [Node 037] Value added: 112-0-10 => 5
2024-02-29T09:29:47.412Z CNTRLR » [Node 037] querying parameter #11 value...
2024-02-29 10:29:47.475 INFO Z-WAVE: [Node 037] Value added: 112-0-11 => 50
2024-02-29T09:29:47.478Z CNTRLR » [Node 037] querying parameter #12 value...
2024-02-29 10:29:47.542 INFO Z-WAVE: [Node 037] Value added: 112-0-12 => 400
2024-02-29T09:29:47.548Z CNTRLR » [Node 037] querying parameter #13 value...
2024-02-29 10:29:47.610 INFO Z-WAVE: [Node 037] Value added: 112-0-13 => 0
2024-02-29T09:29:47.614Z CNTRLR » [Node 037] querying parameter #14 value...
2024-02-29 10:29:47.678 INFO Z-WAVE: [Node 037] Value added: 112-0-14 => 0
2024-02-29T09:29:47.683Z CNTRLR » [Node 037] querying parameter #15 value...
2024-02-29 10:29:47.746 INFO Z-WAVE: [Node 037] Value added: 112-0-15 => 0
2024-02-29T09:29:47.750Z CNTRLR » [Node 037] querying parameter #256 value...
2024-02-29T09:29:47.811Z DRIVER Dropping message because it could not be deserialized: The command class Appli
cation Status is not implemented (ZW0303)
2024-02-29T09:29:48.842Z CNTRLR [Node 037] Timed out while waiting for a response from the node (ZW0201)
2024-02-29 10:29:48.854 ERROR APP: Unhandled Rejection, reason: TypeError: Cannot read properties of undefined (reading 'get')
TypeError: Cannot read properties of undefined (reading 'get')
at /opt/node_modules/@zwave-js/cc/src/cc/ConfigurationCC.ts:639:23
at Array.map ()
at Proxy.getBulk (/opt/node_modules/@zwave-js/cc/src/cc/ConfigurationCC.ts:638:18)
at Proxy.get (/opt/node_modules/@zwave-js/cc/src/cc/ConfigurationCC.ts:513:19)
at ConfigurationCC.refreshValues (/opt/node_modules/@zwave-js/cc/src/cc/ConfigurationCC.ts:1276:6)
at ConfigurationCC.interview (/opt/node_modules/@zwave-js/cc/src/cc/ConfigurationCC.ts:1191:3)
at interviewEndpoint (/opt/node_modules/zwave-js/src/lib/node/Node.ts:2166:5)
at ZWaveNode.interviewCCs (/opt/node_modules/zwave-js/src/lib/node/Node.ts:2695:19)
at ZWaveNode.interviewInternal (/opt/node_modules/zwave-js/src/lib/node/Node.ts:1818:9)
at Driver.interviewNodeInternal (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:1664:10)

Steps to reproduce

Include Z-temp2.

Proposed changes

(If you have a proposed change, workaround or fix,
describe the rationale behind it)

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!