Welp, I’m now in the same boat as the greenage. I was working with mine and have been getting the “Error: Dropping command, …” Using greenage’s as a base, here is my changes since the models are slightly different. Got a feeling mine is a revised version.
Inside of the manufacturer_specific section for 2gig is this
<Product type="c801" id="001d" name="CT200R1 Thermostat" config="2gig/ct200R1.xml"/>
and 2gig/ct200R1.xml contains this.
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- This thermostat's setpoint descriptions are 0 based, not 1 -->
<CommandClass id="67" base="0"/>
<CommandClass id="112">
<Value type="list" index="1" genre="config" label="Temperature Reporting Threshold" units="" min="0" max="4" value="0" size="1">
<Help>
The Temperature Reporting Threshold Configuration Set Command sets the reporting threshold for changes in the ambient temperature as detected by the thermostat.
</Help>
<Item label="Disabled" value="0"/>
<Item label="0.5F" value="1"/>
<Item label="1.0F" value="2"/>
<Item label="1.5F" value="3"/>
<Item label="2.0F" value="4"/>
</Value>
<Value type="byte" index="2" genre="config" label="HVAC Settings" read_only="true" units="" min="0" max="31" value="0" size="1">
<Help>
Read-only parameter
0 - 7 -> HVAC Setup: Normal (0x01) or Heat Pump (0x02)
8 - 11 -> Aux Setup: Gas (0x01) or Electric (0x02)
12 - 15 -> Number of Auxiliary Stages (Heat Pump)/Number of Heat Stages(Normal)
16 - 23 -> Number of Heat Pump Stages
24 - 31 -> Number of Cool Stages
</Help>
<Item label="HVAC: Normal, Aux Stages: 1, Aux Setup: Gas, Heat Pump Stages: 1, Cool Stages: 1" value="17891585"/>
<!-- 0x01,0x1,0x1,0x01,0x01 -->
<Item label="HVAC: Heat Pump, Aux Stages: 1, Aux Setup: Gas, Heat Pump Stages: 1, Cool Stages: 1" value="34668801"/>
<!-- 0x02,0x1,0x1,0x01,0x01 -->
<Item label="HVAC: Normal, Aux Stages: 2, Aux Setup: Gas, Heat Pump Stages: 1, Cool Stages: 1" value="18940161"/>
<!-- 0x01,0x2,0x1,0x01,0x01 -->
<Item label="HVAC: Heat Pump, Aux Stages: 2, Aux Setup: Gas, Heat Pump Stages: 1, Cool Stages: 1" value="35717377"/>
<!-- 0x02,0x2,0x1,0x01,0x01 -->
<Item label="HVAC: Normal, Aux Stages: 1, Aux Setup: Elec, Heat Pump Stages: 1, Cool Stages: 1" value="17957121"/>
<!-- 0x01,0x1,0x2,0x01,0x01 -->
<Item label="HVAC: Heat Pump, Aux Stages: 1, Aux Setup: Elec, Heat Pump Stages: 1, Cool Stages: 1" value="34734337"/>
<!-- 0x02,0x1,0x2,0x01,0x01 -->
<Item label="HVAC: Normal, Aux Stages: 2, Aux Setup: Elec, Heat Pump Stages: 1, Cool Stages: 1" value="19005697"/>
<!-- 0x01,0x2,0x2,0x01,0x01 -->
<Item label="HVAC: Heat Pump, Aux Stages: 2, Aux Setup: Elec, Heat Pump Stages: 1, Cool Stages: 1" value="35782913"/>
<!-- 0x02,0x2,0x2,0x01,0x01 -->
<Item label="HVAC: Normal, Aux Stages: 1, Aux Setup: Gas, Heat Pump Stages: 2, Cool Stages: 1" value="17891841"/>
<!-- 0x01,0x1,0x1,0x02,0x01 -->
<Item label="HVAC: Heat Pump, Aux Stages: 1, Aux Setup: Gas, Heat Pump Stages: 2, Cool Stages: 1" value="34669057"/>
<!-- 0x02,0x1,0x1,0x02,0x01 -->
<Item label="HVAC: Normal, Aux Stages: 2, Aux Setup: Gas, Heat Pump Stages: 2, Cool Stages: 1" value="18940417"/>
<!-- 0x01,0x2,0x1,0x02,0x01 -->
<Item label="HVAC: Heat Pump, Aux Stages: 2, Aux Setup: Gas, Heat Pump Stages: 2, Cool Stages: 1" value="35717633"/>
<!-- 0x02,0x2,0x1,0x02,0x01 -->
<Item label="HVAC: Normal, Aux Stages: 1, Aux Setup: Elec, Heat Pump Stages: 2, Cool Stages: 1" value="17957377"/>
<!-- 0x01,0x1,0x2,0x02,0x01 -->
<Item label="HVAC: Heat Pump, Aux Stages: 1, Aux Setup: Elec, Heat Pump Stages: 2, Cool Stages: 1" value="34734593"/>
<!-- 0x02,0x1,0x2,0x02,0x01 -->
<Item label="HVAC: Normal, Aux Stages: 2, Aux Setup: Elec, Heat Pump Stages: 2, Cool Stages: 1" value="19005953"/>
<!-- 0x01,0x2,0x2,0x02,0x01 -->
<Item label="HVAC: Heat Pump, Aux Stages: 2, Aux Setup: Elec, Heat Pump Stages: 2, Cool Stages: 1" value="35783169"/>
<!-- 0x02,0x2,0x2,0x02,0x01 -->
<Item label="HVAC: Normal, Aux Stages: 1, Aux Setup: Gas, Heat Pump Stages: 1, Cool Stages: 2" value="17891586"/>
<!-- 0x01,0x1,0x1,0x01,0x02 -->
<Item label="HVAC: Heat Pump, Aux Stages: 1, Aux Setup: Gas, Heat Pump Stages: 1, Cool Stages: 2" value="34668802"/>
<!-- 0x02,0x1,0x1,0x01,0x02 -->
<Item label="HVAC: Normal, Aux Stages: 2, Aux Setup: Gas, Heat Pump Stages: 1, Cool Stages: 2" value="18940162"/>
<!-- 0x01,0x2,0x1,0x01,0x02 -->
<Item label="HVAC: Heat Pump, Aux Stages: 2, Aux Setup: Gas, Heat Pump Stages: 1, Cool Stages: 2" value="35717378"/>
<!-- 0x02,0x2,0x1,0x01,0x02 -->
<Item label="HVAC: Normal, Aux Stages: 1, Aux Setup: Elec, Heat Pump Stages: 1, Cool Stages: 2" value="17957122"/>
<!-- 0x01,0x1,0x2,0x01,0x02 -->
<Item label="HVAC: Heat Pump, Aux Stages: 1, Aux Setup: Elec, Heat Pump Stages: 1, Cool Stages: 2" value="34734338"/>
<!-- 0x02,0x1,0x2,0x01,0x02 -->
<Item label="HVAC: Normal, Aux Stages: 2, Aux Setup: Elec, Heat Pump Stages: 1, Cool Stages: 2" value="19005698"/>
<!-- 0x01,0x2,0x2,0x01,0x02 -->
<Item label="HVAC: Heat Pump, Aux Stages: 2, Aux Setup: Elec, Heat Pump Stages: 1, Cool Stages: 2" value="35782914"/>
<!-- 0x02,0x2,0x2,0x01,0x02 -->
<Item label="HVAC: Normal, Aux Stages: 1, Aux Setup: Gas, Heat Pump Stages: 2, Cool Stages: 2" value="17891842"/>
<!-- 0x01,0x1,0x1,0x02,0x02 -->
<Item label="HVAC: Heat Pump, Aux Stages: 1, Aux Setup: Gas, Heat Pump Stages: 2, Cool Stages: 2" value="34669058"/>
<!-- 0x02,0x1,0x1,0x02,0x02 -->
<Item label="HVAC: Normal, Aux Stages: 2, Aux Setup: Gas, Heat Pump Stages: 2, Cool Stages: 2" value="18940418"/>
<!-- 0x01,0x2,0x1,0x02,0x02 -->
<Item label="HVAC: Heat Pump, Aux Stages: 2, Aux Setup: Gas, Heat Pump Stages: 2, Cool Stages: 2" value="35717634"/>
<!-- 0x02,0x2,0x1,0x02,0x02 -->
<Item label="HVAC: Normal, Aux Stages: 1, Aux Setup: Elec, Heat Pump Stages: 2, Cool Stages: 2" value="17957378"/>
<!-- 0x01,0x1,0x2,0x02,0x02 -->
<Item label="HVAC: Heat Pump, Aux Stages: 1, Aux Setup: Elec, Heat Pump Stages: 2, Cool Stages: 2" value="34734594"/>
<!-- 0x02,0x1,0x2,0x02,0x02 -->
<Item label="HVAC: Normal, Aux Stages: 2, Aux Setup: Elec, Heat Pump Stages: 2, Cool Stages: 2" value="19005954"/>
<!-- 0x01,0x2,0x2,0x02,0x02 -->
<Item label="HVAC: Heat Pump, Aux Stages: 2, Aux Setup: Elec, Heat Pump Stages: 2, Cool Stages: 2" value="35783170"/>
<!-- 0x02,0x2,0x2,0x02,0x02 -->
</Value>
<Value type="list" index="3" genre="config" label="Utility Lock" units="" min="0" max="1" value="0" size="1">
<Help>
The Utility Lock Configuration Set command enables or disables the utility lock. If the utility lock is enabled, the setpoint cannot be modified directly via the thermostat screen.
</Help>
<Item label="Disable" value="0"/>
<Item label="Enable" value="1"/>
</Value>
<Value type="short" index="4" genre="config" label="C-Wire/Battery Status" read_only="true" units="" min="0" max="31" value="0" size="2">
<Help>
Read-only parameter
1 -> C-Wire
2 -> Battery
</Help>
<Item label="C-Wire" value="1"/>
<Item label="Battery" value="2"/>
</Value>
<Value type="list" index="5" genre="config" label="Humidity Reporting Threshold" units="" min="0" max="3" value="0" size="1">
<Help>
The Temperature Reporting Threshold Configuration Set Command sets the reporting threshold for changes in the ambient temperature as detected by the thermostat.
</Help>
<Item label="Disabled" value="0"/>
<Item label="3% RH" value="1"/>
<Item label="5% RH" value="2"/>
<Item label="10% RH" value="3"/>
</Value>
<Value type="list" index="6" genre="config" label="Auxiliary/Emergency heat" units="" min="0" max="1" value="0" size="1">
<Help>
The Auxiliary/Emergency configuration command enables or disables auxiliary / emergency heating in the thermostat. Auxiliary / emergency heating is only available if the thermostat is configured in heat pump mode and with at least one stage of auxiliary heating. This command enables auxiliary / emergency heating when the thermostat is in Auto mode. The Thermostat Set Mode command with mode Auxiliary/Emergency Heat will enable emergency heating but only if the thermostat is in
Heat mode. This command should only be used on thermsotats that support Auxiliary/Emergency Heat thermostat mode.
</Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="list" index="7" genre="config" label="Thermostat Swing Temperature" units="" min="1" max="8" value="2" size="1">
<Help>
The thermostat swing temperature is in units of 0.5 degrees Farentheit. A value of 0x01 is 0.5F and 0x02 is 1.0F. The supported values may vary from thermostat to thermostat but typically the allowed values are 0.5 (0x01) to 4.0 F (0x08)
</Help>
<Item label="0.5F" value="1"/>
<Item label="1.0F" value="2"/>
<Item label="1.5F" value="3"/>
<Item label="2.0F" value="4"/>
<Item label="2.5F" value="5"/>
<Item label="3.0F" value="6"/>
<Item label="3.5F" value="7"/>
<Item label="4.0F" value="8"/>
</Value>
<Value type="list" index="8" genre="config" label="Thermostat Diff Temperature" units="" min="4" max="12" value="4" size="1">
<Help>
The Thermostat Differential Temperature configuration command sets the differential temperature for multi-stage HVAC systems. The differential temperature delta defines when the thermostat will turn on additional stages. There are two differential temperatures, one for multistage cool systems and one for multistage heat systems. If the thermostat is not configured for multistage HVAC systems then these parameters have no effect.
</Help>
<Item label="2.0F" value="4"/>
<Item label="3.0F" value="6"/>
<Item label="4.0F" value="8"/>
<Item label="5.0F" value="10"/>
<Item label="6.0F" value="12"/>
</Value>
<Value type="list" index="9" genre="config" label="Thermostat Recovery Mode" units="" min="4" max="12" value="1" size="1">
<Help>
The Thermostat Recovery Mode configuration command sets the HVAC recovery mode type. The recovery mode determines when additional HVAC stages are turned off as the ambient temperature returns to the target temperature. If the recovery mode is set to economy, the thermostat will turn off additional HVAC stages when the ambient temperature reaches the target temperature plus/minus the differential temperature. If the recovery mode is set to fast, the thermostat will leave all
stages on (assuming they were already on) until the ambient temperature reaches the target temperature.
</Help>
<Item label="Fast" value="1"/>
<Item label="Economy" value="2"/>
</Value>
<Value type="short" index="10" genre="config" label="Temperature Reporting Filter" units="F" min="0" max="124" value="124" size="2">
<Help>
The Temperature Reporting Filter configuration command sets upper and lower bounds of the ambient temperature reporting. The thermostat will not report ambient temperature changes if the ambient temperature falls between these bounds. For example, if the upper bound is 80F and the lower bound is 60F, the thermostat will not send SENSOR_MULTI_LEVEL_REPORTS for ambient temperature values between 60F and 80F. The thermostat will only send ambient temperature changes if the
thermostat has been added to an association group (see Command Class Association) and the temperature reporting threshold is non-zero (see Temperature Reporting Threshold).
</Help>
</Value>
<Value type="list" index="11" genre="config" label="Simple UI Mode" units="" min="0" max="1" value="1" size="1">
<Help>Toggle Simple UI Mode</Help>
<Item value="0" label="Disabled" />
<Item value="1" label="Enabled" />
</Value>
<Value type="list" index="12" genre="config" label="Multicast" units="" min="0" max="1" value="0" size="1">
<Help>Toggle Multicast Mode</Help>
<Item value="0" label="Disabled" />
<Item value="1" label="Enabled" />
</Value>
<Value type="list" index="13" genre="config" label="Main Display Selection" units="" min="1" max="2" value="1" size="1">
<Help>Control which info is displayed in the main display area</Help>
<Item value="1" label="Show Temperature" />
<Item value="2" label="Show (unknown)" />
</Value>
<Value type="byte" index="14" genre="config" label="Save Energy Mode Type" units="" min="1" max="255" value="2" size="1">
<Help>
Save Energy Mode behavior
1 -> Adjust by target delta
2 -> Least consuming point in the running program
3 -> Save energy absolute setpoint
255 -> Save Energy not supported
</Help>
<Item value="1" label="Adjust by target delta"/>
<Item value="2" label="Least consuming point"/>
<Item value="3" label="Save energy absolute setpoint"/>
<Item value="255" label="Save Energy not supported"/>
</Value>
<Value type="byte" index="15" genre="config" label="Fan Timer" units="" min="0" max="60" value="0" size="1">
<Help>Activate Fan w/ auto shutoff timer</Help>
</Value>
<Value type="byte" index="17" genre="config" label="Temperature Calibration" units="" min="-6" max="6" value="0" size="1">
<Help>Temperature Calibration / Offset</Help>
</Value>
<Value type="list" index="18" genre="config" label="Display Units" units="" min="0" max="1" value="0" size="1">
<Help>Celsius or Fahrenheit</Help>
<Item value="0" label="Fahrenheit" />
<Item value="1" label="Celcius" />
</Value>
</CommandClass>
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="2" label="lifeline"/>
</Associations>
</CommandClass>
</Product>
Also, already know the network key is set up properly due to the RPi communicating with a Kwikset S2 Lock and when adding the Thermostat it is being identified as the CT200R1 Thermostat.
Log for Open Zwave is as follows.
2019-07-02 23:31:17.893 Detail, Node039, AdvanceQueries queryPending=0 queryRetries=0 queryStage=ProtocolInfo live=1
2019-07-02 23:31:17.893 Detail, Node039, QueryStage_Probe
2019-07-02 23:31:17.893 Info, Node039, NoOperation::Set - Routing=true
2019-07-02 23:31:17.893 Detail, Node039, Queuing (NoOp) NoOperation_Set (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x00, 0x00, 0x25, 0x2b, 0xce
2019-07-02 23:31:17.894 Detail, Node039, Queuing (Query) Query Stage Complete (Probe)
2019-07-02 23:31:17.894 Detail,
2019-07-02 23:31:17.894 Info, Node039, Sending (NoOp) message (Callback ID=0x2b, Expected Reply=0x13) - NoOperation_Set (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x00, 0x00, 0x25, 0x2b, 0xce
2019-07-02 23:31:17.900 Detail, Node039, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-07-02 23:31:17.900 Detail, Node039, ZW_SEND_DATA delivered to Z-Wave stack
2019-07-02 23:31:17.915 Detail, Node039, Received: 0x01, 0x05, 0x00, 0x13, 0x2b, 0x00, 0xc2
2019-07-02 23:31:17.958 Detail, Node039, ZW_SEND_DATA Request with callback ID 0x2b received (expected 0x2b)
2019-07-02 23:31:17.958 Info, Node039, Request RTT 64 Average Request RTT 42
2019-07-02 23:31:17.958 Detail, Expected callbackId was received
2019-07-02 23:31:17.959 Detail, Expected reply was received
2019-07-02 23:31:17.959 Detail, Message transaction complete
2019-07-02 23:31:17.959 Detail,
2019-07-02 23:31:17.959 Detail, Node039, Removing current message
2019-07-02 23:31:17.959 Detail, Node039, Notification: Notification - NoOperation
2019-07-02 23:31:17.964 Detail, Node039, Query Stage Complete (Probe)
2019-07-02 23:31:17.964 Detail, Node039, AdvanceQueries queryPending=0 queryRetries=0 queryStage=WakeUp live=1
2019-07-02 23:31:17.964 Detail, Node039, QueryStage_WakeUp
2019-07-02 23:31:17.964 Detail, Node039, QueryStage_ManufacturerSpecific1
2019-07-02 23:31:17.964 Detail, Node039, Checking for ManufacturerSpecific CC and Requesting values if present on this node
2019-07-02 23:31:17.964 Detail, Node039, QueryStage_NodePlusInfo
2019-07-02 23:31:17.964 Detail, Node039, QueryStage_SecurityReport
2019-07-02 23:31:17.964 Detail, Node039, QueryStage_ManufacturerSpecific2
2019-07-02 23:31:17.964 Detail, Node039, QueryStage_Versions
2019-07-02 23:31:17.964 Info, Node039, Requesting Versions
2019-07-02 23:31:17.964 Info, Node039, Requesting Versions for COMMAND_CLASS_NO_OPERATION
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_BASIC
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_THERMOSTAT_SETPOINT
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_DEVICE_RESET_LOCALLY
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_ZWAVEPLUS_INFO
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_CONFIGURATION
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_MANUFACTURER_SPECIFIC
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_POWERLEVEL
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_ASSOCIATION
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_VERSION
2019-07-02 23:31:17.965 Info, Node039, Requesting Versions for COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION
2019-07-02 23:31:17.965 Detail, Node039, QueryStage_Instances
2019-07-02 23:31:17.965 Info, Node039, Essential node queries are complete
2019-07-02 23:31:17.966 Detail, Node039, QueryStage_Static
2019-07-02 23:31:17.966 Detail, Node039, Queuing (Query) ThermostatSetpointCmd_SupportedGet (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x43, 0x04, 0x25, 0x2c, 0x8e
2019-07-02 23:31:17.966 Detail, Node039, Queuing (Query) AssociationCmd_GroupingsGet (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x85, 0x05, 0x25, 0x2d, 0x48
2019-07-02 23:31:17.966 Detail, Node039, Queuing (Query) MultiChannelAssociationCmd_GroupingsGet (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x8e, 0x05, 0x25, 0x2e, 0x40
2019-07-02 23:31:17.966 Detail, Node039, Queuing (Query) Query Stage Complete (Static)
2019-07-02 23:31:17.966 Detail, Node039, Notification: EssentialNodeQueriesComplete
2019-07-02 23:31:17.967 Detail,
2019-07-02 23:31:17.967 Info, Node039, Sending (Query) message (Callback ID=0x2c, Expected Reply=0x04) - ThermostatSetpointCmd_SupportedGet (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x43, 0x04, 0x25, 0x2c, 0x8e
2019-07-02 23:31:17.974 Detail, Node039, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-07-02 23:31:17.975 Detail, Node039, ZW_SEND_DATA delivered to Z-Wave stack
2019-07-02 23:31:17.988 Detail, Node039, Received: 0x01, 0x05, 0x00, 0x13, 0x2c, 0x00, 0xc5
2019-07-02 23:31:17.993 Detail, Node039, ZW_SEND_DATA Request with callback ID 0x2c received (expected 0x2c)
2019-07-02 23:31:17.993 Info, Node039, Request RTT 26 Average Request RTT 34
2019-07-02 23:31:17.994 Detail, Expected callbackId was received
2019-07-02 23:32:17.968 Error, Node039, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-02 23:32:17.968 Detail, Node039, Removing current message
2019-07-02 23:32:17.968 Detail, Node039, Notification: Notification - TimeOut
2019-07-02 23:32:17.973 Detail,
2019-07-02 23:32:17.973 Info, Node039, Sending (Query) message (Callback ID=0x2d, Expected Reply=0x04) - AssociationCmd_GroupingsGet (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x85, 0x05, 0x25, 0x2d, 0x48
2019-07-02 23:32:17.980 Detail, Node039, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-07-02 23:32:17.980 Detail, Node039, ZW_SEND_DATA delivered to Z-Wave stack
2019-07-02 23:32:17.994 Detail, Node039, Received: 0x01, 0x05, 0x00, 0x13, 0x2d, 0x00, 0xc4
2019-07-02 23:32:17.994 Detail, Node039, ZW_SEND_DATA Request with callback ID 0x2d received (expected 0x2d)
2019-07-02 23:32:17.994 Info, Node039, Request RTT 20 Average Request RTT 27
2019-07-02 23:32:17.994 Detail, Expected callbackId was received
2019-07-02 23:33:17.974 Error, Node039, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-02 23:33:17.975 Detail, Node039, Removing current message
2019-07-02 23:33:17.975 Detail, Node039, Notification: Notification - TimeOut
2019-07-02 23:33:17.979 Detail,
2019-07-02 23:33:17.980 Info, Node039, Sending (Query) message (Callback ID=0x2e, Expected Reply=0x04) - MultiChannelAssociationCmd_GroupingsGet (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x8e, 0x05, 0x25, 0x2e, 0x40
2019-07-02 23:33:17.987 Detail, Node039, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-07-02 23:33:17.987 Detail, Node039, ZW_SEND_DATA delivered to Z-Wave stack
2019-07-02 23:33:18.001 Detail, Node039, Received: 0x01, 0x05, 0x00, 0x13, 0x2e, 0x00, 0xc7
2019-07-02 23:33:18.001 Detail, Node039, ZW_SEND_DATA Request with callback ID 0x2e received (expected 0x2e)
2019-07-02 23:33:18.001 Info, Node039, Request RTT 21 Average Request RTT 24
2019-07-02 23:33:18.001 Detail, Expected callbackId was received
2019-07-02 23:34:17.979 Error, Node039, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-02 23:34:17.980 Detail, Node039, Removing current message
2019-07-02 23:34:17.980 Detail, Node039, Notification: Notification - TimeOut
2019-07-02 23:34:17.984 Detail, Node039, Query Stage Complete (Static)
2019-07-02 23:34:17.984 Detail, Node039, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Associations live=1
2019-07-02 23:34:17.985 Detail, Node039, QueryStage_Associations
2019-07-02 23:34:17.985 Info, Node039, Number of association groups reported for node 39 is 0.
2019-07-02 23:34:17.985 Info, Node039, Get MultiChannelAssociation for group 1 of node 39
2019-07-02 23:34:17.985 Detail, Node039, Queuing (Send) MultiChannelAssociationCmd_Get (Node=39): 0x01, 0x0a, 0x00, 0x13, 0x27, 0x03, 0x8e, 0x02, 0x01, 0x25, 0x2f, 0x45
2019-07-02 23:34:17.985 Detail, Node039, Queuing (Query) Query Stage Complete (Associations)
2019-07-02 23:34:17.985 Detail,
2019-07-02 23:34:17.985 Info, Node039, Sending (Send) message (Callback ID=0x2f, Expected Reply=0x04) - MultiChannelAssociationCmd_Get (Node=39): 0x01, 0x0a, 0x00, 0x13, 0x27, 0x03, 0x8e, 0x02, 0x01, 0x25, 0x2f, 0x45
2019-07-02 23:34:17.993 Detail, Node039, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-07-02 23:34:17.993 Detail, Node039, ZW_SEND_DATA delivered to Z-Wave stack
2019-07-02 23:34:18.007 Detail, Node039, Received: 0x01, 0x05, 0x00, 0x13, 0x2f, 0x00, 0xc6
2019-07-02 23:34:18.007 Detail, Node039, ZW_SEND_DATA Request with callback ID 0x2f received (expected 0x2f)
2019-07-02 23:34:18.007 Info, Node039, Request RTT 22 Average Request RTT 23
2019-07-02 23:34:18.007 Detail, Expected callbackId was received
2019-07-02 23:35:17.986 Error, Node039, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-02 23:35:17.986 Detail, Node039, Removing current message
2019-07-02 23:35:17.986 Detail, Node039, Notification: Notification - TimeOut
2019-07-02 23:35:17.988 Detail, Node039, Query Stage Complete (Associations)
2019-07-02 23:35:17.988 Detail, Node039, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Neighbors live=1
2019-07-02 23:35:17.988 Detail, Node039, QueryStage_Neighbors
2019-07-02 23:35:17.989 Detail, Requesting routing info (neighbor list) for Node 39
2019-07-02 23:35:17.989 Detail, Node039, Queuing (Command) Get Routing Info (Node=39): 0x01, 0x07, 0x00, 0x80, 0x27, 0x00, 0x00, 0x03, 0x5c
2019-07-02 23:35:17.989 Detail, Node039, Queuing (Query) Query Stage Complete (Neighbors)
2019-07-02 23:35:17.989 Detail,
2019-07-02 23:35:17.989 Info, Node039, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=39): 0x01, 0x07, 0x00, 0x80, 0x27, 0x00, 0x00, 0x03, 0x5c
2019-07-02 23:35:17.995 Detail, Node039, Received: 0x01, 0x20, 0x01, 0x80, 0x01, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x57
2019-07-02 23:35:17.995 Detail,
2019-07-02 23:35:17.995 Info, Node039, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2019-07-02 23:35:17.995 Info, Node039, Neighbors of this node are:
2019-07-02 23:35:17.995 Info, Node039, Node 1
2019-07-02 23:35:17.995 Info, Node039, Node 28
2019-07-02 23:35:17.995 Detail, Expected reply was received
2019-07-02 23:35:17.995 Detail, Message transaction complete
2019-07-02 23:35:17.995 Detail,
2019-07-02 23:35:17.995 Detail, Node039, Removing current message
2019-07-02 23:35:17.995 Detail, Node039, Query Stage Complete (Neighbors)
2019-07-02 23:35:17.995 Detail, Node039, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2019-07-02 23:35:17.995 Detail, Node039, QueryStage_Session
2019-07-02 23:35:17.995 Detail, Node039, Queuing (Query) PowerlevelCmd_Get (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x73, 0x02, 0x25, 0x30, 0xa4
2019-07-02 23:35:17.995 Detail, Node039, Queuing (Query) Query Stage Complete (Session)
2019-07-02 23:35:17.995 Detail,
2019-07-02 23:35:17.995 Info, Node039, Sending (Query) message (Callback ID=0x30, Expected Reply=0x04) - PowerlevelCmd_Get (Node=39): 0x01, 0x09, 0x00, 0x13, 0x27, 0x02, 0x73, 0x02, 0x25, 0x30, 0xa4
2019-07-02 23:35:18.003 Detail, Node039, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-07-02 23:35:18.003 Detail, Node039, ZW_SEND_DATA delivered to Z-Wave stack
2019-07-02 23:35:18.016 Detail, Node039, Received: 0x01, 0x05, 0x00, 0x13, 0x30, 0x00, 0xd9
2019-07-02 23:35:18.017 Detail, Node039, ZW_SEND_DATA Request with callback ID 0x30 received (expected 0x30)
2019-07-02 23:35:18.017 Info, Node039, Request RTT 22 Average Request RTT 22
2019-07-02 23:35:18.017 Detail, Expected callbackId was received
Looks like its rejecting some command but accepting others. I have tried tying the Ct200 file you uploaded for it and it doesn’t work either. Any other ideas would be helpful.