-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathVZ_config.xml
More file actions
executable file
·26 lines (26 loc) · 999 Bytes
/
VZ_config.xml
File metadata and controls
executable file
·26 lines (26 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" ?>
<VZ>
<!-- supported formats (ElsterTable.inc):
et_dec_val signed short / 10.0 (Auflösung: xx.x)
et_byte signed char
et_little_endian
et_zeit
et_datum
-->
<device Name="can0" />
<!-- Die beiden "%s" sind Platzhalter für die UUID und den Wert. Sie dürfen nicht entfernt werden! -->
<template Name="GET /htdocs/middleware.php/data/%s.json?operation=add&value=%s HTTP/1.1" />
<ip_address Name="volkszaehler.org" />
<!-- sleep in seconds -->
<sleep Name="104" />
<channel Name="Rücklaufist"
uuid="einzusetzen"
can_inst="180.0016" />
<channel Name="Aussentemperatur"
uuid="einzusetzen"
can_inst="180.000c" />
<channel Name="Verdichter"
uuid="einzusetzen"
can_msg="a1 00 fa 07 a8"
format="et_dec_val" />
</VZ>