homie-esp8266 icon indicating copy to clipboard operation
homie-esp8266 copied to clipboard

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT

Results 92 homie-esp8266 issues
Sort by recently updated
recently updated
newest added

**Hello,** **I want to compile a bare minimum Sketch in PlatformIO for a ESP32dev kit.** **I get this error message if I try to compile:** .pio/libdeps/esp32dev/Homie/src/Homie/Boot/BootNormal.cpp: In member function 'virtual...

Seems like the issue #465 is back again. I today installed VSC, Platform.io on a fresh system and created a new project. platform.ini is ~~~ [env:d1_mini] platform = espressif8266 board...

Replacing expected input values for settable property. Should be "true"/"false" for boolean property, see: https://homieiot.github.io/specification/#property-attributes

I have recently written an Home Assistant integration for Homie. https://github.com/elbowz/ha-homie It support devices auto-discovery and some type of Homie properties (HA entities). Also support a manual configuration through the...

Hi I made a small Webpage (all in one file) to update Homie3 devices. Just download the html and open it in a browser. It supports: - overview of the...

Hello, when I set "build_type = debug", the Wemos crashes on boot up with an exception message. I use the "awesome-relay" example with platformio. If I deactivate the debug flag...

Hi. I have 2 custom settings like that : ``` upCourseTimeSetting.setDefaultValue(SHUTTER_COURSETIME_MAX).setValidator(validator); downCourseTimeSetting.setDefaultValue(SHUTTER_COURSETIME_MAX).setValidator(validator); ``` Initially I manually add an empty `settings` section in the JSON config that I upload via SPIFFS....

Hi, maybe I miss understood something with the "new" range-advertisment, but currently it doesn't work for me. Even the example LedStrip (https://github.com/homieiot/homie-esp8266/blob/v3.0/examples/LedStrip/LedStrip.ino) doesn't work as I expected. I also assume...

I'd like to open a discussion about a integrating a (little-known?) feature of the ESP8266. **The ESP8266 has feature that allows you to configure WiFi credentials without being connected to...

enhancement

I think it would be great if Homie could read the initial value of a property from its retained MQTT message. Example use case: If a value can be set...

enhancement