-
If Wifi is lost, reconnect does not work, using the example provided (FullyFeatured)
The event "onMqttDisconnect" is fired but "onMqttConnect" is never trigered.
*\* Disconnected from the broker **
R…
-
Hi,
I'm new to Homie, but so far I find it awesome. Thanks for it!
That said, now I have a weird problem. Consider the following class:
```
class Max6675Sensor : public HomieNode
{
public:…
-
Section 7.1.1 in the spec says, "The following device attributes are mandatory and MUST be send, even if it is just an empty string". It then lists the mandatory Device attributes: $homie, $name, $s…
-
Hi,
I'm unable to compile my sketch on PlatformIO 6.1.4, with ESP8266 4.0.1.
Same thing on Arduino IDE 2.0.0 (with ESP8266 3.0.2). Same thing using the latest commit on the develop branch, and wit…
-
Going forward, devices will be recognized automatically using mDNS. People would then access a page on the dashboard to accept or refuse devices.
-
As I see, currently the server can be run only as cli and read the config from /.homie. I would love to be able to import it into my app and provide config as object. Is there a chance for that?
-
**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/BootNorma…
-
Hello,
**PROBLEM**
homie device is showing in "inbox", after validation of the thing I get error message "Did not receive mandatory topic value: homie/relay1/$name".
Thing appears in things list …
-
Hi, i cant connect to broker on my raspberry.
Broker: Mosquitto 1.4.10
on serial i m getting rc=-2 acording to documentation it is network connection failed.
On mosquitto log i m getting `New conne…
-
Mosquitto V2.0.14 DockerImage on Raspberry4
Hi,
I wonder if it would make sense to have an option in the config to allow set the TCP_QUICKACK option to the socket (on LINUX systems only) like the …