我向MQTTBox添加了2个帐户,一个是试用帐户,另一个不是。 有了试用帐户,我就无法连接笨拙。
这是我的配置:
我还尝试将用户名设置为nur.eu-latest/nuno.rodrigues@together.pt
为什么我无法连接到试用帐户?谢谢。
答案 0 :(得分:2)
您的域(nur)中的前缀不一定是租户的ID(这取决于Cumulocity安装和租户的生成方式)。
MQTT始终需要租户的实际ID。
例如,您可以使用邮递员检查租户的实际ID:
GET /tenant/currentTenant HTTP/1.1
Host: nur.eu-latest-cumulocity.com
Authorization: {{auth}}
结果应该像这样
{
"allowCreateTenants": false,
"customProperties": {},
"domainName": "nur.eu-latest-cumulocity.com",
"name": "t1234567890",
"applications": "..."
}
您需要使用“名称”。