-
-
Notifications
You must be signed in to change notification settings - Fork 0
Naming Convention
The addon uses the following naming convention for its entities:
A device in the FastyBird IoT ecosystem refers to a preconfigured entity which is representing software thermostat device.
This addon is using multiple channel types.
A configuration channel type in the FastyBird IoT ecosystem refers to a entity which is holding configuration of Thermostat device.
A actors channel type in the FastyBird IoT ecosystem refers to a entity which is representing a set of physical devices which are responsible for heating or cooling
A sensors channel type in the FastyBird IoT ecosystem refers to a entity which is representing a set of physical devices which are responsible for providing actual measured temperatures, or opening states.
A preset channel type in the FastyBird IoT ecosystem refers to a entity which is holding configuration of
Thermostat device for specific preset like manual
, away
, comfort
, etc.
A property in the FastyBird IoT ecosystem refers to a entity which is holding configuration values or device actual state. Connector, Device and Channel entity has own Property entities.
Channel properties typically serve as repositories for storing the current state of a device. For example, a configuration channel
may store properties such as maximum temperature
or actors channel
could store connection to physical device.
HVAC
stands for Heating, Ventilation, and Air Conditioning. This virtual thermostat addon is supporting some of the common
HVAC modes like cooling
, heating
or auto
.
Tip
If you find incorrect or missing information, feel free to notify us. You could use the issue tracker or mail or X network for any idea that can improve the project. Thank you for testing, reporting and contributing.
Homepage https://www.fastybird.com and repository https://github.com/fastybird/virtual-thermostat-addon.