summaryrefslogtreecommitdiff
path: root/ebus-xml/ebus.xml
diff options
context:
space:
mode:
authorYves Fischer <yvesf+git@xapek.org>2021-12-31 23:57:29 +0100
committerYves Fischer <yvesf+git@xapek.org>2021-12-31 23:57:29 +0100
commitd0c7100b706d70dfff342def2bac864693fe8544 (patch)
tree333268ca977222e2f5a41eff68607b36721f7694 /ebus-xml/ebus.xml
parentcaae83f445935c06cd6aef36f283a4688675278a (diff)
parent810721ceac0249e747cdf36f3edec22d829d4371 (diff)
downloadebus-d0c7100b706d70dfff342def2bac864693fe8544.tar.gz
ebus-d0c7100b706d70dfff342def2bac864693fe8544.zip
Merge branch 'ebus-rust'HEADmaster
Diffstat (limited to 'ebus-xml/ebus.xml')
-rw-r--r--ebus-xml/ebus.xml49
1 files changed, 44 insertions, 5 deletions
diff --git a/ebus-xml/ebus.xml b/ebus-xml/ebus.xml
index a4552ba..bc7147e 100644
--- a/ebus-xml/ebus.xml
+++ b/ebus-xml/ebus.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" standalone="yes"?>
<!-- Ebus Paketspezifikation. https://xapek.org/ -->
-<ebus xmlns="http://xapek.org/ebus/0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://xapek.org/ebus/0.1 ebus-0.1.xsd">
+<ebus xmlns="http://xapek.org/ebus/0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xapek.org/ebus/0.1 ebus-0.1.xsd">
<devices>
<device address="0" type="master" name="pcModem">
<description lang="de">PC oder Modem</description>
@@ -72,6 +71,9 @@
</device>
</devices>
<packets>
+ <packet primary="3" secondary="1" name="unknown-3h-1h">
+ <fields />
+ </packet>
<packet primary="5" secondary="3" name="betriebsdatenRegler1">
<description lang="de">Betriebsdaten des Feuerungsautomaten an den Regler Block1</description>
<fields>
@@ -88,7 +90,7 @@
<description lang="de">Boiler Temperatur</description>
</byte>
<data1b offset="7" name="aussenTemperatur">
- <description lang="de">Aussentemperatur</description>
+ <description lang="de">Aussentemperatur</description>
</data1b>
</fields>
</packet>
@@ -164,7 +166,7 @@
<fields>
<data2b offset="0" name="aussenTemperatur" />
<bcd offset="2" name="sekunden" />
- <bcd offset="3" name="minuten" /><!-- FEHLER ab hier beim offset??? -->
+ <bcd offset="3" name="minuten" /> <!-- FEHLER ab hier beim offset??? -->
<bcd offset="4" name="stunden" />
<bcd offset="5" name="tag" />
<bcd offset="6" name="monat" />
@@ -173,6 +175,17 @@
</fields>
</packet>
+ <packet primary="7" secondary="4" name="identifikation">
+ <fields>
+ <byte offset="0" name="hersteller" />
+ <string offset="1" name="device" length="5" />
+ <bcd offset="7" name="softwareversion" />
+ <bcd offset="8" name="softwarerevision" />
+ <bcd offset="9" name="hardwareversion" />
+ <bcd offset="10" name="hardwarerevision" />
+ </fields>
+ </packet>
+
<packet primary="8" secondary="0" name="sollwertuebertragungRegler">
<description lang="de">Sollwertübertragung des Reglers an andere Regler</description>
<fields>
@@ -252,5 +265,31 @@
</word>
</fields>
</packet>
+
+ <packet primary="80" secondary="18" name="unknown-50h-12h">
+ <fields />
+ </packet>
+
+ <packet primary="80" secondary="22" name="unknown-50h-16h">
+ <fields />
+ </packet>
+
+ <packet primary="80" secondary="34" name="unknown-50h-22h">
+ <fields />
+ </packet>
+
+ <packet primary="80" secondary="35" name="unknown-50h-23h">
+ <fields />
+ </packet>
+
+ <packet primary="80" secondary="80" name="unknown-50h-50h">
+ <fields />
+ </packet>
+
+ <packet primary="254" secondary="1" name="unknown3">
+ <fields>
+ <string offset="0" name="statusstring" length="10" />
+ </fields>
+ </packet>
</packets>
-</ebus>
+</ebus> \ No newline at end of file