xbee sensor data

Hi all
i am trying monitor the Temperature and light brightness using xbee L/T/H sensor node using connectport x4 gateway via dia in esp for python its fine. now i want the same data via RS 232 or RS 485 its it possible to see the same data through serial without connectport x4 gateway. if possible please advice the same.

Bee LTH Sensors will transmit LTH sample values as part of 0x92 IO Data API frames. Therefore, you need to keep API mode enabled on receiver S2C module.
Use formulas available on below link to interpret LTH values from received Hex information:
http://www.digi.com/wiki/developer/index.php/XBee_Sensors#Formulas

For battery information, query remote AT command ā€œ%Vā€ to LTH sensor using 0x08 API frame. i tried same thing my self its working 100% fine