Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.53 KB

web-ui.md

File metadata and controls

48 lines (33 loc) · 1.53 KB

web-ui

Browser accessible representation of the system.

Best explained by example:

  web-ui:
    port: 9999
    directors:
      - house-unit1
      - house-unit2
      - server-room

port

Port to listen on. Defaults to 3939.

interface

Interfaces to listen on. Defaults to 0.0.0.0.

directors

Set of references to directors. If you skip it HCC will assume you want all the directors.

NOTE: Be careful with an empty set. All configuration readers may skip a bare web-ui: or webui.directors: as absent. Both "include all" and "missing" will be logged at WARNING level, verify if what you think you configured is what HCC thinks it is. It is best to include at least one non-empty keyword (in this case, port).

sensors

Unlike the console, WebUI takes all the configured sensors as a part of the implied configuration.

units

Specifies the initial temperature measurement units. Defaults to C°. Note that this only applies to zone display, instrument cluster will display values in SI units.

Implied Configuration

In addition to entities above, contains the instrument cluster, collected implicitly from all essential system components.

Property of

Related to


^^^ Configuration