This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Smart Metering - SE PowerTag and Smartlinks SI D
#2
Hi,

Yes the powertag can be integrated to HL/SL/LM just like any other modbus metering device, difference is that the smartlink SID or SIB will function like a IP to RTU gateway, 
only here is RTU in fact a Zigbee communication.

So basicly you read a modbus IP gateway, set a slave (150 to 220) and under this slave are these points:

Code:
{
 "product_code": "POWERTAG",
 "mapping": [
   {
     "bus_datatype": 14,
     "address": 2999,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "A",
     "name": "Current A",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3001,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "A",
     "name": "Current B",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3003,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "A",
     "name": "Current C",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3027,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "V",
     "name": "Voltage A-N",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3029,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "V",
     "name": "Voltage B-N",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3031,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "V",
     "name": "Voltage C-N",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3019,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "V",
     "name": "Voltage A-B",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3021,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "V",
     "name": "Voltage B-C",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3021,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "V",
     "name": "Voltage C-A",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3053,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "W",
     "name": "Active Power on Phase A",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3055,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "W",
     "name": "Active Power on Phase B",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3057,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "W",
     "name": "Active Power on Phase C",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3059,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "units": "W",
     "name": "Active Power Total",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3083,
     "value_nan": [
       65472,
       0
     ],
     "type": "register",
     "name": "Power Factor",
     "datatype": "float32"
   },
   {
     "bus_datatype": 14,
     "address": 3203,
     "value_nan": [
       32768,
       0,
       0,
       0
     ],
     "type": "register",
     "units": "Wh",
     "name": "Active Energy No reset",
     "datatype": "int64"
   },
   {
     "bus_datatype": 14,
     "address": 3255,
     "value_nan": [
       32768,
       0,
       0,
       0
     ],
     "type": "register",
     "units": "Wh",
     "name": "Active Energy Resettable",
     "datatype": "int64"
   },
   {
     "bus_datatype": 14,
     "address": 3259,
     "value_nan": [
       32768,
       0,
       0,
       0
     ],
     "type": "register",
     "units": "Wh",
     "name": "Active Energy Write Value",
     "datatype": "int64"
   },
   {
     "bus_datatype": 9,
     "address": 3299,
     "type": "register",
     "units": "",
     "name": "Multistatus",
     "datatype": "int32"
   }
 ],
 "manufacturer": "Schneider Electric",
 "name": "PowerTag all versions",
 "product_range": "PowerTag",
 "description": "Wireless Energy Sensor PowerTag for slave 150 to 219"
}

BR,

Erwin
Reply


Messages In This Thread
RE: Smart Metering - SE PowerTag and Smartlinks SI D - by Erwin van der Zwart - 26.10.2017, 13:31

Forum Jump: