Author |
|
smarty Super User
Joined: May 21 2006 Location: United States
Online Status: Offline Posts: 728
|
Posted: April 02 2015 at 20:01 | IP Logged
|
|
|
I have set up the UDP Listener plugin per the Help file....it seems to be working (see screen shot):
However, when I use my phone to send a UD broadcast to adjust my LED color changing lights, I get this error when the trigger fires:
ideas???
Edited by smarty - April 02 2015 at 20:02
__________________ Elk - Insteon - BlueIris - DMC1 - PowerHome - XLobby - HA_Bridge w/Dots - Brultech
|
Back to Top |
|
|
smarty Super User
Joined: May 21 2006 Location: United States
Online Status: Offline Posts: 728
|
Posted: April 02 2015 at 20:43 | IP Logged
|
|
|
In playing around with my Iphone app that sends UDP signals to my LED lights, some of the UDP control functionality does cause the PH UDP Listener plugin trigger to fire without an error. See below:
__________________ Elk - Insteon - BlueIris - DMC1 - PowerHome - XLobby - HA_Bridge w/Dots - Brultech
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: April 02 2015 at 23:27 | IP Logged
|
|
|
Steve,
The UDP plugin is not currently built to handle binary
data which is what is causing the errors. Some of the
data comes through (but as weird characters) but the
other data (most likely a hex 0 which is the string
terminator character) is causing a crash.
I have added to the to-do list to check for out of
range characters and handle them for the next version.
Dave.
|
Back to Top |
|
|