-
I don't Homie responding to ANY MQTT messages, which could be cause by
1. Incorrect MQTT topic being used by me. For the demo on https://github.com/marvinroger/homie-esp8266/blob/master/docs/2.-Gettin…
-
There is a limitation, [from the Wiki](https://github.com/marvinroger/homie-esp8266/wiki/8.-Limitations-and-known-issues)
> The whole Homie for ESP8266 code is designed to be non-blocking, so that yo…
-
Sorry to raise this question here, but I'm wondering whether somebody here knows if https://github.com/imroy/pubsubclient is maybe more reliable/stable than the orignal PubSubClient for ESP8266. I've …
-
I am building a standalone device that should work by itself even in the absence of a network setup. It's a bunch of sensors that decide if a relay should turn on. If I make this device and give it to…
-
I cannot configure my device using http://marvinroger.github.io/homie-esp8266/ . Whenever I connect to my ESP8266 the page shows the configured nodes, but it is not possible to move to the next page (…
euphi updated
8 years ago
-
This got me pretty frustrated yesterday. But it seems that none of my nodes will register properly. The `.subscribe()`-function does not work. This is really wired, because I wrote sketches before and…
-
I've resorted to this in order to adjust configuration parameters for testing:
``` python
config = {
"HOST": "localhost",
"PORT": 1888,
"KEEPALIVE": 10,
"DEVICE_ID": "xxxxxxxx",
"…
-
Hi, im not really sure what im doing wrong here. I'm trying to use the mDNS service for setting up the mqtt and ota servers on the homie device.
Homie library: 1.5.0
Arduino: 1.6.8
esp8266: 2.2.0-rc1
…
-
I seem to be having an issue when trying to compile the door example with 1.4.1...
Anyone able to comment on this error message?
UPDATE : I get the same error when trying to compile the Bare Minimum …
-
I love MQTT so Home has about everything I need. Be that as it may, I recently learned of a CoAP-based standard called LWM2M ([overview slides](https://www.slideshare.net/mobile/zdshelby/oma-lightweig…