Hallo,
ich kann über HTTP meinen Batteriespeicher (Hycube) auslesen.
Ich möchte einige Daten hierfür für eine Automation verwenden.
Habe leider keine Ahnung wie ich das machen könnte.
Hat jemand eine Idee?
Aufruf: http://192.168.0.105/data_row/
Rückgabe aus Aufruf:
{
"BatteryCapacity": 78,
"BatteryPower": 176,
"EPS_current": 0.1,
"EPS_enable_r": 1,
"EPS_overloadState": 0,
"EPS_power": 0,
"EPS_voltage": 238.3,
"ExternalPower": -353.6,
"GridPower": -35,
"HomePower": 466.6,
"bat_schedule_Active": 0,
"enableAutoUpdate": 1,
"heatManualActivation": 0,
"heatManualLevel": 1000,
"heatPumpManualActivation": 0,
"hyc_relay1_rw": 0,
"hyc_relay2_rw": 0,
"hyc_relay3_rw": 0,
"hyc_relay4_rw": 0,
"hyc_relay5_rw": 0,
"manualChargingActivation": 0,
"manualChargingSoc": 100,
"solar1_I": 0.7467177242888402,
"solar1_p": 309,
"solar1_v": 365.6,
"solar2_I": 0.5915875169606513,
"solar2_p": 218,
"solar2_v": 368.5,
"solar3_I": 0,
"solar3_p": 0,
"solar3_v": 0,
"solar4_I": 0,
"solar4_p": 0,
"solar4_v": 0,
"solarPower": 527,
"solar_summe2_I": 0,
"solar_summe_I": 1.3383052412494916,
"temp_bat": 0,
"updateControlValue": 0,
"updateStatus": 0,
"wallbox1_actualEnergy": 0,
"wallbox1_blockCharging": 0,
"wallbox1_boosterState": 0,
"wallbox1_chargingMode": 2,
"wallbox1_connection": 0,
"wallbox1_controlCurrent": 0,
"wallbox1_month_kWh": 0,
"wallbox1_power": 0,
"wallbox1_startTime": 0,
"wallbox1_state": 0,
"wallbox1_surplus": 0,
"wallbox1_today_kWh": 0,
"wallbox1_total_kWh": 0,
"wallbox2_actualEnergy": 0,
"wallbox2_blockCharging": 0,
"wallbox2_boosterState": 0,
"wallbox2_chargingMode": 2,
"wallbox2_connection": 0,
"wallbox2_controlCurrent": 0,
"wallbox2_month_kWh": 0,
"wallbox2_power": 0,
"wallbox2_startTime": 0,
"wallbox2_state": 0,
"wallbox2_surplus": 0,
"wallbox2_today_kWh": 0,
"wallbox2_total_kWh": 0,
"wallbox3_actualEnergy": 0,
"wallbox3_blockCharging": 0,
"wallbox3_boosterState": 0,
"wallbox3_chargingMode": 0,
"wallbox3_connection": 0,
"wallbox3_controlCurrent": 0,
"wallbox3_month_kWh": 0,
"wallbox3_power": 0,
"wallbox3_startTime": 0,
"wallbox3_state": 0,
"wallbox3_surplus": 0,
"wallbox3_today_kWh": 0,
"wallbox3_total_kWh": 0
}
Gruß Georg
by HarryP: Code-/Logzeilen formatiert (bitte immer in </> einbinden)