![]() |
|
Connect um330 and kc828 a16 - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: DIY Project (https://www.kincony.com/forum/forumdisplay.php?fid=3) +--- Thread: Connect um330 and kc828 a16 (/showthread.php?tid=8265) |
RE: Connect um330 and kc828 a16 - gtd0916 - 01-09-2026 (01-09-2026, 12:52 AM)admin Wrote: if you read by current, can't read by voltage. If I add a 250Ω resistor across the 4–20mA output (+/−), the voltage across it should become 1–5V (max 5V at 20mA), so it should be measurable by 0–5V analog input. Is this correct and supported? RE: Connect um330 and kc828 a16 - gtd0916 - 01-22-2026 I’ve connected the CLOB, but I don’t know when the data is received. Can the timing be set? RE: Connect um330 and kc828 a16 - admin - 01-22-2026 what you want to do? monitor analog data? RE: Connect um330 and kc828 a16 - gtd0916 - 01-23-2026 (01-22-2026, 12:18 PM)admin Wrote: what you want to do? monitor analog data? I solved it by manually fetching the data every 2 seconds. Is there a better approach? alias: COLB - Poll analog (A_FF) every 2s mode: single triggers: - seconds: /2 trigger: time_pattern actions: - data: topic: COLB/xxxxxxxxxxxx/set payload: "{State=A_FF}" action: mqtt.publish RE: Connect um330 and kc828 a16 - admin - 01-23-2026 ———–Enable/Disable Auto Report Function for KC868-COLB————— payload={Auto_upload=1} Enable auto report function feedback: {“upload”:{”ON”,1}} payload={Auto_upload=0} Disable auto report function feedback: {“upload”:{”ON”,0}} |