Page 1 of 1

480 x480 Wallpanel with UDP

Posted: Thu Jun 13, 2024 8:54 pm
by Helmut_number_one
Even though I did a lot of copy and paste, a useful application was created.
You also have to change the address I provided in your application.
192.168.0.17_root.zip
In PHP in IP-Symcon a example to write into Display:

Code: [Local Link Removed for Guests]

<?php
$BadEG= GetValueFloat(59947);// from real temp from termostat
//echo $BadEG;
USCK_SendText(39372, "TXT12= ".$BadEG." Grad"); // in Display nr1
USCK_SendText(40426, "TXT12= ".$BadEG." Grad"); // in Display nr2
USCK_SendText(20501, "TXT12= ".$BadEG." Grad"); // in Display nr3 
But you should assign different UDP ports to the displays when you respond to them, otherwise the things will react with flickering.