zephyr_ha_mqtt_sample/boards
Eduard Iten 6e669cfc4e feat: Implement Homeassistant MQTT Gateway
This commit transforms the previous "Blinky" sample into a functional
Homeassistant MQTT Gateway application.

Key features and changes include:

- **Application Logic:** The core application logic is updated to function as a gateway between Modbus and MQTT.
- **Network Configuration:**
    - Implemented persistent network settings using the Zephyr settings subsystem and NVS.
    - Added robust Wi-Fi connection management with auto-reconnect.
    - Centralized IP configuration to support both DHCP and static IP addresses.
- **Configuration:** Project and board configurations have been updated to enable necessary kernel features and network settings.
- **Documentation:** The README has been updated to reflect the new functionality and usage instructions.
- **Simulation:** The simulation script has been updated.
2025-07-20 08:30:33 +02:00
..
esp32c6_devkitc_hpcore.conf feat: Implement Homeassistant MQTT Gateway 2025-07-20 08:30:33 +02:00
esp32c6_devkitc_hpcore.overlay feat: add doxygen headers to all functions 2025-07-19 09:10:05 +02:00
native_sim.conf Initial commit: Set up Zephyr MQTT project 2025-07-17 08:49:06 +02:00
native_sim.overlay feat: add doxygen headers to all functions 2025-07-19 09:10:05 +02:00