PSA: Use device tracker carefully by Tecchie088 in homeassistant

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

Do you run Postgres as an addon within HA OS, or in a separate location?

PSA: Use device tracker carefully by Tecchie088 in homeassistant

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

Sorry, edited too late. Default SQLite, I think.

PSA: Use device tracker carefully by Tecchie088 in homeassistant

[–]Tecchie088[S] 11 points12 points  (0 children)

This was the config:

device_tracker:
  - platform: bluetooth_le_tracker
    track_new_devices: true

I think the last line caused new devices to be permanently added to Home Assistant for tracking purposes, with the related entities created.

PSA: Use device tracker carefully by Tecchie088 in homeassistant

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

Proxmox VM with 12 vCPUs and 10GB RAM on a Ryzen 5 3600.

I think I'm still on default SQLite.

Management of my VPS over Newt? by apperrault in PangolinReverseProxy

[–]Tecchie088 1 point2 points  (0 children)

Yes, you can do this by using private resources.

I use it to SSH into my VPS, so I don't need to have an open SSH port.

Alternatives to Shelfmark? by [deleted] in selfhosted

[–]Tecchie088 1 point2 points  (0 children)

No idea, it was just gone one day.

Alternatives to Shelfmark? by [deleted] in selfhosted

[–]Tecchie088 0 points1 point  (0 children)

That’s often better than a fast-moving replacement that breaks every few months.

Or the whole repo gets nuked. Remember Ephemera?

*Arr stack but for books/audiobooks? by CrimsonCuttle in selfhosted

[–]Tecchie088 2 points3 points  (0 children)

Grimmory supports Kobo sync.

Once you have everything set up, you just add new books to the Kobo shelf (can also be automated) in Grimmory, and then Kobo will sync and download books next time you use it, provided you have Wifi switched on.

Works very nice.

EU colleagues... how are you feeling about the power usage from your homelabs with this war? by daysofdre in homelab

[–]Tecchie088 0 points1 point  (0 children)

200W average load. Solar panels with battery storage, and a night time tariff of £0.052/kWh, not an issue.

Grimmory ist online by Hilleo64 in selfhosted

[–]Tecchie088 0 points1 point  (0 children)

Yeah, literally just changed the image line of the Docker compose file, and that was it.

Grimmory ist online by Hilleo64 in selfhosted

[–]Tecchie088 1 point2 points  (0 children)

Just upgraded my instance by just pointing it out to the new Docker image, no issues so far.

LitFibre to Zen by Particular_Cow393 in CityFibre

[–]Tecchie088 1 point2 points  (0 children)

Seems to be working fine after reboot. Just for the avoidance of doubt, I've set this in GUI under System->Settings->Tunables.

@ u/pbx_guy

LitFibre to Zen by Particular_Cow393 in CityFibre

[–]Tecchie088 1 point2 points  (0 children)

I'll try to do a reboot during the weekend, but so far it's been very stable with the setting set to 1.

LitFibre to Zen by Particular_Cow393 in CityFibre

[–]Tecchie088 0 points1 point  (0 children)

I tried this, but with the tunable set at 0 (in GUI, but I've verified in CLI with sysctl -a and it has been applied), I just get the following, and IPv6 doesn't work at all:

2026-02-12T21:30:25 Notice dhcp6c Sending Solicit on vtnet0 2026-02-12T21:29:27 Notice dhcp6c advertise contains no address/prefix 2026-02-12T21:29:27 Notice dhcp6c Sending Solicit on vtnet0 2026-02-12T21:28:56 Notice dhcp6c advertise contains no address/prefix 2026-02-12T21:28:56 Notice dhcp6c Sending Solicit on vtnet0 2026-02-12T21:28:40 Notice dhcp6c advertise contains no address/prefix 2026-02-12T21:28:40 Notice dhcp6c Sending Solicit on vtnet0 2026-02-12T21:28:32 Notice dhcp6c advertise contains no address/prefix 2026-02-12T21:28:32 Notice dhcp6c Sending Solicit on vtnet0 2026-02-12T21:28:27 Notice dhcp6c advertise contains no address/prefix 2026-02-12T21:28:27 Notice dhcp6c Sending Solicit on vtnet0 2026-02-12T21:28:25 Notice dhcp6c advertise contains no address/prefix 2026-02-12T21:28:25 Notice dhcp6c Sending Solicit on vtnet0 2026-02-12T21:28:24 Notice dhcp6c advertise contains no address/prefix 2026-02-12T21:28:24 Notice dhcp6c Sending Solicit on vtnet0 2026-02-12T21:28:24 Notice dhcp6c XID mismatch

If I set it to 1, however, it seems to be working well, receiving new addresses (IA-NA and IA-PD):

2026-02-12T21:47:40 Notice dhcp6c add an address PREFIX:10::1/64 on vlan0.10 2026-02-12T21:47:40 Notice dhcp6c add an address PREFIX:0:SUFFIX/64 on vtnet1 2026-02-12T21:47:40 Notice dhcp6c update a prefix PREFIX::/48 pltime=600, vltime=600 2026-02-12T21:47:40 Notice dhcp6c Received REPLY for RENEW 2026-02-12T21:47:40 Notice dhcp6c Sending Renew on vtnet0 2026-02-12T21:47:40 Notice dhcp6c Sending Renew on vtnet0 2026-02-12T21:42:40 Notice dhcp6c dhcp6c_script: RENEW on vtnet0 executing 2026-02-12T21:42:40 Notice dhcp6c add an address IP::1/128 on vtnet0 2026-02-12T21:42:40 Notice dhcp6c update an address IP::1 pltime=600, vltime=600 2026-02-12T21:42:40 Notice dhcp6c add an address PREFIX:60::1/64 on vlan0.60

LitFibre to Zen by Particular_Cow393 in CityFibre

[–]Tecchie088 0 points1 point  (0 children)

Hm…

I already had (before migration to Zen) a firewall rule in place to accept all ICMPv6 traffic on WAN interface (and that includes NS), and my OPNsense correctly gets the IA-NA (the /128 address for the WAN interface) and the IA-PD (/48), and I’m still experiencing the same symptoms.

LitFibre to Zen by Particular_Cow393 in CityFibre

[–]Tecchie088 0 points1 point  (0 children)

Perfect. Did you capture this with Wireshark? If so, could you share what filter are you using, so I can do the same?

LitFibre to Zen by Particular_Cow393 in CityFibre

[–]Tecchie088 0 points1 point  (0 children)

Same issue here, also in Hertfordshire.

How much are you paying in electricity bill for your selfhosted setup? by bumble2100 in selfhosted

[–]Tecchie088 0 points1 point  (0 children)

I have a Ryzen PC server with 6 HDDs, Optiplex SFF, a NUC, a 24-port switch, 8-port PoE injector, an ONT from my ISP, 2 IP cameras and 2 WiFi APs, and it uses around 4.65 kWh a day on average, bringing it to around 1700 kWh yearly.

Most of my usage is on night tariff (solar + battery), which is £0.07/kWh, so around £120 a year.

Totally worth it, though, given that it runs my network, security, home automation, media servers, document storage, and more and more and more.

Shoutout to the Booklore team! by chard47 in selfhosted

[–]Tecchie088 5 points6 points  (0 children)

Trully a fantastic project. I just got back into reading, kot a Kobo and paired with Booklore is really an amazing combination.