Anyone know if its possible or if there are any plans to display CPU or GPU temps off a linux rig?
Hello,
For Linux systems, you can download and run the following plugin to retrieve data from your Linux device:
https://vobot.oss-us-west-1.aliyuncs.com/firmware/mini_dock/download/linux/dock-app-bundler-linux
In addition, we have provided the source code for this plugin, which you can modify and recompile. Source code link: GitHub - myvobot/companion-software-for-vobot-dock
If you have any questions about using this product, please feel free to contact us.
Where is the source for the Vobot side of this? I want to re-use those half-circle graphs and such for a Proxmox app
Hello, the open-source code can be viewed at the following link: GitHub - myvobot/dock-mini-apps: Apps for Vobot Dock Mini
Those aren’t the PC H/W monitor vobot app though right? I’m looking for THIS code…
(it’s built into the firmware so copilot can’t even find the code in the vobot /apps folder)
I want to steal all that LVGL widgetry for the Proxmox monitor
That code there is the part that harvests the data from a PC to send to the vobot isn’t it?
I searched that repo for “lvgl” and got no hits.

Hello,
Your description is correct: The code at GitHub - myvobot/companion-software-for-vobot-dock collects data from your computer and sends it to Vobot.
Since PC H/W Monitoring is not yet fully open source, we cannot directly provide you with the source code.
We provide the following LVGL usage documentation for your reference to facilitate your development:
If you have any questions about using the product, please feel free to contact us.
We figured it out (Copilot & Me)… Proxmox H/W Monitor
