Hi Werk_AG,
And thank you for addressing an explanation, so I kind of expected it, but I didn't know (I use some DS18B20 for temperature measurement in server rooms, but evetime only one sensor).
But my current situation does not change anything, only that I know that it can not do otherwise.
My sensor mapping in RX unit number 1:
Code:
#define SoilTempSensors_Source { {2,0},{2,2},{2,1},{9,9} }
#define LeafTempSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define SoilMoistSensors_Source { {9,9},{9,9},{2,0},{9,9} }
#define LeafWetSensors_Source { {9,9},{9,9},{9,9},{9,9} }
where:
SoilTempSensor1 is for -1.0m = {2,0}
SoilMoistSensor3 is for -0.05m = {2,0}
This mapping allows the correct displaying on the Wireless Display:
But it is not functional for Weather Underground, so I use different mapping in RX unit number 0:
Code:
#define SoilTempSensors_Source { {2,0},{2,2},{2,1},{9,9} }
#define LeafTempSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define SoilMoistSensors_Source { {2,0},{9,9},{2,0},{9,9} }
#define LeafWetSensors_Source { {9,9},{9,9},{9,9},{9,9} }
here is mapping for SoilMoistSensor3 superfluous, but no one cares. But mapping for SoilMoistSensor1 allows transfer of data to Weather Underground, as I previously sent pictures.
Thank you againg for perfect interpretation (as always!).
Kind Regards