From b1e392bc20d6c504dfd01d46e7a653455d73ae39 Mon Sep 17 00:00:00 2001 From: schuelles <57267235+schuelles@users.noreply.github.com> Date: Thu, 18 Feb 2021 19:28:32 +0100 Subject: [PATCH] Add possibility to calculate the sensor ID (#16630) Co-authored-by: Franck Nijhof --- source/_integrations/lacrosse.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/lacrosse.markdown b/source/_integrations/lacrosse.markdown index beb18d7156c..71e79869386 100644 --- a/source/_integrations/lacrosse.markdown +++ b/source/_integrations/lacrosse.markdown @@ -31,6 +31,8 @@ Or, when using Docker containers: docker exec -it 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: