I too have really weird things happening to my Trane stat:
Model: TZEMT400BB32
FwVer: 02.02.15
ZVer: 2.13
Configured as: FanType=“Gas”, SystemType: “Standard”
My Trane reboots itself often after a zWave initiated temperature change but not every time.
It seems that Vera on Ui5 is bugging this stat perhaps by trying to set data fields that are irrelevant for what that model can handle… It seems to me the problem is when Vera sets the Heat temp. Some data in the AutoConfig is definitely NOT COMPATIBLE with the way things should be. It is pushing this Trane over the edge…
The Ambient Temperature read-out/polling funtionality seems to work just fine. Never get crazy numbers. The Vera log shows chating every 15 seconds or so.
The neighborhood mesh is real strong with full-power devices: 3,4,6,7,8,10.
I use it:
- Always set as HEAT only (no in/out of Saver)
- Fan set as Auto
- Heat= 69 or Heat=66 really simple stufff!
I have tried with Polling=30 and without=0… same “Trane wreck” !
What I see is that the MCU that runs the Trane electronic board eventually gets so confused, it triggers its on-board Whatchdog that reboots the whole thing - The Trane MCU (a fancy CPU with I/O’s, Ram, Rom etc) is what listens to the zWave module, it is what reads the front panel buttons and what manages the display.
That is far from a functional service on the Vera side. I am saying it is Vera’s fault because when I controled my zWave network without a Vera, I had no such problem of confused stat rebooting now and then.
To sum things up what we really need to do is pop the hood and learn how to debug/Troubleshoot the chating between Vera and Stat – How?? (I am new around Vera!)
In the end the solution could be a single variable setting or a template issue… :
In particular the UPnP log entry does not look too good:
02 11/17/14 14:10:49.783 ZZZ-POLLING H1,C1,H2,C2,/1/1 <0x2c381680>
This zWave stat is THREE STAGE HEAT + TWO STAGE COOL capable… so one could expect: H1,C1,H2,C2,H3,C2 not H1,C1,H2,C2,/1/1 who knows, really?
-------- Another lead in the “Energy Saving Mode” implementation…
When I set “Energy” from Ui5, the Stat goes into “Energy Saving Mode”: that is good!
But when I manually come out of “Energy Saving Mode” by setting “Run mode” on the Stat: Vera does display the new H/C setpoint Temps but is unable to update its “Energy/Normal” mode !
So it seems there an issue or a limitation with “mode setting” being out of Sync (eventhough temps keep updating/sync’ing as usual ie. zWave connection is functional)
Vera can change the Trane “ESM/RUN” mode but Trane can not change the Vera mode to reflect the correct “Energy/Normal”. One way only setting: Vera > Trane.
Interesting, isn’t it?? ;D