Smart Home Automation Forum

Full Version: [Arduino source code for KC868-A4]-21 Homekit with relay &DS18B20 &contact sensor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

This is a demo source code KC868-A4 with 10pcs of DS18B20 temperature sensor and 4 relay and 4 dry contact sensor.
[attachment=1397]
[attachment=1398]
[Image: attachment.php?aid=1331]
What are the other libraries you are using?
I'm having problems with the Adafruit ones
this is "homespan" code.
Hello,

I'm using this code here just to control the relays. I excluded dev_semsor and dev_contact files and put to comment sensor part of the ino. It works well but I'd like to use digital input to control the relays manually (and give feedback to Apple Home too). I noted in the declaration you already cuopled DI with relays (e.g. new DEV_DimmableLED(2,36)Wink. I also unhcommented void button in dev_led, this way I can control relays using the digital input but I have not the feedback in Apple Homekit. Looking into Homespan library example I found that feedback should be given using SpanButton or coding using setVal method.

Any suggestion on how I can get the feedback on Apple Home app?

Thanks
Paolo
can you post your question at here: https://github.com/HomeSpan/HomeSpan/discussions
they will feedback quickly. i have tried.