openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.7k forks source link

Z-Wave Database: Add FGMS-001-USA #1881

Closed NolanGarrett closed 9 years ago

NolanGarrett commented 9 years ago

These devices are relatively new to the US market. Can't find them in the Pepper1 database, but it's listed here:

http://products.z-wavealliance.org/products/1076

It looks like this: http://www.pepper1.net/zwavedb/device/601 but has a product ID of x2001 instead of x4001.

cdjackson commented 9 years ago

Are you sure it’s not in the database??? 2001 is in the database already -:

    <Product>
        <Reference>
            <Type>0800</Type>
            <Id>1001</Id>
        </Reference>
        <Reference>
            <Type>0800</Type>
            <Id>2001</Id>
        </Reference>
        <Reference>
            <Type>0800</Type>
            <Id>3001</Id>
        </Reference>
        <Model>FGMS01</Model>
        <Label lang="en">Motion Sensor</Label>
        <ConfigFile>fibaro/fgms01.xml</ConfigFile>
    </Product>=
NolanGarrett commented 9 years ago

Well, looks like you were right. I was on 1.7.0-794. Updated to 1.7.0-801, and there it is. I need to find a good way to see changes across multiple versions so I don't waste people's time, I guess!

cdjackson commented 9 years ago

Well, looks like you were right. I was on 1.7.0-794. Updated to 1.7.0-801, and there it is. I need to find a good way to see changes across multiple versions so I don't waste people's time, I guess!

No worries - the database is pretty dynamic (both a good and bad thing :) ).

Cheers Chris=