Add possibility to calculate the sensor ID (#16630)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
schuelles 2021-02-18 19:28:32 +01:00 committed by GitHub
parent 4f6d5f0629
commit b1e392bc20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,8 @@ Or, when using Docker containers:
docker exec -it <containername> pylacrosse -d /dev/ttyUSB0 scan
```
For TX 29 DTH-IT sensors you can also read the ID from the display and calculate the ID as followed: `hex2dec(ID_on_display) / 4`.
## Configuration
To use your `lacrosse` compatible sensor in your installation, add the following to your `configuration.yaml` file: