-->
Page 1 of 1

Homie: how to add a temperature+humidity node?

PostPosted: Sat Sep 10, 2016 2:14 pm
by mager
Hi!
I'm diving into Homie https://github.com/marvinroger/homie-esp8266
I'd like to connect two SI7021 sensors (inside + outside) .
Should I have 4 HomieNodes (temp_in, temp_out, hum_in, hum_out) - or can a HomieNode have several properties (i.e. a node "inside" with properties "temp"+"hum" - or a node "temperature" with properties "inside"+"outside")?

Martin