I tried to see if I could edit my post to see what went wrong with the formatting, but could not see how. Maybe the 'How to ask for help' sticky should be updated.
Anyway, there are 2 x AM2302 (DHT22) sensors as you so correctly noted. The door sensors are for future use and are not referenced in the code except as the commented out bit which reminds me to keep those pins free!
gw.sendSketchInfo("EASYIOT_FgeFzr", "0.1");
gw.present(Fge, S_TEMP);
gw.wait(SHORT_WAIT);
gw.present(Fge, S_HUM);
gw.wait(SHORT_WAIT);
gw.present(Fzr, S_TEMP);
gw.wait(SHORT_WAIT);
gw.present(Fzr, S_HUM);
gw.wait(SHORT_WAIT);''''
This is what I thought predented the sensors. Have I missed something obvious?
Thank you for the reply. I appreciate the help.