Hi,
I want to connect to Zendures MQTT Server to read data for my Hyper.
I managed
curl -d "{"""snNumber""": """MYNUMBER""", """account""": """MYACCOUNT"""}" -H "Content-Type: application/json" -X POST https://app.zendure.tech/v2/developer/api/apply
and got
{"code":200,"success":true,"data":{"appKey":"DELETED","secret":"DELETED","mqttUrl":"mqtt.zen-iot.com","port":1883},"msg":"Operation successful"}
I then downloaded MQTT Explorer (beta 0.6, I think) and it works with the test.mosquitto...
But with the zendure server, it says: Client network socket disconnected fefor esecure TLS connection was establisched...
I also noted that in the app, there is a different Cloud Authorization Key, which also does not work. Looks like a connection, not a password issue to my...
Any ideas?
Thanks,
Jochen