A python script for running on micropython on an Inky Frame. https://infosec.exchange/@paco/
Go to file
Paco Hope fa601bee56 add debugging on pngdec 2023-12-01 08:58:53 -05:00
.gitignore Initial commit 2023-11-27 22:25:25 -05:00
CONFIG.py moved variables to global config 2023-11-30 22:05:29 -05:00
LICENSE.md Updated license. Added copyright. 2023-11-28 09:09:03 -05:00
README.md added a few more libraries 2023-12-01 08:52:26 -05:00
example-inky.png Add example inky picture 2023-11-27 22:30:55 -05:00
inky-lovelace.py add debugging on pngdec 2023-12-01 08:58:53 -05:00

README.md

inky-lovelace

A python script for fetching a Lovelace dashboard from HomeAssistant on micropython on an Inky Frame.

Example

Here's what it looks like

Installing

If you want to use it, follow the getting started guidance at Pimoroni. Clone this repo, and save inky-lovelace.py as main.py on your Inky Frame.

Known Bugs

  • I'm still not sure how time zones work on the Inky Frame
  • It's not working correctly for me when on battery, despite working fine on USB...

Background Notes

These are all web sites, videos, and references I used when putting it together.

Micropython

Home Assistant

  • HACS: extra customisation framework that basically all Home Assistant users should have
  • Kiosk Mode: installs a "kiosk" mode of a Lovelace dashboard that hides the menu bars and stuff. Perfect for this application.

Hass Screen Saver Kindle