A python script for running on micropython on an Inky Frame. https://infosec.exchange/@paco/
Go to file
Paco Hope 890f288e99 Added a bit more info 2023-11-30 22:19:12 -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 bit more info 2023-11-30 22:19:12 -05:00
example-inky.png Add example inky picture 2023-11-27 22:30:55 -05:00
inky-lovelace.py moved variables to global config 2023-11-30 22:05:29 -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

Hass Screen Saver Kindle