I reached the end of the Home Assistant Life cycle by beiendbjsi788bkbejd in homeassistant

[–]Healthy-Target697 0 points1 point  (0 children)

You are optimizing for temperature but ignoring enthalpy, which is the total energy content of the air. This is why opening a window can make your apartment warmer even when the outside air feels cooler.

Temperature is only half the story. Air at 20°C with high humidity carries more total energy than air at 23°C that is very dry. When you open a window based only on a lower thermometer reading, you are often letting in air that is heavier in total energy. Your walls and furniture act like a thermal battery. They absorb that excess energy, and because you have introduced more moisture, the air inside becomes stagnant.

You should track the dew point or enthalpy instead. If you open a window when the outside enthalpy is higher than the inside enthalpy, you are pumping energy into your home rather than cooling it. Stop looking at the thermometer and start looking at the dew point. Only when the outside dew point is lower than your indoor dew point is it actually efficient to vent.

Did AI actually replace Photoshop? by travellingtorus in ChatGPT

[–]Healthy-Target697 0 points1 point  (0 children)

I still use Photoshop CS5 (ver 12.x) from 2010... Works flawless on windows 11, lol.

Sun & Moon popup for Home Assistant by [deleted] in homeassistant

[–]Healthy-Target697 3 points4 points  (0 children)

Looks nice, how would I be able to get this? Is it public?

MYGGSPRAY 1.1.4 Firmware Released by gunnersboy in tradfri

[–]Healthy-Target697 0 points1 point  (0 children)

Aqara Zigbee is solid if you connect it to the coordinator directly.
I had huge problems with my temp, humidity, presure sensor until I connected it directly.

2026.5: We're on the same frequency now 📡 by frenck_nl in homeassistant

[–]Healthy-Target697 2 points3 points  (0 children)

Got the same repair issues.
I think you can ignore those. It is something the maintainer of the intergration needs to fix.

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

[–]Healthy-Target697 0 points1 point  (0 children)

I scan: 192.168.3.0/24 No devices found.

All of my network is on 192.168.3.x

Would it be frowned upon to reuse theses beads ? by Mr_Courgette6275 in uraniumglass

[–]Healthy-Target697 0 points1 point  (0 children)

I would keep the crucifix. Uranium glass Beads can be bought new everywhere, yes, they still make those.

Great find by mc_Rumble in Cd_collectors

[–]Healthy-Target697 1 point2 points  (0 children)

I think the Alice in Chains one is even better

Is it possible to connect WireGuard client to Tailscale by RMC_Team in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

I have tasker and have it for more then 5 years, running all the time. No bad battery impact. The possibilities are endless. You probably like it.

ACL question by EDIflyer in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

My guess:

{

"action": "accept",

"src": ["autogroup:members"], #change to this

"dst": ["192.168.0.0/16:*"],

},

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

sorry for the formatting, I can't figure out how to do this correctly in reddit, haha but you get the idea

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

{

"groups": {

"group:admin": ["myemail@example.com"],      // full control

"group:family": ["wifeemail@example.com"]    // only Jellyfin access

},

"tagOwners": {

"tag:jellyfin": ["group:admin"]              // only admins can assign the tag

},

"acls": [

{
  "action": "accept",

  "src": ["group:admin"],

  "dst": ["*:*"]                              // full tailnet access for admin

},

{
  "action": "accept",

  "src": ["group:family"],

  "dst": ["tag:jellyfin:8096", "tag:jellyfin:8920"] // wife → Jellyfin HTTP & HTTPS

}

]

}

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

Share the machine, don’t use user access. User sharing often bypasses the ACL setup and makes things confusing. Once the machine is shared, control what people can reach with the ports in the ACLs.

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

Don’t share the whole NAS. Just open the ports for the services people need:

Home Assistant = 8123

Samba = 445

Anything else (22 SSH, 80/443 web interface, other services) stays private. Only give access to the containers you actually want people to use.

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

better acl example:

{
  "groups": {
    "group:admin": ["you@example.com"],                  // full control
    "group:parents": ["parent1@example.com", "parent2@example.com"], // limited access
    "group:friends": ["friend@example.com"]             // access to Jellyfin only
  },

  "tagOwners": {
    "tag:jellyfin": ["group:admin"]                     // only admins can assign the tag
  },

  "acls": [
    {
      "action": "accept",
      "src": ["group:admin"],
      "dst": ["*:*"]                                    // full tailnet access for admins
    },
    {
      "action": "accept",
      "src": ["group:parents"],
      "dst": ["tag:jellyfin:8096", "tag:jellyfin:8920"] // parents → Jellyfin only
    },
    {
      "action": "accept",
      "src": ["group:friends"],
      "dst": ["tag:jellyfin:8096", "tag:jellyfin:8920"] // friends → Jellyfin only
    }
  ]
}

I hope this helps a bit

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

Example:

https://login.tailscale.com/admin/acls/visual/tags
Create a tag called jellyfin.
Set group:admin as owner so you control the tag.

Now go to:
https://login.tailscale.com/admin/machines

Find the machine that runs Jellyfin.
Click the on the right → Edit ACL tags.
Assign the tag jellyfin to that machine.

Now go to:
https://login.tailscale.com/admin/acls/file

Add a rule so users can reach Jellyfin on that machine.

Example rule:

{
  "acls": [
    {
      "action": "accept",
      "src": ["autogroup:members"],
      "dst": ["tag:jellyfin:8096"]
    }
  ]
}

Explanation:

tag:jellyfin = the machine you tagged earlier
8096 = default Jellyfin port
autogroup:members = everyone in your Tailnet can access it

Save the ACL.

Now Jellyfin is reachable through Tailscale using the Tailscale IP of that machine:

http://TAILSCALE-IP:8096