What version of Hubitat are you using? what platform version. From what I can find if you have an 8 pro you can get it added through matter natively. (I don’t have any matter devices, and my knowledge of it is very limited), according to Chat GPT, it says the DD7006m also uses the local API that my driver uses. It could be that the newer version of the m-box uses a different heartbeat so it would show up as offline, can you try sending some commands (open/close should be enough and get me some logs)
I have the C-8 on 2.5.0.159. I don't think it has most of the functions in matter yet with the Hubitat. I do see it on my wifi and control the blinds with Shademate. I would have to reinstall the drivers to test the commands will reinstall shorly and send you logs.
Ok so I reinstall the drivers Connector Roller Blind Child Driver and Connector WLAN Integration - Full Production went into devices in Hubitat created a virtual device virtual blinds named it Dining Room Blinds and in device info picked connector WLAN Integration (Full) saved then went into preference my M-Hub ip address and the 16 digit code from the shademate app as per instructions. then Initialize get checking for a while then goes to offline there is no off/on command. Log is below.
026-07-06 12:58:53.608 pm
debug
[Connector] Dining Room Blinds - UDP -> {"msgType":"GetDeviceList","msgID":"1783357133601"}
dev:4832026-07-06 12:58:53.605 pm
debug
[Connector] Dining Room Blinds - Cleaned 1 stale pending msgIDs
dev:4832026-07-06 12:58:53.601 pm
debug
[Connector] Dining Room Blinds -
sendUdp() called with msgType: GetDeviceList, mac: null
dev:4832026-07-06 12:58:17.051 pm
debug
[Connector] Dining Room Blinds - UDP -> {"msgType":"GetDeviceList","msgID":"1783357097047"}
dev:4832026-07-06 12:58:17.047 pm
debug
[Connector] Dining Room Blinds -
sendUdp() called with msgType: GetDeviceList, mac: null
dev:4832026-07-06 12:58:14.052 pm
info
[Connector] Dining Room Blinds - Offline detection disabled.
dev:4832026-07-06 12:58:14.027 pm
debug
[Connector] Dining Room Blinds - Multicast socket already connected
dev:4832026-07-06 12:58:14.024 pm
info
[Connector] Dining Room Blinds - Initializing Connector WLAN Integration (New Protocol)...
Make sure it has a static IP address as well, depending on the blind motors some functionality might not work (uni-direction vs bi-directional) I’m running a C-8 pro on the beta, I know the pro has a few features not available on the non pro.
IP is static all my home devices have a static ip motors are DM25LEU/S if that helps
More log below after reinitialize and refresh still no on/off commands.
2026-07-06 1:07:29.027 pminfo[Connector] Dining Room Blinds - 🌐 Bridge status changed to: OFFLINE dev:4832026-07-06 1:07:11.427 pmdebug[Connector] Dining Room Blinds - UDP -> {"msgType":"GetDeviceList","msgID":"1783357631423"} dev:4832026-07-06 1:07:11.423 pmdebug[Connector] Dining Room Blinds - 🔍 sendUdp() called with msgType: GetDeviceList, mac: null dev:4832026-07-06 1:07:08.423 pminfo[Connector] Dining Room Blinds - Offline detection disabled. dev:4832026-07-06 1:07:08.397 pmdebug[Connector] Dining Room Blinds - Multicast socket already connected dev:4832026-07-06 1:07:08.388 pminfo[Connector] Dining Room Blinds - Initializing Connector WLAN Integration (New Protocol)... dev:4832026-07-06 1:03:29.022 pminfo[Connector] Dining Room Blinds - 🌐 Bridge status changed to: OFFLINE dev:4832026-07-06 1:01:19.372 pmdebug[Connector] Dining Room Blinds - UDP -> {"msgType":"GetDeviceList","msgID":"1783357279368"} dev:4832026-07-06 1:01:19.368 pmdebug[Connector] Dining Room Blinds - 🔍 sendUdp() called with msgType: GetDeviceList, mac: null dev:4832026-07-06 1:01:16.410 pminfo[Connector] Dining Room Blinds - Offline detection disabled.
are there any child devices created?
Do you have access to a computer and are you willing to do some investigating?
Unfortunately I'm not a programmer but I’m pretty good with google and using Chat GPT so this might take some time but I’ll do my best to get the DD7006M working for you.
we need to know what local protocol and ports the DD7006M actually uses, UDP, Http Etc. Once we know that we can try to get it working. If they took out the legacy API on the matter bridge the only option will be to join the bridge to Hubitat via matter and from what I see that's still a bit of a mess
DD7006M thread (only has 5 posts)
You can use Chat GPT or another AI to help with setting up Wireshark and what commands to use and how to interpret the responses (that’s what I have to do)
Step 1: Packet Sniffing (The most critical step)
You need to find out what the DD7006M is actually listening for.
-
Have the user download a free network tool like Wireshark or use a mobile packet sniffer.
-
Have them open the official ShadeMate / Connector app on their phone and refresh the device list or send a command to the blind.
-
Look at the network traffic between the phone and the DD7006M's IP address.
-
Is it still sending UDP packets to port 32100?
-
Is it sending HTTP GET/POST requests to port 80 or 443?
-
Is it using mDNS/Bonjour for discovery instead of UDP broadcasts?
-