I have a Trane Zwave thermostat http://www.amazon.com/Trane-Remote-Energy-Management-Thermostat/dp/B002BA5VVU
I have included it in the LMCE network with the Aeon Labs MiniMote, my controller is a Aeon Labs Zstick2
if I log on to the admin site and go to schedule I can not select my device as there is nothing listed
can any one help me out here
So far it seems i can not send any commands if i use an orbiter to change temp nothing happens.
the orbiters are registering a temperature change
Increase logging level and paste zwave logs
Hi hari thanks for your time.
How do I increase the logging level
You will need to edit /etc/pluto.conf as root.
you can go to KDE Desktop, open a Konsole:
sudo kate /etc/pluto.conf
Password: <whatever root password you entered>
this will open the pluto.conf file to edit, you can then look for the line that starts with
LogLevels=....
Add a ,36 to the end. This will turn on ZWave logging.. (This is defined in src/DCE/Logger.h if you're curious.)
Then reload the router. You will then see Z-Wave logging information in your DCERouter.log.
-Thom