Hi,
I just bought a Mova 1000 mower and try to do an integration for this mower.
I'm not engineer and not in computing, but electronics.
Now I have, with help from ChatGPT, these informations :
MQTT_TOPIC_EVENTS = "/app/down/thing/events";
MQTT_TOPIC_NOTIFY = "/app/down/_thing/event/notify";
MQTT_TOPIC_PREFIX = "/app/down/thing";
MQTT_TOPIC_PROPERTIES = "/app/down/thing/properties";
MQTT_TOPIC_SERVICE_REPLY = "/app/down/thing/service/invoke/reply";
MQTT_TOPIC_STATUS = "/app/down/thing/status";
Other interesting things :
DEFAULT_HOST = "${productKey}.iot-as-mqtt.cn-shanghai.aliyuncs.com:1883"
DEFAULT_ITLS_HOST = "${productKey}.itls.cn-shanghai.aliyuncs.com:1883"
DEFAULT_REGISTER_TLS_HOST = "${productKey}.iot-as-mqtt.cn-shanghai.aliyuncs.com:443"
The thing is missing is the "productKey" And I can start to snif MQTT
If someone have better knowledge....