helium / console-decoders

Payload decoder functions for console.
60 stars 62 forks source link

added decoder for the Browan TBDW100 door window sensor #47

Open ardevd opened 2 years ago

ardevd commented 2 years ago

Sample input: 01 0c 3e 00 00 14 00 00

Produces the following output:

{
    "status_raw": 1,
    "status_readable": "open",
    "status_open_boolean": true,
    "battery_voltage": 3.7,
    "temperature": 30,
    "time": 0,
    "count": 20,
    "port": 100
}