I have the following soil moisture reading
Added the below to my ESP32
- platform: adc
id: moisture01_v
pin: GPIO36
name: "Soil Moisture Voltage"
unit_of_measurement: "v"
accuracy_decimals: 0
update_interval: 3s
ATM it outputs
1.06300 v when dry
When i add it to really wet soil it goes down to .85v but then climbs back up to 1.063 v. What am i doing wrong? tried both of the sensors and boards. Same thing
for my DHT11
- platform: dht
model: DHT11
pin: 13
update_interval: 60s
temperature:
name: "Temperature"
humidity:
name: "Humidity"
Works great, but every now and then i will get a nan output. Not sure whats going on there? Loose connection?
[14:15:01][D][sensor:127]: 'Temperature': Sending state nan °C with 1 decimals of accuracy
[14:15:01][D][sensor:127]: 'Humidity': Sending state nan % with 0 decimals of accuracy
[14:24:01][W][dht:172]: Falling edge for bit 39 failed!
[14:24:01][W][dht:060]: Invalid readings! Please check your wiring (pull-up resistor, pin number).