Replies: 6 comments 16 replies
-
That's cool! thankyou! ( make sure you give me reference ;) ) The addon as so far, been extremely complicated for a solo engineer like myself, I see this taking a few weeks to even produce something workable if not months, it is my top priority aside from bugs / small improvements whilst I build something worth using, as you can imagine (which is why home assistant doesn't do it) it's very complicated to build a dashboard that supports drag, drop and responsive resizing layouts, but there's a long way to go unfortunately, basically for local development on that hakit project (not @core or @components), simply just run npm i && npm run dev, currently it's just the client side, and barely functional, but eventually the same command will also launch the server and you'll see it start to evolve over time, I will be moving quick on this, but as you can imagine, there's only so much of my life I'm going to give up, for free, so please be patient :) |
Beta Was this translation helpful? Give feedback.
-
Just an update
There's still a boat load to do here, but it's underway |
Beta Was this translation helpful? Give feedback.
-
I've decided to abandon the hakit addon, it's becoming extremely difficult to get something working perfectly - there's a lot it already handles, but unfortunately, it's simply just far too much work for me to do on my own for free |
Beta Was this translation helpful? Give feedback.
-
What i will work on is an addon to add a link to the sidebar to load up the custom dashboard, but as for editing / customizing? it's just too difficult for now |
Beta Was this translation helpful? Give feedback.
-
@juan0x00 I've just released a new version of hakit core and components, there's a new hook provided called "useAreas" which should give you the exact same information shown in the "areas" section in home assistant. Let me know how you go! |
Beta Was this translation helpful? Give feedback.
-
Regarding the picture not showing up, this is most likely because it's returning a local path to the image, ironically i found this issue when buliding the new CameraCard im working on, and i created a helper to join paths with the home assistant url, for now you can simply just prefix area.picture with your nabucasa url and it should work fine,
I will fix this with the next release when i release the camera card so just make a note if you upgrade, you'll have to remove the concatenation you're doing to fix this currently As for the type issue you've got, it's because you're using EntityName instead of the correct expected domain, there's a few solutions here, however the correct way to do this is to use type guards on the filter function:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hello, here.
The work you've done is really good, thank you.
I've been trying to create something similar to HA, where I can create my own zone/area and place my cards there. However, I've seen that you've been working on an add-on for HA, which is great (You have saved my live). I would like to know if you could create a more detailed tutorial on how to install the beta, please, because I don't know much about development...
Also, I would like to know when a stable version of the add-on will be released. This is a college project to control greenhouses based on fuzzy logic. Unfortunately, I am not good at programming; I am just a beginner. I will be very thankful if you release it soon, please.🙏, I will buy you a coffee as soon as I get some money. ☕
This is what I have done:
Main page:
Here is where I supposted to create the labs (not working yet):
Lab page:
Beta Was this translation helpful? Give feedback.
All reactions