Page 1 of 1

How to get energy counter cost with http request

Posted: Wednesday 01 January 2025 12:49
by calania
Hello! I have my home energy meter in Domoticz (type general,kWh) and have resonantly started using the new "dynamic energy price" option to calculate my energy cost and it works great! I however would like to use the "total cost for a month" in a Node red flow. Usually if I want to use something from Domoticz in Node red I usually do a json http request. I looked through the wiki and thought I could use the following url

/json.htm?type=command&param=graph&sensor=counter&idx=456&range=2024-12-01T2024-12-31

but the output only contains how much energy I have used per day and not the cost. Is there any easy way to get the total cost for month?