13.03.2017, 07:31
For network activity, you can get current stats like this:
You will still have to store older values somewhere if you want to get stats for the current hour/day/etc.
There's no API for getting KNX stats at the moment, but it might get added in the next FW.
Code:
require('ifinfo')
stats = ifinfo().eth0
log(stats)
You will still have to store older values somewhere if you want to get stats for the current hour/day/etc.
There's no API for getting KNX stats at the moment, but it might get added in the next FW.