Is there a way to monitor Mikrotik devices in Home Assistant.
What I want to achieve for instance is to see things like cpu/memory load, temperature, or which ports are occupied, either how many active clients are right now.
I have installed official MT add-on to HA, also turned on API in services, so do special user for it, but I don’t see any parameter for my network (I have RB5009, 2x cAP AX, wAP AX, CRS310 and ATL LTE18).
Thanks for your support in advance.
Or use MQTT: here in this forum you can find some examplse (one is mine).
With MQTT approach it’s the router that sends data, with the other it’s HA that calls for data.
Nic
How did you get the MQTT setup working so the router sends the same data as the HA MikroTik Router integration on its own, without any polling involved?
It is nowhere as extensive as the previously referenced integration but. But if API access is for some reason [security] undesirable, I think MQTT makes for an attractive alternative.