Difference between revisions of "Documentation"
m |
|||
(23 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== General == | == General == | ||
− | [[ | + | Please read the [[Gateway Introduction]] so you understand the interaction between the different computer boards in the Gateway. You should first read this before using the below documentation. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Hardware Installation Guide == | == Hardware Installation Guide == | ||
Line 33: | Line 12: | ||
:[[Modules]] | :[[Modules]] | ||
+ | |||
+ | * Is my heating system compatible with Openmotics? | ||
+ | |||
+ | :[[Heating Compatibility]] | ||
== Software Installation Guide == | == Software Installation Guide == | ||
The OpenMotics modules can be configured by using the Cloud software (graphical interface) or by using the CLI (text) interface for manual setup. | The OpenMotics modules can be configured by using the Cloud software (graphical interface) or by using the CLI (text) interface for manual setup. | ||
+ | === Graphical user interface (Cloud) === | ||
Following Graphical user interface manual is available: | Following Graphical user interface manual is available: | ||
* For full system setup using the Cloud Interface, see | * For full system setup using the Cloud Interface, see | ||
:[[System cloud setup]] | :[[System cloud setup]] | ||
+ | * For detailed switch setup and how to assign more functions to 1 switch, see | ||
+ | :[[Switch Setup]] | ||
− | + | === CLI user interface (Cloud "Maintenance mode" or RS232) === | |
The below setup guides will explain the full programming of the Master Controller by using the CLI interface. It is however possible to install and configure the full OpenMotics system through the graphical cloud interface without using the CLI. Following CLI guides are available for manual setup: | The below setup guides will explain the full programming of the Master Controller by using the CLI interface. It is however possible to install and configure the full OpenMotics system through the graphical cloud interface without using the CLI. Following CLI guides are available for manual setup: | ||
+ | * To see all available RS232 CLI instructions, please consult | ||
+ | :[[CLI Reference Guide]] | ||
+ | * To add/change/remove modules and enable Large Installation mode using CLI mode, see | ||
+ | :[[Module Change]] | ||
* For basic system setup (add modules, assign inputs to outputs, set timers etc) using the CLI interface, see | * For basic system setup (add modules, assign inputs to outputs, set timers etc) using the CLI interface, see | ||
:[[CLI Basic System Setup]] | :[[CLI Basic System Setup]] | ||
* For thermostat setup using the CLI interface, see | * For thermostat setup using the CLI interface, see | ||
:[[CLI Thermostat Setup]] | :[[CLI Thermostat Setup]] | ||
− | * For advanced system setup using the CLI interface, see | + | * For advanced thermostat setup, Heating and cooling including Daikin setup using the CLI interface, see |
+ | :[[Daikin Setup]] | ||
+ | * For advanced system setup using the CLI interface, see | ||
:[[CLI Advanced Setup]] | :[[CLI Advanced Setup]] | ||
Line 57: | Line 49: | ||
:[[CLI Reference Guide]] | :[[CLI Reference Guide]] | ||
* To understand the different Basic Actions available in the Master, please consult the | * To understand the different Basic Actions available in the Master, please consult the | ||
− | :[[Action Types]] | + | :[[Action Types]] (List of Basic Actions) |
* To understand the different debug codes in CLI mode, please consult | * To understand the different debug codes in CLI mode, please consult | ||
:[[Output Debug Codes]] | :[[Output Debug Codes]] | ||
Line 68: | Line 60: | ||
* To understand the RS485 communication protocol, please consult | * To understand the RS485 communication protocol, please consult | ||
:[[Master RS485 Cummunication Protocol]] | :[[Master RS485 Cummunication Protocol]] | ||
+ | * To understand how to use the CAN modules, please consult | ||
+ | :[[CAN Control Installation]] | ||
+ | * To see the changes in the Master firmware, please consult | ||
+ | :[[Master Release Notes]] | ||
+ | * To see the changes in the CAN Controller firmware, please consult | ||
+ | :[[CAN Controller Release Notes]] | ||
== Gateway Controller Documentation == | == Gateway Controller Documentation == | ||
Line 80: | Line 78: | ||
* Information about installing the Gateway can be found here | * Information about installing the Gateway can be found here | ||
:[[Gateway installation]] | :[[Gateway installation]] | ||
+ | * Information about connecting the P1 module can be found here | ||
+ | :[[API Reference Guide P1]] | ||
+ | * Information about Gateway network requirements for using the OM cloud can be found here | ||
+ | :[[Gateway network requirements]] | ||
+ | |||
+ | == [[Open Source]] == | ||
+ | |||
+ | OpenMotics want to be a fully Opensource product and we're in the process of publishing the sources. More info at our [[Open Source]] page. |
Latest revision as of 14:24, 11 March 2021
Contents
General
Please read the Gateway Introduction so you understand the interaction between the different computer boards in the Gateway. You should first read this before using the below documentation.
Hardware Installation Guide
- The OpenMotics modules can be easily installed without too much technical knowledge by using our
- Detailed information about Hardware, schematics, PCB and other can be found in below section
- Is my heating system compatible with Openmotics?
Software Installation Guide
The OpenMotics modules can be configured by using the Cloud software (graphical interface) or by using the CLI (text) interface for manual setup.
Graphical user interface (Cloud)
Following Graphical user interface manual is available:
- For full system setup using the Cloud Interface, see
- For detailed switch setup and how to assign more functions to 1 switch, see
CLI user interface (Cloud "Maintenance mode" or RS232)
The below setup guides will explain the full programming of the Master Controller by using the CLI interface. It is however possible to install and configure the full OpenMotics system through the graphical cloud interface without using the CLI. Following CLI guides are available for manual setup:
- To see all available RS232 CLI instructions, please consult
- To add/change/remove modules and enable Large Installation mode using CLI mode, see
- For basic system setup (add modules, assign inputs to outputs, set timers etc) using the CLI interface, see
- For thermostat setup using the CLI interface, see
- For advanced thermostat setup, Heating and cooling including Daikin setup using the CLI interface, see
- For advanced system setup using the CLI interface, see
Master Controller Documentation
The technical firmware documentation (API, CLI, communication protocol etc) can be found here:
- To see all available RS232 CLI instructions, please consult
- To understand the different Basic Actions available in the Master, please consult the
- Action Types (List of Basic Actions)
- To understand the different debug codes in CLI mode, please consult
- To understand the Error Codes appearing in CLI mode, please consult the
- To understand the Memory model used in the eeprom of the Master controller, please consult the
- To see all available RS232 API instructions, please consult
- To understand the RS485 communication protocol, please consult
- To understand how to use the CAN modules, please consult
- To see the changes in the Master firmware, please consult
- To see the changes in the CAN Controller firmware, please consult
Gateway Controller Documentation
- Description of the Gateway architecture can be found here
- The API instruction houses all Gateway controller instructions as well as all all Master controller instructions. This API can be found here
- The Gateway controller has a plug-in systems that can be found here
- Information about installing the Gateway can be found here
- Information about connecting the P1 module can be found here
- Information about Gateway network requirements for using the OM cloud can be found here
Open Source
OpenMotics want to be a fully Opensource product and we're in the process of publishing the sources. More info at our Open Source page.