cwall
November 25, 2017, 11:57pm
1
Hello to anyone who can help,
I have 2 12721 GE Z-Wave In-Wall Smart Outlets and neither of them are properly connecting to the Z-Wave network. They show as “unknown” in the list of devices.
My gut based on what I’ve been reading is that the .xml for the specific device is missing from here: https://github.com/OpenZWave/open-zwave/tree/master/config/ge . I see some of the other GE devices, but this one seems to not be here.
Is this something that can be added?
Thanks!
dap35
November 26, 2017, 1:16am
2
This lists the 12721 outlet, so I think you could add this file to your installation and reboot.
<Product Revision="7" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0063:3530:5252</MetaDataItem>
<MetaDataItem name="ProductPic">images/ge/receptacle.png</MetaDataItem>
<MetaDataItem id="3530" name="ZWProductPage" type="5252">https://products.z-wavealliance.org/products/724/</MetaDataItem>
<MetaDataItem name="ProductSupport">http://www.jascoproducts.com/support/</MetaDataItem>
<MetaDataItem name="Description">Transform any home into a smart home with the GE Z-Wave Tamper Resistant Smart Outlet. The GE Z-Wave Tamper Resistant Smart Outlet enables wireless control of on/off functions from the Z-Wave controlled outlet, and is compatible with incandescent, LED, Xenon, Halogen, fluorescent and compact fluorescent bulbs. The tamper resistant duplex receptacle includes a blue LED indicator light to easily locate the receptacle in a dark room. The receptacle replaces your current electrical outlet, uses your existing wiring and provides a Z-Wave enabled outlet for the lamp or appliance that you would like to control and a standard pass-through AC outlet for other electrical appliances. Take control of your home lighting with Jasco Z-Wave Smart Lighting Controls!
</MetaDataItem>
<MetaDataItem id="3530" name="FrequencyName" type="5252">U.S. / Canada / Mexico</MetaDataItem>
<MetaDataItem name="ProductPage">http://www.ezzwave.com</MetaDataItem>
<MetaDataItem name="Name">In-Wall Tamper Resistant Smart Outlet </MetaDataItem>
<MetaDataItem id="3530" name="Identifier" type="5252">45636/ZW1001</MetaDataItem>
<ChangeLog>
<Entry author="Justin Hammond - [email protected] " date="03 May 2019" revision="3">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/657/xml</Entry>
<Entry author="Justin Hammond - [email protected] " date="03 May 2019" revision="4">Updated Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/724/xml</Entry>
<Entry author="Justin Hammond - [email protected] " date="08 May 2019" revision="5">Updated Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/1195/xml</Entry>
<Entry author="Justin Hammond - [email protected] " date="08 May 2019" revision="6">Updated Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/1212/xml</Entry>
<Entry author="Justin Hammond - [email protected] " date="02 Jun 2019" revision="7">Updated Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/2732/xml</Entry>
</ChangeLog>
<MetaDataItem id="3031" name="ZWProductPage" type="4952">https://products.z-wavealliance.org/products/1212/</MetaDataItem>
This file has been truncated. show original
cwall
December 3, 2017, 2:28am
3
Awesome! Thank you for the reply @dap35 .
I am running Hassio 0.58.1. What it the best or right way to include the file in my installation? Do I add it to the configuration.yaml? If so, what is the correct syntax?
Thanks!
dap35
December 3, 2017, 1:09pm
4
I am not sure how to do that in hassio, since it is running in a container and you don’t have all of the access that you would in a full OS. Hopefully, someone here will have a work around, otherwise, you might open an issue on GitHub to get the update added.