Kc868-AM and sensors - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-AM (https://www.kincony.com/forum/forumdisplay.php?fid=45) +--- Thread: Kc868-AM and sensors (/showthread.php?tid=5998) |
Kc868-AM and sensors - fdcemb5 - 06-29-2024 My KC868-AM ports 14,13,5 is not working. I have connected several temperatures to these ports without success. Port 33 is working perfectly. Is there any reason these ports are not responding RE: Kc868-AM and sensors - admin - 06-29-2024 take a photo how you wire, which sensor you can using? RE: Kc868-AM and sensors - fdcemb5 - 09-13-2024 The KC868-AM is reading from only port 13, port 33 is not reading. Ports 5 and 14 connected to one_wire are not displaying anything. Here is the yaml file and screenshoot esphome: name: kc868-am-11 friendly_name: kc868-am-11 esp32: board: esp32dev framework: type: arduino # Enable logging logger: # Enable Home Assistant API api: encryption: key: "Uc1km2Q/93pAMK9LlN/QZd7Vb+4XcINM1o2Bc/xBfmo=" ota: - platform: esphome password: "05443423e09db8d6273f7832083d394d" # Example configuration entry for ESP32 # Example configuration entry ethernet: type: LAN8720 mdc_pin: GPIO23 mdio_pin: GPIO18 clk_mode: GPIO17_OUT phy_addr: 0 sensor: - platform: dht pin: 13 temperature: name: "Master Toilet Temperature" humidity: name: "Master Toilet Humidity" update_interval: 10s - platform: dht pin: 33 temperature: name: "Madam Toilet Temperature" humidity: name: "Madam Toilet Humidity" update_interval: 10s one_wire: - platform: gpio pin: GPIO5 id: MasterRoomTemperature - platform: gpio pin: GPIO14 id: MadamRoomTemperature RE: Kc868-AM and sensors - admin - 09-13-2024 take a photo of your board, how you wire. RE: Kc868-AM and sensors - fdcemb5 - 09-14-2024 (09-13-2024, 11:20 AM)admin Wrote: take a photo of your board, how you wire. Attached, kindly find the photo RE: Kc868-AM and sensors - admin - 09-15-2024 take a photo of your sensor, whether the sensor include a pull-up resistance? |