ruebox / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 1.0
16 stars 6 forks source link

Motion sensor, no relay device id 9008 #23

Closed lassem closed 6 years ago

lassem commented 6 years ago

This is kinda useless until the feedback code is in place

        <device shortSerialNumber="TBQ" nameId="FFF7" functionId="FEFA" iconId="FFF5" softwareVersion="0.1.3"
                deviceId="9008" domainAddress="CFCC" compilerVersion="006B9313" buildNumber="00000027" isTp="true"
                serialNumber="ABB700C6836D" commissioningState="ready" copyId="9" progress="100">
            <attribute name="busVoltage">28.11</attribute>
            <attribute name="deviceErrors">0</attribute>
            <attribute name="deviceReboots">10</attribute>
            <attribute name="displayName">Bad</attribute>
            <attribute name="floor">01</attribute>
            <attribute name="offsetX">0.698116</attribute>
            <attribute name="offsetY">0.887377</attribute>
            <attribute name="operationTime">209</attribute>
            <attribute name="room">10</attribute>
            <channels>
                <channel mask="FFFFFFFF" nameId="0122" sameLocation="true" i="ch0000" cid="ABB70303">
                    <attribute name="functionId">11</attribute>
                    <attribute name="offsetX">0.727987</attribute>
                    <attribute name="offsetY">0.723177</attribute>
                    <attribute name="selectedIcon">52</attribute>
                    <inputs>
                        <dataPoint i="idp0000" full="false">
                            <value>0</value>
                        </dataPoint>
                    </inputs>
                    <outputs>
                        <dataPoint i="odp0000" full="false">
                            <value>1</value>
                        </dataPoint>
                        <dataPoint i="odp0001" full="false">
                            <value>0</value>
                        </dataPoint>
                    </outputs>
                    <parameters>
                        <parameter i="pm0000">
                            <value>1</value>
                        </parameter>
                    </parameters>
                    <scenes/>
                </channel>
            </channels>
        </device>
ruebox commented 6 years ago

same as #22

ruebox commented 6 years ago

@lassem Can you control this device via WebUI? If yes, could you please send me the excerpt for the different actions of XMPP via Chrome-WebDeveloper. Thx.

ruebox commented 6 years ago

Accumulated issue #32 for sensor support -> Close this issue.