From ab75acbee37ba0babf8bcee45b7acfeca706e97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dudek?= Date: Sun, 12 May 2019 22:08:48 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 631d377..d390787 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,7 @@ In [2]: r = requests.post("http://localhost:9000", headers={"Format":"EXI"}, dat In [3]: r.text Out[3]: u'41FE1835EEB99776stU7nW+JVCDxgXi4tMdOJo812VftYJwTeJ3TUEqZZBU=OKFinished1072003W111011800436002540030NoneValidEVSE_Ready0A323W630V4000A160V2300A0' ``` + +## Issues when decoding data + +XML definition schemas are available in the "./schemas" directory. Unfortunately, a lot of constructors use very old definitions. To fix the issue, you can make your own definition or try to contact us for more information.