Could you please tell me which pH meter you have ?
Can I use the 3.3v of the ESP to connect the pH meter ? If not do you have any link to buy voltage divider ?
I will buy both of Multiplexer, pH meter and voltage divider
Thanks for the detailed instruction! I built it but I’m struggling that my PH sensor measure constant 1V. I recabled, changed the USB cable and the power supply, tried with 5V with 3.3V converter, with 3.3V, still the same. 1V. Anyway the TDS/EC working fine and get the correct value. I created a config without the multiplexer and in this case the PH sensor measuring the correct values so I’m totally lost.
since I don’t have a temperature sensor connected to my wemos, i’ve swapped any temperature bits with “25”. While testing the sensor by dumping it in a bottle of lemonade-syrup, i’ve reached a ppm of 15. I then put the sensor in my hydro bucket where it started around 3.39 without adding any nutrients. The readings have been swinging a little bit, rising ever so slightly. Then today I put in fresh water and i’m reading 2.44 ppm. I’m guessing I’m going wrong somewhere in the formula calculation.
My code is below, mind giving it a look and telling me where i’m being stupid?
I know i should up the update_interval because it has no reason to be at 5 seconds, but this was mostly for testing purposes. i’ve already put them back to 120seconds to give the esp a lil break now and again.
Sorry for my late response, I’m not visiting this forum so often…
Finally I had to get rid of TDS meter, because even if was powered by esp every half hour, pH meter readings were constantly distorted. I removed multiplexer and TDS meter and now pH readings looks much constant. There are still big differences between max and min readings, but after using median it looks good and credibly:
I have a CQRobot CQRADS1115 TDS sensor. Trying to get it integrated into Home Assistant. Will this code work for that? I also have dallas temp sensors already configured and working for temp comp.
I know this is an older thread, however I am trying to do something similar here to monitor the TDS in an RODI filter. With that I will not be using a temperature probe and understand the significance of requiring temperature compensation.
I am new to ESPHome so am unsure how to essentially set the temperature compensation to 25.0 as a pre-defined value rather than one calculated by a probe.
I also have 3 TDS sensors and noticed above someone mentioned they have 4, so would love for someone to shed some light.
This is what I have so far but it wont compile because I am obviously using the wrong syntax/code
Hi I have an issue with the TDS using ESP32 and ADS1115 and the code used above. I get an error on compiling that there is no state member meaning it fails to call the ADS channel raw value. I just don’t get that. Any help appreciated.
sensor:
platform: dallas_temp #address:
name: “Mixing tank water temperature”
id: mixing_tank_temperature
Why did you use ADS1115 instead of ESP ADC? I’m trying to read ESP ADC input voltage but it jumps randomly from 0,300V TO 0,450V. The ADC input voltage is stable (0,438V) according to my multimeter and osciloscope.
Is this ESP32 ADC issue as suggested on link bellow?
I have the same problem, if the sensor is not in any liquid then the ESP shows me 0.1 volts at the input, although this should actually be 0 V. Otherwise everything works as expected. I would now suspect that the TDS value is not being measured quite correctly. I use it for my aquarium.
This is my code:
Does anyone have a solution for this?
substitutions:
name: esphome-web-9e0310
friendly_name: Aquarium
esphome:
name: ${name}
friendly_name: ${friendly_name}
min_version: 2024.6.0
name_add_mac_suffix: false
project:
name: esphome.web
version: dev
esp32:
board: esp32dev
framework:
type: arduino
one_wire:
- platform: gpio
pin:
number: GPIO23
mode:
input: true
pullup: true
sensor:
- platform: dallas_temp
address: 0x6d1d11d446eec628
name: "Temperatur Aquarium"
unit_of_measurement: "°C"
id: temp
icon: "mdi:thermometer-plus"
device_class: "temperature"
state_class: "measurement"
accuracy_decimals: 2
# https://esphome.io/components/sensor/adc.html
- platform: adc
pin: GPIO35
id: ph
name: "pH Sensor"
attenuation: auto
update_interval: 1s
unit_of_measurement: pH
# https://esphome.io/components/sensor/index.html#sensor-filters
filters:
- median:
window_size: 15
send_every: 8
# Measured voltage -> Actual pH (buffer solution)
- calibrate_polynomial:
degree: 2
datapoints:
#- 3.435 -> 7.4
- 2.02 -> 4.0
- 1.68 -> 7.0
- 1.33 -> 10.0
#- 0 -> 14
#- 5 -> 0
# Enable logging
# Raw TDS Reading
- platform: adc
pin: GPIO34
name: "TDS 01 Raw"
attenuation: 6db # only for ESP32
id: tds01_raw
update_interval: 10s
unit_of_measurement: "v"
accuracy_decimals: 3
internal: False
# Temperature Compensated Voltage
- platform: template
name: "TDS 01 TCV"
id: temp01_comp_v
unit_of_measurement: 'v'
accuracy_decimals: 3
lambda: 'return ((id(tds01_raw).state) / (1 + (0.02 * ((id(temp).state) - 25.0))));'
update_interval: 10s
internal: False
# Temperature Compensated TDS
- platform: template
name: "TDS-01"
id: tds01_55g
icon: "hass:water-opacity"
unit_of_measurement: 'PPM'
accuracy_decimals: 0
lambda: return (133.42*(id(temp01_comp_v).state)*(id(temp01_comp_v).state)*(id(temp01_comp_v).state) - 255.86*(id(temp01_comp_v).state)*(id(temp01_comp_v).state) + 857.39*(id(temp01_comp_v).state))*0.5;
- platform: template
name: "EC Reading"
id: ec
unit_of_measurement: 'EC'
accuracy_decimals: 2
update_interval: 5s
lambda: return (((id(tds01_55g).state) * 2) / 1000);
logger:
# Enable Home Assistant API
api:
# Allow Over-The-Air updates
ota:
- platform: esphome
# Allow provisioning Wi-Fi via serial
improv_serial:
wifi:
# Set up a wifi access point
ap: {}
# In combination with the `ap` this allows the user
# to provision wifi credentials to the device via WiFi AP.
captive_portal:
dashboard_import:
package_import_url: github://esphome/example-configs/esphome-web/esp32.yaml@main
import_full_config: true
# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
esp32_improv:
authorizer: none
# To have a "next url" for improv serial
web_server:
Hallo Damian, also hat es schlußendlich nicht zusammen funktioniert ? Also pH Messung und TDS Messung oder bist du doch noch zu einer Lösung gekommen ?
In einem anderen Forum habe ich folgenden Hinweis, wie es funktionieren soll, gelesen:
An unserem Flusswasserqualitätsmonitor schalten wir zwischen den Messungen alle Sensoren aus. Wenn es Zeit ist, Daten zu erfassen, gehen wir wie folgt vor.
Temperatursensor einschalten und Temperatur ablesen. Temperatursensor ausschalten.
PH-Sensor einschalten und ablesen. PH-Sensor ausschalten.
Schalten Sie den Sensor für gelösten Sauerstoff ein und lesen Sie den Wert ab. Schalten Sie den Sensor für gelösten Sauerstoff aus.
Leitfähigkeitssensor einschalten und ablesen. Leitfähigkeitssensor ausschalten.
Erstellen Sie Protokolldaten aus Abtastzeit und Sensordaten.
Protokolldaten auf die SD-Karte schreiben.
Wir verwenden diese Reihenfolge, da der Temperatursensor am wenigsten störend und am wenigsten empfindlich gegenüber äußeren elektrischen Einflüssen und Störungen ist. Außerdem kann die Temperaturkorrektur für andere Sensoren erforderlich sein.
Der PH-Sensor ist am empfindlichsten gegenüber elektrischen Störungen und verursacht keine elektrischen Störungen.
Der Sensor für gelösten Sauerstoff ist der nächstempfindlichste.
Der Leitfähigkeitssensor sendet elektrische Impulse durch das Wasser und verursacht bei empfindlichen Sensoren großes Chaos. Wenn der Leitfähigkeitssensor zuletzt verwendet wird, können sich die anderen Sensoren zwischen den Proben erholen.
aus dem Forum Interference between PH sensor and TDS sensor - #3 by gilshultz - Sensors - Arduino Forum
Hallo Damian, also hat es schlußendlich nicht zusammen funktioniert ? Also pH Messung und TDS Messung oder bist du doch noch zu einer Lösung gekommen ?
In einem anderen Forum habe ich folgenden Hinweis, wie es funktionieren soll, gelesen:
An unserem Flusswasserqualitätsmonitor schalten wir zwischen den Messungen alle Sensoren aus. Wenn es Zeit ist, Daten zu erfassen, gehen wir wie folgt vor.
Temperatursensor einschalten und Temperatur ablesen. Temperatursensor ausschalten.
PH-Sensor einschalten und ablesen. PH-Sensor ausschalten.
Schalten Sie den Sensor für gelösten Sauerstoff ein und lesen Sie den Wert ab. Schalten Sie den Sensor für gelösten Sauerstoff aus.
Leitfähigkeitssensor einschalten und ablesen. Leitfähigkeitssensor ausschalten.
Erstellen Sie Protokolldaten aus Abtastzeit und Sensordaten.
Protokolldaten auf die SD-Karte schreiben.
Wir verwenden diese Reihenfolge, da der Temperatursensor am wenigsten störend und am wenigsten empfindlich gegenüber äußeren elektrischen Einflüssen und Störungen ist. Außerdem kann die Temperaturkorrektur für andere Sensoren erforderlich sein.
Der PH-Sensor ist am empfindlichsten gegenüber elektrischen Störungen und verursacht keine elektrischen Störungen.
Der Sensor für gelösten Sauerstoff ist der nächstempfindlichste.
Der Leitfähigkeitssensor sendet elektrische Impulse durch das Wasser und verursacht bei empfindlichen Sensoren großes Chaos. Wenn der Leitfähigkeitssensor zuletzt verwendet wird, können sich die anderen Sensoren zwischen den Proben erholen.