Zwave issues with Trane Thermostat

Please help, not sure if doing something wrong

Bought an Aeon Zwave Gen 5 stick hoping can control A/C with HA
Sadly, has never worked properly using HA 027.x and now 0.28

From OZWCP it does works properly, I can see all properties and control successfully
From HA, recognizing the Trane thermostats is unreliable, it does show the Current Temperature, but the Heating/Cooling points sometimes are detected, sometimes are not, sometimes only one value is shown. The points are displayed as Null and control does not work from HA

After update to 0.28.0, I get these errors:
ui_temp = self.units.temperature(int(self.smartplug.temperature),
File “/home/pi/.homeassistant/deps/pyW215/pyW215.py”, line 184, in temperature
return self.SOAPAction(‘GetCurrentTemperature’, ‘CurrentTemperature’, self.moduleParameters(“3”))
File “/home/pi/.homeassistant/deps/pyW215/pyW215.py”, line 143, in SOAPAction
value = root.find(’.//{http://purenetworks.com/HNAP1/}%s’ % (responseElement)).text
AttributeError: ‘NoneType’ object has no attribute ‘text’
16-09-12 07:09:45 homeassistant.components.climate: Error while setting up platform zwave
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py”, line 107, in _setup_platform
discovery_info)
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/climate/zwave.py”, line 75, in setup_platform
add_devices([ZWaveClimate(value, temp_unit)])
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/climate/zwave.py”, line 104, in init
self.update_properties()
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/climate/zwave.py”, line 135, in update_properties
class_id=COMMAND_CLASS_THERMOSTAT_MODE).values():
File “/usr/local/lib/python3.4/dist-packages/openzwave-0.3.1-py3.4.egg/openzwave/node.py”, line 438, in get_values
for value in self.values:
RuntimeError: dictionary changed size during iteration

I do have a GE Zwave Switch that works properly from HA. Problem is only with the Zwave Climate compoents