Hi,
i have a TP-Link Archer MR600 and i would like to show in openhab the data usage.
Can you help me to export it from the local webpage.
Frist i had to add the password to get access to my router and then i can see the data usage.
Hi,
i have a TP-Link Archer MR600 and i would like to show in openhab the data usage.
Can you help me to export it from the local webpage.
Frist i had to add the password to get access to my router and then i can see the data usage.
i found a python script but i don’t know how to add it in openhab and i miss dataconsumption.
Can someone help me.
If this device supports SNMP you might be able to use the SNMP binding to pull that information.
You’ll have to get it running from the command line. Then run the script using the Exec binding or executeCommandLine rule Action. Finally you’ll have to parse the output of the script to extract the data you care about.
Yes my router supports SNMP.
Do you know where I can find a instruction how to use it to get data usage?
I don’t use SNMP and know very little about it. But it’s a standard so I’m sure there are tons of tutorials and other documentation out on the internet. The OH binding docs can be found here: SNMP - Bindings | openHAB
Why do you need this in openHAB? If it is just for the purpose of monitoring and grafics you could add the router as described via SNMP to a monitoring tool like zabbix, looks kinda like this on my Switch:
In the Tether app, I can’t see the consumption. Since I had more than 200 GB data consumption via LTE, I would like to check the monthly data consumption in OH to see if I had unusually high consumption.
How do you manage to geht the data via SNMP?