Nfc / iBeacons - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Nfc / iBeacons (/showthread.php?tid=215) |
Nfc / iBeacons - gjniewenhuijse - 09.02.2016 I like to use my IPhone (NFC is not supported i think, but maybe with an externe nfc card attached) to control different homeautomation functions (lm4/knx) in my house. Is there already a possibility to use NFC for easy Home automation functions, like open garage door, play music etc etc. Something like: http://www.loxone.com/blog/dede/nfc-smart-tags/ Or maybe using iBeacons? RE: Nfc / iBeacons - domotiqa - 07.04.2017 +1 NFC would be cool !! Maybe make http get request EDIT: looks like nfc work only for applePay on ios RE: Nfc / iBeacons - gjniewenhuijse - 14.02.2018 UP, nfc is now supported by the new iphones (>= iphone 7 and >= ios11) RE: Nfc / iBeacons - hummelsystemhaus - 16.02.2018 (14.02.2018, 10:55)gjniewenhuijse Wrote: UP, nfc is now supported by the new iphones (>= iphone 7 and >= ios11) NFC isnt "supported". You are allowed to read NFC NDEF tags on your app, but i dont know if it works in the other way... RE: Nfc / iBeacons - davidsilva - 13.11.2018 (07.04.2017, 07:10)domotiqa Wrote: +1 NFC would be cool !! Hi, How I do the http get request? First I’m trying to do it in Android, and to program the tag I’m using the NFC Tools PRO. But what I fill in the field Request, and how I read the value in LM? Best regards, RE: Nfc / iBeacons - Daniel - 13.11.2018 Use remote services http://openrb.com/docs/remote-new.htm RE: Nfc / iBeacons - davidsilva - 13.11.2018 (13.11.2018, 13:08)Daniel. Wrote: Use remote services Hi, I already had tried it, configured the remote services, and if I use this url in browser I can do what I want: http://remote:remote12@IP/scada-remote?m=json&r=grp&fn=write&alias=1/1/8&value=true But with HTTP Get or Post don’t work. Best regards, |