esphome_syslog
esphome_syslog copied to clipboard
A simple syslog component for esphome
heya, i successfully used your syslog component before on a dingtian board (ethernet only) by using the known hack of just commenting out the if(WiFi.status() != WL_CONNECTED) line. "some" months...
Hi, I have an ESP32 bord that is connected via Ethernet instead of WIFI. So NO WIFI is configured, only Ehternet. First part of my esphome config is: ``` esphome:...
Any chance we can get this to work with: framework: type: esp-idf I need that for a different component (secplus_gdo) I believe.
It turns out to be fairly simple to just send the UDP packets directly, and the UDP socket handling can then be a whole lot more generic.