From 4f856bb9842a010025b67ac82024c3a30fd41043 Mon Sep 17 00:00:00 2001 From: Samuel Sieb Date: Sun, 6 Oct 2024 12:48:48 -0700 Subject: [PATCH] even parity is required for CSE7766 (#4308) --- components/sensor/cse7766.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/sensor/cse7766.rst b/components/sensor/cse7766.rst index 5b820555d4..efc8022d40 100644 --- a/components/sensor/cse7766.rst +++ b/components/sensor/cse7766.rst @@ -17,7 +17,7 @@ and works with this component. As the communication with the CSE7766 done using UART, you need to have an :ref:`UART bus ` in your configuration with the ``rx_pin`` connected to the CSE7766. -Additionally, you need to set the baud rate to 4800. The device sends multiple updates per second, so you +Additionally, you need to set the baud rate to 4800 and parity to EVEN. The device sends multiple updates per second, so you will probably want some sort of averaging or throttle filter on the sensors. .. code-block:: yaml @@ -33,6 +33,7 @@ will probably want some sort of averaging or throttle filter on the sensors. uart: rx_pin: RX baud_rate: 4800 + parity: EVEN sensor: - platform: cse7766