Zemismart ZM25 Zigbee howto (Tubular roller blind/shade/cover motor)

Hi, I cannot pair my ZM25TQ WiFi with the Tuya APP. I had tried everything but nothing is working? Any idea to solv my problem? Just an observation, I pair the motors with the remote control and set-up the limits. The problem is only to add then with the Tuya APP.
Are there any tips for pairing ZM25TQ

Mine paired easily with the Smartlife App by simply first putting the motor in pairing mode and then tapping the scan for devices in the app.

I did, however, have the motors less than a meter from a wifi access point whilst pairing.

I’m not sure what WiFi access point you are using, but have noted that these devices connect over 2.4Ghz. If you are still having trouble, I would see if you can temporarily disable 5Ghz and / or 6ghz depending on what your router supports.

hey @Mr.ToR I tried using the provided script on your blog to set up the limits on my zigbee remoteless zemismart blind motors, but I’m afraid it is throwing an error when trying to run said script:
Failed to perform the action script.update_zemismart_zm25_blind_motor_limit. extra keys not allowed @ data['payload_template']. Got None

Would you be so kind as to help me find out how to fix it? I tried debugging it myself, but Im afraid it has something to do with how Actions are being triggered and them having changed lately…

Did you try using Developer Tools > Actions?

If you choose mqtt.publish in the selector dropdown, whilst in YAML mode, it will show you the correct syntax to use (Hint: I think it’s because payload_template was deprecated some time ago. Now the correct key is just payload.)