Tabellen lua

The next update will be available on Wednesday, December 18, in the early evening (GMT+1).

This update will not yet replace the Java version, instead it is the actual content update. We'll provide more information about the transition together with the update.
  • Hallo
    habe eine frage.


    Ich möchte nur einen teil einer Tabelle ausgeben und schaffe es nicht.
    /docs/#!/consumption/getEnergyFromTo



    --GET /energy/{timestampFrom}/{timestampTo}/{dataSet}/{type}/{unit}/{id}


    Code
    local response = api.get("/energy/1467227100/1467231600/compare/devices/power/14")
    local energy = json.encode(response)
    print(energy)


    im debug wird das ausgegeben.
    [DEBUG] 09:13:44: [{„min“:1,“id“:14,“avg“:0,“W“:1,“name“:“ZwStWaschmaschine_14″,“kWh“:0.5,“max“:2050.2}]


    Die frage ist wie kann ich mir nur die „kWh“ oder „name“ausgeben.


    habe es versucht mit print(energy.kWh) aber geht nicht.


    Bitte um einen tip.

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!