jimbolaya Posted January 29, 2022 Posted January 29, 2022 I was trying get sys-oled running on a new installation (upgrade, really) of bullseye. If go with the original Kobol github version, https://github.com/kobol-io/sys-oled, it fails to build RPI.GPIO and something else. I also found an alternate at https://github.com/rpardini/sys-oled-hc4, that builds, but when I run it, it complains about a thermal call in python: # sys-oled --display sh1106 Traceback (most recent call last): File "/usr/local/bin/sys-oled", line 142, in <module> main() File "/usr/local/bin/sys-oled", line 132, in main display_info(device) File "/usr/local/bin/sys-oled", line 105, in display_info draw.text((0, 0), cpu_usage(), font=font, fill="white") File "/usr/local/bin/sys-oled", line 78, in cpu_usage temp = psutil.sensors_temperatures()['cpu_thermal'] KeyError: 'cpu_thermal' I opened an issue with the Kobol github, but I don't anticipate much in the way of results there. `rpardini` doesn't appear to be able to accept issues. Has anyone had any success with getting this running in bullseye?
FredK Posted February 19, 2022 Posted February 19, 2022 Am 29.1.2022 um 16:46 schrieb jimbolaya: I was trying get sys-oled running on a new installation (upgrade, really) of bullseye. If go with the original Kobol github version, https://github.com/kobol-io/sys-oled, it fails to build RPI.GPIO and something else. I also found an alternate at https://github.com/rpardini/sys-oled-hc4, that builds, but when I run it, it complains about a thermal call in python: # sys-oled --display sh1106 Traceback (most recent call last): File "/usr/local/bin/sys-oled", line 142, in <module> main() File "/usr/local/bin/sys-oled", line 132, in main display_info(device) File "/usr/local/bin/sys-oled", line 105, in display_info draw.text((0, 0), cpu_usage(), font=font, fill="white") File "/usr/local/bin/sys-oled", line 78, in cpu_usage temp = psutil.sensors_temperatures()['cpu_thermal'] KeyError: 'cpu_thermal' I opened an issue with the Kobol github, but I don't anticipate much in the way of results there. `rpardini` doesn't appear to be able to accept issues. Has anyone had any success with getting this running in bullseye? Yes, I succeeded in installing sys-oled during this week upgrading my installation to bullseye (and OMV6). I used the Kobol documentation at https://wiki.kobol.io/helios4/i2c/ without any issues.
jimbolaya Posted February 19, 2022 Author Posted February 19, 2022 Ah, it works now, thank you. It was failing to build RPI.GPIO, but that seems to be fixed.
TRS-80 Posted February 26, 2022 Posted February 26, 2022 I couldn't help but wonder how much longer the Kobol wiki might stay up. Luckily someone have apparently archived it already.
Recommended Posts