Page 1 of 1

RAZ2 Z-WAY SIR321

Posted: 27 Mar 2017 10:56
by 4x6hp
Здравствуйте,

Z-Wave timer Secure SIR321 подключен к RAZ2 и определяется как Switch Binary. Можно включать и выключать с smart home этот таймер.

Имеется селедующие проблемы.
1. При ручном управлении таймера (то есть включение путем нажатия кнопки на самом устройстве) в z-way не обновляется статус на включено. Приходится раз в минуту опрашивать устройство на предмет ВКЛ/ВЫКЛ
2. В описании, а так же на http://www.pepper1.net/zwavedb/device/607 сказано что управление таймером возможно через z-wave команды используя Schedule Command Class. Но этот класс недоступен для использования. Пытался добратся через: devices[3].instances[0].commandClasses[0x53] и devices[3].instances[0].commandClasses[83]

В ZDDX этот класс присутствует: <commandClass id="0053" version="1" supported="true" controlled="true" secure="false" inNIF="false"/>

Каким образом возможно использование этого Command Class?

Part if user manual:

Code: Select all

Binary Switch Binary Switch Set
Binary Switch Get
Binary Switch Report
Schedule Schedule Supported Get
Schedule Set
Schedule Get
Schedule Remove
Schedule State Get
Schedule ID: 0x01
Supported CC: Binary Switch SET command
Type of Schedule : Start now
Duration type : Minutes
Maximum schedule duration: 1440 minutes
Note: No override and fallback mode is supported.
The binary switch set command and pressing the
BOOST button will over ride the schedule & vice -
versa.
ZDDX Code Creator:

Code: Select all

<ZWaveDevice xmlns="http://www.pepper1.net/zwavedb/xml-schemata/z-wave" schemaVersion="2">
<descriptorVersion>1</descriptorVersion>
<deviceData>
<manufacturerId value="0059"/>
<productType value="0010"/>
<productId value="0001"/>
<libType value="06"/>
<protoVersion value="03"/>
<protoSubVersion value="22"/>
<appVersion value="01"/>
<appSubVersion value="00"/>
<basicClass value="04"/>
<genericClass value="10"/>
<specificClass value="00"/>
<optional value="true"/>
<listening value="true"/>
<routing value="true"/>
<beamSensor>0</beamSensor>
</deviceData>
<deviceDescription>
<description>
<lang xml:lang="en"/>
</description>
<wakeupNote>
<lang xml:lang="en"/>
</wakeupNote>
<inclusionNote>
<lang xml:lang="en"/>
</inclusionNote>
<productName/>
<brandName/>
<productVersion>1.0</productVersion>
</deviceDescription>
<commandClasses>
<commandClass id="0020" version="1" supported="true" controlled="false" secure="false" inNIF="true"/>
<commandClass id="0025" version="1" supported="true" controlled="false" secure="false" inNIF="true"/>
<commandClass id="0070" version="1" supported="true" controlled="false" secure="false" inNIF="true"/>
<commandClass id="0072" version="2" supported="true" controlled="false" secure="false" inNIF="true"/>
<commandClass id="0085" version="1" supported="true" controlled="false" secure="false" inNIF="true"/>
<commandClass id="0086" version="1" supported="true" controlled="false" secure="false" inNIF="true"/>
<commandClass id="0053" version="1" supported="true" controlled="true" secure="false" inNIF="false"/>
</commandClasses>
<assocGroups>
<assocGroup number="1" maxNodes="4">
<description>
<lang xml:lang="en">Group 1</lang>
</description>
</assocGroup>
</assocGroups>
</ZWaveDevice>

Re: RAZ2 Z-WAY SIR321

Posted: 28 Mar 2017 01:45
by PoltoS
Этот класс в Z-Way не доделан и окончательно не поддерживается.

Re: RAZ2 Z-WAY SIR321

Posted: 28 Mar 2017 07:25
by 4x6hp
Стои ли ожидать в следующих версиях поддержку этого класса? Или есть какая то возмжность добавить поддержку Schedule Set command в Z-Way?

Re: RAZ2 Z-WAY SIR321

Posted: 16 May 2017 01:55
by PoltoS
Пока в планах его доделать нет. Основная проблема - сложность интерфейса настройки. Его почти никак не сделать простым.