Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A16S configure yaml for ESPhome
#11
Please tell me an example of the code for working with the GSM module in ESPhome (homeassistant)
Reply
#12
ESPHome not support 4G SIM7600 moudle directly, it only support SIM800L 2G module. here is details:
https://esphome.io/components/sim800l.html
Reply
#13
Hi All,

Is there a way to use the analog inputs to control the relays, without a software solution behind?
It is working fine with Home Assistant, but for example a centralized light control it would be essential to fallback electronics only if a network outage occurs or sever is unavailable.

Thanks!
Reply
#14
you can download KCS firmware, make IFTTT command , let analog value to control relay output. here is KCS online guide: https://www.kincony.com/esp32-kcsv2-firmware.html
then you can integrate A16S board to home assistant by MQTT, so that KCS and home assistant can work at the same time.
Reply
#15
(01-15-2024, 10:47 PM)admin Wrote: you can download KCS firmware, make IFTTT command , let analog value to control relay output.  here is KCS online guide: https://www.kincony.com/esp32-kcsv2-firmware.html
then you can integrate A16S board to home assistant by MQTT, so that KCS and home assistant can work at the same time.

Thank you very much, I will check it. Or maybe code it in ESPHome like this:
Do you have any consideration?


binary_sensor:
  - platform: gpio
    name: "a16s-input1"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 0
      mode: INPUT
      inverted: true
    on_press:
      - switch.toggle: relay01

switch:
  - platform: gpio
    name: "a16s-output1"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 0
      mode: OUTPUT
      inverted: true
    id: relay01


Need to add for every channel, with a counter unique relay ID.
Reply
#16
yes, i suggest you only use ESPHome is enough, not need to use KCS.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)