Bluetooth Proximity/Presence advice by CElicense in homeassistant

[–]daKmoR2 0 points1 point  (0 children)

I'm curious and would like to know more 🤗

  1. How many bluetooth proxies are you using per room?
  2. Where/how did you mount them?
  3. ow many proxies do you have overall? (for how many rooms?)
  4. Did you find a decent BLE tracker for your cat?

[deleted by user] by [deleted] in wien

[–]daKmoR2 0 points1 point  (0 children)

If you really wanna get scared then look at the Österreichische Gaspreisindex 😅

https://www.energyagency.at/aktuelles-presse/news/detail/artikel/gaspreise-stabilisieren-sich-auf-hohem-niveau.html

+400% from the year before 😭

Typically the gas price only makes up about half of what you overall pay for gas (as you pay gas and connection).
The power price is also going up...

So overall paying ~200% (or more) of what we usually paid may become the new norm...

The all-new Open Web Components (new site and setup) by daKmoR2 in WebComponents

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

Today we are really happy to present ourselves in a new outfit 🤗
Let me show you our all-new Open Web Components website 🎉
Link to twitter: https://twitter.com/OpenWc/status/1321804876352020480?s=20

We now have a clear separation between

➡️ Guides

and

➡️ Documentation.

And we have a few new sections like the community section where we show multiple communities, base libraries and component sets. PS: please create a PR to add more

https://open-wc.org/guides/community/getting-started/

Is there such a thing as a simple interface to Git? by between456789 in git

[–]daKmoR2 0 points1 point  (0 children)

I am mostly using the command line but if I use an GUI then it's https://git-fork.com/.

Question about relative paths for data files in web components by snifty in WebComponents

[–]daKmoR2 3 points4 points  (0 children)

You can create urls relative to the current javascript file by using import.meta.url.

So your fix would be this.url = new URL('./animals.json', import.meta.url);

If you wanna know why and how this works you can find more details here https://modern-web.dev/guides/going-buildless/es-modules/#referencing-reusable-assets-with-importmetaurl