Is there any way to read values in Report Command without using GUI?
Posted: 22 Jul 2020 09:19
Hello,
I use a Smart Plug from DAWON DNS which has meter capabilities (W, kWh).
I need to control this using command line interface via HTTP API. I'll use cURL for this.
So what I want to do is,
1. send Meter Get command to obtain meter value.
2. receive Meter Report command (command sent from the smart plug)
3. obtain meter value (ex. 2.1kWh) from received Meter Report command
Now I know how to send Meter Get command using command line interface via HTTP API, but I have no idea how to obtain (read) meter values without using your web-based GUI.
Is there any way to read meter values without using GUI?
Thank you.
I use a Smart Plug from DAWON DNS which has meter capabilities (W, kWh).
I need to control this using command line interface via HTTP API. I'll use cURL for this.
So what I want to do is,
1. send Meter Get command to obtain meter value.
2. receive Meter Report command (command sent from the smart plug)
3. obtain meter value (ex. 2.1kWh) from received Meter Report command
Now I know how to send Meter Get command using command line interface via HTTP API, but I have no idea how to obtain (read) meter values without using your web-based GUI.
Is there any way to read meter values without using GUI?
Thank you.