Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/src/commit/fbfd693f5d69cf8f14cbfacb8326b8a2a85d0134/examples/mqttRSSI/data/param.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 
AutoConnect/examples/mqttRSSI/data/param.json

27 lines
450 B

[
{
"name": "mqttserver",
"type": "ACInput",
"value": "mqtt.thingspeak.com",
"placeholder": "MQTT broker server",
"label": "Server"
},
{
"name": "channelid",
"type": "ACInput",
"value": "",
"label": "Channel ID"
},
{
"name": "userkey",
"type": "ACInput",
"value": "",
"label": "User Key"
},
{
"name": "apikey",
"type": "ACInput",
"value": "",
"label": "API Key"
}
]