Skip to content
fugazza edited this page Mar 3, 2023 · 3 revisions

Welcome to the AMOR wiki!

AMOR stands for Arduino Modular OpenTherm Regulator

AMOR is a framework which enables you to build your own HVAC regulator on Arduino and customize it to your needs.

On this wiki you will find description of the philosophy and structure of AMOR, documentation of its modules and commented examples, that can be built with AMOR.

AMOR

  • About AMOR
  • Config.h - file with configuration options

Modules

OpenTherm messaging modules

Regulator modules

  • OTlooper
  • SingleRegulator
  • DHWregulator
  • MultizoneRegulator
  • Programmer

Communication modules

  • SerialCommunicator
  • EspMqttCommunicator
  • MqttDataProvider

Examples

  • Example 1 - Gateway
  • Example 2 - MQTT gateway
  • Example 3 - Thermostat
  • Example 4 - Multizone thermostat
Clone this wiki locally