Homer Dashboard - Vera/OpenLuup
-
Hi all
I’ve recently started to build out my own ‘Homer’ dashboard (https://github.com/bastienwirtz/homer) and I must admit I really like what it’s given me.
Thinking about future use-cases. I can see potential for this being an alternative (albeit simple ) UI for Vera/OpenLuup..
Is anyone else using Homer ?
-
Hi all
I’ve recently started to build out my own ‘Homer’ dashboard (https://github.com/bastienwirtz/homer) and I must admit I really like what it’s given me.
Thinking about future use-cases. I can see potential for this being an alternative (albeit simple ) UI for Vera/OpenLuup..
Is anyone else using Homer ?
Quick update on this thread as Homer has become my go-to-place now for accessing all my applications - attached is a screenshot of one of my Homer pages..
If anyone’s wondering that ‘cabin’ is the glorified name for the shed at the end of the garden we converted
(Sadly nothing as luxurious as it sounds.)
-
Hi @pvklink
I have another page working, can you post the section on your .yaml file ?
Also if I recall correctly, the default .config template they give you does much of it for you ?
I just have the following in the config.yml
links: - name: "Contribute" icon: "fab fa-github" url: "https://github.com/bastienwirtz/homer" target: "_blank" # optional html a tag target attribute - name: "Wiki" icon: "fas fa-book" url: "https://www.wikipedia.org/" - name: "Homer Github" icon: "fab fa-github" url: "https://github.com/bastienwirtz/homer" # this will link to a second homer page that will load config from additionnal-page.yml and keep default config values as in config.yml file # see url field and assets/additionnal-page.yml.dist used in this example: - name: "another page!" icon: "fas fa-file-alt" url: "#additionnal-page"
And then I have a second file, stored in the same location called
additionnal-page.yml