Receiving UDP Packets on Hubitat

I don't believe unsolicited inbound UDP works; nothing has changed since this time as far as I know:

This for sure would work with HTTP, and in that case one option is to set the device DNI to the MAC or IP (in hex, no separators) of the device, and the driver's parse() method will catch anything sent to the hub from it on port 35901, then you can do with that data as you please. But, again, I don't think that will work with UDP.

1 Like