<divclass="pure-u-1 pure-u-lg-3-4 hint">Use the first three channels as RGB channels. This will also enable the color picker in the web UI. Will only work if the device has at least 3 dimmable channels.<br/>Reload the page to update the web interface.</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">Use forth dimmable channel as (cold) white light calculated out of the RGB values.<br/>Will only work if the device has at least 4 dimmable channels.<br/>Enabling this will render useless the "Channel 4" slider in the status page.<br/>Reload the page to update the web interface.</div>
@ -429,7 +429,7 @@
<divclass="pure-g">
<labelclass="pure-u-1 pure-u-lg-1-4">Use white color temperature</label>
<divclass="pure-u-1 pure-u-lg-3-4 hint">Use fifth dimmable channel as warm white light and the forth dimmable channel as cold white.<br/>Will only work if the device has at least 5 dimmable channels and "white channel" above is also ON.<br/>Enabling this will render useless the "Channel 5" slider in the status page.<br/>Reload the page to update the web interface.</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">Use CSS style to report colors to MQTT and REST API. <br/>Red will be reported as "#FF0000" if ON, otherwise "255,0,0"</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">Turn ON to be able to telnet to your device while connected to your home router.<br/>TELNET is always enabled in AP mode.</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">This name address of the NoFUSS server for automatic remote updates (see https://bitbucket.org/xoseperez/nofuss).</div>
<inputclass="pure-u-1 pure-u-lg-1-4"name="mqttPassword"type="password"tabindex="24"placeholder="Leave blank if no pass"autocomplete="false"/>
<inputclass="pure-u-1 pure-u-lg-1-4"name="mqttPass"type="password"tabindex="24"placeholder="Leave blank if no pass"autocomplete="false"/>
</div>
<divclass="pure-g">
@ -749,11 +749,11 @@
This is the root topic for this device. The {hostname} and {mac} placeholders will be replaced by the device hostname and MAC address.<br/>
- <strong><root>/relay/#/set</strong> Send a 0 or a 1 as a payload to this topic to switch it on or off. You can also send a 2 to toggle its current state. Replace # with the switch ID (starting from 0). If the board has only one switch it will be 0.<br/>
<!-- removeIf(!light)-->
<spanclass="module module-color">- <strong><root>/rgb/set</strong> Set the color using this topic, your can either send an "#RRGGBB" value or "RRR,GGG,BBB" (0-255 each).<br/></span>
<spanclass="module module-color">- <strong><root>/hsv/set</strong> Set the color using hue (0-360), saturation (0-100) and value (0-100) values, comma separated.<br/></span>
<spanclass="module module-color">- <strong><root>/brightness/set</strong> Set the brighness (0-255).<br/></span>
<spanclass="module module-color">- <strong><root>/channel/#/set</strong> Set the value for a single color channel (0-255). Replace # with the channel ID (starting from 0 and up to 4 for RGBWC lights).<br/></span>
<spanclass="module module-color">- <strong><root>/mired/set</strong> Set the temperature color in mired.<br/></span>
<spanclass="module module-lit">- <strong><root>/rgb/set</strong> Set the color using this topic, your can either send an "#RRGGBB" value or "RRR,GGG,BBB" (0-255 each).<br/></span>
<spanclass="module module-lit">- <strong><root>/hsv/set</strong> Set the color using hue (0-360), saturation (0-100) and value (0-100) values, comma separated.<br/></span>
<spanclass="module module-lit">- <strong><root>/brightness/set</strong> Set the brighness (0-255).<br/></span>
<spanclass="module module-lit">- <strong><root>/channel/#/set</strong> Set the value for a single color channel (0-255). Replace # with the channel ID (starting from 0 and up to 4 for RGBWC lights).<br/></span>
<spanclass="module module-lit">- <strong><root>/mired/set</strong> Set the temperature color in mired.<br/></span>
<!-- endRemoveIf(!light)-->
- <strong><root>/status</strong> The device will report a 1 to this topic every few minutes. Upon MQTT disconnecting this will be set to 0.<br/>
- Other values reported (depending on the build) are: <strong>firmware</strong> and <strong>version</strong>, <strong>hostname</strong>, <strong>IP</strong>, <strong>MAC</strong>, signal strenth (<strong>RSSI</strong>), <strong>uptime</strong> (in seconds), <strong>free heap</strong> and <strong>power supply</strong>.
<divclass="pure-u-1 pure-u-lg-3-4 hint">In Amperes (A). If you are using a pure resistive load like a bulb, this will be the ratio between the two previous values, i.e. power / voltage. You can also use a current clamp around one of the power wires to get this value.</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">In Volts (V). Enter your the nominal AC voltage for your household or facility, or use multimeter to get this value.</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">In Watts (W). Calibrate your sensor connecting a pure resistive load (like a bulb) and enter here the its nominal power or use a multimeter.</div>