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
2.0.1 nothing works
Re: 2.0.1 nothing works
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.
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
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.
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.
- Attachments
-
- smarthomeUI.png (148.94 KiB) Viewed 12605 times
Re: 2.0.1 nothing works
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
When you install 2.0.1, this widget / app is created by default (maybe not during update). This is the configuration of the app:
Re: 2.0.1 nothing works
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
Ok now I understand, just an information button. Thanks
Re: 2.0.1 nothing works
We will check itdeeproot wrote:Schlage lock works in expert UI but not in smarthome
We will check it toodeeproot wrote: ct101 thermostat:
http://pepper1.net/zwavedb/device/700
Smarthome UI shows everything but the UI can't control any of the thermostats
Known bug - already fixed and will be released in next version very soondeeproot wrote: smarthome ui shows temp like 21f when really it should be 21c
Also know and was also fixed last weekdeeproot 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.
deeproot wrote: thanks again for the help and I love the product.
Re: 2.0.1 nothing works
Regarding the Schlage lock all the smarthome UI does is log an "off" or "on":
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
Code: Select all
[2015-07-17 20:56:45.072] [I] [core] --- ZWayVDev_zway_24-0-98 performCommand processing: {"0":"off","1":{}}
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
About DoorLock
The problem is that the UI send command:
but should send:
In next z-way version will be fixed.
Pay attention! In automation doorlock works perfectly, commands are sent correctly.
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"
Code: Select all
http://192.168.0.31:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_9-0-98/command/open"
Pay attention! In automation doorlock works perfectly, commands are sent correctly.