Vision ZD2102EU-5 inclusion problems

Discussions about existing Z-Wave device and their usage with Z-Way/Z-Cloud/Z-Box
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Vision ZD2102EU-5 inclusion problems

Post by pz1 »

Bad news, since I was planning to buy some of those. (I do have one of the older modules, that works fine)
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Vision ZD2102EU-5 inclusion problems

Post by pofs »

thaui wrote:This means zd2102EU-5 is not compatible with zway because i can not see it in the UI and the battery status is contantly at 0%. The sensor can not be used anyway. But many thanks for your reply.
Wow-wow, wait a moment! If it is only Basic CC not passing the interview, it shouldn't affect any other command classes at all. It should be still visible in the UI, showing Battery status, etc.

If it is not, then try requesting battery level from JS, for example:

Code: Select all

http://ip:8083/ZWaveAPI/Run/devices[5].Battery.Get()
to see if it reports it on explicit request. Could be that it just didn't include controller into association groups, so it doesn't report automatically.

I have seen battery reports in your log, so I think it should generally work.
thaui
Posts: 65
Joined: 28 Jan 2015 19:14

Re: Vision ZD2102EU-5 inclusion problems

Post by thaui »

yes I can see the battery status of the Gen 5 sensor showing 0% (Should be 100%) It's not working at all but the request http://ip:8083/ZWaveAPI/Run/devices[5].Battery.Get() was send to the controller.
bcaroll
Posts: 9
Joined: 09 Feb 2015 23:04

Re: Vision ZD2102EU-5 inclusion problems

Post by bcaroll »

So the verdict is that it is the device from Vision is at fault?
Mine is not working at all Basic.Get() and Battery.Get() returns only null
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Vision ZD2102EU-5 inclusion problems

Post by pofs »

bcaroll wrote:Mine is not working at all Basic.Get() and Battery.Get() returns only null
This is actually fine, because requests are asynchronous. Calling .Get() just places requests in queue, but they are actually delivered to device when it wakes up. As there's no clue when device will actually wake up (it could take hours or even days), there's no reason to return anything, so it returns null.
bcaroll
Posts: 9
Joined: 09 Feb 2015 23:04

Re: Vision ZD2102EU-5 inclusion problems

Post by bcaroll »

http://192.168.0.103:8083/ZWaveAPI/Run/ ... [43].Basic

{"name":"Basic","data":{"invalidateTime":1428319011,"updateTime":1426791908,"type":"empty","value":null,"supported":{"invalidateTime":1428319011,"updateTime":1426791908,"type":"bool","value":true},"version":{"invalidateTime":1428319011,"updateTime":1426791911,"type":"int","value":1},"security":{"invalidateTime":1426791907,"updateTime":1426791909,"type":"bool","value":true},"interviewDone":{"invalidateTime":1426791907,"updateTime":1426797642,"type":"bool","value":false},"interviewCounter":{"invalidateTime":1426791907,"updateTime":1426797642,"type":"int","value":0},"level":{"invalidateTime":1428319011,"updateTime":1426791908,"type":"empty","value":null}},"id":32}

http://192.168.0.103:8083/ZWaveAPI/Run/ ... 3].Battery

{"name":"Battery","data":{"invalidateTime":1428318205,"updateTime":1426791908,"type":"empty","value":null,"supported":{"invalidateTime":1428318205,"updateTime":1426791908,"type":"bool","value":true},"version":{"invalidateTime":1428318205,"updateTime":1426791913,"type":"int","value":1},"security":{"invalidateTime":1426791907,"updateTime":1426791909,"type":"bool","value":true},"interviewDone":{"invalidateTime":1426791907,"updateTime":1426791921,"type":"bool","value":true},"interviewCounter":{"invalidateTime":1426791907,"updateTime":1426791920,"type":"int","value":9},"lastChange":{"invalidateTime":1428318205,"updateTime":1426791921,"type":"int","value":1426791921},"history":{"invalidateTime":1428318205,"updateTime":1426791921,"type":"empty","value":null,"100":{"invalidateTime":1428318205,"updateTime":1426791921,"type":"int","value":1426791921},"0":{"invalidateTime":1428318205,"updateTime":1428318583,"type":"int","value":1428318583}},"last":{"invalidateTime":1428318205,"updateTime":1428318583,"type":"int","value":0}},"id":128}
thaui
Posts: 65
Joined: 28 Jan 2015 19:14

Re: Vision ZD2102EU-5 inclusion problems

Post by thaui »

Okay i will exclude the device and include it again. Let you know if it will work. Until now this is the reason why i have not bought further gen5 zd2102 sensors.
thaui
Posts: 65
Joined: 28 Jan 2015 19:14

Re: Vision ZD2102EU-5 inclusion problems

Post by thaui »

I have excluded and re-included the ZD2102-EU-5 and I can now confirm this device isn't working correctly. The interview was made now to 100% with RC24. It does not appear in the HA GUI and is also not shown as a device. Only the battery is shown in the HA GUI. Same behaviour than before. This device will not work. :(
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Vision ZD2102EU-5 inclusion problems

Post by pofs »

Yep, we added a workaround for Secure Basic (which is not clearly documented in the standard) in rc24, so it should pass the interview now with new Vision and Aeon devices.

As of Battery CC, looks like the value is up to date. So the device really reports it, but the value is wrong sometimes – firmware problem, I guess. I can only tell by the attached log, but it is outdated now.
thaui
Posts: 65
Joined: 28 Jan 2015 19:14

Re: Vision ZD2102EU-5 inclusion problems

Post by thaui »

Shall I post you the actual config file done with rc24?
Post Reply