Skip to content

Frequently Asked Questions

Frequently Asked Questions

FeedCurrent Product Forum — Firmware, wiring, integration, and product‑specific answers

📋 Master Index

Quick topic lookup — Part 1 by subject, Part 2 by product series

Topic Index Key Questions Models
A. Firmware & Flashing A1–A7 No pre-installed firmware · Bootloader · USB recognition · Flashing methods All Series
B. Wiring & Power Supply B1–B8 DC terminals · Output types · Current ratings · PSU sizing All Series
C. Home Assistant & ESPHome C1–C8 Auto-discovery · MQTT · Version compatibility · YAML config All Series
D. Loxone Integration D1–D4 UDP protocol · Temperature push · Loxone templates F / T Series
E. Tuya & Voice Control E1–E5 Tuya App · Alexa · T-series License · Inverted logic B / F / T
F. Sensors & Peripherals F1–F7 RS485 · 4-20mA · DS18B20 · Wiegand · CT clamps All Series
G. Product Selection G1–G8 B vs F vs T · Model comparison · Channel count selection All Series
H. Feature Boundaries H1–H8 PWM · NC contacts · SSR · Ladder logic · 4G All Series
I. Known Bugs I1–I4 Firmware regression · HA compatibility · Hardware defects B / T Series
💡 Use Part 1 for fast topic lookup; Part 2 for model-specific detail.
📘 Part 1 — Sorted by Topic
A. Firmware & Flashing
A1 Does the device come with pre-installed firmware? [All Series]
▶ No. All B/F/T/DM/N/AIO series devices ship without firmware. You must manually flash KCS v3, ESPHome, or your own code. Reason: users choose different firmware methods.
A2 How do I enter Bootloader mode to flash firmware? [All Series]
▶ Standard steps: ① Power off → ② Hold DW/DL button → ③ Power on → ④ Release. Device enters bootloader mode. Labelling varies by model.
A3 No COM port after connecting USB-C? [T16M, B16M, F16]
▶ Do not install CH340 drivers (ESP32-S3 uses USB CDC). Confirm data-capable cable, enter bootloader mode first, try different port/PC.
A4 Which development method: KCS, ESPHome, or Arduino?
▶ KCS v3: zero-code, HA auto-discovery. ESPHome: custom logic. Arduino/ESP-IDF: full control. KCS itself built with ESP-IDF.
A5 Will settings be lost after firmware update?
▶ KCS v3 now supports config export/import (March 2026). Export before updating, then import.
A6 Flashing firmware on macOS?
▶ Use ESPHome Web Tool (web.esphome.io) — browser-based, no drivers needed.
A7 Can USB-C power external devices?
▶ No. USB-C is for firmware flashing only, not power supply.
B. Wiring & Power Supply
B1 Board powers up but outputs don't respond? [B16M, T16M, T32M]
▶ B/T series require both USB-C (for ESP32) AND green DC terminal block (12/24V). F-series needs only main DC supply.
B2 Can MOSFET outputs control AC 220V? [B16M, T16M]
▶ No. B/T MOSFET outputs are DC only (12-24V). Use KC868-E16v2 extension relay for AC loads.
B3 F16 (16A) vs B16 (7A) difference?
▶ F16: OMRON relays, 250VAC/16A direct industrial AC. B16 relay version: 250VAC/7A household lighting. B16M MOSFET: DC only.
B4 T16M low-side switch wiring?
▶ Load positive → DC+, load negative → OUTPUT terminal. MOSFET switches OUTPUT to GND. Small leakage (100-500mV) is normal.
B5 T128M 4A rating independent per channel?
▶ Each driver IC is 4A/ch, but every 8 channels share one COMMON terminal → total for that group ≤10A.
B6 DM series 0-10V output drive LED strips directly?
▶ No — it's a control signal. Connect to a 0-10V LED driver (e.g., Meanwell LPF).
B7 Selecting right CT clamp for N-series?
▶ Formula: Input_voltage = R(5.1Ω)×2×Load_current/CT_ratio < 700mV. Example: 2000:1 CT, 30A → 153mV (OK).
B8 Power supply sizing for T32M?
▶ For 12V relay coils (~100mA each): 32 channels ~3.2A → use 12V/5A with margin. Max load ×1.2 safety factor.
C. Home Assistant & ESPHome
C1 Auto-discovery after flashing KCS v3?
▶ Same LAN → Add MQTT integration → KCS v3 auto-publishes all entities. Zero YAML.
C2 MQTT topic format?
▶ Command: [model]//SET ; State: [model]//STATE. Example: B16/08F9E08B1F58/SET.
C3 B16 analog inputs 'unavailable' after HA 2025.7.x?
▶ Compatibility issue. Workarounds: downgrade HA to 2025.6.x or switch to ESPHome firmware.
C4 Remove Tuya config from ESPHome YAML? [F16, T16M]
▶ Comment out 'uart' and 'tuya' sections. T16M has no Tuya hardware — YAML never includes it.
C5 DM32 0-10V control in ESPHome?
▶ ESP32-S3 talks to ARM CPU via Modbus RTU. Write to registers (0x0FA0..). Each channel appears as light entity.
C6 0.001 kWh precision in N60 ESPHome?
▶ Requires ARM firmware ≥ V20_260305SP, correct data types (U_DWORD_R ×0.001, FP32_R for energy), state_class: total_increasing.
C7 B16M MOSFET PWM dimming?
▶ No — controlled by PCF8575, ON/OFF only. Use DM series for dimming.
C8 Pair Zigbee sensors with AIO Hybrid?
▶ KCS webpage → Zigbee settings → 'Permit Join' → long-press sensor button. Supports Zigbee 3.0 devices.
D. Loxone Integration
D1 Models supporting Loxone UDP?
▶ F16, F24, B16M, A32Pro, T16M, T128M (v3.4.0+). F16/F24 recommended (physical toggles work even if Loxone fails).
D2 UDP command format?
▶ Turn ON: RELAY-SET-255,N,1 ; OFF: RELAY-SET-255,N,0. Reply: RELAY-SET-N,1. DI push: INPUT-STATE-1,1.
D3 DS18B20 temperature not pushed to Loxone?
▶ Enable 'Temperature Sensor Push' in KCS webpage → Loxone settings, set interval and Miniserver IP.
D4 T128M vs A128 for Loxone?
▶ T128M: ESP32-S3, KCS v3, enclosure, 128 channels — full upgrade replacement for A128. Strongly recommended.
E. Tuya App & Voice Control
E1 T16M has no Tuya module — can it use Tuya App?
▶ Yes, purchase a Tuya License (software authorisation) and activate in KCS v3 webpage.
E2 Tuya difference between B16M and T16M?
▶ B16M: built-in hardware Tuya, works out of box. T16M: no hardware, requires License, some fast‑LAN features limited.
E3 F16 Tuya App has no 'invert' for relays?
▶ KCS v3.18.0 lacks invert. Workaround: use ESPHome (inverted: true) or HA template sensor.
E4 Can HA and Tuya App be used simultaneously?
▶ Yes, no conflict. KCS v3 supports both independently; relay states sync.
E5 Does TA's Tuya module support Zigbee?
▶ Not currently (WiFi only). For Zigbee, choose AIO Hybrid or Z1.
F. Sensors & Peripherals
F1 Connect RS485 sensor to B16M / F16?
▶ A+/B- to RS485 terminals → KCS: select 'KinCony TS sensor' mode → readings on Monitor page; HA auto-creates entities.
F2 F16 4-20mA unstable?
▶ Causes: insufficient sensor supply (needs external 24V), missing shunt resistor (250Ω), poor grounding.
F3 Add DS18B20 to N60?
▶ Use GPIO15/16 (free GPIOs). Define one_wire bus, add dallas_temp sensor, enable internal_pullup: true or external 4.7kΩ.
F4 T16M connect Wiegand keypads?
▶ Yes, D0/D1 directly to Free GPIOs. Use ESPHome Wiegand component. Careful GPIO planning (7×1-wire + 3 Free).
F5 Send SMS alerts with G1?
▶ ESPHome: UART to SIM7600E, AT+CMGS. KCS: configure on webpage. Insert activated Nano SIM, check LED (800ms on/200ms off = registered).
F6 How many E16V3 units on one RS485 bus? Address setting?
▶ Up to 7 (3-bit DIP, 001-111). Address read only at power‑on → power cycle after changing DIP.
F7 Multiple DS18B20 share same 1-wire GPIO?
▶ Yes, parallel connection. Use GPIOs with 'pull-up on PCB' or add external 4.7kΩ. KCS v3 supports up to 254 TS sensors.
G. Product Selection Guide
G1 Essential difference between B / F / T / DM / N series?
▶ B: DC MOSFET, built‑in Tuya. F: AC relays, physical toggles. T: compact DC MOSFET, no Tuya hardware. DM: 0-10V dimming. N: CT energy monitoring.
G2 T16M vs B16M?
▶ T16M: space‑constrained, caravan, Loxone, access control. B16M: need Tuya voice, 10A high‑current, built‑in Tuya. Size and current differ.
G3 Dimming: B-series or DM-series?
▶ DM-series: professional 0-10V dimming signal. B24M has 0-10V DAC, but others are ON/OFF only. Choose DM for primary dimming.
G4 Home energy monitoring model?
▶ N-series (N10–N60): BL0910 high‑accuracy, CT clamps, HA energy dashboard support.
G5 Remote sites without WiFi?
▶ G1 4G module: Nano SIM, cellular to Tuya Cloud, also SMS/call control, RS485 to other controllers.
G6 DIN Rail server for HA inside distribution board?
▶ Pi5: CM5 based, M.2 NVMe, 12-24V DC, auto‑discovers FeedCurrent controllers via MQTT/ESPHome.
G7 Home alarm system recommendation?
▶ TA: 12 dry‑contact inputs, 2 relay outputs, built‑in Tuya, HA MQTT, backup battery support.
G8 F16 vs A16v3+E16v2 combo?
▶ F16 is better: includes physical toggle switches (backup control), same functionality, recommended by professionals.
H. Feature Boundaries
H1 Ladder logic (PLC-style) supported?
▶ No. Use Arduino, ESPHome, or HA automations/Node‑RED.
H2 F32 NC relay contacts?
▶ Currently COM+NO only. For NC, consider F16 or external relay modules.
H3 SSR replace mechanical relays?
▶ Current products use mechanical relays or MOSFET. SSR version possible in future.
H4 E16V3 inputs appear independently in HA?
▶ DI are for physical linkage to relays (bypassing HA). For HA‑managed DI, use A16v3 as master or replace with F16.
H5 G1 work off‑grid?
▶ Yes — primary use case. 4G cellular, Tuya App remote control, RS485 linking.
H6 Pi5 vs older Server16?
▶ Pi5: CM5, M.2 NVMe, USB 3.0, HDMI 2.0, OLED display (v2). Faster HA database.
H7 N60 vs M-series energy monitors?
▶ N-series: ESP32-S3, BL0910, 0.001kWh precision, more channels. M-series is maintenance mode.
H8 B8M in 12V automotive/caravan?
▶ Yes, inputs support up to 24V. Add TVS diodes for transients. No RF433 receiver. G1 provides remote access.
I. Known Bugs & Hardware Issues
I1 T16M v3.15.0: output state not restored after power loss (open bug).
▶ Workaround: use v3.12.0 temporarily until fix.
I2 B16M rapid toggling Tuya-bound switches causes reboot loop (open, 14+ months).
▶ Avoid rapid consecutive toggling, or switch to ESPHome.
I3 B16 analog inputs unavailable after HA 2025.7.x.
▶ Downgrade HA or use ESPHome firmware.
I4 T32M new device: Output 1 always on (hardware defect).
▶ Contact admin with order number for replacement. Test outputs with multimeter on receipt.
📦 Part 2 — Sorted by Product Series
B-Series (B4M / B8M / B16M / B24M / B32M)
Model Output Type Rating Tuya 1-Wire GPIO Analogue In Notes
B16M DC MOSFET 10A/ch Built‑in Yes 4 ch Highest MOSFET current
B8M DC MOSFET 10A/ch Built‑in Yes Caravan/mobile first choice
B24M MOSFET+0-10V DAC 10A + 0-10V Built‑in Yes ON/OFF + dimming
B-1 B16M reboots on rapid Tuya toggles?
Confirmed bug. Avoid rapid toggling or use ESPHome.
B-2 Can B16M do PWM dimming?
No. Use DM series or B24M (0-10V).
B-3 B8M in caravan?
Inputs support up to 24V, add TVS diodes. No RF433. G1 for remote access.
F-Series (F4 / F8 / F16 / F24 / F32)
Model Output Rating Toggles Size Use Case
F16 16 OMRON 250VAC/16A 16 262×127×62mm Loxone first choice
F24 24 OMRON 250VAC/16A 24 Wider HAv2 keypad, blinds
F32 32 OMRON 250VAC/16A 32 Widest Max channels, no RF433
F4 4 OMRON 250VAC/16A 4 Smallest Entry, RV use
F-1 Physical toggle switches behaviour?
Directly control relay coil, bypass ESP32. Works even if network or firmware fails — key differentiator.
F-2 F24 + HAv2 wall module?
F24 as master, HAv2 as RS485 keypad. Modbus RTU, supports single/double/long press.
F-3 F32 no RF433 receiver?
By design. Purchase RF433M module separately if needed.
T-Series (TA / T16M / T32M / T128M)
Model Output Rating Tuya 1-Wire Free GPIO Main Use
T16M 16 MOSFET DC 4A/ch License req 7 ch 3 Caravan, access, Loxone
T32M 32 MOSFET DC 4A/ch License req 4 ch 3 Expanded to 32 channels
T128M 128 MOSFET 4A/ch (10A/8ch) License req Yes Yes A128 full upgrade
TA 12 DI + 2 relays Relay: AC Built‑in Yes Home alarm/security
T-1 T16M without Tuya chip → use Tuya?
Purchase Tuya License, activate in KCS webpage.
T-2 T32M Output 1 always on (defective)?
Known hardware defect. Contact support for replacement.
T-3 TA with Paradox/DSC sensors?
Yes, NC dry contact. Enable 'logic invert' in KCS.
DM-Series (DM4 / DM8 / DM16 / DM32)
DM-1 Core principle & ARM CPU?
ESP32-S3 handles network; ARM CPU generates 0-10V DAC. Communicate via Modbus RTU.
DM-2 Control DM32 in HA?
KCS v3: auto-discovered as light entities. ESPHome: write to registers 0x0FA0..0x0FBF.
DM-3 Control three-phase VFD?
Yes if VFD accepts 0-10V speed reference. Connect to analogue input.
N-Series (N10 / N20 / N30 / N60)
N-1 0.001 kWh precision default?
Requires ARM firmware ≥ V20_260305SP, correct ESPHome data types (U_DWORD_R, FP32_R), and state_class.
N-2 LoRa module use?
Wireless data to remote gateway or other LoRa devices. Documentation in progress.
AIO Hybrid
AIO-1 Performance trade-offs?
5 relays, 4 DAC, Zigbee coordinator, IR, RF — excellent for medium projects. Large scale → dedicated series.
AIO-2 Zigbee 3.0 coordinator?
Yes, flash coordinator firmware. Supports HA ZHA integration.
G1 4G Module
G1-1 SIM7600E network LED status?
800ms on/200ms off = registered. Always on = searching. 200ms/200ms = data transmitting.
G1-2 GPS tracking in HA?
Yes. Use AT commands, parse lat/long, publish to device_tracker via MQTT.
Pi5 Local Server
Pi5-1 Best HA OS install?
Flash HA OS to microSD → boot → migrate to M.2 NVMe SSD (10-20× faster).
Pi5-2 CM5 module default spec?
CM5004000: 4GB RAM Lite, no built‑in WiFi/BT/eMMC. Bundle options available.
E16V3 / E24V3
E-1 E16V3 vs E16v2?
E16V3: ARM CPU, RS485 slave, 16A OMRON, per-channel toggles. New design.
E-2 Upgrade to 3‑position toggle?
No current plan (would increase size). Software state locking available.
Product by FeedCurrent Knowledge Center.

Your cart

Compare Products

Compare
Clear All
Search our site
Need some inspiration?

Reset your password

Log in

Create account

Ask a Question