Skip to content

Commit

Permalink
even parity is required for CSE7766 (esphome#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssieb authored Oct 6, 2024
1 parent ceb211d commit 4f856bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/sensor/cse7766.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <uart>` 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
Expand All @@ -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
Expand Down

0 comments on commit 4f856bb

Please sign in to comment.