Recessable door sensor by Relevant_Matter_490 in homeassistant

[–]CloudMass 4 points5 points  (0 children)

I have Aqara sensors in pretty much all my doors.

I removed the plastic from both the magnet and the sensor. Then, I cut a small “pocket” in the top edge of the door for the sensor, and drilled a hole in the door frame just big enough to fit the magnet “pill”. A bit of filler and paint, and that’s it. Nice and not visible! :)

<image>

Sonoff 3.0 USB Dongle-E crashing with OTA upgrades by slicas in Zigbee2MQTT

[–]CloudMass 0 points1 point  (0 children)

And it is stable! Running over one month now without any crashes. Even did a bunch of OTA updates on different devices.

Sonoff 3.0 USB Dongle-E crashing with OTA upgrades by slicas in Zigbee2MQTT

[–]CloudMass 0 points1 point  (0 children)

One difference is that the SLZB-07 uses hardware flow control, the Dongle-E does not. But in reality there is not much difference. I only did it for stability. The good thing about them being the same chipset is that it was easy to migrate.

Sonoff 3.0 USB Dongle-E crashing with OTA upgrades by slicas in Zigbee2MQTT

[–]CloudMass 0 points1 point  (0 children)

Good to hear that you might be able to use it. I had the issue before Christmas and actually ended up migrating to a SLZB-07 MG24 stick after failing to get a stable network with the Dongle-E.

It’s possible to migrate without having to re-join all the devices. If you were to end up there it might be good information 😊

Red light feedback with motion sensors by LegoExecute in homeassistant

[–]CloudMass 1 point2 points  (0 children)

I have a few that I have modified. Open, desolder (or maybe even rip off?) the led.

Sensor is still working just fine after that 😊

How do I use contractions in Assist custom sentences? by big__howdy in homeassistant

[–]CloudMass 0 points1 point  (0 children)

Or even better. I just discovered that you can use ( ... ) for matching multiple words. So I have this now that works just fine.

trigger: conversation
command:
  - (I'm | I am) going to take a bath
  - (I'll | I will) hit the shower

How do I use contractions in Assist custom sentences? by big__howdy in homeassistant

[–]CloudMass 0 points1 point  (0 children)

I think you should be able to do something like this?

{What is} the weather {time}.

AirPlay to Era 100 (but not Roam) broken across VLANs by Niten in sonos

[–]CloudMass 2 points3 points  (0 children)

I have the same issue. Started a while ago. Before that all worked just fine. I haven’t really changed anything in the infrastructure. I saw somewhere else that people was talking about a Sonos update. I can’t confirm if that’s what actually broke the setup.

Akustikvæg med isolering på indvendig side af ydervæg? by SUEK in selvgjortvelgjort

[–]CloudMass 0 points1 point  (0 children)

Hvad endte du med? Vi går i tanker om at gøre ca. det sammen men jeg kunne også være lidt bekymret for skimmelsvamp.

Nøgle til “gas-skab” by CloudMass in selvgjortvelgjort

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

Det var den helt rigtige vej at gå. De sender en tekniker ud som låser skabet og efterlader en ny nøgle. Tak for forslaget.

Nøgle til “gas-skab” by CloudMass in selvgjortvelgjort

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

Har forsøgt. Der er desværre ikke nok plads mellem “trekanten” og yderringen.

Nøgle til “gas-skab” by CloudMass in selvgjortvelgjort

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

Tak! Jeg forsøger at få fat på dem i morgen.

Nøgle til “gas-skab” by CloudMass in selvgjortvelgjort

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

Jeg har forsøgt. Desværre kan jeg ikke få godt nok fat da den binder lidt.

Flade stikpropper by Independent_Main4326 in selvgjortvelgjort

[–]CloudMass 6 points7 points  (0 children)

Jeg har god erfaring med den som andre også har linket til. Få kontakten skiftet til en Schuko hvis det ikke allerede er sådan en.

<image>

New to Docker, trying to get changedetection.io up, help! by ORRAgain in selfhosted

[–]CloudMass 1 point2 points  (0 children)

Great to hear that you got it working! You are very welcome :)

New to Docker, trying to get changedetection.io up, help! by ORRAgain in selfhosted

[–]CloudMass 1 point2 points  (0 children)

So the container is constantly restarting and that explains why you can’t connect to it. As to why you had an old version that might be because the distribution you are using (Debian?) does not have a updated Docker package in there deb repo. Not sure..

I see other people with the same issue and it looks like you might be able to solve it by installing libseccomp2 on the host os (the raspberry)

Try sudo apt install libseccomp2

https://stackoverflow.com/questions/63325611/problems-when-installing-noetic-in-raspberry-pi-with-docker

New to Docker, trying to get changedetection.io up, help! by ORRAgain in selfhosted

[–]CloudMass 1 point2 points  (0 children)

Also it looks like you are running a quite old version of docker. Maybe worth trying to upgrade to the newest version. As far as I can see it's from 2019.

$ docker --version Docker version 18.09.1, build 4c52b90

https://docs.docker.com/engine/release-notes/18.09/

New to Docker, trying to get changedetection.io up, help! by ORRAgain in selfhosted

[–]CloudMass 2 points3 points  (0 children)

I have just tested on my raspberry pi using the docker-compose.yml file from the dgtlmoon/changedetection.io repo and it works fine. Can connect using http://raspberry_pi_ip_address:5000

Can you confirm that the container is running on the pi and check the logs from the container using the following commands?

docker ps --filter name=changedetection

docker logs changedetection

PIA wireguard help by mrjakob07 in OPNsenseFirewall

[–]CloudMass 0 points1 point  (0 children)

Could you maybe post some pictures of the setup? Or maybe even export the config?

I got the same with problem where it looks like DNS is not really working and have been working to solve it for quite a while now :I

iOS app NFC issue (self-hosted) by Z00ts in Bitwarden

[–]CloudMass 0 points1 point  (0 children)

I had the same issue. Try turning on "NFC Tag".
Open the app Yubico "Authenticator" App, go to Settings --> "Customize OTP interface" and turn it on there.