Trouble with DD7002B Connector Bridge – AccessToken errors in Motionblinds integration

Hi everyone,

I’m trying to integrate my DD7002B Connector Bridge (for roller blinds) into Home Assistant using the built-in Motionblinds integration.

  • I successfully discovered the bridge, and the blinds show up in HA.
  • I retrieved the API key by going into the Connector app → Profile → About → tapping 5 times. The key looks like this format: 27133932-4cea-4a which matches what the docs say.
  • However, whenever I try to control the blinds I get repeated errors like this in the HA logs:
    Received actionResult: ‘AccessToken error’, when sending message:
    {‘msgType’: ‘WriteDevice’, ‘mac’: ‘a4cf1288eab40002’, ‘deviceType’: ‘10000000’,
    ‘AccessToken’: ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’, ‘msgID’: ‘20250912121907702’,
    ‘data’: {‘operation’: 5}}

So the blinds are detected but won’t respond to commands.

What I’ve tried:

  • Resetting HA integration and re-adding the bridge.
  • Confirmed the hub IP is correct and accessible on my LAN.
  • Double-checked the app key multiple times (it’s always the same).

Questions:

  1. Has anyone else with the DD7002B seen “AccessToken error” with the Motionblinds integration?
  2. Is there a different way to extract the correct key for this bridge?
  3. Would resetting the bridge and re-pairing help, or is there another step I’m missing?

Any advice or success stories with this model would be much appreciated!

Thanks in advance.

1 Like

Hi,
sadly I haven’t gotten a solution, but I’ve got the same issue.
I’ve got a Yooda Smart Home 2 gateway module which communicates with the Connector app.
Connection to the gateway seems to work but not the commands.

homeassistant  | 2025-10-08 19:57:12.960 ERROR (SyncWorker_4) [motionblinds.motion_blinds] Received actionResult: 'AccessToken error', when sending message: '{'msgType': 'WriteDevice', 'mac': '34ab9598df800009', 'deviceType': '10000000', 'AccessToken': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'msgID': '20251008175712925', 'data': {'operation': 5}}', got response: '{'msgType': 'WriteDeviceAck', 'mac': '34ab9598df800009', 'deviceType': '10000000', 'msgID': '20251008195711950', 'token': 'xxxxxxxxxxxxxxxx', 'actionResult': 'AccessToken error'}'
homeassistant  | 2025-10-08 19:57:14.494 ERROR (SyncWorker_2) [motionblinds.motion_blinds] Received actionResult: 'AccessToken error', when sending message: '{'msgType': 'WriteDevice', 'mac': '34ab9598df80000a', 'deviceType': '10000000', 'AccessToken': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'msgID': '20251008175714464', 'data': {'operation': 5}}', got response: '{'msgType': 'WriteDeviceAck', 'mac': '34ab9598df80000a', 'deviceType': '10000000', 'msgID': '20251008195713484', 'token': 'xxxxxxxxxxxxxxxx', 'actionResult': 'AccessToken error'}'
homeassistant  | 2025-10-08 19:57:14.496 DEBUG (MainThread) [homeassistant.components.motion_blinds] Finished fetching Motionblinds Gateway data in 14.210 seconds (success: True)

Bonsoir, j’ai également la Yooda Smart Home 2. J’arrive a communiquer avec Home assistant avec Motionblinds.
Mais parfois cela ne reponds pas toujours.
En general les volets s’ouvrent , mais ne se ferment pas.

I did an update yesterday night, of the Yooda Smart Home 2. From now, not working anymore:

Enregistreur: motionblinds.motion_blinds
Source: /usr/local/lib/python3.13/site-packages/motionblinds/motion_blinds.py:532
S’est produit pour la première fois: 4 janvier 2026 à 23:21:38 (80 occurrences)
Dernier enregistrement: 18:03:59

Received actionResult: ‘AccessToken error’, when sending message: ‘{‘msgType’: ‘WriteDevice’, ‘mac’: ‘943cc64224800002’, ‘deviceType’: ‘10000000’, ‘AccessToken’: ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’, ‘msgID’: ‘20260105170353160’, ‘data’: {‘operation’: 0}}’, got response: ‘{‘msgType’: ‘WriteDeviceAck’, ‘mac’: ‘943cc64224800002’, ‘deviceType’: ‘10000000’, ‘msgID’: ‘20260105180352694’, ‘token’: ‘xxxxxxxxxxxxxxxx’, ‘actionResult’: ‘AccessToken error’}’

Thank you!