diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-03-31 22:41:59 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-03-31 22:41:59 +0000 |
commit | 945d6889bef6de79ea78a1f80966fcef697b9610 (patch) | |
tree | 896244752eb4ce192b8001705d3db1a6ce6f548b /doc/ebusSpecification.html | |
parent | 478338642d202b8cbc8cbcce02f24c84301d1273 (diff) | |
download | ebus-alt-945d6889bef6de79ea78a1f80966fcef697b9610.tar.gz ebus-alt-945d6889bef6de79ea78a1f80966fcef697b9610.zip |
xml spec
git-svn-id: http://10.2.2.13/svn/common/ebus@1622 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'doc/ebusSpecification.html')
-rw-r--r-- | doc/ebusSpecification.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/doc/ebusSpecification.html b/doc/ebusSpecification.html new file mode 100644 index 0000000..0fdb65b --- /dev/null +++ b/doc/ebusSpecification.html @@ -0,0 +1,95 @@ +<html><body> +<h2>Ebus Geräte</h2> +<table border="1"> +<tr bgcolor="#9acd32"> +<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 border="1"> +<tr bgcolor="#9acd32"> +<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></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> +</table> +<table> +<tr> +<th>name</th> +<th>typ</th> +<th>offset</th> +</tr> +<tr> +<td>aktion</td> +<td>byteEnum</td> +<td>1</td> +</tr> +</table> +<table> +<tr> +<th>name</th> +<th>typ</th> +<th>offset</th> +</tr> +<tr> +<td>kesselSollwertTemperatur</td> +<td>data2c</td> +<td>2</td> +</tr> +</table> +<table> +<tr> +<th>name</th> +<th>typ</th> +<th>offset</th> +</tr> +<tr> +<td>kesselSollwertDruck</td> +<td>data2b</td> +<td>4</td> +</tr> +</table> +</td> +</tr> +</table> +</body></html> |