cweakland <chris.weakland@gmail.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZWMAC › #586 | 3 years ago | Testless build | |
OZW › OZWLNX › #1070 | 3 years ago |
Update manufacturer_specific.xml
The Manufacturer id for the ZEN21 looks to be incorrect or has changed. Adding "Product type="b111" id="1e1c"" under "Manufacturer id="027a" name="Zooz"" resolves issues identifying/controlling this device. Changes before and after as seen in the zwcfg.xml Before: <Node id="28" name="" location="" basic="4" generic="16" specific="1" roletype="5" devicetype="7424" nodetype="0" type="Binary Power Switch" listening="true" frequentListenin g="false" beaming="true" routing="true" max_baud_rate="40000" version="4" secured="true" query_stage="Complete"> <Manufacturer id="27a" name="Zooz"> <Product type="b111" id="1e1c" name="Unknown: type=b111, id=1e1c" /> After: <Node id="28" name="" location="" basic="4" generic="16" specific="1" roletype="5" devicetype="7424" nodetype="0" type="Binary Power Switch" listening="true" frequentListenin g="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="Complete"> <Manufacturer id="27a" name="Zooz"> <Product type="b111" id="1e1c" name="ZEN21 Switch V2.0" /> |
546 passed |
OZW › OZWMAC › #479 | 4 years ago |
Update manufacturer_specific.xml
I found that my Trane XL624 works properly using the trane/TZEMT524AA21MA.xml |
Testless build |
OZW › ODB › #20 | 4 years ago |
Update manufacturer_specific.xml
I found that my Trane XL624 works properly using the trane/TZEMT524AA21MA.xml |
478 passed |
OZW › OZWLNX › #886 | 4 years ago |
Update manufacturer_specific.xml
I found that my Trane XL624 works properly using the trane/TZEMT524AA21MA.xml |
468 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
The Manufacturer id for the ZEN21 looks to be incorrect or has changed. Adding "Product type="b111" id="1e1c"" under "Manufacturer id="027a" name="Zooz"" resolves issues identifying/controlling this device.
Changes before and after as seen in the zwcfg.xml
Before:
<Node id="28" name="" location="" basic="4" generic="16" specific="1" roletype="5" devicetype="7424" nodetype="0" type="Binary Power Switch" listening="true" frequentListenin
g="false" beaming="true" routing="true" max_baud_rate="40000" version="4" secured="true" query_stage="Complete">
<Manufacturer id="27a" name="Zooz">
<Product type="b111" id="1e1c" name="Unknown: type=b111, id=1e1c" />
After:
<Node id="28" name="" location="" basic="4" generic="16" specific="1" roletype="5" devicetype="7424" nodetype="0" type="Binary Power Switch" listening="true" frequentListenin
g="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="Complete">
<Manufacturer id="27a" name="Zooz">
<Product type="b111" id="1e1c" name="ZEN21 Switch V2.0" />