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
Still haven't got any time to continue to work on the project. (That's why I can't confirm the last update broke the dashboard, I really don't know yet) for now this is my last week in Italy. When I get back I should have more spare time to get coding again
Just got back from Italy, but had a concussion last sunday playing soccer. So i still need some time before i continue on the dashboard.
The last firmware update breaks the icons in the dashboard, not sure what changed yet but will look into it asap.
Here's how my dashboard looks:
It's empty.. I do see the zones and one button "Lights".
Looks like the script is using API calls similar to the ones below.
When inspecting the web-page there's 10's of errors.
ERROR "Failed to load resource: the server responded with a status of 404 (Not Found)"
URL called: https://MYHOMEYID.homey.athom.com/api/manager/devices/?zone=my-zone-id-random-characters
I can use the "Get Zones" to get all the Zone ID's, but when I call the "Get devices in a zone" with the newly found zone-id, it returns
{
"status": 404,
"result": "not_found"
}
Same applies to "Get all devices".
Any idea why that happens? (running the latest experimental FW)
Here's what I've found so far..
DEVICES
LIST ALL devices
http://10.1.1.1/api/manager/devices/device
LIST DEVICE IN ZONE XYZ
http://10.1.1.1/api/manager/devices/device?zone=XXXX__ZONE_ID__XXXX
SHOW ONE DEVICE
http://10.1.1.1/api/manager/devices/device/XXXX__DEVICE_ID__XXXX
ZONES
LIST ZONES
http://10.1.1.1/api/manager/zones/
Unfortunately that's as far as my knowledge goes.. Making a few changes to the script did not make it work for me.
Hope there's someone else who can fix & update github.
Tnx!
DJ
I am allmost feeling good enough to spend some time behind my computer again. I'll update asap.
Hope you get well soon (for yourself and for us )
The guy is talking about a module node-red-ui but there is a new one node-red-dashboard. Have a look at this have an example:
Currently on/off is working, but can't seem to get Dim to work.
Hoping on some feedback within Slack, otherwise i'll keep trying and create an issue on github.
Got on/off working on homebridge tho Switching the lights with my apple tv remote is magic lol
Sorry, to ask, i have read the readme and also this forum-groep. But after installing webserver to my synology and installing your project files, it only shows an empty page with the title Settings. Ik did fill in my bearer and also past the Athom Cloud ID (from page Systeem).
It does not work. It looks like i have to fill in my ip-address somewhere, but i don't know where.What do i do wrong?
You didn't do anything wrong, thats the way to go.
A few updates ago some api's changed. I didn't have much time to fix it (some personal stuff).
So you can expect an update somewhere this week that will fix these issues. From there on i'll continue to work on it, and post some kind of roadmap.
Nest does not show up, because its not build in I think. Would love that though.
Would like the option to mark favorites, so they can always be shown on the top. Now i have to switch from kitchen to dinningroom, to livingroom, but it is one room who are alle under "beneden". Too bad homey self does not show all the items under "beneden" who are in subclasses. But maybe you can local storage a favorite, or let me select multiple rooms.
I tried it on my ipad with safari, it appears to not show the settings button to select a room.
Then i tried it with chrome on my ipad and that worked!
But when calling the slider to dim a light, it does not respond to my vinger when trying to slide. I have to refresh in order to get rit of the slider.
@luccie_007 Thermostat should show as a sensor when you swipe right to left on the main screen in that room. Controlling a thermostat isn't added.
yeah, i know, but somewhere you wrote it probably would work with safari, so I though I let you know.
In chrome I cannot get it to full screen, is that possible?
also the sensors screen contains no devices, although I have 5 pieces of cresta 443 temp sensors.
also it is hard to see if lights are on. The hue lights are clear, but some kaku icons are only slightly different when on.
Keep up the good work!
In theory all the sensors in that room should show. Not the most tested part of the dashboard tho.
Might switch to some more general icons in the future.
And about the sensors. I know what went wrong. I thought that all my sensors would show up there, no matter what room i selected.
I have made several "maps" in homey, one of them is the map sensors, in order to see the temperatuur everywhere at once form within my iphone app. In that "map" no ligths are to be controlled.
I see now that in your dashboard it depends on the room you choose to see the sensors.
Would it be posible for me to store the sensor map seperate from the lgiths map, that would ben great. Together with the possibility to select more than one zone, than it is great.
i tried to look at your code, but i'm not well known with angular, so it is hard to read or just even make an extra zone printed on the screen.
If i can be of any help taking the dashboard to the next step, let me know.
When thats possible i would like to start working on an improved version. Learned allot over time about Angular and its possibilities. Now the dashboard gets auto generated, but would love to make it a user customized one.
This app justs show your bearer token on http://yourhomeyip:1337