How use Serverboard IO from CM4 - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-Server Raspberry Pi4 local server (https://www.kincony.com/forum/forumdisplay.php?fid=17) +--- Thread: How use Serverboard IO from CM4 (/showthread.php?tid=3910) |
How use Serverboard IO from CM4 - Helmut_number_one - 12-17-2023 I'm new here and don't have a server from here yet, my question: How do I communicate with the analog and digital inputs and outputs from Server Board to the CM4 System, with Modbus TCP, UDP, MQTT or with firmware commands? Example I want to read the analog input from the board to CM4 and assign a value to the analog output from board. I can use MQTT, UDP, Modbus TCP or Http Get/Put. I use it with PHP Server Script IP-Symcon Homeautomatic system Best regards RE: How use Serverboard IO from CM4 - admin - 12-18-2023 "analog and digital inputs and outputs from Server Board" use ethernet MQTT work with CM4 (install mqtt broker on CM4 before). RE: How use Serverboard IO from CM4 - Helmut_number_one - 12-22-2023 (12-18-2023, 12:25 AM)admin Wrote: "analog and digital inputs and outputs from Server Board" use ethernet MQTT work with CM4 (install mqtt broker on CM4 before). Thankyou for answer! Can you give me a link to an example, YouTube or forum entry, how can I read the analog input and describe an analog output? At the moment the relay capacity is bothering me. I want 16A AC, or is there a version with field effect transistors so i can use more outputpin with 16A AC Relais? RE: How use Serverboard IO from CM4 - admin - 12-23-2023 how to read analog input see here: https://www.kincony.com/forum/showthread.php?tid=1837 if you want to use 16A relay, just add KC868-E16v2 extend removable relay board is ok. RE: How use Serverboard IO from CM4 - Helmut_number_one - 12-23-2023 (12-23-2023, 01:59 AM)admin Wrote: how to read analog input see here: https://www.kincony.com/forum/showthread.php?tid=1837 I find it out, for all here are some helpfiles: Doku RE: How use Serverboard IO from CM4 - admin - 12-24-2023 ok |