I decided to implement the extra power saving by switching off the radio while sleeping, so today I opened up the weather station.
Good news: the battery, after more than one month is still at 4.08V while the system sleeps, which is the same as when I opened it a couple of weeks ago for water proofing...I start to think that they will last long!
So I put in the RF12_sleep() with no radio watchdog, and did some optimizations in the code, e.g. to switch off the light sensor as soon as possible, and reduce the processing instructions in the loop (there was one unnecessary "for"). I am also now sleeping for 8 seconds between cycles, and sending the packet 3 times in a row, to decrease lost packages...I was getting about 50% reception recently...Lets see if it improves.
I will put the code on the wiki soon.
With the multimeter, I could read 1.2uA, but it is not a very good multimeter...I could not make a reading when the sketch didn't have the rf12_sleep...couldn't figure out why...