-
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…
-
I updated my platformio lib installation, so Homie was updated to 1.5.
Now there a various compile errors, because Homie makes use of some MDNSResponder members that are not available in the latest (…
euphi updated
8 years ago
-
I'm using the following:
Arduino IDE 1.6.6
ESP8266 board 2.1.0
ArduinoJson 5.0.7
Bounce2 0.2.0
PubSubClient 2.4.0
Homie 1.3.0
My board is a NodeMCU V0.9
I can flash other programs to the board fine…
-
Hi,
the project looks quite promising. Unfortunately I'm fighting issues nobody seems to have.
I can build and upload the Homie code to the device. I actually have two different devices, a Wemos D1 m…
-
Hi,
I'm building a simple Homie app with platformio for the esp07. Weirdly, the device seems to be unable to boot into configuration mode. There is also nothing intelligible logged to the serial inte…
-
As proposed in #87 and implemented in #91, virtual methods were added to HomieNode, so most code for each node can be encapsulated in a class derived from HomieNode.
In the current state, the only ne…
euphi updated
8 years ago
-
My ESP8266-ADC has 512k flash size only, so OTA is not possible.
This means I need to flash manually and reconfigure the device afterwards.
It would be nice to be able to hardcode Wifi-Settings.
As…
euphi updated
8 years ago
-
Homie currently detects a valid OTA request if the version number if receives at `../$ota` is _higher_ that the firmware version Homie currently runs.
We're thinking in [homie-ota](https://github.com…
-
MQTT crashes the ESP8266.
I have a few leads:
https://github.com/knolleary/pubsubclient/issues/84
https://github.com/marvinroger/homie-esp8266/issues/42
https://gist.github.com/chaeplin/3223074601733…
-
Hi,
I did a misconfiguration in mqtt credentials, now my d1-mini is trying endless to connect to wrong server. I have a reset button on d1-mini, but after pressing it for 5 seconds, it always reboots …