forked from samkrew/node-mbus
-
Notifications
You must be signed in to change notification settings - Fork 15
Another question #16
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello again,
Our requirements have changed and I lack both skill and time to develop it. I was wondering if you were up for a short consult gig as you clearly have the skill (but perhaps not the time ;) ).
Should you choose to accept this mission (hopefully not impossible):
It has been decided the parsing and decryption of messages should be done in a cloud application rather than on the IoT device, so we need to submit raw mbus data readings.
The problem is that I still need to parse the data on the device to compare it to the white-list (received from the cloud application).
So.. in short... create a reader that returns the header and the raw data Eg.
{
"SlaveInformation": {
"Id": 68024764,
"Manufacturer": "ELV",
"Version": 31,
"ProductName": "",
"Medium": "Unknown medium (0x1b)",
"AccessNumber": 82,
"Status": 0,
"Signature": 0
},
"Radata": [0x68, 0x36, 0x36, 0x68, 0x08, 0x01, 0x72, 0x64, 0x47, 0x02, 0x68, 0x96, 0x15, 0x1F, 0x1B, 0x51, 0x00, 0x00, 0x00, 0x0C, 0x78, 0x53, 0x16, 0x00, 0x62, 0x02, 0x75, 0x01, 0x00, 0x01, 0xFD, 0x71, 0x13, 0x2F, 0x2F, 0x02, 0x65, 0xA9, 0x08, 0x42, 0x65, 0xA9, 0x08, 0x02, 0xFD, 0x1B, 0x30, 0x43, 0x0D, 0xFD, 0x0F, 0x05, 0x35, 0x2E, 0x30, 0x2E, 0x33, 0x0F, 0x8B, 0x16];
}I totally understand if you're not up for it, but I though I'd check with you first as you know this stuff :)
Cheers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request