EasyIoT is really an awesome project which opens up so many possibilities for home automation.
I have a question about the {ESP8266 WiFi DS18B20 temperature sensor (Arduino IDE)} project:
Is it possible to add more than one DS18B20 to the same IO using the one-wire interface?
How would the code need to be adapted for this to work?
EasyIoT is really an awesome project which opens up so many possibilities for home automation.
I have a question about the {ESP8266 WiFi DS18B20 temperature sensor (Arduino IDE)} project:
Is it possible to add more than one DS18B20 to the same IO using the one-wire interface?
How would the code need to be adapted for this to work?
Thanks in advance
I assume DS18B20 library supports more than one sensor. Then you need to change code to present more sensors nodes to EasyIoT server and also send temperature values to different sensor node on EasyIoT server.