Generic uPnP - Help Adding An ADSL Router?

Hi

I wanted to try and add my home broadband router by using Vera’s own add a PnP device option under UI5 = Devices → Add Devices → uPnP Devices

Looking at Device Spy or using the My Devices iPhone app. I can see the following ‘devices’ and services in the XML . (It tells me my external IP, upstream/downstream, data usage etc.)

<root xmlns=urn:schemas-upnp-org:device-1-0>
  <specVersion>
    <major>1</major>
    <minor>0</minor>
  </specVersion>
  <device>
    <deviceType>urn:schemas-upnp-org:device:InternetGatewayDevice:1</deviceType>
 .... Removed....
    <serviceList>
      <service>
        <serviceType>urn:schemas-upnp-org:service:Layer3Forwarding:1</serviceType>
        <serviceId>urn:upnp-org:serviceId:Layer3Forwarding1</serviceId>
        <controlURL>/ctl/L3F</controlURL>
        <eventSubURL>/evt/L3F</eventSubURL>
        <SCPDURL>/L3F.xml</SCPDURL>
      </service>
    </serviceList>
    <deviceList>
      <device>
        <deviceType>urn:schemas-upnp-org:device:WANDevice:1</deviceType>
.... Removed....
        <serviceList>
          <service>
            <serviceType>urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:WANCommonIFC1</serviceId>
            <controlURL>/ctl/CmnIfCfg</controlURL>
            <eventSubURL>/evt/CmnIfCfg</eventSubURL>
            <SCPDURL>/WANCfg.xml</SCPDURL>
          </service>
        </serviceList>
        <deviceList>
          <device>
            <deviceType>urn:schemas-upnp-org:device:WANConnectionDevice:1</deviceType>
.... Removed....
            <serviceList>
              <service>
                <serviceType>urn:schemas-upnp-org:service:WANIPConnection:1</serviceType>
                <serviceId>urn:upnp-org:serviceId:WANIPConn1</serviceId>
                <controlURL>/ctl/IPConn</controlURL>
                <eventSubURL>/evt/IPConn</eventSubURL>
                <SCPDURL>/WANIPCn.xml</SCPDURL>
              </service>
            </serviceList>
          </device>
        </deviceList>
      </device>
    </deviceList>
    <presentationURL>http://192.168.x.x/</presentationURL>
  </device>
</root>

As this did not work, as planned, I then found the following which @Ap15e did a while back.

http://forum.micasaverde.com/index.php/topic,10220.msg70052.html#msg70052
http://forum.micasaverde.com/index.php/topic,10220.msg69821.html#msg69821
http://forum.micasaverde.com/index.php/topic,10165.0.html

I’ve done what I think I can form the above, but i’ve not been able to see any of the variables, that I could see via e.g intel Device Spy.

Has anyone added a ADSL router (or anything) via the UI and benefited from using the associated uPnP devices and services? (If I go into Automation/new scene/Advanced nothing (no variables) are listed :