We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

gio609's profile - activity

2022-12-05 03:37:29 +0200 received badge  Popular Question (source)
2022-12-05 03:37:29 +0200 received badge  Notable Question (source)
2022-12-05 03:37:29 +0200 received badge  Famous Question (source)
2021-06-29 17:36:35 +0200 received badge  Popular Question (source)
2021-06-29 17:36:35 +0200 received badge  Notable Question (source)
2021-06-29 17:36:35 +0200 received badge  Famous Question (source)
2020-05-20 11:46:31 +0200 asked a question Problem plotting values on Wirecloud

I have a Orion Context Broker running locally and succesfully connected to Wirecloud. I can show PoI on OpenLayerMap and show attribute values(e.g. temperature) on a "Generic panel".

I tried to plot temperature values on a Linear Graph or in Highcharts, but i ever get some errors. What i did: "NGSI Source" connected to a "NGSI Entity To PoI" and then to OpenLayerMap. From here, from PoI selected, if i add an operator "Value Filter" to filter temperature and then connect a "Generic Panel" it shows correct information, but if i connect it to a "linear graph", it gaves some errors. I tried also to connect "PoI Selected" to a "Gauge chart generator" and then to Highcharts, but i obtain "Widget has not registered a callback for this input"

What's wrong

Thanks for your support!

2020-05-20 11:46:31 +0200 asked a question Wirecloud cannot get asynchronous information from Orion Context Broker

I have a local installation of OCB and Wirecloud (same host). I can inject information from OCB to Wirecloud, but updating attributes, wirecloud doesn't get it till refreshing page. I installed NGSI-proxy on port 3000(which shows "Cannot GET /" on his page).

My configuration:

NGSI Server URL: http://192.168.1.10:1026

NGSI Proxy URL: http://192.168.1.10:3000

What i'm doing wrong? I need some packages to make it work? Thanks