Moderator: igrr
I'v been running both si7021 and dht11 for 4 months now, si7021 is much more accurate.
http://www.nodeusb.com
I'm still new to programming, and the arduino IDE, but I was wondering if it would be easy to break out the Temp and Humidity to separate MQTT topics? Say, office/temp & office/humidity.
Thanks in advance!
MQTT
You can publish to office/temp & office/humidity separately in your DHT sensor reading code. The receiver would subscribe to the broker using office or # to see both temp and humidity. Now the sender to the broker and the receiver from the broker don't always have the same notational schemes for numbers...same eg float representation..it is often best to convert to ascii char representation of numbers