Any OpenWrt device owners here? Thought you could be interested in testing the custom integration I’m working on now: https://github.com/kvj/hass_openwrt
You can execute arbitrary commands and scripts using ubus. Using it, you can do whatever with your OpenWrt device. I could add such feature as a service
Edit:
I just removed and reinstalled the integration in Luci, adding my device names. Any tips on how to convert these into utility meters such as “daily upload” or “monthly download” on each interface?
Original post:
Thanks for this integration! I’m trying to get some OpenWRT stats into my HA and this looks really good (and easy compared with the SNMP path that would probably solve the same problem but require more configuration).
So I’ve set it up according to the README, everything is fine. The only issue now is that I forgot to add my lan/wan device names and now I can’t figure out how to get back to the nice initial setup dialog in Luci. Clicking on “Settings” for the integration does not bring that dialog back. Is there any other way I can insert the comma-separated list of devices or do I have to remove and reinstall the integration?!