OLED stats viewable from SSH?

I was wondering as my EON sits in another room could we have the OLED stats output to terminal so I can check via SSH?

Taking it a step further maybe an addition to /etc/motd or /etc/issue so it would be available at login?

Since argononed.py is the driving force behind the updates of the OLED, it is possible to write another script do updates to a file for motd etc…

would not be all that difficult.

1 Like

@TheWalt check the script I put together here: https://replit.com/@mrmsquared/ArgonEonTweaks#argon_oled_stats_print.py

Some of the outputs are strings and others are objects that you can pull the info from and format however you’d like. This is all the information displayed by the OLED rotation.

1 Like