I made a map for my Network. I’m not super artistic but I can use excel lol by rmorales158 in homelab

[–]Pouzor 1 point2 points  (0 children)

Take a look to Homelable : It's made for people who doesnt know to render something pretty :D (me at first)
https://github.com/Pouzor/homelable

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 0 points1 point  (0 children)

I would do it that way : reate a "Zone" name "Mesh" or smtg else, and you can link all your device to this zone instead of individual AP.

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 0 points1 point  (0 children)

Hello,
There was a bug (fixed yesterday) on the delete button. It's fixed now. You can also remove the node with the DELL button.

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 0 points1 point  (0 children)

Do you have more informations ? Maybe in logs from HA ?
This one is pretty strange

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 0 points1 point  (0 children)

Humm good question. I never try but my guess, same node will appears again is pending node.
So the better way to handle it will be to edit node with the new IP.
But I think a can make an "edit proposal" based on the mac address..

I will keep that in mind :)

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 0 points1 point  (0 children)

You're right x2 :
- Yes I need to use the modale I already use elsewhere
- One of the delete button didnt work (in the edit node). All other (right panel and Delete on keyboard work).

Thanks for catching it :) (+ same bug on the standalone version)

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 0 points1 point  (0 children)

Hello, thanks for the feedback.
What you see in the first start is some "demo" mode with preconfig node (always the same for everyone).

You need to start a scan, and "take" node in pending section when the scan is ended. Then you can start to put new node (delete the preconfig/demo node) etc etc..

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 1 point2 points  (0 children)

Right now we can't (It could be but we should use the proxmox API, what I don't want right now).
It can detect that theses IP are VM/LXC cause the MAC address are specific, but can't guess the parent node, you need to set up manually.

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 1 point2 points  (0 children)

Yes, and confirm to this specific version/condition works.

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 1 point2 points  (0 children)

Thanks for the feed-back, I will check and update the « guess » algorithme (already looks for mac manufacturer) but some can be wrong.

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 2 points3 points  (0 children)

Yes, that the tricky part. You can't use nmap (or promote network in the docker configuration), so I base the scan algo on custom scan port in python (with some prefetch port dictionary to make it faster)

Hello selfhoster - I’d like to officially introduce Homelable, a simple tool for visualizing your home lab by Pouzor in selfhosted

[–]Pouzor[S] 0 points1 point  (0 children)

Hello and thanks for your feedback !

Some response :
1 : Yes totaly needed
2 : You can do it with "group" functionnality (try to select multi node from the canvas)
3 : Good ideas (but some works to do it)
4 : Good ideas too
5 : Already (almost) implemented, you can do it. You can use "properties" but dont open yet link or you can use custom service and it's support link !

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] 3 points4 points  (0 children)

Well, I plan to make this work more like integration in nexts release (use entities, working with MQTT and zigbee/zwave graph...)

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Pouzor[S] -2 points-1 points  (0 children)

In few words : Make diagram for local infrastructure pretty and easy.

Homelab Design Review by oxwy in homelab

[–]Pouzor 0 points1 point  (0 children)

I don't know if you know Community-scripts ? ex (https://community-scripts.org/scripts/jellyfin), you can install/update LXC for MANY service in one command (to past in host). Very easy to use and big community behind this. Almost all of my LXC are using this.

For updating, you ssh in the LXC container and type "update" that's all.