-
I'm using homie 2.0.0.
I have a RPi with mosquitto installed.
On the pi I also installed homie-ota.
When I push an firmware update, I see the firmware binary on the MQTT queue "homie/devicename/$impl…
-
I'm working on an IR Node but I need to know the last state. I was thinking about just saving them on the ESP (EEPROM/SPIFFS) but then I thought perhaps it would make more sense to load the retained v…
-
Hi, I'm very excited to start building Homie devices using my ESP8266 boards! I've just installed Homie using PlatformIO's library manager, which works, but the LED strip controller example won't comp…
-
just wondering if version 2 is live yet ?
reason for asking there are a few components that only work for version 2 only now and the online doco is version 2 now
TA
Leeb
-
Hi!
Amazing work on the library and the whole platform. I have spent some time today to see if I can get use out of my esp8266.
I couldn't get examples to work and then I realized that I was running…
-
Hi,
When using v1.5.0 via PlatformIO, the UI fails to proceed beyond the MQTT tab.
The serial output only outputs the following...
✔ Wi-Fi scan completed
Received heart request
Received device inf…
-
Hi,
First of all, apologies for open an issue for this question, it's a question, not an issue.
I'd realised D3 and D4 pins are always HIGH and I don't know why. I want use this two pins as outputs t…
-
When I use this web app, I can't set an MQTT authentication, I fill the form, the "next" button lights up, but doesn't go to the next page. I only works without the flagged 'Use MQTT authentication' b…
-
For me, Homie makes the Serial configuration invalid (changed baudrate?). So it is necessary to call (again) `Serial.begin()` after `Homie.setup()`.
It is also not possible to see Homie debug output …
euphi updated
8 years ago
-
I am publishing every 1 sec 3 messages to mosquitto, one of them is having around 500-600 bytes and other two around 200 bytes each.
Keep Alive on ESP is set with mqttClient.setKeepAlive(30) to be 3…