OneWire Connnector
Parameters
Parameter | Datatype | Default Value | Description |
---|---|---|---|
DEBUG | enum | 0 | Enable debugging |
SCAN_PERIOD | float | 10 | Scan period [s] |
THREAD_POOL_SIZE | int | 1 | Number of scan threads |
Measurements
This stack supports measurements.
Measurement address
Type: regex-literal
Description:
The regex will be matched against onewire device node strings formatted as XX-YYYYYYYYYYYY where:
- XX represents the device family as a hexadecimal number
- YYYYYYYYYYYY represents the device ID as a hexadecimal number
Examples:
10\-.* - match any device of 0x10 family
10\-C03F.* - match any device of 0x10 family, whose ID upper bytes are 0xC0 and 0x3F
..\-CDAB014522FE - match device with ID CDAB014522FE regardless of family
(10|28)\-.* - match any device of 0x10 or 0x28 family
Commands
Commands are not supported on this stack