Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Could you post your config.json?
Hello Bill,
This my config.json:
{
"ws_servers": [{
"host": "192.XXX.XX.XX",
"port": 443
}],
"http_server": {
"host": "192.XXX.XX.XX", #Static IP address of Raspberry Pi
"port": 8080
},
"logger": {
"level": "DEBUG"
},
"auto_bind": [{
"name": "PiThing2",
"gateway": false
}],
"certificates": {
"validate": false,
"allow_self_signed": true
} ,
"ws_connection": {
"encryption": "none",
"verbose": true,
"msg_timeout": 1000
},
"appKey": "XXXXXXXXX"
}