Hallo bei folgender Konfig hat der vcontrold wohl ein Problem, und ich verstehe es nicht:
Fehlermeldung:
document of the wrong type, vcontrol Namespace not found
Error loading /etc/vcontrold/vcontrold.xml, terminating
<?xml version="1.0" encoding="UTF-8"?>
<V-Control xmlns:vcontrol="http://openv.de">
<unix>
<config>
<serial>
<tty>/dev/ttyUSB0</tty>
</serial>
<net>
<port>3002</port>
</net>
<logging>
<file>/var/log/vcontrold.log</file>
<syslog>n</syslog>
<debug>y</debug>
</logging>
<device ID="2010"/>
</config>
</unix>
<units>
<unit name="Temperatur">
<abbrev>UT</abbrev>
<dataType>INT</dataType>
Grad Celsius
<factor>0.1</factor>
<offset>0</offset>
</unit>
<unit name="Status">
<abbrev>ST</abbrev>
<dataType>CHAR</dataType>
<factor>1</factor>
<offset>0</offset>
</unit>
</units>
<protocols>
<protocol name="KW">
<macros>
<macro name="SYNC">
<command>SEND 04</command>
<expect>RECV 05</expect>
</macro>
<macro name="INITIAL">
<command>SEND 16 00 00</command>
<expect>RECV 06</expect>
</macro>
</macros>
<commands>
<command name="READ">
<send>SEND 01 F7</send>
<request>BYTE</request>
<alloc>INT</alloc>
<expect>RECV 00 05</expect>
</command>
</commands>
</protocol>
</protocols>
<driver>
<path>vcontrold</path>
</driver>
</V-Control>
Hallo bei folgender Konfig hat der vcontrold wohl ein Problem, und ich verstehe es nicht:
Fehlermeldung:
document of the wrong type, vcontrol Namespace not found
Error loading /etc/vcontrold/vcontrold.xml, terminating