Lua data send to Google Drive
Budget: $10 – $30 USD
I have an Hc2 Lite and a 1 phase Qubino Smart meter. I would like to extract the data of the Smart meter and transfer it to the interface of a website. Can you help me?
The purpose is to send API parameters. In the case of one phase, detailing the value of the consumed voltage by hour, day, week. HC2 ready, Aeotec Smart Meter integrated, plus a Fibaro Wall Plug. There is a LUA that now sends data by email, but this is not enough.
For example LUA:
local powerToday=api.get("/energy/"..today.."/now/single/devices/power/"..energyMeterID)
local powerHour=api.get("/energy/now-3600/now/single/devices/power/"..energyMeterID)
local powerNow=api.get("/energy/now-1/now/single/devices/power/"..energyMeterID)
The purpose is to send API parameters. In the case of one phase, detailing the value of the consumed voltage by hour, day, week. HC2 ready, Aeotec Smart Meter integrated, plus a Fibaro Wall Plug. There is a LUA that now sends data by email, but this is not enough.
For example LUA:
local powerToday=api.get("/energy/"..today.."/now/single/devices/power/"..energyMeterID)
local powerHour=api.get("/energy/now-3600/now/single/devices/power/"..energyMeterID)
local powerNow=api.get("/energy/now-1/now/single/devices/power/"..energyMeterID)