Skip to content

Add addition blocks of data #7

@evanrich

Description

@evanrich

If there is any interest in this, I can add the following blocks:

MessageCluster
DeviceInfo
NetworkInfo

on my PG&E meter, these are the only additional things I get, and they contain the following.

MessageCluster

<MessageCluster>
  <DeviceMacId>redacted</DeviceMacId>
  <MeterMacId>redacted</MeterMacId>
  <TimeStamp></TimeStamp>
  <Id></Id>
  <Text></Text>
  <Priority></Priority>
  <StartTime></StartTime>
  <Duration></Duration>
  <ConfirmationRequired>N</ConfirmationRequired>
  <Confirmed>N</Confirmed>
  <Queue>Active</Queue>
  <Port>/dev/ttySP0</Port>
</MessageCluster>

DeviceInfo

<DeviceInfo>
  <DeviceMacId>redacted</DeviceMacId>
  <InstallCode>redacted</InstallCode>
  <LinkKey>redacted</LinkKey>
  <FWVersion>1.4.48 (6952)</FWVersion>
  <HWVersion>1.2.5</HWVersion>
  <ImageType>0x1301</ImageType>
  <Manufacturer>Rainforest Automation, Inc.</Manufacturer>
  <ModelId>Z109-EAGLE</ModelId>
  <DateCode>redacted</DateCode>
  <Port>/dev/ttySP0</Port>
  <Port>/dev/ttySP0</Port>
</DeviceInfo>

Network Info

<NetworkInfo>
  <DeviceMacId>redacted</DeviceMacId>
  <CoordMacId>redacted</CoordMacId>
  <Status>Connected</Status>
  <Description>Successfully Joined</Description>
  <ExtPanId>redacted</ExtPanId>
  <Channel>25</Channel>
  <ShortAddr>redacted</ShortAddr>
  <LinkStrength>0x64</LinkStrength>
  <Port>/dev/ttySP0</Port>
</NetworkInfo>

Let me know if you are interested in this and I'll work to add it

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions