Tuya Devices Protocol Question - UDP Multicast/Broadcast #495
rlarranaga
started this conversation in
General
Replies: 1 comment 2 replies
-
I think the info in #5 may be outdated. AFAIK there's not a way to get your device to stop sending broadcasts besides flashing custom firmware (which may be a good option, depending on your device model). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i have a number of Tuya devices connected to my network, mostly light bulbs. i control them using the tuya-mqtt project on openHAB.
While capturing traffic on my network i noticed the devices send UDP Multicast.Broadcast packets every couple of seconds.
Does anyone know if there is a way to stop this behavior? Broadcast and multicast is usually transmitted in the lowest Wifi rates, so it is not great to have these devices broadcasting continuously. Blocking the traffic would not prevent the device from trying to send the broadcast and occupy the air resource either.
I read on General Discussion #5 the following:
"Connections & Broadcasts
When the device is not connected, it sends out UDP broadcast packets to the network every 3-6 seconds."
What does it mean that the broadcasts are sent when the device is not connected? I would have though the devices are connected to tuya-mqtt since i can control them. Any chance i can get some specifics on what kind of connection the devices needs to stop sending UDP packets?
as mentioned, my goal is mostly preventing the devices to send so many udp packets as opposed to block the packets.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions