2.0.1 nothing works

Discussions about RaZberry - Z-Wave board for Raspberry computer
deeproot
Posts: 6
Joined: 02 Jul 2015 07:28

2.0.1 nothing works

Post 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
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: 2.0.1 nothing works

Post 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.
deeproot
Posts: 6
Joined: 02 Jul 2015 07:28

Re: 2.0.1 nothing works

Post 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.
Attachments
smarthomeUI.png
smarthomeUI.png (148.94 KiB) Viewed 12604 times
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: 2.0.1 nothing works

Post 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
gauss
Posts: 3
Joined: 02 Jul 2015 00:00

Re: 2.0.1 nothing works

Post 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
Information.jpg (66 KiB) Viewed 12594 times
deeproot
Posts: 6
Joined: 02 Jul 2015 07:28

Re: 2.0.1 nothing works

Post 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.
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: 2.0.1 nothing works

Post by pz1 »

Ok now I understand, just an information button. Thanks
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: 2.0.1 nothing works

Post by PoltoS »

deeproot wrote:Schlage lock works in expert UI but not in smarthome
We will check it
deeproot wrote: ct101 thermostat:
http://pepper1.net/zwavedb/device/700

Smarthome UI shows everything but the UI can't control any of the thermostats
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.
jensmoes
Posts: 57
Joined: 10 Jan 2015 21:48
Location: San Diego
Contact:

Re: 2.0.1 nothing works

Post 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
aivs
Posts: 68
Joined: 04 Mar 2011 15:26

Re: 2.0.1 nothing works

Post 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.
Post Reply