Hello,
I am running Deconz Conbee 2 on an old Raspberry 2. It works very well.
Is there a way to monitor this second Raspberry (Deconz Conbee2) in the same way as the sysinfo binding does?
Thanks for any tips.
Hello,
I am running Deconz Conbee 2 on an old Raspberry 2. It works very well.
Is there a way to monitor this second Raspberry (Deconz Conbee2) in the same way as the sysinfo binding does?
Thanks for any tips.
Yes, but not with openHAB. At least not easily.
You are better offf using a special purpose service for that sort of thing. I recently discovered and stared using Beszel which is the easiest such tool I’ve used so far. See Simple home lab monitoring dashboard using Beszel.
Beyond that, you won’t have enough resources to run another OH instance on that RPi 2 to report the system stats. You could write a Python script that gathers the stats and pushes them to OH over MQTT or through HTTP calls. There might even be something like that on Github somewhere.
Thanks for your reply.
However, I don’t want to put another device into operation just to monitor one device. Is there no way to do this with OpenHAB? deconz run at other rasperry
No, you need to have something running on the RPi 2 to publish the information you want. OH can’t log into a remote machine and gather that info on its own. About all you can do is use the Network binding to see if the machine is on the network.
Yes, I already monitor the network. However, I would like to monitor CPU load and memory. I might try using SNMP.
I thought there would be a simple way to do this.