Posts: 9
Threads: 1
Joined: Oct 2022
Reputation:
0
(11-23-2022, 01:03 PM)admin Wrote: here is KC868-A16 firmware, it can work with DS18B20 temperature sensor.
you can use three GPIOs for DS18B20:
DS18B20/DHT11/DHT21/LED strip -1: 32
DS18B20/DHT11/DHT21/LED strip -2: 33
DS18B20/DHT11/DHT21/LED strip -2: 14
the demo photo I have used GPIO32, actually you can use any of GPIO32, GPIO33, GPIO14
(11-23-2022, 01:34 PM)admin Wrote: if you want to enable Ethernet for KC868-A16, just click "Configure Other" -- paste "Template" as follows:
{"NAME":"KC868-A16","GPIO":[32,0,1120,0,640,608,0,0,0,1,1,1152,0,0,5600,0,0,0,0,5568,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,1],"FLAG":0,"BASE":1,"CMND":"EthClockMode 3 | EthAddress 0 | EthType 0 | I2CDriver2 1"}
check "Activate" , then press "Save". after restart, ethernet cable can be used.
Hi, thank U temperature sensor is working now but PCF8574 digital inputs are not showing up anymore
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
Posts: 9
Threads: 1
Joined: Oct 2022
Reputation:
0
11-24-2022, 07:21 AM
(This post was last modified: 11-24-2022, 07:57 AM by marius.)
Thank U for quick replay but taht didn't helped. Inputs are still absent.
It all looks like this:
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
try to download this firmware, see whether have "input" panel.
a16-firmware-20221124.zip (Size: 1,001.39 KB / Downloads: 202)
Posts: 9
Threads: 1
Joined: Oct 2022
Reputation:
0
Hi,
thank U it all works now.
Just FYI for some reason onboard temperature sensor is not showing temperature anymore (not a big deal).
Also input status is not showing up in Home Assistant through mqtt Tasmota integration. Output status and control works just fine, but no status for inputs. My guess U need to enter some command in Tasmota to activate that but not sure which one.
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
if you use for home assistant, we highly recommended ues by ESPHome, that's very easy and stable. not need to use tasmota. INPUT, OUTPUT, DS18B20 all support directly.
Posts: 9
Threads: 1
Joined: Oct 2022
Reputation:
0
Hello,
How about new KCS firmware support for DS18B20 or similar digital sensors, is it supported?
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
now it's not support, but in furture will try to add it.
Posts: 3
Threads: 0
Joined: Aug 2024
Reputation:
0
(11-28-2022, 10:49 AM)admin Wrote: if you use for home assistant, we highly recommended ues by ESPHome, that's very easy and stable. not need to use tasmota. INPUT, OUTPUT, DS18B20 all support directly.
I'm trying to read data from a 1wire DS1820 thermometer, but I can't seem to get a working configuration to communicate with HA using ESPHome. Can I ask for a working example? I connected the thermometer to GPIO1 with the configuration:
sensor:
- platform: dht
pin: 14
temperature:
name: "Living Room Temperature"
update_interval: 60s
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
|