Google AI eror. #23612
Replies: 2 comments 5 replies
-
There is actually a udp class in Berry but not in rules |
Beta Was this translation helpful? Give feedback.
-
This is my case: I have a lot of devices Tasmota based. To access all the devices i am using static IP. To migrate to DHCP on all the devices i have developed a server (based on berry code and with static IP) that receive from the other devices an UDP message and present a page with a drop down list of the devices indicating the name of the devices that allow the browser to redirect on each. All the devices must send an UDP message (for the ESP32 using berry code) to this server, This is not possible for ESP8266 devices. For me the UDPsend can solve the problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested in using udp. i have done the google interrogation: "esp8266 tasmota releases udp send" and i see the AI response at the beginniong of the page:"Tasmota, when configured, can send data over UDP using rules and the UDPSend command. This allows you to send data to a specific IP address and port, enabling communication with other devices or services on your network" ad next as code for rule: "Rule1 ON button1#state DO UDPSend 192.168.1.100,1234,Hello from Tasmota; ENDON". i think it is an error. where the AI as read this notice?
Beta Was this translation helpful? Give feedback.
All reactions