SEN0676 Liquid Level Sensor

The product wiki has an Arduino example for the SEN0676 Liquid Level Sensor. Has anyone implemented this device in Python running on a Raspberry Pi?
2025-09-19 17:11:29
K0I05
The SEN0676 acts as a MODBUS RTU over serial: https://dfimg.dfrobot.com/95a9cd2bec674008b039ef43bcd5638e/wikien/1b0b4153e7069329599fabd71e7c8a48.pdf
Lookup MODBUS slave or RTU serial examples in Python.
