Access Netatmo data

Hi, I’m using OH2 and I’ve configured succesfully my Netatmo Thermostat but I can’t access all the data from the device.
My items file looks like this:

Number Net_Temp { channel = "netatmo:NATherm1:fa16ed6c:0400001e8978:Temperature" )
Number Net_Set { channel = "netatmo:NATherm1:fa16ed6c:0400001e8978:Sp_Temperature" )
Number Net_Modo { channel = "netatmo:NATherm1:fa16ed6c:0400001e8978:SetpointMode" )
Number Net_Stat { channel = "netatmo:NATherm1:fa16ed6c:0400001e8978:ThermRelayCmd" }
Number Net_Orientacion { channel = "netatmo:NATherm1:fa16ed6c:0400001e8978:ThermOrientation" )
Number Net_End_Time{ channel = "netatmo:NATherm1:fa16ed6c:0400001e8978:SetpointEndTime" )

but the only values that get populated are Net_Temp, Net_Set and Net_Stat (but I think Stat does not get updeted), all the rest are NULL

Net_Temp (Type=NumberItem, State=21.50, Label=null, Category=null)
Net_Set (Type=NumberItem, State=21.00, Label=null, Category=null)
Net_Modo (Type=NumberItem, State=NULL, Label=null, Category=null)
Net_Stat (Type=NumberItem, State=0, Label=null, Category=null)
Net_Orientacion (Type=NumberItem, State=0, Label=null, Category=null)
Net_End_Time (Type=NumberItem, State=NULL, Label=null, Category=null)

¿Any clue of what am I doing wrong??

I’m using version 2.0.0.b5 of the binding

Thx