home automation training -14-integrate temperature sensor to home assistant

home automation training -14-integrate temperature sensor to home assistant   DS18B20 temperature range: -55°C to +125°C and is accurate to ±0.5°C this is the ESPHome config: # Example configuration entry dallas: – pin: 4 update_interval: 5s # Individual sensors sensor: – platform: dallas address: 0x69062162d9ec4328 name: “Temperature” YouTube: https://www.youtube.com/c/KinCony

KC868-A32 esp32 board hardware design details

How many relays can be installed on the controller board? Four? Eight? Kincony decided not to limit itself and equipped its KC868-A32 model of ESP32 board with as many as 32 relays. The result was a unique controller, which I don’t remember any analogues – against the background of ordinary devices of this type, the…

home automation training -12-integrate KC868-Uair to home assistant

home automation training -12-integrate KC868-Uair to home assistant   home automation training -12-integrate KC868-Uair to home assistant 1. To enable the USB 2.0 ports on the raspberry pi 4 Compute Module 4, you need to edit the boot config file (/boot/config.txt) and add: dtoverlay=dwc2,dr_mode=host 2. enable home assistant “Advanced Mode” 3. install ESPHome in Add-ons…

home automation training -11-how to use by own 433MHz RF and infrared remoter

home automation training -11-how to use by own 433MHz RF and infrared remote   Home automation training: 1. install ESP32 USB driver for KC868-Server, download from: https://www.kincony.com/download/CH341SER.zip 2. install ESP32 USB driver 3. download arduino IDE: https://www.arduino.cc/en/software/ 4. install arduino IDE 5. config for ESP32: https://www.kincony.com/forum/showthread.php?tid=281 6. install rc-switch arduino library 7. download this RF / IR…

home automation training -10-install wall switch panel and double click mode

home automation training courses you can learn how to add the wall switch to the home automation intelligent control system     1. home automation-switch panel type: momentary. 2. home automation-button wires to KC868-Server’s digital input ports. 3. home automation-LED indicator wires from KC868-Server’s digital output ports. 4. double click function define for key buttons: key1:…

home automation training -9 integrate KC868-Server to home assistant by MQTT

home automation training -9 integrate KC868-Server to home assistant by MQTT    1.MQTT communication structure diagram KC868-Server——– publish message: status of switch (status topic) Subscription message: turn on / off command (command topic) home assistant—— publish message:  turn on / off command (command topic) Subscription message: status of switch (status topic) 2.KC868-Server digital output…

home automation-training-8 Install Mosquitto broker on home assistant

home automation-training-8 Install Mosquitto broker on home assistant   home automation training -8 install Mosquitto broker on home assistant 1. MQTT structure 2. Install mosquito MQTT broker on home assistant Configuration: logins: – username: mqtt password: ‘123’ customize: active: false folder: mosquitto certfile: fullchain.pem keyfile: privkey.pem require_certificate: false Note: username and password just replace by yourself.…

kc868-a8s

KC868-A8S GSM ESP32 board released!

We have designed KC868-A8S esp32 board, many hardware resource for you to use. it support GSM module for SMS, voice call, GPRS communication. Use SMS or call to turn ON/OFF relay will be very easy for home automation DIY. You can write any code by Arduino IDE to ESP32 wifi/bluetooth/ethernet RS485 module. We will supply…