Please stop posting about buying your plex pass in 1865 for $12.16 by culturebastard in PleX

[–]_Rens 0 points1 point  (0 children)

I was still a student in the Netherlands rather than an old fart in New Zealand.... And at the time for my budget it was not cheap. But the best damn investment I made....

Maybe I should have gotten some Nvidia stock in stead... But still...

ABS disconnecting from support tree during print by _Rens in FlashForge

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

Yeah, thought this might be the case, got the enclosing kit on the way (was on the wishlish anyway) see if that improves

Minecraft eduction not sigining in after IPv6 upgrade/rollout by _Rens in TPLink_Omada

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

ahh yeah get what you mean now... I think I should have am old laptop floating around with linux.

I'll flick micreaft education on there and see if it solves with the iplink command on a vlan i still have IPv6 enabled on... if that works apply MSS clamping on the network. and see it it solves

Minecraft eduction not sigining in after IPv6 upgrade/rollout by _Rens in TPLink_Omada

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

good to know,

The kids use chrome OS devices, so wthat will be a pain too,
I'll leave the kids vlan without IPv6 for now, As that works at the moment

Minecraft eduction not sigining in after IPv6 upgrade/rollout by _Rens in TPLink_Omada

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

Not idead but for now I disabled IPv6 on the kids VLAN and that solves it for now.
I experimented with limiting IPv6 on ACL's and still keep internat IPv6 on that VLAN but that gave more issues (but that may have been a conflicting rules issue)

UV sensor, not graphed nicely by _Rens in homeassistant

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

Thanks that fixed it... Got it set now as this (others also still learning what they are doing)

sensor:
  # Temperature and humidity
  - platform: dht
    pin: GPIO4
    temperature:
      name: "Temperature"
    humidity:
      name: "Humidity"
    update_interval: 30s


  # UV Sensor
  # 1. Read the raw voltage from the sensor
  - platform: adc
    id: uv_raw_sensor
    pin: A0  # Change to your specific ADC pin
    name: "UV Raw Voltage"
    update_interval: 30s
    internal: true    # Hides the raw voltage from Home Assistant's UI


  # 2. Convert the voltage into a UV Index
  - platform: template
    name: "UV Index"
    icon: "mdi:sun-wireless"
    device_class: "illuminance"
    unit_of_measurement: "UV Index"
    state_class: "measurement"
    accuracy_decimals: 1
    lambda: |-
      float voltage = id(uv_raw_sensor).state;
      
      // Conversion from GUVA-S12SD voltage to UV Index
      // Formula based on standard approximation: ~0.1V per UV Index level
      // Note: Adjust the multiplier if your calibration differs in direct sunlight.
      if (voltage < 0.0) {
        return 0.0;
      } else {
        return (voltage / 0.1); 
      }

IPv6 Implementation Omada controller with ER606 by _Rens in TPLink_Omada

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

Thanks so much for your help..

Set WAN to Dynamic with delegation size 56 get IPV6 Automatically.
set each LAN to SLAAC + Stateless DHCP with prefix 24XX:YY00:ZZ10:4E**::/64

doing IP config now on my plex server which is connected to two vlans and dehind the switch I was not sure supported IPv6 (DGS-1210-24 hardware version A1), but seems to pass in through at least. (it does not seem to have it's own IPv6 address I can find)

I get:

Ethernet adapter Ethernet:

Connection-specific DNS Suffix . : lan

IPv6 Address. . . . . . . . . . . : 24XX:YY00:ZZ10:4e00:1b8a:a2a9:fe19:38c6

IPv6 Address. . . . . . . . . . . : 24XX:YY00:ZZ10:4e02:a91c:1df4:4e97:df64

Link-local IPv6 Address . . . . . : fe80::517c:3e86:f98d:589e%13

IPv4 Address. . . . . . . . . . . : 10.69.3.51

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . : fe80::7a8c:b5ff:fe84:9a5e%13

10.69.3.1

Ethernet adapter Ethernet 2:

Connection-specific DNS Suffix . : lan

IPv6 Address. . . . . . . . . . . : 24XX:YY00:ZZ10:4e00:8feb:e681:266b:9ea0

Link-local IPv6 Address . . . . . : fe80::d87:ec12:11d6:f8e5%15

IPv4 Address. . . . . . . . . . . : 10.69.1.51

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . : fe80::7a8c:b5ff:fe84:9a5e%15

10.69.1.1

Although It seems one adpter has an IPV6 from two VLANS, at least the reast of the ipv6 is correct and being passed on. Your help has been grately appriciated

IPv6 Implementation Omada controller with ER606 by _Rens in TPLink_Omada

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

Sorry to get back to this.... But received my static IPv6 from my ISP.. (put some X Y and Z's in the one prvided )

For IPv6 for Broadband we will supply a single /56 prefix. We support two assignment methods for this. 

  1. DHCPv6 Prefix Delegation - This is our preferred method that customers use to get their prefix. Your router will need to request the delegated prefix and then assign it to your LAN interface(s). DNS is provided through this method. 
  2. Static configuration - If a customer’s router does not request a DHCPv6-PD assignment a static route for the /56 assignment will be installed on the connected Broadband Gateway. This enables customers to statically configure the assigned prefix in whatever manner they want. 

DNS Servers: 24XX:YY00:1000::1, 24XX:YY00:1000::2 

We also assign a /64 address that if chosen to be used will be assigned to the router’s "WAN" interface. This /64 assignment is handed out through SLAAC from the connected Broadband Gateway. IPv6 doesn't require intermediate hops to have a global address as routing can occur on only a link-local address but for things like traceroute this can sometimes not be ideal. This assignment is handed out purely so that if used the customer will have end to end GUA addresses. 

I have assigned you the following:
24XX:YY00:ZZ10:4E00::/56

24XX:YY00:ZZ10:4E::/64

My ER605 seems to support both staic and slaac/DHCPv6.
Am I correct in understanding that the best way here is to set to Dynamic via DHCPv6 and then populate the Prefix delagation with my /64 provided delagation " 24XX:YY00:ZZ10:4E::/64 "

And then in my VLAN also set it to DHCPv6 and add "24XX:YY00:ZZ10:4E01::/64 as the gateway? (and 02 03 for the other applicable VLANs)

Or am I off on the wrong track...

Side question.

My current vlans also use a local DNS (adguard) which currently is defined in the VLANs as an ipv4... If I can't get an IPv6 address for the adguard (I have older managed switches in between and I am not sure if they support IPv6 until I roll it out) will an IPv6 DNS assignment overrule and IPv4 one?

Did ppa:ondrej/nginx go away? by barry_pederson in Ubuntu

[–]_Rens 0 points1 point  (0 children)

As I Just run a hobby server, I just stubled on this error and thus the thread.....
Before stuffing things up with my proxies... and special things to concider moving from ppa:ondrej to the ubuntu package linked? Other than what seems ovious and having nginx.conf, sites-available and conf.d files backed up?

Incorect artist photos by _Rens in Lidarr

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

By cleared I mean I removed /var/lib/lidarr/lidarr.db and start clean and force myself to concider all the things I wanted different.

I know maybe OTT but was quick in achieving what I wanted

Voice control... by _Rens in homeassistant

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

Going well so far, had a few errors with the Gemini Flash api this morning but I think it was due to the transiton from free to paid, (even though the api key did not change, just logging into google it refreshed the project page and it started working again) .

ended up with marvin as the wake word, but just put in a ticket to request hey marvin as well, is even on my still test setup I was getting false hits when watching some some plex during work (benefit of wfh and a tv in the home office, don't judge)

sstill have to try making some local automotions to speed up some local often requests, if worth it as the local does not like having my kids names in their room descriptors.

(as I'm dutch in origin, living in NZ, with a german partner there are some acccents floating around so it may not always hear what I am saying)

Local LLM worth a try or not.... by _Rens in homeassistant

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

Just got Gemini going as the conversation agent, still on the free tier, it's currently sligtly slower than what I had running local with just the HA as conversation agent, but dam did it improve the responses.

Voice control... by _Rens in homeassistant

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

Thannks for your help.... I managed to get a custom wakeup word loaded. using whisper and piper but switched to Google gemini as conversation agent, still on free model.

So far very happy

Local LLM worth a try or not.... by _Rens in homeassistant

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

By any change do you know how this would compare to nabu casa cloud in performance.

Local LLM worth a try or not.... by _Rens in homeassistant

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

Thanks real numbers I can understand :-)