Announcement

Collapse
No announcement yet.

How do I move my PC from Lamp to Netwrok List?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I move my PC from Lamp to Netwrok List?

    I have my PC's and routers responding but they all show under lamp modules? How do I move it to the Network List?

    #2
    All you have to do is create a new HomeSeer device type of "Network", then for each computer, router, etc, change the device type to "Network".

    Regards,
    Ultrajones
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment


      #3
      Related question: Is the devices.xml file the one that determines what shows in "lamps and modules" (or whatever). I can't seem to restrict what shows up in this category. I only want "light switches" and "lamps" to show up in this section.

      Thanks for any tips.

      Comment


        #4
        The ultra_view2_status_devices.xsl file controls what shows up under Lamps and Modules. Look for the line that says
        Code:
        <xsl:if test="TYPE = 'Lamp Module' or TYPE = 'Light Switch'">
        and modify appropriately.

        Comment


          #5
          Thanks.

          Comment

          Working...
          X