Skip to content

Energy-friendly Homey dashboard ๐Ÿƒ

Notifications You must be signed in to change notification settings

athombv/homey.ink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Homey.ink

Homey.ink is an open-source project for wall-mounted Homey dashboards.

While initially created for e-ink readers, due to their low-power consumption, there is no reason why other tablets won't work.

Theming

A theming system is in place to add support for multiple devices. Currently only Kobo H2O is supported, but pull requests with support for other devices are welcome.

See /app/css/themes for the themes' css. To add a theme, simply add a file. The theme will be loaded when visiting https://app.homey.ink/?theme=<THEME_ID>.

Current themes:

  • Kobo Aura H2O (?theme=kobo-h2o)
  • Kobo Aura HD (?theme=kobo-aura-hd)
  • Web browser (?theme=web)

Contributing

New themes to add support for devices are accepted when the pull request includes:

  • A screenshot of the theme, made on the device (place in /assets/devices/<THEME_ID>/screenshot.png)
  • A real-world photo of the device running the theme (place in /assets/devices/<THEME_ID>/photo.png)

Debugging

To run this locally:

npm i -g serve
git clone https://github.com/athombv/homey.ink.git
cd homey.ink
serve -p 5000 app

Then visit http://localhost:5000/?token=<TOKEN>&theme=<THEME_ID>.

Your token can be acquired by visiting https://homey.ink and looking in the console after logging in.

About

Energy-friendly Homey dashboard ๐Ÿƒ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published