Thanks Thanks:  1
Likes Likes:  0
Results 1 to 2 of 2

Thread: DbXmlInfo.xml doesn't include actual wattage values?

  1. #1
    Senior Member
    Join Date
    Oct 2013
    Posts
    519

    DbXmlInfo.xml doesn't include actual wattage values?

    I'm in the process of patching some limits in the pylutron libraries and noticed that the DbXmlInfo.xml files I've got don't have any actual values in the Wattage attribute. They're all zero, including any that have the value set from Inclusive. I've checked this using 12.9.0 of Inclusive, and from previous exports.

    It would appear that either the main repeater either isn't getting this information during a transfer, or the exporting process on the repeater isn't including it when creating the XML.

    Could someone else check an export from their repeater and confirm?

    If you have a linux machine and xsh installed you could use:

    Code:
    $ wget http://ip.of.your.repeater/DbXmlInfo.xml
    $ xsh
    ---------------------------------------
     xsh - XML Editing Shell version 2.2.9
    ---------------------------------------
    
    $scratch/> open DbXmlInfo.xml
    parsing DbXmlInfo.xml
    /> ls //Output
    <Output Name="Gym Fan" UUID="45868" IntegrationID="31" OutputType="CEILING_FAN_TYPE" Wattage="0" SortOrder="1"/>
    <Output Name="Front Windows" UUID="46285" IntegrationID="215" OutputType="NON_DIM_INC" Wattage="0" SortOrder="0"/>
    <Output Name="Christmas Tree" UUID="38031" IntegrationID="197" OutputType="NON_DIM_INC" Wattage="0" SortOrder="1"/>
    <Output Name="Attic Stair Closet" UUID="29198" IntegrationID="65" OutputType="NON_DIM" Wattage="0" SortOrder="0"/>
    <Output Name="Pantry Ceiling" UUID="6676" IntegrationID="124" OutputType="AUTO_DETECT" Wattage="0" SortOrder="1"/>
    ...
    Otherwise just use a text editor to search for the Wattage=" string. That'll jump you to each OutputType's wattage value. Is anyone else seeing anything other than 0 in the export?

    https://xsh.sourceforge.io/download.html
    xsh is most easily installed on a linux machine using the CPAN framework.
    Code:
    $ cpan XML::XSH2

  2. #2
    Senior Member
    Join Date
    May 2016
    Posts
    205
    They are all 0 values for my installation. I'm on 12.6.

  3. Thanks wkearney99 thanked for this post

Similar Threads

  1. Are RA2 dimmers just 1 giant button or can I make them actual on/off?
    By psychobunny in forum General Discussion - RA2
    Replies: 4
    Last Post: 01-26-2019, 01:45 PM
  2. battery level values?
    By Jumbo in forum 3rd-party Integration - RA2
    Replies: 0
    Last Post: 12-03-2018, 03:27 PM
  3. DbXmlInfo.xml format documentation?
    By wkearney99 in forum 3rd-party Integration - RA2
    Replies: 8
    Last Post: 02-29-2016, 01:50 PM
  4. MLV Load types/values
    By joshg in forum Design Assistance - RA2
    Replies: 1
    Last Post: 01-18-2016, 02:54 PM
  5. Does extracting a file include homeowner edits by the app?
    By bloucks in forum General Discussion - HWQS
    Replies: 2
    Last Post: 04-07-2014, 08:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •