cdjackson / HABmin

A web admin console for openHAB home automation
http://www.cd-jackson.com/index.php/openhab/habmin
217 stars 51 forks source link

Missing Device in Database (Vision Security ZS6301 Device Type: 200f Device ID: f03) #242

Closed fleischtorte closed 9 years ago

fleischtorte commented 9 years ago

Hi Chris,

the Vision Security ZS6301 CO Sensor is missing in the database. The following settings work with this sensor: Node XML:

<node>
  <deviceClass>
    <basicDeviceClass>ROUTING_SLAVE</basicDeviceClass>
    <genericDeviceClass>ALARM_SENSOR</genericDeviceClass>
    <specificDeviceClass>NOT_USED</specificDeviceClass>
  </deviceClass>
  <homeId>0xe1bd0cf5</homeId>
  <nodeId>16</nodeId>
  <version>4</version>
  <manufacturer>0x109</manufacturer>
  <deviceId>0xf03</deviceId>
  <deviceType>0x200f</deviceType>
  <listening>false</listening>
  <frequentlyListening>false</frequentlyListening>
  <routing>true</routing>
  <healState>DONE @ 2015-06-19T02:14:24+0000</healState>
  <supportedCommandClasses>
    <entry>
      <commandClass>ALARM</commandClass>
      <alarmCommandClass>
        <version>1</version>
        <instances>1</instances>
        <alarms/>
        <isGetSupported>true</isGetSupported>
      </alarmCommandClass>
    </entry>
    <entry>
      <commandClass>VERSION</commandClass>
      <versionCommandClass>
        <version>1</version>
        <instances>1</instances>
        <libraryType>LIB_CONTROLLER_BRIDGE</libraryType>
        <protocolVersion>8.2</protocolVersion>
        <applicationVersion>3.5</applicationVersion>
      </versionCommandClass>
    </entry>
    <entry>
      <commandClass>MANUFACTURER_SPECIFIC</commandClass>
      <manufacturerSpecificCommandClass>
        <version>1</version>
        <instances>1</instances>
      </manufacturerSpecificCommandClass>
    </entry>
    <entry>
      <commandClass>WAKE_UP</commandClass>
      <WakeUpCommandClass>
        <version>2</version>
        <instances>1</instances>
        <targetNodeId>1</targetNodeId>
        <interval>3600</interval>
        <minInterval>600</minInterval>
        <maxInterval>604800</maxInterval>
        <defaultInterval>3600</defaultInterval>
        <intervalStep>200</intervalStep>
      </WakeUpCommandClass>
    </entry>
    <entry>
      <commandClass>BASIC</commandClass>
      <basicCommandClass>
        <version>1</version>
        <instances>1</instances>
        <isGetSupported>true</isGetSupported>
      </basicCommandClass>
    </entry>
    <entry>
      <commandClass>BATTERY</commandClass>
      <batteryCommandClass>
        <version>1</version>
        <instances>1</instances>
        <batteryLevel>100</batteryLevel>
        <batteryLow>false</batteryLow>
        <isGetSupported>true</isGetSupported>
      </batteryCommandClass>
    </entry>
    <entry>
      <commandClass>ASSOCIATION</commandClass>
      <associationCommandClass>
        <version>1</version>
        <instances>1</instances>
        <configAssociations>
          <entry>
            <int>1</int>
            <associationGroup>
              <Index>1</Index>
              <Nodes/>
            </associationGroup>
          </entry>
        </configAssociations>
        <maxGroups>1</maxGroups>
      </associationCommandClass>
    </entry>
    <entry>
      <commandClass>SENSOR_BINARY</commandClass>
      <binarySensorCommandClass>
        <version>1</version>
        <instances>1</instances>
        <isGetSupported>true</isGetSupported>
      </binarySensorCommandClass>
    </entry>
    <entry>
      <commandClass>NO_OPERATION</commandClass>
      <noOperationCommandClass>
        <version>1</version>
        <instances>1</instances>
      </noOperationCommandClass>
    </entry>
  </supportedCommandClasses>
  <nodeNeighbors>
    <int>1</int>
    <int>7</int>
    <int>8</int>
    <int>11</int>
    <int>12</int>
    <int>13</int>
    <int>15</int>
  </nodeNeighbors>
  <lastSent>2015-06-19 02:14:23.674 UTC</lastSent>
  <lastReceived>2015-06-19 02:14:23.754 UTC</lastReceived>
  <applicationUpdateReceived>true</applicationUpdateReceived>
</node>

Thanks! David

cdjackson commented 9 years ago

Thanks - can you provide a link to the pepper1 entry, or alternatively a link to the manual.

fleischtorte commented 9 years ago

There is the pepper1 link: http://www.pepper1.net/zwavedb/device/339 (the devicetype is different) and the manual: http://www.hans-hats.de/download/VIS_ZS6301_manual_eng.pdf

Thanks

cdjackson commented 9 years ago

Thanks - it’s a simple device so I‘ll add it in the next day or so (maybe tonight).

On 19 Jun 2015, at 11:37, fleischtorte notifications@github.com wrote:

There is the pepper1 link: http://www.pepper1.net/zwavedb/device/339 http://www.pepper1.net/zwavedb/device/339 (the devicetype is different) and the manual: http://www.hans-hats.de/download/VIS_ZS6301_manual_eng.pdf http://www.hans-hats.de/download/VIS_ZS6301_manual_eng.pdf Thanks

— Reply to this email directly or view it on GitHub https://github.com/cdjackson/HABmin/issues/242#issuecomment-113466734.

fleischtorte commented 9 years ago

the device works fine now :) ty chris!

cdjackson commented 9 years ago

Thanks