diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-04-01 20:49:44 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-04-01 20:49:44 +0000 |
commit | 816257ed2f7c208c427c804e1046b960d8335f84 (patch) | |
tree | 6335f51b3c5b0b6239664bb02a4d3b0c11ba005e /doc/ebus_specification.html | |
parent | 546c970638670b024539fcaebfca7a132a5bf084 (diff) | |
download | ebus-alt-816257ed2f7c208c427c804e1046b960d8335f84.tar.gz ebus-alt-816257ed2f7c208c427c804e1046b960d8335f84.zip |
include xml in egg
git-svn-id: http://10.2.2.13/svn/common/ebus@1626 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'doc/ebus_specification.html')
-rw-r--r-- | doc/ebus_specification.html | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/doc/ebus_specification.html b/doc/ebus_specification.html new file mode 100644 index 0000000..17dc6e7 --- /dev/null +++ b/doc/ebus_specification.html @@ -0,0 +1,79 @@ +<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> |