forked from letscontrolit/ESPEasy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mega' into dallas_esp32
- Loading branch information
Showing
142 changed files
with
5,367 additions
and
1,080 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 14 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- pinned | ||
- security | ||
# Label to use when marking an issue as stale | ||
staleLabel: stale | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. include:: ../Plugin/_plugin_substitutions_p09x.repl | ||
.. _P092_page: | ||
|
||
|P092_typename| | ||
================================================== | ||
|
||
|P092_shortinfo| | ||
|
||
Plugin details | ||
-------------- | ||
|
||
Type: |P092_type| | ||
|
||
Name: |P092_name| | ||
|
||
Status: |P092_status| | ||
|
||
GitHub: |P092_github|_ | ||
|
||
Maintainer: |P092_maintainer| | ||
|
||
Used libraries: |P092_usedlibraries| | ||
|
||
Supported hardware | ||
------------------ | ||
|
||
|P092_usedby| | ||
|
||
Change log | ||
---------- | ||
|
||
.. versionadded:: 1.0 | ||
... | ||
|
||
|added| | ||
Initial release version. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
.. include:: ../Plugin/_plugin_substitutions_p09x.repl | ||
.. _P092_DLbus_page: | ||
|
||
DL bus | ||
====== | ||
|
||
|P092_typename| | ||
|P092_status| | ||
|
||
Introduction | ||
------------ | ||
|
||
The DL-Bus is used in control units e.g. sold by `Technische Alternative <http://www.ta.co.at/>`_. | ||
The DL-Bus serves as a bus line for various external sensors and modules. | ||
The DL-Bus is a bidirectional data line and only compatible with products of Technische Alternative. | ||
|
||
The data transmission looks as follows: | ||
* In an infinite loop, a logging data frame is created by the control one after the others on the data line. | ||
|
||
Up to 4 sensor measured value queries (master/slave) can be made between the individual logging data frames on the DL bus. | ||
* So that the beginning of a data frame can be detected, a SYNC of 16 high bits is sent before the first data byte. | ||
* The data transmission is carried out as Manchester code (EXOR linked) with a display clock of 50 or 488Hz (depending on control type). | ||
|
||
This is necessary to ensure the supply voltage of the logger and DL sensors from the data signal. | ||
If the receiver is synchronized to the display clock, the correct bit value appears always during the second half period of the data bit (inverted in the first half period). | ||
|
||
Wiring | ||
------ | ||
|
||
The DL-Bus consists of 2 wires: DL and GND (sensor ground). | ||
The power supply for the DL-Bus sensors is supplied via the DL-Bus itself. | ||
Some DL-Bus devices can/must be powered via a 12V source, e.g. that of the CAN bus (this is explicitly noted in the operating manual of that sensor). | ||
The cable routing can be star-shaped or serial (from one device to the next). | ||
Any cable with a cross-section of 0.75 mm2 up to a maximum length of 30 m can be used as a data cable. | ||
Over 30 m, the use of shielded cables is recommended, which increases the permissible length of the cable to 100 m. | ||
|
||
Protocol | ||
-------- | ||
|
||
Transmission of a data byte | ||
.. image:: P092_DL_bus_databyte.png | ||
|
||
Transmission of a data frame | ||
.. image:: P092_DL_bus_dataframe.png | ||
|
||
Data frame on the DL bus | ||
.. image:: P092_DL_bus_dataframelog.png | ||
|
||
Display clock | ||
.. image:: P092_DL_bus_displayclock.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.