The use of the ESP8266 in the world of IoT

User avatar
By mager
#54825 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