It appears to currently not work to read out data from an E450 that is AES encrypted, using an IR RX/TX head. While the meter is initialized and it appears valid frames are received, no data is read from them:
{
"retry" : 0, /* how long to sleep between failed requests, in seconds */
"verbosity" : 15, /* between 0 and 15 */
"log" : "/var/log/vzlogger/vzlogger.log", /* path to logfile, optional */
"local" : {
"enabled" : false, /* should we start the local HTTPd for serving live readings? */
"port" : 8081, /* the TCP port for the local HTTPd */
"index" : true, /* should we provide a index listing of available channels if no UUID was requested? */
"timeout" : 30, /* timeout for long polling comet requests, 0 disables comet, in seconds */
"buffer" : 600 /* how long to buffer readings for the local interface, in seconds */
},
"meters" : [{
"enabled" : true, /* disabled meters will be ignored */
"protocol" : "oms", /* use 'vzlogger -h' for list of available protocols */
"allowskip" : false,
"device" : "/dev/ttyUSB0",
"baudrate" : 9600,
"parity" : "7e1",
"key" : "24XXXXXXXXXXXXXXXXXXXXXXXXXXXX5a",
"mbus_debug": false,
"use_local_time": false,
"channels": [{
"uuid" : "bc979c90-f242-11ec-b29c-7d8cd21f1c34",
"middleware" : "http://localhost/middleware.php",
"identifier" : "16.7.0", /* Leistung */
}, {
"uuid" : "40283820-f242-11ec-aa6e-7baab78cacd2",
"middleware" : "http://localhost/middleware.php",
"identifier" : "1.8.0", /* Wirkarbeit Bezug +A */
}, {
"uuid" : "dcf4cac0-f242-11ec-8f49-63f276c6b2d7",
"middleware" : "http://localhost/middleware.php",
"identifier" : "2.8.0", /* Wirkarbeit Lieferung -A */
}, {
"uuid" : "0891fc80-f243-11ec-b43b-0b15854b2418",
"middleware" : "http://localhost/middleware.php",
"identifier" : "2.7.0", /* Leistung Erzeugung */
}, {
"uuid" : "22d83ea0-f243-11ec-87d5-85b31f2ea39d",
"middleware" : "http://localhost/middleware.php",
"identifier" : "2.8.1", /* Wirkarbeit Erzeugung -A */
}]
}]}
Is there any method currently implemented to show decrypted packages? Currently it is not even clear if the identifiers for the channels are correct as is or need to be formatted different, e.g. "1-0:2.8.1". Leaving out all channel configuration does not give any readable output as well, just the same messages about valid mbus frames.
Is this an configuration issue or is the E450 really not supported yet? I can gladly give access to the RPI connected to it if it helps with debugging/adding support :)
It appears to currently not work to read out data from an E450 that is AES encrypted, using an IR RX/TX head. While the meter is initialized and it appears valid frames are received, no data is read from them:
Configuration used:
Is there any method currently implemented to show decrypted packages? Currently it is not even clear if the identifiers for the channels are correct as is or need to be formatted different, e.g. "1-0:2.8.1". Leaving out all channel configuration does not give any readable output as well, just the same messages about valid mbus frames.
Is this an configuration issue or is the E450 really not supported yet? I can gladly give access to the RPI connected to it if it helps with debugging/adding support :)