Skip to content

Settings


Overview

The Settings page provides system-wide configuration for the Savee application. It is organized into subsections, accessible from the settings navigation panel on the left.

The following subsections are available: General settings, Modbus, Statistics, Communication Channels, Reports, Two-Factor Authentication, Log, and Cloud.

General Settings


General Settings
General settings

The top of the General settings page shows the currently installed versions of the Savee Webapp and Savee API.

Setting Description
Application language The display language for the application interface.
Buttons sound When enabled, button panels play a sound on press.
Wireless components error filter Sets the threshold for how many consecutive communication errors must occur before a wireless device is flagged as unreachable.

Modbus


Modbus Settings
Modbus settings

Configures the Modbus integration for the Savee application. For full implementation details, refer to the APIs → Modbus.

Field Description
State Read-only display of the current Modbus service status: Enabled, Enabling, Disabled, Disabling, Restarting, or Error.
Mode Server — Savee acts as a Modbus server for connected clients. Client — Savee connects to an external Modbus server.
Port In Server mode: the port Savee listens on. In Client mode: the URL (ip:port) of the external Modbus server.
Register Order The byte order for multi-register values (Big Endian or Little Endian). Applies to UPTIME and POWER, which span two registers.
Byte Order The byte order within each individual 2-byte register (Big Endian or Little Endian).
Refresh Interval In Server mode: how often the HEARTBEAT register is updated. In Client mode: how often Savee polls the Modbus server.
Heartbeat Register The register index used for the HEARTBEAT value.
Uptime Register The register index used for the UPTIME value.

Warning

UPTIME occupies two consecutive registers because it stores a 32-bit number. Leave the address immediately after the UPTIME index empty.

Groups — Lists all groups in the application. Toggle each group to expose it over Modbus. When enabled, an Address field appears where the starting register address for that group must be set. Each group occupies 16 consecutive holding registers, so addresses must be spaced 16 apart (e.g. Group 1 at 3, Group 2 at 19, Group 3 at 35).

Warning

Do not assign the Heartbeat or Uptime register addresses to any group.

Info

Savee indexes Modbus holding registers starting from 0.

Statistics


Statistics Settings
Statistics settings

Configures how energy consumption is calculated in the Statistics page.

Field Description
Default input power of the element [Watt] The assumed wattage used for energy calculations when a device has no specific power value configured.
Conversion values A table mapping system output levels (0–100% in steps of 10) to actual power output percentages. Edit the Actual value column to calibrate calculations to match the real-world dimming curve of the installed equipment.

Communication Channels


Communication Channels
Communication Channels

Communication channels define the delivery methods used by the Reports system to send notifications to users. Click + Add communication channel to create a new channel.

Field Description
Name A label to identify the channel.
Description An optional description.
Type The delivery method (e.g. email, SMS).
Enabled Whether the channel is active and available for use in reports.

Note

Users must have a phone number or email address set in their user profile for the reporting system to reach them through the corresponding channel type.

Reports


Reports
Reports

Reports define automated notifications sent to users via communication channels. Click + Add report to create a new report. Two report types are available:

Instant Message

Sends a notification immediately when a specified event occurs.

Field Description
Name A label to identify the report.
Description An optional description.
Type Set to Instant message.
Event The event that triggers the notification (e.g. All).
Users The users who will receive the notification.
Communication channels The channel(s) through which the notification is sent.
Enabled Whether the report is active.

Scheduled Report

Sends a summary report on a recurring schedule.

Field Description
Name A label to identify the report.
Description An optional description.
Type Set to Scheduled report.
Period How often the report is sent (e.g. Monthly).
Template The report template to use (e.g. Comprehensive summary).
Users The users who will receive the report.
Communication channels The channel(s) through which the report is sent.
Enabled Whether the report is active.

Two-Factor Authentication


Two-Factor Authentication
Two-Factor Authentication

Displays the two-factor authentication status for the currently logged-in account. If 2FA is not yet configured, click Setup Two-Factor Authentication to enable it.

Log


Log
Activity log

The Log records all significant actions performed in the application, providing a full audit trail. Each entry includes:

Column Description
Time The timestamp of the action. Filter by date range using the From / To input.
Action The type of operation (e.g. Create, Update, Delete, Sign in). Filter using the dropdown.
Section The part of the application where the action occurred (e.g. Floor plan, Automation, Control group). Filter using the dropdown.
Description A human-readable description of what was done. Searchable by keyword.
User The user account that performed the action. Filterable by username.

Use the refresh button to reload the log and the fullscreen button to expand the view. The log is paginated.