Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-AIO configure yaml for ESPhome
#11
4G module not supported by ESPhome. it can use by KinCony KCS v2 firmware.
Reply
#12
would there be another SIM module which is supported by ESP Home and the board?
Reply
#13
no, esphome not support any 4G module.
Reply
#14
when installing this Yaml on the ESPhome of my KC868-AIO i get this error : 

INFO ESPHome 2024.11.1
INFO Reading configuration /config/esphome/esphome-web-8af0f0.yaml...
Failed config

ota.unknown: [source /config/esphome/esphome-web-8af0f0.yaml:18]
 
  'ota' requires a 'platform' key but it was not specified.
  password: 9984b688b9646975bfd1b760a9c2INFO ESPHome 2024.11.1

what am i doing wrong here ?

i added the full file , i also need to  implement Loxone , changes are already made to the file


Attached Files
.txt   esphome.txt (Size: 40.42 KB / Downloads: 33)
Reply
#15
https://www.kincony.com/forum/showthread.php?tid=2736
you can delete the OTA command lines.
Reply
#16
(11-26-2024, 11:03 PM)admin Wrote: https://www.kincony.com/forum/showthread.php?tid=2736
you can delete the OTA command lines.

I commented the Dallas sensor, I changed the API & OTA lines with the ones provided by ESP32 & Home Assistant and I still get other errors:



INFO ESPHome 2024.11.2
INFO Reading configuration /config/esphome/aio.yaml...
Failed config

cd74hc4067: [source /config/esphome/aio.yaml:351]
  - id: cd74hc4067_1
    pin_s0:
      pcf8574: pcf8574_hub_out_in_3
      number: 8
      mode:
        output: True
        input: False
      inverted: True
    pin_s1:
      pcf8574: pcf8574_hub_out_in_3
      number: 9
      mode:
        output: True
        input: False
      inverted: True
    pin_s2:
      pcf8574: pcf8574_hub_out_in_3
      number: 10
      mode:
        output: True
        input: False
      inverted: True
    pin_s3:
      pcf8574: pcf8574_hub_out_in_3
      number: 11
      mode:
        output: True
        input: False
      inverted: True
    delay: 2ms
 
  'pin_s0' is a required option for [cd74hc4067].
  - [source /config/esphome/aio.yaml:385]
   
    [platform] is an invalid option for [cd74hc4067]. Please check the indentation.
    platform: adc
   
    [pin] is an invalid option for [cd74hc4067]. Did you mean [pin_s3], [pin_s2], [pin_s1]?
    pin: 36
    id: adc36
   
    [update_interval] is an invalid option for [cd74hc4067]. Please check the indentation.
    update_interval: never
   
    [attenuation] is an invalid option for [cd74hc4067]. Please check the indentation.
    attenuation: 11db
  - platform: adc
    name: aio--AI-17
required key not provided

required key not provided

required key not provided


Attached Files
.txt   logs_aio_run.txt (Size: 1.39 KB / Downloads: 24)
.txt   original yaml.txt (Size: 538 bytes / Downloads: 26)
Reply
#17
Managed to make it work.

But what I see, the dimmer of aio Color leds is not corresponding to the voltage.
(same as the KC868-D16 video you have made)

Measured percentage and voltage out:
1% 0v
10% 0,10v
20% 0,56v
30% 0,83v
40% 1,29v
50% 2,02v
60% 2,95v
70% 4,17v
80% 5,80v
90% 7.83v
95% 8,90v
100% 10,28v

Will you make/have a fix for this?
Reply
#18
you can add "gamma_correct: 1.0" to every light. fix it as same as A32Pro's way, so that can let dimmer output voltage is linear.
here is details and video tour: https://www.kincony.com/forum/showthread.php?tid=6465
Reply
#19
(09-19-2023, 10:20 PM)admin Wrote: 4G module not supported by ESPhome. it can use by KinCony KCS v2 firmware.

Was this written somewhere / anywhere in AliExpress, mentioned in your videos??

So we spent money on this useless for many of us, 4g module.
Reply
#20
4G not support by ESPHome directly. But we have use serial port to send AT command to 4G module is OK.
such as use home assistant to send SMS or make voice call , no problem. we already have video tour about that.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)