Smart Home Automation Forum
NodeRed for Android Phone - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: Development (https://www.kincony.com/forum/forumdisplay.php?fid=4)
+--- Thread: NodeRed for Android Phone (/showthread.php?tid=5)



NodeRed for Android Phone - subas - 10-27-2020

Dear All.

If i wanted to create a Node based on IOS I need to load "node-red contrib-homekit" and this is meant for IOS devices. 
What do I need to load if I want to use Android phone to control a switch or read a sensor using NodeRed?

Thank You


RE: NodeRed for Android Phone - admin - 10-27-2020

if you want to create Node-Red by Android phone, you can install the dashboard node, that can make UI by yourself, because it's use website to visit, so not only iOS or android device also can used. Why we use  "node-red contrib-homekit" ? that's because we want to use apple homekit and siri.

i think you can see this video "【home automation DIY by Node-Red#04】web application by dashboard" : https://youtu.be/KRz-uEDjY7U



RE: NodeRed for Android Phone - subas - 10-27-2020

Dear Sir,

Thank you for the reply.