Live devices  |  All devices  |  Fields  |  About |  Test log |  Admin Login


Device EW-02

XML definition

<device>
    <id>EW-02</id>
    <MAC>24:6F:28:45:2D:4C</MAC>
    <alert-interval>6</alert-interval>
    <refresh>120</refresh>
    <software-version>V6.7</software-version>
    <alert-time>2024-03-13T08:00:00.206Z</alert-time>
    <battery/>
    <name>Right Rowan Tree</name>
    <description>Small Rowan tree on the right looking down the garden.</description>
    <location>MS16</location>
    <device-alert-email>kit.wallace@gmail.com</device-alert-email>
    <fields>
        <field>
            <id>battery-voltage</id>
            <trigger>
                <min>3.6</min>
                <warning>Low battery</warning>
            </trigger>
        </field>
        <field>
            <id>moisture-pc</id>
            <trigger>
                <min>20</min>
                <warning>Too dry</warning>
            </trigger>
            <compute>
                <method>convert-moisture</method>
                <parameter id="air">2500</parameter>
                <parameter id="water">880</parameter>
            </compute>
        </field>
        <field>
            <id>air-temp-C</id>
            <compare>
                <device>weather</device>
                <field>air-temp-C</field>
                <colour>blue</colour>
            </compare>
            <tag>temp-C-1</tag>
        </field>
        <field>
            <id>soil-temp-C</id>
            <tag>temp-C-0</tag>
        </field>
    </fields>
</device>