Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A8V3 and ESPHome firmware
#1
I want to load the config yaml provided by you with a DS18b20: 
I get this error message: Huh


Attached Files Image(s)
   

.txt   A8v3-HA.txt (Size: 8.41 KB / Downloads: 106)
Reply
#2
do you want to use tuya app? if you don't want use it. you can disable it.
Reply
#3
(08-25-2025, 10:39 AM)admin Wrote: do you want to use tuya app? if you don't want use it. you can disable it.

No, Tuya app. APP, how and where can it be deactivated?
Reply
#4
Hello,
after reinstalling the original "config yaml file for ESPHome" -> https://www.kincony.com/forum/showthread.php?tid=7971 I get the following error!

When I try to view the LOGS, I get another error message!


Attached Files Image(s)
       
Reply
#5
tested with 3pcs of DS18B20 for KC868-A8v3 using ESPHome.
S4:GPIO14
S3:GPIO48
S2:GPIO13
S1:GPIO40
[Image: attachment.php?aid=8217]
[Image: attachment.php?aid=8218]

esphome yaml file:

.txt   A8v3-DS18B20-ESPHome-yaml.txt (Size: 8.48 KB / Downloads: 109)

   
   

esphome key point:
Code:
sensor:
  - platform: dallas_temp
    one_wire_id: bus_S4
    name: "S4 Temperature"
    update_interval: 10s

  - platform: dallas_temp
    one_wire_id: bus_S3
    name: "S3 Temperature"
    update_interval: 10s

  - platform: dallas_temp
    one_wire_id: bus_S2
    name: "S2 Temperature"
    update_interval: 10s

one_wire:
  - platform: gpio
    pin: GPIO14
    id: bus_S4
  - platform: gpio
    pin: GPIO48
    id: bus_S3
  - platform: gpio
    pin: GPIO13
    id: bus_S2
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)