For additional sensor data you can send all you need and store it as attributes, including a url for live view.
Your link is at LAN level.
For live view, you can customize web app and create a new window for that.
Thanks for reply,
I would be happy if you can explain more or give some examples about attributes and creating new window.
Thanks alot.
Do you have some previous experience with Java and Sencha ExtJS ?
Not really but i would appreciate if you could help about it.
I would recommend you have a talk to @Anton and get a quote on your requirement. I can assure you it will be money good invested.
Ok i will do that for camera live but, but what about attributes for additional sensor data, do I still need Java and Sencha ExtJS coding ?
You need to verify your devices protocol in java and check is doing what you need.
Well it is using osmand protocol, so far I can send gps data and it works fine;
params = (('id', id), ('timestamp', int(time.time())), ('lat', lat), ('lon', lon), ('speed', speed))
How can I send additionally tempareture, humidity, IP, Hostname ?
Check here current Position params that OsmAnd Protocol handles. However, you can always customize at will official protocol implementation.
OK I think I can add parameters I need in java file, what about datbase side ? will it be enough if add parameters to java file ?
Yes. Actually, you don't even need to change Java, unless you want to convert parameters to specific data type.
H i Anton,
no I dont need to convert anything, bu still I dont know how to store all data I need !
I need an exampe if you can provide.
Thanks in advanced
Add same way as other parameters are added to the HTTP query.
Is there any documentation for adding parameters, also can I change name of parameters as Humidity, Temperature, Ip Address, Host name ?
Hello all,
I am using RPi 3 that I get data from multiple sensors
What I actually what ;
So far I can send all the GPS data to traccar server and all works fine.
Additionally I want to store other sensor datas (Temperature, Humidity, IP of RPi 3, Hostname of RPi 3 and all other sensors, send all sensor data with gps location data.
and also I want to include live view of camera, I can give a link for live view such as ;
http://192.168.1.5:8000/stream.mjpg
Is it possible to embed live camera view to the front end of Traccar page, a small square iframe or something !
Thanks in advance