How to Update the status of a Device

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

How to Update the status of a Device

Post by SolarFlor »

Some devices like the Binary Power switch of Aeolabs are not updating automatically their status in UI.

I mean to see the real status of the device on UI Expert I need to update it manualy (pushing the key 'update').
Is there any way to do it automatically?

Thanks
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: How to Update the status of a Device

Post by PoltoS »

Polling or set up Report group if the device supports it
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: How to Update the status of a Device

Post by SolarFlor »

You mean to use "Poll Sensor Periodically" whitin Automation?

I cannot see it in the list of device.

How I could set up Report Group?
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: How to Update the status of a Device

Post by PoltoS »

In the blue UI you can set up Association groups
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: How to Update the status of a Device

Post by SolarFlor »

Yes, but what I should do exactly?
see configuration below
Attachments
flor.jpg
flor.jpg (27.84 KiB) Viewed 13247 times
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: How to Update the status of a Device

Post by PoltoS »

I've never used that device ;)
sdh
Posts: 66
Joined: 25 Feb 2014 11:37

Re: How to Update the status of a Device

Post by sdh »

Set the config parameter 80 to value 2, telling the device to send basic CC Report. The default value is 0, so no reports are sent.
Aeon MSES Par80.tiff
Aeon MSES Par80.tiff (70.59 KiB) Viewed 13205 times
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: How to Update the status of a Device

Post by SolarFlor »

Many thanks for your suggestion. I would like to try immediatelly but, sorry for the stupid question, how?

I have tried to edit 450-0086-0003-001a-03-03-28-03-00.xml but I have not find parameter 80 there

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<ZWaveDevice xmlns="http://www.pepper1.net/zwavedb/xml-schemata/z-wave" schemaVersion="2">

  <descriptorVersion>1</descriptorVersion>

  <deviceData>
            <manufacturerId value="0086"/>
        <productType value="0003"/>
    <productId value="001a"/>
    <libType value="03"/>
    <protoVersion value="03"/>
    <protoSubVersion value="28"/>
    <appVersion value="03"/>
    <appSubVersion value="00"/>
        <basicClass value="04"/>
            <genericClass value="10"/>
            <specificClass value="01"/>
        <optional value="true"/>
    <listening value="true"/>
    <routing value="true"/>
        <beamSensor>0</beamSensor>
                    
      </deviceData>

  <deviceDescription>
                <description>
            <lang xml:lang="de"></lang>
            <lang xml:lang="en">Switching Insert</lang>
          </description>
            <wakeupNote>
            <lang xml:lang="de"></lang>
            <lang xml:lang="en">Single click on inclusion button</lang>
          </wakeupNote>
            <inclusionNote>
            <lang xml:lang="de"></lang>
            <lang xml:lang="en">Single click on inclusion button</lang>
          </inclusionNote>
            <productName>MES</productName>
            <brandName>Aeolabs MES</brandName>
            <productLine>MES</productLine>
                            </deviceDescription>

    <commandClasses>
        <commandClass id="0020" inNIF="false"/>
        <commandClass id="0085"/>
        <commandClass id="0086"/>
        <commandClass id="0027"/>
        <commandClass id="002b"/>
        <commandClass id="002c"/>
        <commandClass id="0070"/>
        <commandClass id="0072" version="2"/>
        <commandClass id="0025"/>
      </commandClasses>
  
    <assocGroups>
        <assocGroup number="2" maxNodes="5">
            <description>
                <lang xml:lang="de"></lang>
                <lang xml:lang="en"></lang>
              </description>
          </assocGroup>
        <assocGroup number="1" maxNodes="5">
            <description>
                <lang xml:lang="de"></lang>
                <lang xml:lang="en"></lang>
              </description>
          </assocGroup>
      </assocGroups>
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: How to Update the status of a Device

Post by SolarFlor »

Found it.
In Expert Command I set value 2 to Parameter 80 and .....
... it works.

I can now see the updated status on all UIs.

Many thanks sdh.
Last question: where I can found the explanation of all parameter configuration? I mean the document where you extract the picture you posted above.
Thanks again
sdh
Posts: 66
Joined: 25 Feb 2014 11:37

Re: How to Update the status of a Device

Post by sdh »

Just write to support at Aeon Labs and they will send them. I have them for Micro Smart Energy Switch 2E, Micro Smart Energy Illuminator 2E and 4-in1 Multi Sensor. I can forward the mail to you if you want.
Post Reply