New Device Support: Water Quality Tester (7-in-1 / 4-in-1) - Product ID: wxgpzahxbmr8xwx6 #4860
Vtorek82
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
vice Information:
Product Name: Kactoily Hydrop / Generic Water Tester
Product ID: wxgpzahxbmr8xwx6
Protocol Version: 3.5
Description:
I have successfully integrated a water quality tester using tuya-local. This device monitors pH, TDS, EC, and Temperature. Below is the working DP (Data Point) mapping and the YAML configuration file.
DP Mapping:
DP 10: pH (Scale: 100) -> e.g., value 686 = 6.86 pH
DP 2: Temperature (Scale: 10) -> e.g., value 243 = 24.3 °C
DP 1: TDS (Unit: ppm)
DP 11: EC / Conductivity (Unit: µS/cm)
Note: DPs 12, 129, and 102 might be present in 7-in-1 models for ORP and Salinity, but were not used in this basic configuration.
YAML Configuration:
Create a file named kactoily_water_tester.yaml in your custom_components/tuya_local/devices/ folder:
Beta Was this translation helpful? Give feedback.
All reactions