Error browsing properties. Be sure the remote device/server is connected and configured properly
Hi,
I get "Error browsing properties. Be sure the remote device/server is connected and configured properly" when i'm trying to browse properties from my remote device "PiThing_dciciani". The configuration of my edge device look 'isConnected' is set to 'True'.
On the device I've 'wsems ' and 'luaScriptResource' running. The configuration are:
- config.json
{
"ws_servers": [{
"host": "academic-educatorsextension.portal.ptc.io",
"port": 443
}],
"http_server": {
"host": "127.0.0.1",
"port": 8080,
"ssl": false,
"authenticate": false
},
"appKey": "***************************",
"logger": {
"level": "DEBUG"
},
"auto_bind": [{
"name": "PiThing_dciciani",
"gateway": false
}],
"certificates": {
"validate": false,
"allow_self_signed":true
},
"ws_connection": {
"encryption": "ssl",
"verbose": true,
"msg_timeout": 1000
}
}
config.lua
scripts.log_level = "DEBUG"
scripts.PiThing = {
file = "thing.lua",
template = "PiTemplate",
identifier = "PiThing_dciciani",
scanrate = 1000,
taskrate = 30000
}
scripts.rap_host = "127.0.0.1"
scripts.rap_port = 8080
scripts.rap_ssl = false
scripts.rap_server_authenticate = false
scripts.script_resource_host = "127.0.0.1"
scripts.script_resource_port = 8001
scripts.script_resource_ssl = false
scripts.script_resource_authenticate = false
Anyone has got the same problem? What i'm missing?
Thanks!
Daniele

