Announcement

Collapse
No announcement yet.

[script] Get XML data from Motherboard Monitor

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

    [script] Get XML data from Motherboard Monitor

    This script reads the Motherboard Monitor XML interval log

    INPUT:
    Motherboard Monitor Interval Log in XML format (created by the Motherboard Monitor application)
    http://mbm.livewiredev.com/

    REQUIRES:
    Motherboard Monitor Version 5.1.0.2

    OUTPUT:
    This script reads the XML interval log file created by Motherboard Monitor and allows you to
    take action of the values returned. The output can be anything you choose.

    INFORMATION:
    Without modification, this script will not function. You need to adjust the values based on how you set up the Motherboard Monitor running on your PC.
    Example: I defined my CPU temperature as CPU, may have called it something else.
    You will need to adjust the GetAttribute values from "T_Motherboard" to what ever you called it.

    SETUP:
    1) Ensure this file is in the HomeSeer scripts directory.
    2) Configured Motherboard Monitor Version 5.1.0.2 or greater to create an XML interval log.
    3) Once the log starts, open the XML log file and check the attribute values within the
    Log elements "<LOG SomeAttribute="xxx"></LOG>"
    4) Adjust the GetAttribute lines to retrieve the attributes you are interested in.

    SETUP EVENTS:
    1) Set up one event as "Re-Occurring" once every X minutes to run this script.

    OTHER INFORMATION:
    Direct help, comments, suggestions to ultrajones@hotmail.com.

    Have fun!

    Regards,
    Ultrajones@hotmail.com
    Attached Files
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR
Working...
X