1wire – missing unique IDs (28-xxxxxxxxxxxx)
Feature Requests
8
Posts
3
Posters
2.0k
Views
4
Watching
-
I’ve testet the sketch “DallasTemperatureSensor.ino”. Only info I can see is temperature of each DS18B20. But I can’t see from which DS18B20 this temperature is. One importend thing of 1wire are the unique IDs. Only with these IDs I know from which senser the temperature is.
Is it possible to include these IDs? -
Take a look in File->Sketchbook->libraries->DallasTemperature->Multiple in the Arduino IDE. There is some code to fetch the addresses.
@mfalkvidd
thats very interesting. I thought I can use only examples from MySensors-lib.
Am I right: I use a body of a MySensors example and transform the DallasTemperature->Multiple in this body?