Posts: 47
Threads: 6
Joined: Jan 2025
Reputation:
2
sorry but here I'm talking about OneWire not voltage and current signal...
it's a protocol..
here is the sensor used
https://fr.aliexpress.com/item/100500470...pt=glo2fra
Board : K868-A16
Firmware : v2.2.12
Posts: 7,642
Threads: 930
Joined: Oct 2020
Reputation:
191
you need confirm with your sensor supplier, whether is a LOW quality product.
the digital signal, ESP32 just read it showed on webpage.
Posts: 47
Threads: 6
Joined: Jan 2025
Reputation:
2
02-17-2025, 02:15 PM
(This post was last modified: 02-17-2025, 02:33 PM by jltluc57.)
that it is of poor quality will affect the accuracy of the measurement I agree.
But after a restart of the card, that in "monitor" it does not display anything, it is not a sensor problem.
when restarting the card there is no reading of the TH22 sensors.
for a temperature probe alone it is OK.
You have to wait until there is a change in temperature and humidity for the value to be displayed.
This is not good for regulation, when restarting you must have a measurement.
I will test the sensors directly on an Arduino as soon as I can.
Board : K868-A16
Firmware : v2.2.12
Posts: 7,642
Threads: 930
Joined: Oct 2020
Reputation:
191
set the ”threshold“ to 0.1 is better. when have a difference data will auto update.
Posts: 47
Threads: 6
Joined: Jan 2025
Reputation:
2
Despite this, the refresh time isn't always very responsive.
I've had values that stopped moving.
I had to turn the power off and then back on again.
If you unplug a sensor, the value remains displayed.
So if a sensor is faulty or disconnected, you can't see it.
Automated control systems aren't reliable.
Board : K868-A16
Firmware : v2.2.12
Posts: 7,642
Threads: 930
Joined: Oct 2020
Reputation:
191
yes, KCS v2 have some bugs, limited with ESP32 resource, suggest use KCS v3 hardware. if you use ESP32 board, such as KC868-A16, suggest config by ESPHome. our firmware update will based on ESP32-S3.