{"devstatus": {
"Sys_Time": 1423478757,
"Sys_Batt_V": 48.2,
"ports": [
{ "Port": 1, "Dev": "GS","Type": "60Hz","Inv_I_L1": 1,"Chg_I_L1": 0,"Buy_I_L1": 0,"Sell_I_L1": 0,"VAC1_in_L1": 15,"VAC2_in_L1": 0,"VAC_out_L1": 113,"Inv_I_L2": 6,"Chg_I_L2": 0,"Buy_I_L2": 0,"Sell_I_L2": 0,"VAC1_in_L2": 3,"VAC2_in_L2": 0,"VAC_out_L2": 112,"AC_Input": "Gen","Batt_V": 47.6,"AC_mode": "NO AC","INV_mode": "Inverting","Warn": ["none"],"Error": ["none"],"AUX": "disabled","RELAY": "disabled"},
{ "Port": 2, "Dev": "GS","Type": "60Hz","Inv_I_L1": 0,"Chg_I_L1": 0,"Buy_I_L1": 0,"Sell_I_L1": 0,"VAC1_in_L1": 16,"VAC2_in_L1": 0,"VAC_out_L1": 114,"Inv_I_L2": 0,"Chg_I_L2": 0,"Buy_I_L2": 0,"Sell_I_L2": 0,"VAC1_in_L2": 3,"VAC2_in_L2": 0,"VAC_out_L2": 112,"AC_Input": "Gen","Batt_V": 47.6,"AC_mode": "NO AC","INV_mode": "Inverting","Warn": ["none"],"Error": ["none"],"AUX": "disabled","RELAY": "disabled"},
{ "Port": 4, "Dev": "CC","Type": "FM","Out_I": 6.3,"In_I": 2,"Batt_V": 48.4,"In_V": 112.7,"Out_kWh": 0.6,"Out_AH": 13,"CC_mode": "Bulk ","Error": ["none"],"Aux_mode": "Manual","AUX": "disabled"},
{ "Port": 5, "Dev": "CC","Type": "FM","Out_I": 8.3,"In_I": 4,"Batt_V": 48.4,"In_V": 104.8,"Out_kWh": 0.8,"Out_AH": 17,"CC_mode": "Bulk ","Error": ["none"],"Aux_mode": "Manual","AUX": "disabled"},
{ "Port": 6, "Dev": "FNDC","Enabled": ["A","B"],"Shunt_A_I": -19.9,"Shunt_A_AH": -691,"Shunt_A_kWh": -34.460,"Shunt_B_I": 15.1,"Shunt_B_AH": 399,"Shunt_B_kWh": 21.070,"SOC": 78,"Min_SOC": 78,"Days_since_full": 37.8,"CHG_parms_met": false,"In_AH_today": 31,"Out_AH_today": 147,"In_kWh_today": 1.490,"Out_kWh_today": 7.090,"Net_CFC_AH": -315,"Net_CFC_kWh": -14.660,"Batt_V": 48.2,"Batt_temp": "7 C","Aux_mode": "auto","AUX": "disabled"}
]}}
I have done some searching on JSON and openhab but have not bee able to find many examples. I am trying to do things like pull the state of charge of my batteries from Port 6, SOC, or pull Batt_V also from Port 6.
Anyone with some JSON experience willing to help me with this?