Page 1 of 2
2.0.1 nothing works
Posted: 02 Jul 2015 07:31
by deeproot
Inventory
2 ct 101 thermostats
1 schlage lock
1 aeon labs power meter
I can control the power meter and read its sensors with the new 2.0.1 ui(smarthome). I can also lock and unlock the door in the 2.0.1 expert ui but the new smarthome ui will not work with the lock.
I have lost all control of the other devices in both expert ui and the new smarthome ui.
This all worked perfect in the 2.0 expert ui
Re: 2.0.1 nothing works
Posted: 02 Jul 2015 20:12
by PoltoS
Please be more specific.
As I got, lock work in Expert UI, but not in Smart Home.
What else? Which controls have you lost?
We will double check the problem and let you know.
Re: 2.0.1 nothing works
Posted: 03 Jul 2015 19:19
by deeproot
Schlage lock works in expert UI but not in smarthome
ct101 thermostat:
http://pepper1.net/zwavedb/device/700
Smarthome UI shows everything but the UI can't control any of the thermostats
smarthome ui shows temp like 21f when really it should be 21c
In expertui everything seems to work fine except the thermostats are stuck in heat mode and I can not change them to cool but I can send off, desired temp.
In expert UI I can select the correct device description (thermostat RTCOA CT101) but it does not stick.
thanks again for the help and I love the product.
Re: 2.0.1 nothing works
Posted: 03 Jul 2015 20:38
by pz1
How did you make that Expert User link? I noticed in the release notes that it could be done with the Information Widget. I could not find information how that module is supposed to work
Re: 2.0.1 nothing works
Posted: 04 Jul 2015 01:37
by gauss
When you install 2.0.1, this widget / app is created by default (maybe not during update). This is the configuration of the app:

- Information.jpg (66 KiB) Viewed 12846 times
Re: 2.0.1 nothing works
Posted: 04 Jul 2015 04:52
by deeproot
pz1 wrote:How did you make that Expert User link? I noticed in the release notes that it could be done with the Information Widget. I could not find information how that module is supposed to work
This showed up after I did a complete wipe and fresh install. It was not there when I just updated.
Re: 2.0.1 nothing works
Posted: 04 Jul 2015 09:11
by pz1
Ok now I understand, just an information button. Thanks
Re: 2.0.1 nothing works
Posted: 05 Jul 2015 02:03
by PoltoS
deeproot wrote:Schlage lock works in expert UI but not in smarthome
We will check it
We will check it too
deeproot wrote:
smarthome ui shows temp like 21f when really it should be 21c
Known bug - already fixed and will be released in next version very soon
deeproot wrote:
In expertui everything seems to work fine except the thermostats are stuck in heat mode and I can not change them to cool but I can send off, desired temp.
In expert UI I can select the correct device description (thermostat RTCOA CT101) but it does not stick.
Also know and was also fixed last week
deeproot wrote:
thanks again for the help and I love the product.
Re: 2.0.1 nothing works
Posted: 18 Jul 2015 07:10
by jensmoes
Regarding the Schlage lock all the smarthome UI does is log an "off" or "on":
Code: Select all
[2015-07-17 20:56:45.072] [I] [core] --- ZWayVDev_zway_24-0-98 performCommand processing: {"0":"off","1":{}}
there are no Z-Wave commands sent at all
Whereas if you use the expert UI it actually sends the DoorLock set command.
This fails on all my locks not just the Schlage
Re: 2.0.1 nothing works
Posted: 20 Jul 2015 17:54
by aivs
About DoorLock
The problem is that the UI send command:
Code: Select all
http://192.168.0.31:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_9-0-98/command/on"
but should send:
Code: Select all
http://192.168.0.31:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_9-0-98/command/open"
In next z-way version will be fixed.
Pay attention! In automation doorlock works perfectly, commands are sent correctly.