Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

For Z-Wave related questions in Domoticz

Moderator: leecollings

Post Reply
Evelen
Posts: 234
Joined: Thursday 09 July 2015 12:03
Target OS: Linux
Domoticz version: 2.4538
Location: Norway
Contact:

Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Evelen »

Hello.
 
It started well for about a week ago, I noticed that the magnetic sensor in the door not registered, eventually I tried all my magnetic sensors in the house (4 pieces) and no registered anymore them flashed and have battery, but no command registered in Domoticz, checked log.
rebooted the server several times healed network, but the problem is the same. This is the only battery-powered devices I have (in use), but whether that's the problem I do not know.
Otherwise, I have various external powered units and these works all together fine.
 
UZB1 shows OpenZWave 1.4 to 235-gd9eb0ff and Domoticz is V3.5110
Magnetic sensors are central Vision ZD2102 AU

The Z-Wave tab also shows "Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!", and it don't disaper

Any suggestions?

info:

Image
Image
Image
User avatar
Egregius
Posts: 2592
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Egregius »

You should first check those dead nodes.
Evelen
Posts: 234
Joined: Thursday 09 July 2015 12:03
Target OS: Linux
Domoticz version: 2.4538
Location: Norway
Contact:

Re: Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Evelen »

Egregius wrote:You should first check those dead nodes.
Image
Derik
Posts: 1605
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Derik »

Xheck your Zwcfg,xxxml file in the config map. [ winscp ]
Is this from you as user?
Or is this root?

Check all your batterys of your battery devices!!!!! [ not in Domoticz, with a battery tester ]
Or wakeup them!
En the reboot your pi. or ....

En place some log files
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
Evelen
Posts: 234
Joined: Thursday 09 July 2015 12:03
Target OS: Linux
Domoticz version: 2.4538
Location: Norway
Contact:

Re: Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Evelen »

Derik wrote:Xheck your Zwcfg,xxxml file in the config map. [ winscp ]
Is this from you as user?
Or is this root?

Check all your batterys of your battery devices!!!!! [ not in Domoticz, with a battery tester ]
Or wakeup them!
En the reboot your pi. or ....

En place some log files
My zwcfg.xsd is like this:
Spoiler: show

Code: Select all

<?xml version='1.0'?>
<xs:schema
  xmlns:xs='http://www.w3.org/2001/XMLSchema'
  targetNamespace='http://code.google.com/p/open-zwave/'
  xmlns:Driver='http://code.google.com/p/open-zwave/'
  elementFormDefault='qualified'>

 <xs:element name='Driver'>
  <xs:complexType>
   <xs:sequence>
    <xs:element ref='Driver:Node' minOccurs='0' maxOccurs='unbounded'/>
   </xs:sequence>
   <xs:attribute name='version' type='xs:string' use='required'/>
   <xs:attribute name='home_id' type='xs:string' use='required'/>
   <xs:attribute name='node_id' type='xs:string' use='required'/>
   <xs:attribute name='api_capabilities' type='xs:string' use='required'/>
   <xs:attribute name='controller_capabilities' type='xs:string' use='required'/>
  </xs:complexType>
 </xs:element>

 <xs:element name='Node'>
  <xs:complexType>
   <xs:sequence>
    <xs:element ref='Driver:Manufacturer'/>
    <xs:element ref='Driver:CommandClasses'/>
   </xs:sequence>
   <xs:attribute name='id' type='xs:string' use='required'/>
   <xs:attribute name='name' type='xs:string' use='required'/>
   <xs:attribute name='location' type='xs:string' use='optional'/>
   <xs:attribute name='basic' type='xs:string' use='optional'/>
   <xs:attribute name='generic' type='xs:string' use='optional'/>
   <xs:attribute name='specific' type='xs:string' use='optional'/>
   <xs:attribute name='type' type='xs:string' use='optional'/>
   <xs:attribute name='listening' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='frequentListening' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='beaming' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='routing' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='max_baud_rate' type='xs:string' use='optional'/>
   <xs:attribute name='version' type='xs:string' use='optional'/>
   <xs:attribute name='query_stage' type='xs:string' use='optional'/>
   <xs:attribute name='security' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='nodeinfosupported' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
  </xs:complexType>
 </xs:element>

 <xs:element name='Manufacturer'>
  <xs:complexType>
   <xs:sequence>
    <xs:element ref='Driver:Product'/>
   </xs:sequence>
   <xs:attribute name='id' type='xs:string' use='required'/>
   <xs:attribute name='name' type='xs:string' use='required'/>
  </xs:complexType>
 </xs:element>

 <xs:element name='Product'>
  <xs:complexType>
   <xs:attribute name='type' type='xs:string' use='required'/>
   <xs:attribute name='id' type='xs:string' use='required'/>
   <xs:attribute name='name' type='xs:string' use='required'/>
  </xs:complexType>
 </xs:element>

 <xs:element name='CommandClasses'>
  <xs:complexType>
   <xs:sequence>
    <xs:element ref='Driver:CommandClass' minOccurs='0' maxOccurs='unbounded'/>
   </xs:sequence>
  </xs:complexType>
 </xs:element>

 <xs:element name='CommandClass'>
  <xs:complexType>
   <xs:sequence>
    <xs:element ref='Driver:Instance' minOccurs='0' maxOccurs='unbounded'/>
    <xs:element ref='Driver:Value' minOccurs='0' maxOccurs='unbounded'/>
    <xs:element ref='Driver:Associations' minOccurs='0' maxOccurs='unbounded'/>
   </xs:sequence>
   <xs:attribute name='id' type='xs:string' use='required'/>
   <xs:attribute name='name' type='xs:string' use='required'/>
   <xs:attribute name='version' type='xs:string' use='required'/>
   <xs:attribute name='after_mark' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='create_vars' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='getsupported' use='optional'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='request_flags' type='xs:string' use='optional'/>
   <xs:attribute name='base' type='xs:string' use='optional'/>
   <xs:attribute name='override_precision' type='xs:string' use='optional'/>
  </xs:complexType>
 </xs:element>

 <xs:element name='Instance'>
  <xs:complexType>
   <xs:attribute name='index' type='xs:string' use='required'/>
  </xs:complexType>
 </xs:element>

 <xs:element name='Value'>
  <xs:complexType>
   <xs:sequence>
     <xs:element ref='Driver:Help' minOccurs='0' maxOccurs='1'/>
     <xs:element ref='Driver:Item' minOccurs='0' maxOccurs='unbounded'/>
   </xs:sequence>
   <xs:attribute name='type' type='xs:string' use='required'/>
   <xs:attribute name='genre' type='xs:string' use='required'/>
   <xs:attribute name='instance' type='xs:string' use='required'/>
   <xs:attribute name='index' type='xs:string' use='required'/>
   <xs:attribute name='label' type='xs:string' use='required'/>
   <xs:attribute name='units' type='xs:string' use='required'/>
   <xs:attribute name='read_only' use='required'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='write_only' use='required'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='verify_changes' use='required'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
   <xs:attribute name='poll_intensity' type='xs:string' use='required'/>
   <xs:attribute name='min' type='xs:string' use='required'/>
   <xs:attribute name='max' type='xs:string' use='required'/>
   <xs:attribute name='value' type='xs:string' use='optional'/>
   <xs:attribute name='vindex' type='xs:string' use='optional'/>
   <xs:attribute name='affects' type='xs:string' use='optional'/>
   <xs:attribute name='size' type='xs:string' use='optional'/>
  </xs:complexType>
 </xs:element>

 <xs:element name='Help'>
  <xs:complexType mixed='true'>
  </xs:complexType>
 </xs:element>

 <xs:element name='Item'>
  <xs:complexType>
   <xs:attribute name='label' type='xs:string' use='required'/>
   <xs:attribute name='value' type='xs:string' use='required'/>
  </xs:complexType>
 </xs:element>

 <xs:element name='Associations'>
  <xs:complexType>
   <xs:sequence>
    <xs:element ref='Driver:Group' minOccurs='0' maxOccurs='unbounded'/>
   </xs:sequence>
   <xs:attribute name='num_groups' type='xs:string' use='required'/>
  </xs:complexType>
 </xs:element>

 <xs:element name='Group'>
  <xs:complexType>
   <xs:sequence>
    <xs:element name='Node' minOccurs='0' maxOccurs='unbounded'>
	<xs:complexType>
		<xs:attribute name='id' type='xs:string' use='required'/>
	</xs:complexType>
    </xs:element>
 </xs:sequence>
   <xs:attribute name='index' type='xs:string' use='required'/>
   <xs:attribute name='max_associations' type='xs:string' use='required'/>
   <xs:attribute name='label' type='xs:string' use='required'/>
   <xs:attribute name='auto' use='required'>
    <xs:simpleType>
     <xs:restriction base='xs:string'>
      <xs:enumeration value='true'/>
      <xs:enumeration value='false'/>
     </xs:restriction>
    </xs:simpleType>
   </xs:attribute>
  </xs:complexType>
 </xs:element>
</xs:schema>
Did not find any "xxxml" file

It is from my user, I don't have any battery tester, but should I try to change batteries? (Although it sounds unlikely that all are run out simultaneously, especially when the sensors lights.)

Also I don't have Pi, I have a VMWare ESXi Server and running Domoticz on Ubuntu Server.
Derik
Posts: 1605
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Derik »

some battery devices can kill your network when they are all most empty.

You also can try to stop domoticz
Remove the Zwcfg.xxx file and reboot..

and then check or the Zwcfg file is from u as user.

edit:

This is my file:

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<Driver xmlns="http://code.google.com/p/open-zwave/" version="3" home_id="0xca9c1e7b" node_id="1" api_capabilities="0" controller_capabilities="8" poll_interval="50000" poll_interval_between="false">
    <Node id="1" name="" location="" basic="2" generic="2" specific="1" type="Static PC Controller" listening="true" frequentListening="false" beaming="true" routing="false" max_baud_rate="40000" version="4" query_stage="Complete">
        <Manufacturer id="86" name="Aeotec">
            <Product type="1" id="5a" name="Z-Stick Gen5" />
        </Manufacturer>
        <CommandClasses>
            <CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1" after_mark="true">
                <Instance index="1" />
                <Value type="byte" genre="basic" instance="1" index="0" label="Basic" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
            </CommandClass>
        </CommandClasses>
    </Node>
    <Node id="3" name="Garage" location="" basic="4" generic="16" specific="1" type="Binary Power Switch" listening="true" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="3" query_stage="Complete">
        <Manufacturer id="159" name="Qubino">
            <Product type="2" id="1" name="ZMNHBA2 Flush 2 Relays" />
        </Manufacturer>
        <CommandClasses>
            <CommandClass id="37" name="COMMAND_CLASS_SWITCH_BINARY" version="1" request_flags="5" innif="true">
                <Instance index="1" endpoint="1" />
                <Instance index="2" endpoint="2" />
                <Value type="bool" genre="user" instance="1" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
                <Value type="bool" genre="user" instance="2" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
            </CommandClass>
            <CommandClass id="39" name="COMMAND_CLASS_SWITCH_ALL" version="1" request_flags="5" innif="true">
                <Instance index="1" />
                <Value type="list" genre="system" instance="1" index="0" label="Switch All" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
                    <Item label="Disabled" value="0" />
                    <Item label="Off Enabled" value="1" />
                    <Item label="On Enabled" value="2" />
                    <Item label="On and Off Enabled" value="255" />
                </Value>
            </CommandClass>
            <CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="3" request_flags="1" innif="true">
                <Instance index="1" />
                <Value type="decimal" genre="user" instance="1" index="1" label="Temperature" units="C" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="-999.9" />
            </CommandClass>
            <CommandClass id="50" name="COMMAND_CLASS_METER" version="3" request_flags="3" innif="true">
                <Instance index="1" endpoint="1" />
                <Instance index="2" endpoint="2" />
                <Value type="decimal" genre="user" instance="1" index="0" label="Unknown" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="87.9" />
                <Value type="decimal" genre="user" instance="2" index="0" label="Unknown" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="140.6" />
            </CommandClass>
            <CommandClass id="96" name="COMMAND_CLASS_MULTI_INSTANCE/CHANNEL" version="2" request_flags="1" innif="true" mapping="endpoints">
                <Instance index="1" />
            </CommandClass>
            <CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION" version="1" request_flags="5" innif="true">
                <Instance index="1" />
                <Value type="list" genre="config" instance="1" index="1" label="Input 1 switch type" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="1" size="1">
                    <Item label="Mono-stable switch type (push button)" value="0" />
                    <Item label="Bi-stable switch type" value="1" />
So i think you got the wrong
ScreenShot215.jpg
ScreenShot215.jpg (54.83 KiB) Viewed 2728 times
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
Evelen
Posts: 234
Joined: Thursday 09 July 2015 12:03
Target OS: Linux
Domoticz version: 2.4538
Location: Norway
Contact:

Re: Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Evelen »

oh.
I did took the file from "open-zwave-read-only/config"
my file from "domoticz/config" was "zwcfg_0xd3cf129c.xml": (tryed to delete this)
Spoiler: show

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>

-<Driver poll_interval_between="false" poll_interval="60000" controller_capabilities="8" api_capabilities="0" node_id="1" home_id="0xd3cf129c" version="3" xmlns="http://code.google.com/p/open-zwave/">


-<Node version="4" query_stage="Complete" max_baud_rate="40000" routing="true" beaming="true" frequentListening="false" listening="true" type="Static PC Controller" specific="1" generic="2" basic="2" location="" name="" id="1">


-<Manufacturer name="Vision" id="109">

<Product type="1001" name="ZU1401 Z-Wave USB Stick" id="105"/>

</Manufacturer>


-<CommandClasses>


-<CommandClass version="1" name="COMMAND_CLASS_BASIC" id="32" after_mark="true">

<Instance index="1"/>

<Value type="byte" index="0" value="0" max="255" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Basic" instance="1" genre="basic"/>

</CommandClass>

</CommandClasses>

</Node>


-<Node version="4" query_stage="Complete" max_baud_rate="40000" routing="true" beaming="true" frequentListening="false" listening="true" type="Multilevel Power Switch" specific="1" generic="17" basic="4" location="" name="Zipato" id="13" nodetype="0" devicetype="1536" roletype="5">


-<Manufacturer name="Zipato" id="131">

<Product type="2" name="RGBW LED Bulb" id="2"/>

</Manufacturer>


-<CommandClasses>


-<CommandClass version="2" name="COMMAND_CLASS_SWITCH_MULTILEVEL" id="38" innif="true">

<Instance index="1"/>

<Value type="byte" index="0" value="0" max="255" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Level" instance="1" genre="user"/>

<Value type="button" index="1" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="true" read_only="false" units="" label="Bright" instance="1" genre="user"/>

<Value type="button" index="2" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="true" read_only="false" units="" label="Dim" instance="1" genre="user"/>

<Value type="bool" index="3" value="True" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Ignore Start Level" instance="1" genre="system"/>

<Value type="byte" index="4" value="0" max="255" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Start Level" instance="1" genre="system"/>

</CommandClass>


-<CommandClass version="1" name="COMMAND_CLASS_COLOR" id="51" innif="true" colorchannels="31" request_flags="2">

<Instance index="1"/>

<Value type="string" index="0" value="#FF90000000" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="#RRGGBBWWCW" label="Color" instance="1" genre="user"/>


-<Value type="list" index="1" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Color Index" instance="1" genre="user" size="18" vindex="17">

<Item value="0" label="Off"/>

<Item value="1" label="Cool White"/>

<Item value="2" label="Warm White"/>

<Item value="3" label="Red"/>

<Item value="4" label="Lime"/>

<Item value="5" label="Blue"/>

<Item value="6" label="Yellow"/>

<Item value="7" label="Cyan"/>

<Item value="8" label="Magenta"/>

<Item value="9" label="Silver"/>

<Item value="10" label="Gray"/>

<Item value="11" label="Maroon"/>

<Item value="12" label="Olive"/>

<Item value="13" label="Green"/>

<Item value="14" label="Purple"/>

<Item value="15" label="Teal"/>

<Item value="16" label="Navy"/>

<Item value="17" label="Custom"/>

</Value>

<Value type="int" index="2" value="31" max="2147483647" min="-2147483648" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Color Channels" instance="1" genre="system"/>

</CommandClass>


-<CommandClass version="1" name="COMMAND_CLASS_DEVICE_RESET_LOCALLY" id="90" innif="true" request_flags="4">

<Instance index="1"/>

</CommandClass>


-<CommandClass version="1" name="COMMAND_CLASS_ZWAVE_PLUS_INFO" id="94" innif="true" request_flags="4">

<Instance index="1"/>

<Value type="byte" index="0" value="1" max="255" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="ZWave+ Version" instance="1" genre="system"/>

<Value type="short" index="1" value="1536" max="32767" min="-32768" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="InstallerIcon" instance="1" genre="system"/>

<Value type="short" index="2" value="1536" max="32767" min="-32768" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="UserIcon" instance="1" genre="system"/>

</CommandClass>


-<CommandClass version="1" name="COMMAND_CLASS_CONFIGURATION" id="112" innif="true" request_flags="4">

<Instance index="1"/>


-<Value type="byte" index="1" value="50" max="100" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="RGB Color" instance="1" genre="config">

<Help>Color Temperature</Help>

</Value>


-<Value type="byte" index="2" value="10" max="32" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Shock Sensor" instance="1" genre="config">

<Help>Shock sensor : 0=Maximum sensitivity ; 32=minimum sensitivity</Help>

</Value>

</CommandClass>


-<CommandClass version="1" name="COMMAND_CLASS_MANUFACTURER_SPECIFIC" id="114" innif="true" request_flags="4">

<Instance index="1"/>

</CommandClass>


-<CommandClass version="1" name="COMMAND_CLASS_POWERLEVEL" id="115" innif="true" request_flags="4">

<Instance index="1"/>


-<Value type="list" index="0" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="dB" label="Powerlevel" instance="1" genre="system" size="1" vindex="0">

<Item value="0" label="Normal"/>

<Item value="1" label="-1dB"/>

<Item value="2" label="-2dB"/>

<Item value="3" label="-3dB"/>

<Item value="4" label="-4dB"/>

<Item value="5" label="-5dB"/>

<Item value="6" label="-6dB"/>

<Item value="7" label="-7dB"/>

<Item value="8" label="-8dB"/>

<Item value="9" label="-9dB"/>

</Value>

<Value type="byte" index="1" value="0" max="255" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="seconds" label="Timeout" instance="1" genre="system"/>

<Value type="button" index="2" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="true" read_only="false" units="" label="Set Powerlevel" instance="1" genre="system"/>

<Value type="byte" index="3" value="0" max="255" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Test Node" instance="1" genre="system"/>


-<Value type="list" index="4" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="dB" label="Test Powerlevel" instance="1" genre="system" size="1" vindex="0">

<Item value="0" label="Normal"/>

<Item value="1" label="-1dB"/>

<Item value="2" label="-2dB"/>

<Item value="3" label="-3dB"/>

<Item value="4" label="-4dB"/>

<Item value="5" label="-5dB"/>

<Item value="6" label="-6dB"/>

<Item value="7" label="-7dB"/>

<Item value="8" label="-8dB"/>

<Item value="9" label="-9dB"/>

</Value>

<Value type="short" index="5" value="0" max="32767" min="-32768" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Frame Count" instance="1" genre="system"/>

<Value type="button" index="6" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="true" read_only="false" units="" label="Test" instance="1" genre="system"/>

<Value type="button" index="7" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="true" read_only="false" units="" label="Report" instance="1" genre="system"/>


-<Value type="list" index="8" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="Test Status" instance="1" genre="system" size="1" vindex="0">

<Item value="0" label="Failed"/>

<Item value="1" label="Success"/>

<Item value="2" label="In Progress"/>

</Value>

<Value type="short" index="9" value="0" max="32767" min="-32768" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="Acked Frames" instance="1" genre="system"/>

</CommandClass>


-<CommandClass version="1" name="COMMAND_CLASS_ASSOCIATION" id="133" innif="true" request_flags="4">

<Instance index="1"/>


-<Associations num_groups="1">


-<Group index="1" label="Report" auto="true" max_associations="5">

<Node id="1"/>

</Group>

</Associations>

</CommandClass>


-<CommandClass version="1" name="COMMAND_CLASS_VERSION" id="134" innif="true" request_flags="4">

<Instance index="1"/>

<Value type="string" index="0" value="3" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="Library Version" instance="1" genre="system"/>

<Value type="string" index="1" value="3.92" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="Protocol Version" instance="1" genre="system"/>

<Value type="string" index="2" value="1.06" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="Application Version" instance="1" genre="system"/>

</CommandClass>

</CommandClasses>

</Node>

</Driver>
It is also a file called "zwcfg_0xf3eab290.xml" from root (don't jave access to read og replace this)
Derik
Posts: 1605
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Derik »

try to delete them
Stp first domoticz
Then delete
Then update/upgrade
reboot
check if files are user and not root..
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
Evelen
Posts: 234
Joined: Thursday 09 July 2015 12:03
Target OS: Linux
Domoticz version: 2.4538
Location: Norway
Contact:

Re: Not all Nodes have been Queried yet, OpenZWave not fully initialized yet!

Post by Evelen »

i found and downloaded zwcfg_0xd3cf129c.xml from hardawre tab in Z-wave @ domoticz (download config):


also, rebooted server (vm), then stoped domotics.sh service
now I deleted the file (renamed) and I head access to do it.
started service, domoticz.sh.

now it worked :mrgreen:
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest