Tag manager & Arduino - How to query temperature

91 views
Skip to first unread message

Alberto

unread,
Dec 12, 2017, 7:05:14 AM12/12/17
to Wireless Sensor Tags
Hi all,
I have to integrate sensor tags with arduino.
I need to read "realtime" room temperature  and then open/close the desired relay 
I have some doubts about architecture and how to exchange data:

1) Is it possible to query directly tag manager ?
1.1) If not, what happen if can't connect to the Internet ? This mean that I cannot control my temperature in my house, isn't it ?

Is there any workaround to bypass internet service failure ?

Thanks in advance for your help,
Alberto


T Jakab

unread,
Dec 12, 2017, 3:36:53 PM12/12/17
to Wireless Sensor Tags
Polling isnt really real time, you should rather use url calling. Besides being real time it can call local ip addresses, I assume this doesnt require internet.

Alberto

unread,
Dec 13, 2017, 2:22:14 AM12/13/17
to Wireless Sensor Tags


Il giorno martedì 12 dicembre 2017 21:36:53 UTC+1, T Jakab ha scritto:
Polling isnt really real time, you should rather use url calling. Besides being real time it can call local ip addresses, I assume this doesnt require internet.

Hi,
thanks for reply. 
All APIs refer to url call (mytaglist.com). 
I didn't find any info how to gather data (temperature) from local ip (tag manager or tags).

Can you point me where I can find this info ?
BR
Alberto 

Mark Otway

unread,
Dec 13, 2017, 2:33:53 AM12/13/17
to Alberto, Wireless Sensor Tags
It's not possible to query the tag manager directly. All API calls go through the server.

--
You received this message because you are subscribed to the Google Groups "Wireless Sensor Tags" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wireless-sensor-...@googlegroups.com.
To post to this group, send email to wireless-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/wireless-sensor-tags.
For more options, visit https://groups.google.com/d/optout.

T Jakab

unread,
Dec 13, 2017, 4:19:14 AM12/13/17
to Alberto, Wireless Sensor Tags
http://www.mytaglist.com/webapp_ie.html

Look for URL calling on event, it's about 2/3 down the page. 
Or search for "calling the URL".

For each URL there is a checkbox "This URL uses a private IP address (Call from the Tag Manager)". 
Never tried but this should work without internet.

These events are usually instant (real time), I use it with SmartThings.

Can be set up in Android app as well.




--
You received this message because you are subscribed to a topic in the Google Groups "Wireless Sensor Tags" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wireless-sensor-tags/VnTQM7fw1Ts/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wireless-sensor-tags+unsub...@googlegroups.com.
To post to this group, send email to wireless-sensor-tags@googlegroups.com.

T Jakab

unread,
Jan 19, 2018, 3:40:13 PM1/19/18
to Wireless Sensor Tags
@Alberto, here's a confirmation that local URL calling works without internet:

steve

unread,
Jan 19, 2018, 4:26:15 PM1/19/18
to Wireless Sensor Tags
I have temprature woking with url calling but i cant get a PIR sensor working under url calling.

can any tell me the correct format.

http://server ip:4030/webdevices/WebAnalog_securitycao?state={1}


or


http://server ip:4030/webdevices/WebAnalog_securitycao?state={1}


thanks


Steve




does anyone have the correct sysntax is it
Reply all
Reply to author
Forward
0 new messages