diff options
Diffstat (limited to 'doc/ebusSpecification.html')
-rw-r--r-- | doc/ebusSpecification.html | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/doc/ebusSpecification.html b/doc/ebusSpecification.html deleted file mode 100644 index 17dc6e7..0000000 --- a/doc/ebusSpecification.html +++ /dev/null @@ -1,79 +0,0 @@ -<html> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head> -<body> -<h2>Ebus Geräte</h2> -<table class="ebus_devices"> -<tr> -<th>Adresse</th> -<th>Gerät</th> -<th>Typ</th> -</tr> -<tr> -<td>0x03</td> -<td>Feuerungsautomat</td> -<td>master</td> -</tr> -<tr> -<td>0x10</td> -<td>Heizungsregler #2</td> -<td>master</td> -</tr> -<tr> -<td>0x30</td> -<td>Heizkreisregler #1</td> -<td>master</td> -</tr> -</table> -<h2>Ebus Packete</h2> -<table class="ebus_packets"> -<tr> -<th>Primary command</th> -<th>Secondary command</th> -<th>Description</th> -<th>Content</th> -</tr> -<tr> -<td>0x05</td> -<td>0x03</td> -<td>Betriebsdaten des Feuerungsautomaten an den Regler Block1</td> -<td><table><tr> -<th>name</th> -<th>typ</th> -<th>offset</th> -</tr></table></td> -</tr> -<tr> -<td>0x05</td> -<td>0x07</td> -<td>Betriebsdaten des Reglers an den Feuerungsautomaten</td> -<td><table> -<tr> -<th>name</th> -<th>typ</th> -<th>offset</th> -</tr> -<tr> -<td>betriebszustand</td> -<td>byteEnum</td> -<td>0</td> -</tr> -<tr> -<td>aktion</td> -<td>byteEnum</td> -<td>1</td> -</tr> -<tr> -<td>kesselSollwertTemperatur</td> -<td>data2c</td> -<td>2</td> -</tr> -<tr> -<td>kesselSollwertDruck</td> -<td>data2b</td> -<td>4</td> -</tr> -</table></td> -</tr> -</table> -</body> -</html> |