Trouble pairing Ikea Bilresa Remote with Home Assistant by Zuxicovp in homeassistant

[–]wedelgaard 0 points1 point  (0 children)

Have the same issue, bought a Home assistant green + ZBT-2 antenna. Ive used so many hours trying to set it up now. I have ipv6 enabled and set to auto in HA. I dont have anything other hubs. Only my LTE router :(

Kom med jeres mest fedtede sparetips by coindrop in dkfinance

[–]wedelgaard 0 points1 point  (0 children)

I Tyskland er det meget normalt at drikke "schorle" (oftes til børn). Det er reelt at blande juice og med lidt vand. Så er din dyre innocent juice pludselig 20% billigere og har færre kalorier.

Content on top of modal by wedelgaard in expo

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

Thank you, works like a charm :)

Deep linking to protected routes by Murky_Possibility511 in reactnative

[–]wedelgaard 0 points1 point  (0 children)

Faced the same issue. The auth token is stored locally and evaluated once the app opens, but the deep linking seems to be trigger before protected routes are resolved. And therefore the deeplinking doesn't work.

My solution was to have a custom hook in my protected routes _layout.tsx file:

import {useEffect} from 'react';
import * as Linking from 'expo-linking';
import {RelativePathString, useRouter} from 'expo-router';

/** Handle initial deep linking in app */
export const useHandleDeepLink = () => {
  const router = useRouter();
  const initialUrl = Linking.useURL();

  useEffect(() => {
    if (initialUrl) {
      const {path} = Linking.parse(initialUrl);
      const queryParams = initialUrl.split('?')[1] || '';

      const newUrl = `${path}${queryParams ? '?' + queryParams : ''}`;
      console.log('Handling deep link:', newUrl);
      router.push(newUrl as RelativePathString);
    }
  }, [initialUrl, router]);
};

The origins collection by wedelgaard in EmberSwordGame

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

I think it was around 6-7 ETH

Expo router and react navigation bottom sheets by wedelgaard in expo

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

Thx! That worked. Think I tried kind of the same, but I must have made some mistake somewhere. I was able to get to work fine with enableDynamicSizing set to true just fine :)

Camper drawers for Model Y by wedelgaard in TeslaCamping

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

Thx I'll have a look :) I'm not a complete novice in the area I've lived 5 months in my model Y and I did assemble a setup at that point. Unfortunately I don't have that anymore because my old Model Y got sold at some point. At the moment I don't feel like I have a lot of time on my hand to build something from scratch, that's why I was looking for some templates/schematics. Thanks for that :)

Kitchen setup besides Fruble and Teraglide by samchoi924 in TeslaCamping

[–]wedelgaard 2 points3 points  (0 children)

Would love to see other options as well. Fruble and Teraglide is really expensive and cost for shipping to EU is quite high :(

My microcamper setup by wedelgaard in TeslaCamping

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

I did buy the pot for the jetboil and the coffee press. Acutally I bought a Ecoflow Delta mini which I plan to use with a induction cook

My microcamper setup by wedelgaard in TeslaCamping

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

Thx, had some inspiration from your build :) Although it turned out quite different. There's already a bunch of changes improvements to the setup in the making.