This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Official
Comments
Switch the background of homey itself, then it changes in homeydash as well
I'll retest Homeydash later today
I do however can't seem to 'save' the setting in the Beta version that the app should start in my mainpage, even though I select it in the settings-page.
I installed my homeydash, only i can not see my devices. If I change my wallpaper, he will change in my homeydash. What's wrong?? I'm not a programmer actually!
HomeyDash isn't depending on Homey it's layout. You have to add a page with the plus sign in the topbar. Then add widgets to that page by clicking on the newly added page and then you should see a button with add widget.
I suspect (not sure) that it might be that pop up one normally gets after connecting to homey dash for the first time, the one you have to acknowledge. Maybe that's the culprit?
I am running the beta version mind you.
when using Chrome Could you check your console for error logs? Right mouse->inspect->console tab
I am still working hard on the background for a new version of HomeyDash, I have had multiple ideas on how i wanted this to work. But again it's just going to be opensource, but now easier for starting devs (just little html and js knowledge is needed) to create their own widgets. First release will be browser based, with only support for chrome. The front-end and back-end aren't loaded from the same code-base, but they do share the same widget source files. Widgets eventually get their own github repo as well. (as a submodule to the front-end and back-end)
I have chose to go with graph.cool, a graphql SaaS that can handle auth/login as well. How this exactly is going to work i'll explain a bit further down.
After the new back-end (settings part) and front-end (the dashboard itself) is solid enough to go stable, i will write an electron app that can be used on desktops to edit and create the dashboards. (only the back-end) I have worked with Electron in the past, this is exactly the way how Homey Desktop is build as well.
When the electron app is stable enough, i will continue my work on the front-end, and try to port it to phonegap. This would make it possible to at least provide a (semi)native android app, but maybe even iOS later as well.
So in short:
- Webbased setup and dashboard
- Electron desktop app for the setup
- Phonegap app for the dashboard
The idea with the new version is that you login to homeydash, and are able to add different devices. It will start with just homey, but might be able to add Hue directly or any other product with an api later as well. Based on the devices added, you can use certain widgets. These widgets aren't any different then we use now in homeydash. Since everything is securely stored in the cloud, you only have to login into the dashboard and can control it from anywhere. There shouldn't be any troubles with bearer tokens etc.
Then the future: Athom anounced the REST sdk yesterday, this is a huge improvement compared to what we use now. But it might take a while before they are releasing it (i am guessing together with the SDK v2) .
For now i'll keep developing using the "old" bearer token, because i just have no choise. Later on i might need to create a new beta for the new REST sdk.
My project is finished and even my wife likes it
@swttt, thanks for improving this Homeydash app. I think it's a great job !
The only thing i can share is this image i posted on slack yesterday:
Should I just delete the app from my Homey and re-install everything?
Still a big tease, i have spoken about it in the homey dash channel on slack. But had to write the auth/login part instead of using auth0 their lib (was hoping that was working nice enough for me to use out of the box, but it didn't)
Note: The icon behind the password field isn't something in homeydash, but is my password manager
how do I find you homeydash channel
That's nice. Can you invite me for the dash channel
Slackname: cliffbroeren
User: jstelten
Thanks!
hi, can i also have an invite? slack: viktor
It's not that i am not giving the forum some sneakpeeks tho, but might ask for some input in the slack channel.
It's not that it isn't going to work on other browsers at all. When i want to port it to a phonegap app, i need to rely on the safari engine on iOS. Since iOS doesn't allow other browser renderers (as far as i know).
So in short, support from my side and bugfixed will start with Chrome only. But it should work on Safari and other browsers as well.
No problem, next release will take a while but does gives users a bit more flexibility when wanting to create a new widget type