Hi,
Is it possible to connect a 2-wire PT1000 sensor to the KC868-A8 (by using ADC)?
I connected my PT1000 to A1 and GND, but i get these readings in esphome:
[12:20:21][D][sensor:094]: 'Temperature_4': Sending state 0.14200 V with 2 decimals of accuracy
[12:20:22][D][sensor:094]: 'Temperature_3': Sending state 0.14200 V with 2 decimals of accuracy
with this setup:
sensor:
- platform: dallas
address: 0x453c3ee381b36028
name: "Temperature_1"
id: Temperature_1
- platform: dallas
address: 0x783ce104577f4c28
name: "Temperature_2"
id: Temperature_2
- platform: adc
pin: 34
name: "Temperature_3"
update_interval: 5s
attenuation: 11db
- platform: adc
pin: 35
name: "Temperature_4"
update_interval: 5s
attenuation: 11db
I found this picture bellow, do I have to add 12v to the sensor? How do I do that if my PT1000 sensor has 2 wires?
Is it possible to connect a 2-wire PT1000 sensor to the KC868-A8 (by using ADC)?
I connected my PT1000 to A1 and GND, but i get these readings in esphome:
[12:20:21][D][sensor:094]: 'Temperature_4': Sending state 0.14200 V with 2 decimals of accuracy
[12:20:22][D][sensor:094]: 'Temperature_3': Sending state 0.14200 V with 2 decimals of accuracy
with this setup:
sensor:
- platform: dallas
address: 0x453c3ee381b36028
name: "Temperature_1"
id: Temperature_1
- platform: dallas
address: 0x783ce104577f4c28
name: "Temperature_2"
id: Temperature_2
- platform: adc
pin: 34
name: "Temperature_3"
update_interval: 5s
attenuation: 11db
- platform: adc
pin: 35
name: "Temperature_4"
update_interval: 5s
attenuation: 11db
I found this picture bellow, do I have to add 12v to the sensor? How do I do that if my PT1000 sensor has 2 wires?