Hallo
Gerne würde ich mich beim MQTT Anmelden. Wie ich gelesen habe brauche ich einen API key.
curl -i -X POST \
-H "Content-Type:application/json" \
-d \
'{"snNumber":"xxxx","account": "xxxxx"}' \
'https://app.zendure.tech/v2/developer/api/apply'
curl -i -X POST \
-H "Content-Type:application/json" \
-d \
'{"snNumber":"xxxx","account": "xxxxx"}' \
'https://app.zendure.tech/eu/developer/api/apply'
Ich bekomme immer den Fehler
{
"code": 400,
"success": false,
"data":{},
"msg": "Please bind the device first"
}
Woran liegt das? danke