ottopaulsen / node-red-contrib-power-saver

A Node-RED node to saver money by turning off when the power is most expensive
Other
70 stars 17 forks source link

Details of the json behind "Get live data" for non-tibber users #111

Closed shadowano closed 1 year ago

shadowano commented 1 year ago

I was looking at https://powersaver.no/examples/example-grid-tariff-capacity-part.html#get-live-data, and since I don't have tibber but my own AMS reader I need to make sure I send the correct json data.

"power": This is current power in W? "accumulatedConsumption": Is this accumulated kWh for current day? "accumulatedConsumptionLastHour": Is this accumulated kWh for current hour?

Thanks in advance:)

ottopaulsen commented 1 year ago

Yes, your assumptions are correct.

shadowano commented 1 year ago

Thanks, I'll close this