mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-15 19:17:08 +00:00
86 lines
2.7 KiB
ReStructuredText
86 lines
2.7 KiB
ReStructuredText
.. include:: ../Plugin/_plugin_substitutions_p09x.repl
|
|
.. _P092_UVR61-3v8_3_page:
|
|
|
|
UVR61-3 (v8.3 or higher)
|
|
========================
|
|
|
|
|P092_typename|
|
|
|P092_status|
|
|
|
|
Introduction
|
|
------------
|
|
|
|
The UVR61-3 unit is a three-circuit universal control system.
|
|
|
|
The UVR61-3 unit is designed for an energy-saving and cost-effective drying of cellars and other parts of buildings by means of fan control.
|
|
|
|
The UVR61-3 three-circuit controllers has various thermostat, differential temperature and speed control functions for use in solar and heating systems, too.
|
|
|
|
* This data frame for UVR61-3 has been changed starting from firmware v8.3 or higher.
|
|
* The DL bus runs at 12 volts.
|
|
* The data frame consist of 61 bytes (excluding sync and CRC).
|
|
* The data are transmitted @ 488Hz, therefore the transmission of one data set takes about 1.3 seconds.
|
|
|
|
.. image:: P092_UVR61-3.png
|
|
|
|
Wiring
|
|
------
|
|
|
|
.. image:: P092_12V_Wiring.png
|
|
|
|
Protocol
|
|
--------
|
|
|
|
.. image:: P092_UVR61-3v8_3_Protocol.png
|
|
|
|
Setup
|
|
-----
|
|
|
|
.. note:: A new device task must be created for each value to be read from the DL bus!
|
|
|
|
.. image:: P092_Setup.png
|
|
|
|
Task settings
|
|
~~~~~~~~~~~~~
|
|
|
|
* **Device**: Heating - DL-Bus (Technische Alternative)
|
|
* **Name**: Name of the task (example name **ValueN**, where N is a number).
|
|
* **Enable**: Should the task be enabled or not
|
|
|
|
Sensor
|
|
^^^^^^
|
|
|
|
* **1st GPIO**: DL bus input e.g. **GPIO 14 (D5)**
|
|
* **DL-Bus Type**: **UVR61-3 (V8.3 or higher)**
|
|
|
|
.. note:: The settings for **1st GPIO** and **DL-Bus Type** must be the same for all used DL bus tasks!
|
|
|
|
Inputs
|
|
^^^^^^
|
|
|
|
.. note:: The description of the **Frame data** and the related **Frame bytes** can be found in the section **Protocol**!
|
|
|
|
.. csv-table::
|
|
:header: "Frame data", "Frame bytes", "Value", "Index", "Decimals"
|
|
:widths: 16, 8, 8, 5, 5
|
|
|
|
"Sensor1 ... Sensor6", "9 ... 20", "Sensor", "1 - 6", "1"
|
|
"Ext. sensor1 ... Ext. sensor9", "21 ... 38", "Ext. sensor", "1 - 9", "1"
|
|
"Output A1 ... A3", "39", "Digital Output", "1 - 3", "0"
|
|
"Speed step", "40", "Speed step", "", "0"
|
|
"Analog output 1 ... 2 ", "41, 42", "Analog output", "1 ... 2", "1"
|
|
"Current power 1", "44, 45", "Heat power [kW]", "1", "1"
|
|
"Heat quantity 1", "46 ... 49", "Heat meter [MWh]", "1", "4"
|
|
"Current power 2", "50, 51", "Heat power [kW]", "2", "1"
|
|
"Heat quantity 2", "52 ... 55", "Heat meter [MWh]", "2", "4"
|
|
"Current power 3", "56, 57", "Heat power [kW]", "3", "1"
|
|
"Heat quantity 3", "58 ... 61", "Heat meter [MWh]", "3", "4"
|
|
|
|
Data acquisition
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
* **Send to controller** 1..3: Check which controller (if any) you want to publish to. All or no controller can be used.
|
|
* **Interval**: How often should the task publish its value (10..60 seconds is normal).
|
|
|
|
.. note:: Interval not less than **10 seconds**! The reading of the DL bus happens twice per intervall.
|