|
426 | 426 | \end{figure} |
427 | 427 |
|
428 | 428 | The "Global settings" section of the web interface is where you can settings that apply to all NSPanels or settings that simply are not directly related the the panels themsevles. The following options are available: |
429 | | - \textbf{Connection settings} |
| 429 | + \subsubsection{Connection settings} |
430 | 430 | \begin{itemize} |
431 | 431 | \item \textbf{Manager address} - The is the IP address that will be sent to each NSPanel when it boots. This address is used in the NSPanel to communicate with the manager and has to be reachable from each and every NSPanel. |
432 | 432 | \item \textbf{Manager port} - Port to use when connecting to the above mentioned IP address. |
433 | 433 | \end{itemize} |
434 | 434 |
|
435 | | - \textbf{Logging options} |
| 435 | + \subsubsection{Logging options} |
436 | 436 | \begin{itemize} |
| 437 | + \item \textbf{MQTTManager log level} - Log level for the MQTTManager background component. For more information about MQTTManager see \hyperref[sec:software_components]{Software components}. There is also a "Download"-button available in this section to download the MQTTManager log file as a .txt-file. |
437 | 438 | \item \textbf{Number of messages to display on live log} - The number of log messages to display in the live log for each NSPanel in the NSPanel settings page. |
438 | 439 | \item \textbf{Number of messages in buffer} - The number of log messages to keep in buffer in the MQTTManager. |
439 | 440 | \end{itemize} |
440 | 441 |
|
441 | | - \textbf{Global NSPanel settings} |
| 442 | + \subsubsection{Global NSPanel settings} |
442 | 443 | \begin{itemize} |
443 | 444 | \item \textbf{Minimum color temperature} - The minimum kelvin to send to Home Assistant/OpenHAB. |
444 | 445 | \item \textbf{Maximum color temperature} - The maximum kelvin to send to Home Assistant/OpenHAB. |
|
463 | 464 | \item \textbf{MQTT ignore time (ms)} - Time to wait (in milliseconds) after sending a command over MQTT before allowing new values to update the screen. This can be raised or lowered to minimize flickering of sliders on the NSPanel. |
464 | 465 | \end{itemize} |
465 | 466 |
|
466 | | - \textbf{MQTT} |
| 467 | + \subsubsection{MQTT} |
467 | 468 | \begin{itemize} |
468 | 469 | \item \textbf{MQTT address} - The address used to connect to the MQTT server. |
469 | 470 | \item \textbf{MQTT port} - The port used to connect to the MQTT server. |
470 | 471 | \item \textbf{MQTT username} - Username used to authenticate to the MQTT server. Leave empty if not used. |
471 | 472 | \item \textbf{MQTT password} - Password used to authenticate to the MQTT server. Leave empty if not used. |
472 | 473 | \end{itemize} |
473 | 474 |
|
474 | | - \textbf{Home Assistant API} |
| 475 | + \subsubsection{Home Assistant API} |
475 | 476 | \begin{itemize} |
476 | 477 | \item \textbf{Home Assistant address} - The address used to connect to Home Assistant. This should include "http://" or "https://" in the beginning and port are the end. |
477 | 478 | \item \textbf{Access token} - The long lived access token used to authenticate to Home Assistant. |
478 | 479 | \end{itemize} |
479 | 480 |
|
480 | | - \textbf{OpenHAB API} |
| 481 | + \subsubsection{OpenHAB API} |
481 | 482 | \begin{itemize} |
482 | 483 | \item \textbf{OpenHAB address} - The address used to connect to OpenHAB. This should include "http://" or "https://" in the beginning and port are the end. |
483 | 484 | \item \textbf{Access token} - The access token used to authenticate to OpenHAB. |
|
597 | 598 |
|
598 | 599 | \clearpage |
599 | 600 | \section{Functional information} |
| 601 | + \label{sec:software_components} |
600 | 602 | \subsection{Software components} |
601 | 603 | There are really three software components written for the NSPanel Manager project. These are described as below: |
602 | 604 | \begin{itemize} |
|
0 commit comments