Page 1 of 1

Impossible to set values in config

Posted: 13 Feb 2016 19:12
by bogr
It's impossible to set some values in expert -> configuration for Aeon Multisensor 6, since most of the edit-boxes are missing. There's only "Save this parameter" and "Set to default" buttons. Version 2.2.0 - the previous version had no problems with this :evil: .

Re: Impossible to set values in config

Posted: 13 Feb 2016 19:53
by pz1
May be due to a incomplete device configuration file. Is the xml file on Pepper1 database correct (i.e. do you see all parameters represented)

Re: Impossible to set values in config

Posted: 13 Feb 2016 21:54
by bogr
Ah, you're right. I always forget about checking the pepper-db. I even chose the wrong description - apparently there is "Aeotec MultiSensor 6" but also "Aeotec MultiSensor 6 EU...". But, it still looks strange comparing the xml with the gui. XML:

Code: Select all

        <configParam number="101" type="bitset" size="4" default="000000e1">
            <name>
                <lang xml:lang="de">Automatisches Senden von Report an Gruppe 1</lang>
                <lang xml:lang="en">Send unsolicited reports periodicaly. Interval group 1</lang>
              </name>
                  <description>
                <lang xml:lang="de">Definiert, welcher Report soll automatisch an alle in Gruppe 1 assoziierten Geräte gesendet werden soll.</lang>
                <lang xml:lang="en">Which reports need to send automatically in timing intervals for group 1</lang>
              </description>

                  <value from="00000000" to="00000000">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en">Battery</lang>
                  </description>
              </value>
            <value from="00000001" to="00000001" reserved="true">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en"></lang>
                  </description>
              </value>
            <value from="00000002" to="00000002" reserved="true">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en"></lang>
                  </description>
              </value>
            <value from="00000003" to="00000003" reserved="true">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en"></lang>
                  </description>
              </value>
            <value from="00000004" to="00000004">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en">Ultraviolet</lang>
                  </description>
              </value>
            <value from="00000005" to="00000005">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en">Temperatur
e</lang>
                  </description>
              </value>
            <value from="00000006" to="00000006">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en">Humidity</lang>
                  </description>
              </value>
            <value from="00000007" to="00000007">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en">Luminan
ce</lang>
                  </description>
              </value>
            <value from="00000008" to="0000001f" reserved="true">
                <description>
                    <lang xml:lang="de"></lang>
                    <lang xml:lang="en"></lang>
                  </description>
              </value>
                </configParam>
        <configParam number="102" type="bitset" size="4" default="00000000">
...
And gui:
101 param config
101 param config
param.png (45.49 KiB) Viewed 3719 times
Thanx for the tip.