HKZW-SCN01 - Issues w/ zwcfg

I’m trying to add a 1-button Hank scene controller and when I add it to my network and it doesn’t seem to be adding correctly. In the nodes list, it only shows as “Unknown Node 8 (Node:8 Probe)” and below is what it writes to the zwcfg file. Any help is greatly appreciated.

<Node id="8" name="" location="" basic="4" generic="24" specific="1" type="Basic Wall Controller" listening="false" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="Probe">
	<Manufacturer id="0" name="">
		<Product type="0" id="0" name="" />
	</Manufacturer>
	<CommandClasses>
		<CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1">
			<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>
		<CommandClass id="132" name="COMMAND_CLASS_WAKE_UP" version="1" request_flags="2">
			<Instance index="1" />
			<Value type="int" genre="system" instance="1" index="0" label="Wake-up Interval" units="Seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="3600" />
		</CommandClass>
	</CommandClasses>
</Node>

You could try waking up the device as many times as necessary so that it completes the interview process (query stage Ready or Sleeping). It may take multiple tries. Watch the OZW_Log.txt and see if anything is happening. From the manual:

Pressing and holding Z-Button for 3 seconds. Led will turn to green, which means Scene Controller has successfully sent the wake up notification out.

I’d forgotten about the loose battery issue this scene controller has. Added a piece of paper to hold it in and held the button to force it to wake up and it finished the config.