ESPHome 2024.9.0: UDP and StatsD components

UDP & StatsD Components
Section titled “UDP & StatsD Components”This release brings two new data driven components to ESPHome.
The first is the UDP Component which allows direct communication between ESPHome devices over the local network. To start off, only sensor and binary sensor data can be transmitted, and hopefully more entity types will be supported in the future.
Next is the StatsD Component which allows you to send sensor data directly to a statsd server for monitoring.
Breaking Changes
Section titled “Breaking Changes”There are a few breaking changes this release that will require changes in YAML if you are using the affected components. Please make sure to check the list below for details about each one. The documentation is always the best place to find the most up-to-date information on configuration for any given component found in ESPHome.
Thank you for your support
Section titled “Thank you for your support”Did you know that Jesse and Keith both are employed at Nabu Casa to work full-time on ESPHome? Yep, that’s possible thanks to everyone who subscribes to Home Assistant Cloud. Thank you!
Release 2024.9.1 - September 23
Section titled “Release 2024.9.1 - September 23”- Copy active wake words to message esphome#7481 by @synesthesiam
Release 2024.9.2 - October 1
Section titled “Release 2024.9.2 - October 1”- fix bl0906 reset energy action esphome#7488 by @ssieb
- [config_validation] Fix bug with extras on schemas esphome#7497 by @jesserockz
- Prevent rp2040 randomly breaking the build esphome#7507 by @nkinnan
- [rp2040] Always use maxgerhardt platform fork esphome#7514 by @jesserockz
Full List of Changes
Section titled “Full List of Changes”For the complete list of every merged pull request in this release, see the full 2024.9.0 changelog.



Comments