mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00

Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
39 lines
2.3 KiB
JSON
Executable File
39 lines
2.3 KiB
JSON
Executable File
{
|
|
"Library": "h803x",
|
|
"Description": "UPM API for the Veris H803X Energy Meter",
|
|
"Sensor Class":
|
|
{
|
|
"h803x":
|
|
{
|
|
"Name": "Veris H803X Energy Meter Module",
|
|
"Description": "The H8036 is similar to the H8035, but provides much more data. The Enercept H8035/H8036 is an innovative three-phase networked (Modbus RTU) power transducer that combines electronics and high accuracy industrial grade CTs in a single package. The need for external electrical enclosures is eliminated, greatly reducing installation time and cost. Color-coordination between voltage leads and CTs makes phase matching easy. Additionally, these transducers automatically detect and compensate for phase reversal, eliminating the concern of CT load orientation. Up to 63 Transducers can be daisy-chained on a single RS-485 network. This module was developed using libmodbus 3.1.2, and the H8035. The H8036 has not been tested. libmodbus 3.1.2 must be present for this module to build. It was developed using an RS232->RS485 interface. You cannot use the built in MCU TTL UART pins for accessing this device -- you must use a full Serial RS232->RS485 or USB-RS485 interface connected via USB.",
|
|
"Aliases": ["h803x"],
|
|
"Categories": ["energy", "electric"],
|
|
"Connections": ["uart"],
|
|
"Project Type": ["prototyping"],
|
|
"Manufacturers": ["veris"],
|
|
"Kits": [],
|
|
"Image": "h803x.jpg",
|
|
"Examples":
|
|
{
|
|
"Java": ["H803X_Example.java"],
|
|
"Python": ["h803x.py"],
|
|
"Node.js": ["h803x.js"],
|
|
"C++": ["h803x.cxx"],
|
|
"C": []
|
|
},
|
|
"Specifications":
|
|
{
|
|
"Operating Voltage": {"unit": "VAC", "low": 208, "high": 480},
|
|
"Operating Current": {"unit": "A", "max": 2400},
|
|
"Operating Temperature": {"unit": "degC", "low": 0, "high": 60}
|
|
},
|
|
"Urls" :
|
|
{
|
|
"Product Pages": ["http://www.veris.com/Item/H8035-0100-2.aspx"],
|
|
"Datasheets": ["http://www.veris.com/docs/Datasheets/H803x_d0117.pdf"],
|
|
"Schematics": []
|
|
}
|
|
}
|
|
}
|
|
} |