Smart Home Automation Forum

Full Version: Tasmota Configuration file or Precompiled firmware for KC868-A8S
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
is there a configuration file or pre-compiled firmware for the KC868-A8S board?

I found this guide for the KC868-A8 board https://www.kincony.com/forum/showthread.php?tid=1128

but I have not found any guide to be able to use the KC868-A8S board with Tasmota.

Ok the two boards KC868-A8 and KC868-A8S are similar but there are some differences:
for example how can I configure the Rs485 with Tasmota.

Thank you
you can use A8's tasmota firmware on A8S, just set different IIC SDA,SCL pins.
come posso configurare il modulo sim 7600 su kc868-a8s ??
just download "KCS" v2 firmware, that support SIM7600 module to use.
here is download link: https://www.kincony.com/forum/showthread.php?tid=3109
Chiedo scusa ....io sto usanti il firmware tasmota esiste un precompilato oppure un esempio di integrazione??
but tasmota not support SIM7600 4G module.
Buongiorno come posso collegare più sensori ds18b20 al modulo kc868-a8s ne vedo sempre solo 1 e non capisco come fare grazie
one GPIO can use for multi DS18b20 temperature sensor, every DS18b20 have different address.
Unfortunately connecting more than one on the same GPIO sees only one
Multiple Sensors~
Tasmota supports multiple DS18x20 sensors connected to a single ESP8266/ESP32 chip using a single or multiple (up to 4) GPIOs. The default maximum is set to 8 sensors (driver code). It is possible to override this number in user_config_override.h by adding a line with #define DS18X20_MAX_SENSORS <new-value> (ESP8266/ESP32 only). However one should take into account that:
see here details: https://tasmota.github.io/docs/DS18x20/#...a-settings
Pages: 1 2