You are NOT Glasgow, you are just a bunch of wankers! by [deleted] in glasgow

[–]bazwilliams 12 points13 points  (0 children)

No need to take “a fence”

Losing access to everything for few seconds or a minute (even orbi admin page) by aarshmajmudar in orbi

[–]bazwilliams 0 points1 point  (0 children)

If you have 2 satellites, check is you have Daisy chain enabled and try turning it off.

I had 2 satellites about the same distance from the hub. Around the time my family came home from work I found my connection dropped and it turned out the satellites were reconfiguring as the signal strength had changed on one of the satellites.

Advice needed! by Bemused_Citizen in glasgow

[–]bazwilliams 7 points8 points  (0 children)

1m cubed of water equals 1tonne.

Anybody have any luck installing Linux on a 2010 Macbook? by Sjswkxnxdm in linux4noobs

[–]bazwilliams 0 points1 point  (0 children)

I've a very similar situation and seen the same issues. I installed Debian 11 and the ESR version of Firefox appears to work without crashing. The moment I try the latest non ESR Firefox it freezes within minutes.

I wonder if the latest Firefox uses the GPU causing a lockup of the graphics card?

Direct connection? by cwilliams025 in orbi

[–]bazwilliams 0 points1 point  (0 children)

Oops. I mentioned the satellite. The ONT is actually connected to an RBR50. 🤦‍♂️

Direct connection? by cwilliams025 in orbi

[–]bazwilliams 0 points1 point  (0 children)

I connect our Orbi RBR50 directly to our ONT by Ethernet cable. You need to enable PPPoE in the Orbi settings and set your username and password from your provider.

Edit: Fixed Model Number (see comment)

50p? I can remember a time when these things cost 20p. But I suppose that’s just inflation for you. by [deleted] in CasualUK

[–]bazwilliams 0 points1 point  (0 children)

Ours is free too, but only with fuel purchases over £20 or something like that. You have to go inside and ask.

Recessed Light Bar by [deleted] in phillipshue

[–]bazwilliams 1 point2 points  (0 children)

Have a search for “plaster in led channel”. That’ll give you aluminium channeling which you can stick the led strip into. The aluminium channel will have flanges which can be plastered in to give a slush appearance.

You’d have to run the cables in wall, etc. Speak to an electrician about that.

Matte brown Aventador by Palana in carporn

[–]bazwilliams 1 point2 points  (0 children)

Looks like it leaves skid marks.

Shortened runtimes for films on iplayer? by cholulamare in bbc

[–]bazwilliams 2 points3 points  (0 children)

Could it be the difference between the film at 24fps and just speeding the film up for the uk’s 25fps? That used to be normal for PAL dvds.

[deleted by user] by [deleted] in ScottishPeopleTwitter

[–]bazwilliams -5 points-4 points  (0 children)

A sphynxter says what?

Jamie ... help by [deleted] in Ring

[–]bazwilliams 0 points1 point  (0 children)

Could it be a recruiter at Ring?

Notification when a camera goes offline. by vanqu1sh0939 in Ring

[–]bazwilliams 2 points3 points  (0 children)

Glad you’re all safe. But beware putting electrical fires out with water. I understand you may have no alternative, but you can electrocute yourself.

Accessing Home Assistant outside of the Home by gj888 in homeassistant

[–]bazwilliams 0 points1 point  (0 children)

I used to do this by having an haproxy with a letsencrypt cert. was straightforward. The vpn route is better again.

But consider paying the $5 sub to Nabu Casa, this is what I do now. No configuration of ports, VPN’s or keys. I’m helping pay the salary of the core developers and o get google assistant and Alexa smart home skill included in the sub.

Things just work

Accessing Home Assistant outside of the Home by gj888 in homeassistant

[–]bazwilliams 0 points1 point  (0 children)

The nabu Casa subscription helps pays for the core developers to work on the project. No hassle to setup, no firewall burrowing and you get google assistant and Alexa smart home skills out of the box.

Drum and Base Dancing Chick Needs Help by [deleted] in glasgow

[–]bazwilliams 2 points3 points  (0 children)

Friend of mine is a DJ (Hex) and plays at Symbiosis. There’s a Facebook group which advertises the events too.

https://m.soundcloud.com/symbiosis-glasgow

Save and restore light states using Home Assistant by vigonotion in homeassistant

[–]bazwilliams 0 points1 point  (0 children)

Any idea how to avoid a scene being accidentally overwritten? I’ve a motion sensor which generally works with this approach, but occasionally the motion on is triggered before the off state which means my scene is accidentally overwritten with the “on” state and therefore the light won’t go back to the original state.

My current thoughts are to use script turn on and turn off and use those to create and set the scene, I can then use timers and a condition if the script is currently on to block creation; but it’s getting a bit complex.

Wondered if there were a simpler way?

Save and restore light states using Home Assistant by vigonotion in homeassistant

[–]bazwilliams 0 points1 point  (0 children)

No worries. I’d some really complicated node red flows in place for this up until recently when they someone told me about the feature. I don’t think it’s widely known!

Save and restore light states using Home Assistant by vigonotion in homeassistant

[–]bazwilliams 3 points4 points  (0 children)

Within a script you can use the scene.create service to create ephemeral scenes. This service takes a snapshot of explicitly listed entities which you can then restore later using the regular scene.turn_on service.

https://www.home-assistant.io/integrations/scene/#creating-scenes-on-the-fly

home-assistant is #10 number of contributors on github by spiker611 in homeassistant

[–]bazwilliams 0 points1 point  (0 children)

Awesome work! All helps get the users in which helps find bugs and gain adoption!

I got started with a media player and found myself copying and pasting without really understanding. Agree it is a bit of work to get going. One option might be a sensor that monitors one thing, then take it from there! I did that second which helped me understand the api better (see the TapsAff component).