-
As already proposed in #80 (but closed due to non-feasibility with the old PubSubClient), there should be an interface to subscribe to other devices/nodes.
My use case is to have a broadcast channel …
euphi updated
8 years ago
-
Since this is my first contribution to Homie, I would like to start by thanking you, Marvin, for the great job you are doing with Homie.
I think v2 OTA over MQTT is a big improvement compared to v1 O…
ghost updated
8 years ago
-
If there is not, may I suggest adding it? I quickly went through the MQTT [standard](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718037) and found no mention to LWT. Is …
-
I'm using v2.0.0 on Wemos D1, just trying to get Homie working with the readme code example (lightNode). [Here's my code ](http://pastebin.com/AeyD5AU9)on pastebin. The only difference is I'm using an…
-
Hi,
I have a question about naming conventions of ids and properties for a 'sensor node'. In the 'getting started' example there are the calls:
```
HomieNode temperatureNode("temperature", "tempera…
-
Is it worthwhile to add a device property with the Homie version?
I see that the OTA mechanism will change in 2.0 from HTTP download to MQTT message. It would help OTA servers to know which Homie ve…
-
Hi. First thanks for your work. It makes my life a lot easier!
As far as I can see an mqtt topic always consists of:
BASE_TOPIC / DEVICE_ID / node / subscription
e.g. brewery/fan1/motor/mode
and …
-
It seems to me that it is possible to discover nodes from a device, but no way to discover their properties. This means that the user has to have prior knowledge of properties on a device in order to …
-
homie-esp8266-1.5.0\examples\LightOnOff
I am trying to run the example as-is from this folder and publish data from a mqtt server. However i am seeing the Serial Monitor console are not showing any p…
-
Hi Marvin, thanks for the awesome work You did. This lib is perfect.
For some of the sensors I use deep sleep mode, did You think about implementing dsleep procedure at library level ? Right now, I a…