Hi,
I would like to take Analog Sensor Values from some Remote XBee Nodes an send the converted values to my own server via HTTP GET.
My XBee Network works fine, I get I/O Sample Packages every 60s. Now I have to develop something that takes the packages, extract the I/O Values, converts it and sends a http get like
www.abc.de/?names=x&value=y.
I've tried this with the XIG but maybe the DIA would be a better solution. Does anyone have tips or links to handle with that.
My central issue is the converting point. There is an example in Digis ESP Software to take Samples from AIO Adapters but these handel with 10Vdc respectively 4-20mA and I will use my own Remote Nodes (readings 0-1,2V at normal DIO's from XBee PRO S2B)
Kind regards