Homeydash.com, a Homey dashboard

Me neither, fact is however that when the Open Weather Map is installed you get the wrong values. As others have found out removing the app fixes their problem, So it’s either removing the app, reporting the bug or accepting you see invalid values.

2 Likes

Thanks for that info. The bug was reported but the developer is not really enthousiastic / motivated to update soon. That leaves me with only two choices … :wink:

That’s to bad, maybe when enough people report they also suffer from this bug the developer will be more willing to fix it…

@anne Maybe If you find the time you can have a look at this

First of all, LOVE what you’ve done here!
You fixed the very issue that almost made me sell my Homey after less than a month.

Am I doing something wrong?
It would be awsome to see the Homedash in full screen on my iPad, how do I do that?

Thanks a million for your hard and great work!

To hide the adress bar on an Ipad , load the page on ur Ipad. Click this icon on the top right:

photo_2019-04-29_17-39-38

Then choose “Add to homepage” or “Zet op beginscherm”.

photo_2019-04-29_17-40-01

Hit “Add” or “Voeg toe” on the top right. Close the page ur looking at. Go to ur homescreen and find the newly added icon:

Adress bar is gone!

4 Likes

Man that was easy!
Thanks! :slight_smile:
You guys rock!

@DaneedeKruyff, would it be possible to add support for virtual camera devices? I played around a bit with javascript and css and got it working but not properly, not in line with your code style and too hacky.
Here is the diff to see what I did: https://diffy.org/diff/r0iecvcdpzdzspi19tgknvcxr (new id to get another 24 hours)

1 Like

It’s on the list. Can’t really read your post due to formatting, can you share a link to the diff? (And remove the code here)

Hy Daneede,

Thanks for the nice work with Homeydash.
I send You the translation file for the Romanian languege.

Also I sugesst to:

  • ad in the Weather PopUp, if possible a 5 day forcast.
  • personaly in stead of the “Today is…” I would put a Runing Clock, even without the “Good mornig” in order to get it bigger
  • also it will be greate to can change the background in the settings. (personaly I like the Dark background with the Homey much better thet the blue one.

{
“favoriteflows”: “Fluxuri Favorite”,
“favoritedevices”: “Dispozitive Favorite”,
“text” : {
“good”: "Buna ",
“evening”: “seara”,
“afternoon”: “dupaamiaza”,
“morning”: “dimineata”,
“night”: “noapte”, (Please notice the correct sintax in this case is: “Noapte buna”
“today”: "Astazi este ",

},
"notification": {
    "title": "Notificari recente",
    "nonotification": "Nu aveti notificari"
},
"weather": {
    "title": "Informatii meteo pentru ",
    "temperature": "Temperatura actuala este ",
    "degrees": " grade, ", 
    "humidity": "umiditatea este ",
    "pressure": "% si presiunea atmosferica ",
    "mbar": " mbar"
},
"sunevent": {
    "presunrise": "Soarele rasare la ",
    "postsunrise": "Rasaritul a fost la ",
    "presunset": " si va apune la ",
    "postsunset": " si apune la "
},
"battery": {
    "title": "Informatii despre baterii", 
    "in": " in ",
    "has": " are ",
    "left": "% ramas"
},
"sensor": {
    "title": "Informatii despre Sensori",
    "in": " in ",
    "alarm": " este in stare de alerta.",
    "noalarm": " nici un senzor in stare de alerta.",
    "fault": "Este o problema cu dispozitivul,verificati dispozitivele si aplicatiile in aplicatia lui Homey"
}![homeyback|690x388](upload://lPYcNObNkqxk9wxXuSHna9N9z6Y.jpeg) 

Thanks
Viorel

I installed Homeydash (Danee version) on my PI.
Every time I close Putty, Homeydash is closed.

How can I solve this?

I think you are running the website in the putty environment. You need to set it up to run on a web server. E.g. Nginx?

Use homeydash.com, that is easier to use

Homeydash is the online version. If you want to run it local, use Homey.Ink instead.

The Github version from Danee is running on a pi.
That is not the problem.
Running in the background, after starting and closing putty is the problem

Ah, didn't know that. :+1:

I believe that is the Homey.ink version… :stuck_out_tongue:

Thanks and updated the post (with link to diffy.org)

maybe

nohup serve -p 5000 app &

so it wouldn’t stop if you leave the shell

YES, That’s the solution.

@DaneedeKruyff awesome work! It looks great. Anywhere we can donate a few beers?

Is there something I can do about this ?
image
I have a netatmo with 1 extra sensor however, I cannot distinguish which sensor Info I am seeing.
Renaming the device to “N” so I can see more text might be an option but perhaps there is a better one :slight_smile:
Theme = ipad btw, I see now the whole text is actually in the web theme…

Also might it be possible to show a buienradar in there somewhere?

@Viorel_Dimitrescu
Thanks, Romanian is added, please use lang=ro. Homeydash displays information that is available in Homey, unfortunately there is no 5 day forecast readily available without using an extra app. A clock may be added in the future, being able to select your own background will be available soon.

@DanielK
Thanks, I’ll take a look at it.

@Damon
For donating information, see the opening post.
can you also post a screenshot from the web theme so I can see the difference?
I’m thinking on how to incorporate that. As said, Homeydash displays information that is available in Homey, adding something that is not readily available will be hard to maintain so I have to think that out very carefully.