#the-water-cooler

1 messages ยท Page 406 of 1

clear ferry
#

This is the exact one I bought

scenic radish
#

what's that in ๐Ÿฆ… dollars?

clever mortar
#

$20 ๐Ÿ˜›

clear ferry
#

Fifteen boxes of cherry Coke

midnight adder
#

what do you guys use those for?

clear ferry
#

Routers

scenic radish
#

Pouters

midnight adder
#

hypothetically, if i had a friend who didnโ€™t know the difference between that and a consumer router, how would i explain the difference to them? ๐Ÿ˜…

clear ferry
#

This is better

#

Is that a good explanation? ๐Ÿ˜›

scenic radish
#

lmao

midnight adder
#

ยฏ_(ใƒ„)_/ยฏ

clear ferry
midnight adder
#

what software do you run to manage that?

#

ive never really thought about this kind of stuff

wet pilot
#

pfsense is the software

static schooner
#

pfSense will require a processor that supports AES-NI soon, so I recommend looking for a box with that. The J1900 boxes donโ€™t

#

It was supposed to be required in 2.5, but the requirement was just removed. If youโ€™re buying new, buy future proof

scenic radish
#

oh boy, i'm about to learn regex in my python tutorial...

storm summit
#

anyone know what frenck finally decided to get as a new server?

hushed basalt
#

What do you think the advantage of getting a new random computer over getting a second hand sff for pfsense

#

Besides size

#

@scenic radish the only way to win at regex is to not play

scenic radish
#

I also have watched WarGames

#

We might have discussed this

hushed basalt
#

Basically use regex as a last resort

scenic radish
#

Good to know, thx

hushed basalt
#

You shouldn't use it much in python tbh

scenic radish
#

Yeah I was kind of wondering what some actual uses would be

wet pilot
#

some very specific cases but not very often

#

the basic string manipulation functions can handle most of your use-cases

hushed basalt
#

Yeah you'll find you'll parse the data first and then use normal python manipulation

#

For example, say you have an API that returns json and you want to know the temperature.

{ weather: 
    { temperature: 21, 
       humidity: 0.51 }
 }
#

I'd do something like

weather = requests.get(url)
json = weather.json

Then you just end up with a normal python dictionary with nested lists etc.

#

json.get("weather").get("temperature")

#

I've probably made a mistake but that's just from memory on mobile.

#

But if I tried to use a regex to get the weather from the raw json string, it might work but it'll be an unreadable mess and edge cases would screw me

#

Readability is king too

valid halo
#

Did someone say Reg Ex?

#

๐Ÿ‘€

wet pilot
#

as infrequently as possible ๐Ÿ˜›

valid halo
#

I had to use Reg Ex for my DEPRESSION METER. each hour my phone texts my bank for my account balances and then displays them on my home screen

hushed basalt
#

Yeah reg ex is pretty depressive

#

๐Ÿ˜

hushed basalt
#

Wouldn't it be nice if banks just gave you a read only api key

wet pilot
#

probably hard to do with their backend still in cobol

hushed basalt
#

I was going to make that joke lol

#

Even neobanks don't do it, at least in Australia

#

I'm not sure what this open banking thing is but hopefully that should solve that

static plinth
#

I'm so over light switches.

#

New construction where the builder comes in and does all the light switches and then you come in and rewire all the light switches to be Z-Wave smart switches is so beat. Voice commands eliminate the need for analog switches we don't need any more! Get rid of them!

wet pilot
#

lol not as WAF or GuestAF friendly

static plinth
#

What we need are hard wires for smart curtains, motion detectors, and door window sensors. Not stupid light switches that are ridiculous the retrofit and don't do anything afterwards other than look ugly

#

Especially dimmer switches man

wet pilot
#

5v DC wiring everywhere

static plinth
#

Preach

#

So they have a dimmer switch on a wall you take a regular light switch, put in a smart Switch behind it, then a smart plate in front of it. Also you can walk over to the wall and smudge it with your finger. Way too much time for everyone involved

green inlet
#

@scenic radish , what are you doing to learn python. I want to do the same?

regal linden
#

If anyone here is using multiple Network cards with Homeassistant, would you mind if i asked some questions about your networking setup?

#

I've given homeassistant two NICs which are on separate vlans (LAN & IOT), but some devices on the IOT vlan don't seem to communicate with homeassistant (although they show online in ESPHome)

scenic radish
green inlet
#

Thanks.

wild grove
#

@regal linden I do not but that hass installation type do you have and are your iot wired or wireless

#

What* hass installation type. (On mobile)

regal linden
#

my hass installation type is hassio on a proxmox container

#

the networks are all wired

#

i can access homeassistant from both NICS (10.0.7.10 and 10.0.6.10)

#

but my device 10.0.6.158 isn't reporting to homeassistant

wild grove
#

Can the hass container ping it?

regal linden
#

it does however show as online in ESPHome (which is running as a hassio add-on)

#

i think so, let me check

wild grove
#

Add-ons are containers under the hood right?

regal linden
#

yes the ping works

#

from the container

#

yes i think think they are docker containers to

#

tho*

wet pilot
#

they are

wild grove
#

Can you curl . 158?

regal linden
#

my homeassistant installation is an LXC container

#

linux container

wild grove
#

Ok

regal linden
#

curl 10.0.6.158

#

failed to connect

wild grove
#

So they listen on port 80?

#

Do*

regal linden
#

no i don't think so

wild grove
#

Add : port

regal linden
#

i'm not sure what port they listen on

wild grove
#

K

#

Are DHCP assigned values correct? Subnet mask specially

regal linden
#

I believe so, i've assigned the static ips to both nics

wild grove
#

How about the devices

regal linden
#

subnet 24

#

they didn't change since i added the NIC but i'll double check

#

interesting i don't see an ip config for those devices at all in ESPHome

#

maybe that means they default to DHCP

#

the config in ESPHome looks like:

#
  ssid: WIFI-IOT
  password: !secret wifi_iot_password
  reboot_timeout: 0s
  fast_connect: true```
wild grove
#

Esphome api port looks like 6053 if my quick Google is right

regal linden
#

forgot this device is wifi

#

ok, i'll try the curl

wild grove
#

Do you have a sep said for iot vlan?

#

Ssid

regal linden
#

yes

#

its WIFI-IOT for iot and WIFI-LAN for lan

#

curl on port 6053 does return an empty reply

#

which i assume is a success

wild grove
#

DHCP is giving out correct ips for the respective vlans?

regal linden
#

yes the IOT vlan is on 10.0.6.x and the LAN vlan is on 10.0.7.x

#

homeassistant has a 6.x and 7.x address

wild grove
#

Yeah that should be enough to prove connectivity between ha and device

regal linden
#

and everything is on the /24 subnet

wild grove
#

Odd. Well rule one then. Reboot it all

regal linden
#

yeah its weird that ESPHome shows the devices as on but lovelace shows them as off.

#

i did try the reboot on homeassistant but not on proxmox yet

wild grove
#

Ok rule two. Hit it

regal linden
#

lol

#

Hit it worked!

#

no joke

#

Lovelace shows the devices now

wild grove
#

Usually does

regal linden
#

๐Ÿคฆโ€โ™‚๏ธ

#

wow

#

i guess just giving it some time sorted things out.. could have been something dns/dhcp related

wild grove
#

Yeah. Or you had to assert dominance

regal linden
#

i'm really looking forward to having homeassistant connected to my lan and vlan.

#

i'll be able to restrict internet access to the IOT vlan while retaining internet access to the LAN vlan

#

keep those pesky Chinese cameras away from all my lan goodies

wild grove
#

Yeah. I like isolation and no internet for them

regal linden
#

Thanks for the help

hushed basalt
#

@green inlet corey schafer on youtube is great too

steel urchin
#

whew, finally got ALL the stuff from the old house to this new house

scenic radish
#

@hushed basalt I feel like I'm behind where I'm supposed to be at with automate the boring stuff so I might have to check out his videos next

#

There was a "project" at the end of one of the chapters that I wasn't even close to being able to do

hushed basalt
#

I wouldn't bother reading the python docs they're quite dry

scenic radish
#

This was automate the boring stuff

hushed basalt
#

Realpython is good for written stuff

#

And digital ocean

scenic radish
#

But yeah, those docs are not n00b friendly lol

hushed basalt
#

Nah they're pretty friendly

#

You could also try coursera.

#

Any particular points you're getting stuck on

#

Also I've heard good things about freecodecamp ^

scenic radish
#

I'm understanding everything to this point, but I was given a task at the end of one of the lessons that I couldn't figure out for the life of me lol

#

So understanding, but not able to apply things yet

#

Definitely gonna look at freecodecamp, thanks

#

Of course, I'd imagine that's not exactly devastating to my prospects of learning Python lol

hushed basalt
#

Interesting problem

#

I'll have a hack at it tonight

wet pilot
#

i hate stuff like that ๐Ÿ˜„

clear ferry
#

Kids these days

hushed basalt
#

Probably the sort of stuff you'd never do in real life

#

Like a puzzle more so than a real problem

clear ferry
wet pilot
#

yeah, us drivers are exceedingly stupid as a rule

clear ferry
#

I always see the weirdest car crashes when I drive in the US

wet pilot
#

add idiot tractor truck drivers to the mix and its a hot mess

clear ferry
#

My favourite country to drive in is probably the UK, the least favourite is France

wet pilot
#

i've head that germany is fun

clear ferry
#

Yeah, I haven't driven there yet, just been a passenger

wet pilot
#

i'd like to drive the nordschleife on a touristenfahrten one day

hushed basalt
#

What's so fun about the UK

clear ferry
#

I have no idea what either of those are ThinkEyes

#

@hushed basalt scenery and food, I always take the back roads

wet pilot
#

helps if i get the spelling right

hushed basalt
#

People are very polite in the UK which I like

clear ferry
#

@wet pilot oh the nurnburgring, though about renting the wife in for a few laps there

hushed basalt
#

Paris has the beautiful women though

#

But no politeness

wet pilot
#

apparently more politeness in france outside of paris

clear ferry
#

No

hushed basalt
#

Same with London. Everyone who's rude in London it's a 3/4 chance they're from Paris

wet pilot
#

yeah, want to bring the wife, she might rather watch though

#

gets a bit twitchy if i push things in a car

clear ferry
#

All French people are a pita, I often go to Grenoble and surrounding areas, they are still.... French ThinkEyes

wet pilot
#

lol

#

and french canadia is bad too

hushed basalt
#

Paris had pros and cons

#

It's annoying going to a busy area and getting hassled/watching for pick pocketers every 5 seconds

clear ferry
#

Speaking of Paris, this is hilarious

hushed basalt
#

Same with Rome

hushed basalt
#

My culture is pretty shocking

wet pilot
#

as is mine...shockingly bad

#

typical 'murican

#

though i do have my passport at least

midnight adder
#

I was in Rome not too long ago

#

It was a beautiful city, but I donโ€™t think I could live there ๐Ÿ™‚

steel urchin
#

watchin this Ronnie Chieng special on Netflix... actually laughing at a netflix comedy!

strange vapor
#

@wet pilot We've had US staff turned back at the Airport as they don't have a passport, even when warned :/

#

Didn't need it for internal flights, so why would they need it for international!

echo tide
#

@clear ferry I find most people in the south of france (near the spanish border for instance) are pretty relaxed...

steel urchin
clear ferry
#

@echo tide haven't been that far south ThonkEyes

#

@strange vapor lol muuuuurica

#

Interesting, I haven't seen it in Norway, but saw it on Reddit ๐Ÿ˜‚

hushed basalt
#

@clear ferry

#

Although the "developers as seen by sysadmins" one should be a picture of a god.

clear ferry
#

I might be a sysadmin at heartThinkEyes

#

mngggh

#

when plex won't index a series

#

and you have tried renaming it five times

hushed basalt
#

Check your agent order

#

I try to get sonarr to do my metadata though

clear ferry
#

hmmm

valid halo
#

Gotta say these days I feel an underlying annoyance/jealousy towards Linus

#

He gets all this cool free stuff/HAS MONEY

#

I should probably work on that

#

is not healthy

hushed basalt
#

React is on my learning todo

#

Then I'll be able to hack my own radarr

#

With great power comes great procrastination

#

@clear ferry i think I have radarr and sonarr as agents in plex

#

And I have plex configured as connected destinations in radarr and sonarr

#

So radarr/sonarr tell plex when an item has been added to the library, and plex uses the metadata from radarr/sonarr to populate the metadata in Plex

clear ferry
#

@valid halo he's probably a see you next Tuesday though, I'll pick you

#

@hushed basalt interesting, I haven't done that yet

hushed basalt
#

I'm pretty sure things show up in plex with metadata <1 minute after downloading this way

#

Although to be honest I don't watch the queues, most things download during the morning in my timezone

clear ferry
#

I need to look into that for sure

scenic radish
#

And yes, those are RGB

clear ferry
#

If I only could grow a beard

valid halo
#

Hearing my mom whine about the Automated Verizon Phone system

#

I just want to laugh

#

It's been this way for a decade mom

#

and she always speaks so firmly at it. "PAY NOW."

#

she acts like it's the biggest hassle in the world

clear ferry
#

I remember we had that for cinema tickets

#

In 1998

#

They removed it in 1999

scenic radish
#

Hello, and welcome to MovieFone

clear ferry
valid halo
#

Ooft

#

Don't hurt me HA-senpai

scenic radish
#

Compiler could not compile code because git gud

valid halo
#

Git Gud is not a proper command. Please try again

scenic radish
#

sudo !!

#

One of the IT guys at work was unconvinced that sudo is a good idea for security

#

I explained it's more for convenience than security lol

#

But if you have someone with physical access that wants to do something bad they'll figure out how

clear ferry
#

sudo make me a sandwich

#

Btw, physical access is full access

scenic radish
#

Yeah

#

That was my point

clear ferry
#

sudo give me cherry candies

scenic radish
#

Lol

#

No sudo needed ๐Ÿ˜‰

#

You already have elevated access ๐Ÿ˜‰ ๐Ÿ˜‰ ๐Ÿ˜‰

clear ferry
scenic radish
#

You always have the best emoji lmao

clear ferry
valid halo
#

Physical security is easy. Opening the case pulls the pin on a grenade. No computer no problem

#

I am very smart

#

๐Ÿ‘

clear ferry
#

You should see some of the systems I have to access OMEGAPEPEGAROLL

wet pilot
#

Using sudo logs the actual user who ran the command in the audit logs. If you're logged in as root, you lose that

smoky oxide
#

.. only if there are any logs left..

#

๐Ÿ˜‰

wet pilot
#

Lol

scenic radish
clever mortar
#

Because the slice it every day, just maybe the stuff you're getting is from last month ๐Ÿ˜›

clear ferry
#

Better than the fresh in quotesThinkEyes

scenic radish
#

Well I suppose it is cured meat...

#

Also salami is delicious

clear ferry
#

But what if sliced was in quotes ThonkEyes

scenic radish
#

I guess it's mainly fat and salt after all

#

Grocery store I go to all the time had some screamin deals today. Bag of day-old Italian herb and garlic sub rolls for $0.25, container of potato salad for $0.69

clear ferry
#

holy motherino

#

I'm always surprised by the prices of food in the US

#

I would be so fat

scenic radish
#

The store is called "food 4 less" after all lol

#

But it's all good quality stuff

#

These sub rolls are amazing

clear ferry
#

Like, a container of pototo salad here is... $3.50

#

in a regular grocery store

scenic radish
#

This is a 1 kg container if that helps

#

Normal price appears to be $1.42

clear ferry
#

this is a 0.3kg one probably

scenic radish
#

๐Ÿ˜ฑ

#

That's a snack

clear ferry
#

yeah

#

a bag of salami, 200g is... $5.50

#

the regular one

scenic radish
#

That's crazy

#

Checking the exchange rate though

clear ferry
#
#

This will show you some prices over here

scenic radish
#

Oh. 1 NOK = 0.11 USD

clear ferry
#

that is why I'm giving you the prices in USD so you don't have to ๐Ÿคฃ

scenic radish
#

Makes sense lol

#

Eh, multiply by 10 and you're close

#

9 and you're basically spot on

clear ferry
clever mortar
#

๐Ÿคค

scenic radish
#

For some reason a .no domain seems funny to me

light trout
clever mortar
#

yes.no

scenic radish
#

Excellent

smoky oxide
#

ew, those are terrible prices

clear ferry
#

I'll take a picture for you next time I drive past Hell @scenic radish

scenic radish
#

Do any of you guys also serve those trays of crackers with various cured meats at parties? Because those are my favorite

#

I would buy one of those trays for myself

#

Party of one ๐ŸŽ‰

light trout
#

My kind of party ๐ŸŽ‰

smoky oxide
#

mm, i like them too. most of my friends are more into cheese though ๐Ÿ˜ฆ

clear ferry
#

You mean like "Snitter" @light trout ?

scenic radish
#

I don't like cheese

#

Although I like pizza so I guess I sort of like mozzarella

light trout
#

Snitter works, as long as there are not any other folk there ๐Ÿ˜‰

clear ferry
#

I eat most cheeses

#

not marzu karzu though

scenic radish
#

Good lord

#

not fit for human consumption

clear ferry
#

Oh lawd have mercy

#

There are quite a lot of good french cheeses

#

but some are... just too smelly

hushed basalt
#

Hmm haven't updated my media Docker images in 4 months

#

This is going to be a painful pull

scenic radish
#

I think I'm gonna watch that four hour Python tutorial tomorrow

#

Some "fun" on my day off

clear ferry
#

Wth, 63 cars in a crash in Virginia

#

According to Norwegian news

scenic radish
#

wut

clever mortar
#

Normal day in /r/idiotsincars

scenic radish
#

Yup

clear ferry
#

Or what are winter tires, we don't need those zombie

#

2x Google nest mini 2nd Gen for $80

hushed basalt
#

That's the price for one here

#

Strayatax

dark sparrow
#

So, I've just learned that the HA Cast interface for the Nest Hub is interactive ๐Ÿ˜ฎ

storm summit
scenic radish
#

Title: "...51 injured, some critically"
Body: "Most injuries were minor and none wereย life-threatening..."
๐Ÿค” ๐Ÿคจ

#

Either way, scary stuff

wet pilot
#

Southern va doesn't get a lot of ice

scenic radish
#

Brb, gonna plug both ends of an Ethernet cable into my unmanaged switch

wet pilot
#

Lol ded

wet pilot
#

Pretty much

astral pulsar
#

Proxmox or ESXI go!

wet pilot
#

Different use cases ยฏ\_(ใƒ„)_/ยฏ

astral pulsar
#

Any one paying for a VMUG membership? You find itโ€™s worth it?

hushed basalt
#

I've thought about buying another sff server and using proxmox on it for pfsense and management plane

thick dragon
#

WTF. Just got a notification that my Telco apparently has planned maintenance from 24/12 through to 02/01.

#

Better fucking not be without internet for my entire fucking holidays!

scenic radish
#

lmaoooooo

ocean mirage
#

forcing you to spend time with family the scallywags

scenic radish
#

oof

#

am i the only one here who finds that word even more offensive than fuck? lol

thick dragon
#

Depends how many Aussies there are in here. "Cunts" is a pretty Aussie saying ๐Ÿ˜›

scenic radish
#

๐Ÿค ๐Ÿค ๐Ÿค ๐Ÿค ๐Ÿค ๐Ÿค ๐Ÿค ๐Ÿค

ocean mirage
#

I fixed it just for you

wet pilot
#

Haha

#

I'm desensitized by it. Worked Aussie hours for a year

scenic radish
#

oh i don't mind, but i know tinkerer was a little upset when someone used that word lmao

#

i just meant in the scale of bad words i place that one higher than fuck

wet pilot
#

Context is key I guess

ocean mirage
#

I generally only drop it around company that I know it wont bother, but it slips out sometimes lol

#

I don't want to offend anyone

scenic radish
#

i think it's hilarious

hushed basalt
#

These automatic blinds look interesting

#

Not sure where the winder is

#

Must be internal

steel urchin
#

tmw you drilled holes ~16" apart, the stud finder said there was a stud, and it kinda sounded like it too... only to find it is somehow an odd false positive (100% accuracy) and the studs are actually 20" apart...

midnight adder
#

Hi is anyone on

#

I was wondering how hard it would be to build this and an estimate of the costs for a queen size frame?

hushed basalt
#

I would check the build materials list for that instruction

#

Cost would just be those length of lumbers, hardware and sealants etc

#

Very location dependant

#

It probably wouldn't be cheaper than a generic ikea frame but would be a lot stronger

#

My guess is it needs to be anchored to the wall as well

#

Or be extremely heavy

#

Otherwise it'll tip when you sit on the end

midnight adder
#

Yea ty for the help, i would just get an ikea one but i cant find any

hushed basalt
#

Yeah not like that. Definitely a custom build

#

Looks like very simple joins so you could do it all with a drop saw

#

Just don't use treated pine indoors

midnight adder
#

Ok i dont have any equipment but my dad does so he will probly help me lol

hushed basalt
#

Also to be honest that doesn't look supportive enough for me

#

The mattress area that is

#

It depends on the type of mattress. But you might find that certain mattresses will sink between the gaps

#

And therefore not be as supportive for you in those areas

#

Unless you had extra slats laid on top. Which adds cost.

midnight adder
#

Well would i be able to add a boxspring on top do u think then the mattress

hushed basalt
midnight adder
#

Or would it be too much

hushed basalt
#

Nah too much

#

Definitely a mattress directly sort of frame

midnight adder
#

Dam cause my dresser and tv is super high lol

#

Wat about that one u just sent

hushed basalt
#

Seems like they add slats later

#

To be honest it seems quite an expensive frame in terms of materials

#

The floating style will cost you a fair bit more because it has to be over engineered

midnight adder
#

The 4 legs i dont mind i just want something to add lights underneath

#

But i need to find one that can do boxspring and mattress on top

hushed basalt
#

Don't boxsprings go directly on the ground. With just simple legs/castors

midnight adder
#

Idk mine is on top of a cheap metal frame then mattress on top of boxspring

hushed basalt
#

Like that?

#

You probably could afford to have the floating style with lighter construction

#

Because the bottom part that is on the ground can be a lot further out

midnight adder
#

Yea pretty much i just want a wood kind of frame

#

Cause the metal frame looks ghetto

hushed basalt
#
Instructables

"Floating Bed": Growing tired of my boxspring on the floor I decided I wanted to create a bed frame that made it look like the bed was floating above the floor. ย I left room for a headboard/lamp idea that I'll be completing in the next couple of weeks.

midnight adder
#

I mean i could just do it with this frame and put led strips underneath but idk

hushed basalt
#

The upholstery is badly done but this is basically what you want

midnight adder
#

Yea that shit thick af tho lol

#

But it would be fine in black

hushed basalt
#

Or raw OSB if that's your style

midnight adder
#

Yea thats pretty much what i want

#

And my comforter will be hanging down over it a bit

hushed basalt
#

If you want a headboard you can just find any generic headboard design

#

Or even buy one second hand

midnight adder
#

So is there frames similar to that premade

hushed basalt
#

Probably not

#

Maybe etsy

#

Anyway you've got enough to go off. May the force of Google be with you ;)

midnight adder
#

So thats just floating bed just a better frame than the first one i showed?

#

Ok i see i just opened the link, i wonder how much it cost lol

hushed basalt
#

I think if you sign up and download the pdf

#

They might have details in there

#

It depends on how much lumber costs where you live

midnight adder
#

Ok imma check it out, the side walls just look so big but i guess u need it if u have a box spring

midnight adder
#

https://www.instructables.com/id/GroundFX-Bed/ i guess this one work better since its skinnier

Instructables

GroundFX Bed: Throw away your clumsy old steel frame bed. You deserve a bed that looks like itโ€™s floating! And glows! And is impossible to stub your toe on! And most importantly - that you built with your own hands. You may have seen something like this online ...

#

i just wonder how he uses it with boxspring and a mattress without it falling over lol

hushed basalt
#

The side walls

#

Are just osb or plywood boards

#

They're not structural so you don't even need them

#

Or you can make them smaller

midnight adder
#

ok

#

it said 2x10x5 wood lol does that even exist

#

maybe he cut it to size?

#

i tried to click on the first bed u linked me but the pdf file doesnt work on that

pure vine
#

i need to get a proper multi-meter, kinda tempted to get the 121GW Multimeter from eev blog

clear ferry
#

I've survived with $10 multimeter for the last 20 years ๐Ÿ˜›

pure vine
#

yeah, I just find them annoying, also the 121GW one has bluetooth capablities i kinda want to mess arround with and make a small UI for accessing

clear ferry
#

Appears to be snowing in my home town

pure vine
#

๐ŸŒจ๏ธ

#

thats a lot of snow

clear ferry
#

That is a normal amount

#

You should see a lot

pure vine
clear ferry
#

That is what we call slaps in Norwegian

#

Or similar to porridge

light trout
#

BBQ weather

clear ferry
#

๐Ÿ˜‚

#

I have a former colleague who BBQs all year

pure vine
#

goes to look at last years temps

#

Yeah, last years winters lows never really got about 5C, but this year we are surpassing that, its currently at 6c

ocean mirage
#

Surely thatโ€™s comfortable for you?

pure vine
#

i like the cold tho

#

it means i can wear big coats, but in this weather i can be OK going outside in a t-shirt and jeans, my fall clothing

ocean mirage
#

Iโ€™m in warm clothes at 10C lol

pure vine
#

the climbing this year is odd though

clear ferry
#

Was easy to spot me in Barcelona in December 2016

#

I was wearing shorts

#

While the locals were wearing Canada goose and hats and scarfs

#

It was 19c after all

pure vine
light trout
#

Get your kites ready

clear ferry
last dirge
#

12v?

clear ferry
#

5v

last dirge
#

weak

clear ferry
#

Indeed, but I already have 5v PSUs and the lengths will not be extreme

steel urchin
#

heh i just bought a pack of battery operated motion sensor lights and put one under the bed... works great... $3 and done

tidal bronze
#

Anyone using wled segments ?

last dirge
#

dale was playing with them the other day

#

I don't know if he's actually using them though

tidal bronze
#

They are super cool but some edits wipe the segments, wondering if it's me or a bug.

last dirge
#

I'm waiting on an enclosure and some buck converters

#

then I'll have the stuff to finish my project

#

if it wasn't going outside, I'd just print something

tidal bronze
#

Hammond boxes is what I use for all outside ones

#

Got all shapes and sizes

last dirge
#

I'm just using a 2-gang outdoor box with some cable glands

#

I got a 2A 12V switchmode supply that'll fit in half a single gang box

tidal bronze
#

Nice.

last dirge
#

should be more than enough juice to drive my 16 segments

tidal bronze
#

I am going to convert all mine to 24v, found a source in China.

last dirge
#

for strips?

tidal bronze
#

Strings and pucks

last dirge
#

still 5V control?

tidal bronze
#

Yes

#

Want to convert landscape lighting to pixels so looking for less daily drain

last dirge
#

neat

#

I don't have any landscaping lighting yet

#

trying to get my grass right first ๐Ÿ™‚

tidal bronze
#

Well that's a task as always. Keeping the same color. Lol

#

Little disappointed with rainmachine on my 2nd unit now.

last dirge
#

got into reel mowing last year

#

totally different world

#

I haven't had any issues with my opensprinklerpi

#

what have you had go wrong with your rainmachine?

tidal bronze
#

1st was a boot loop but customer service was super up front replacement but couldn't restore the backup. 2nd is the adaptive skip, soil water retention algorithm is not great. So manually setting retention numbers.

last dirge
#

I've got none of that fancy stuff

tidal bronze
#

๐Ÿ™‚ You can mix weather forecasting services in rainmachine but I need https://cimis.water.ca.gov/ to take precedence, since that weather station is pretty close to me. Still waiting for that implementation.

last dirge
#

I gotta figure out something to replace my dash buttons with

tidal bronze
#

I have a so many ๐Ÿ˜ฆ Using minimotes now

last dirge
#

too bad nobody's figured out how to install custom firmware on the new version

#

sucks because the form factor of the amazon button is perfect

tidal bronze
#

If you find a solution let me know. I think I have about 30 of them

last dirge
#

some guys figured out a hack but it won't work if they've ever had their firmware updated

#

there's a bunch of stuff to be found in the issues on this repo

#

someone successfully was able to deadend the request to amazon without the button resetting itself

tidal bronze
#

I am running that in docker. But don't know what to do with unopened ones.

last dirge
#

look at this issue

light trout
#

dude... < && > around links please <http....> ๐Ÿ˜„

last dirge
#

the channel used to automatically kill the preview

tidal bronze
#

Thanks for the tip. So 1700 clicks per button ๐Ÿ™‚

light trout
#

This is the only channel excempted from that rule

tidal bronze
#

@last dirge found anything to add buttons that are not already linked?

last dirge
#

yeah, look at the bottom of that issue in the second link I posted

scenic radish
echo tide
#

any alternatives to Amazon Dash? I'm looking for similar functionality, but this notice has me a little worried:
WARNING: Your Amazon-dash buttons can be bricked after December 31st. Go to section 5 to read more.

last dirge
#

did you read more?

#

maybe in section 5

tidal bronze
#

@last dirge going to try to the audio exploit today. Will keep you posted. Thanks. Simply amazing work buy Hunz

last dirge
#

I have 3 I use regularly

#

they've probably had firmware updated though

#

I've got a bunch in a box that I may be able to exploit

tidal bronze
#

Me too, still in boxes, this gives much hope.

last dirge
#

I think the biggest thing is keeping it from contacting the firmware update endpoint so it doesn't update itself

#

I use Dasher, not the repo I linked

tidal bronze
#

Going to put on a restricted vlan from get go

last dirge
#

I should probably do that too

#

I don't really have a setup that lends itself to that though

#

I could throw them on a guest network I guess

#

I don't have a restricted AP

tidal bronze
#

IOT vlan for all esp, camera, etc

last dirge
#

I should probably do that

#

my cameras are PoE

#

I had routing problems with my NVR not being able to contact them when I stuck them on another VLAN

tidal bronze
#

I still use same vlan for poe. Restricted

last dirge
#

and if I stuck the NVR on the VLAN then hass couldn't see the cameras

tidal bronze
#

you will have to tweak the rules a bit. My cameras can only hit Synology IP specifically.

last dirge
#

the cameras don't ever hit the internet so I don't really care ๐Ÿ™‚

#

do you use syno surveillance station?

tidal bronze
#

Yes

last dirge
#

nice

#

can it deal with 4k cameras?

tidal bronze
#

I have one dedicated for cameras

scenic radish
#

My router doesn't support VLANs so I just have certain devices restricted to LAN only

#

Figured it's a step in the right direction at least

last dirge
#

I've got an Edgerouter

#

it can do way more than I know how to do ๐Ÿ™‚

tidal bronze
#

My favorite

scenic radish
#

Been thinking of getting an edgerouter x

echo tide
#

well; aside from that notice (I admit, I had some trouble finding section 5 on first perusal), I'd prefer not to have to block network traffic to use a button. So anyway, seems like the best option would be an Ikea Trรคdfri or Xoaimi Aqara. Only downside is the Zigbee Hub I'd need to buy along with it

#

thanks for the help.

last dirge
#

so you'd rather spend a few hundo than block network traffic from specific devices?

tidal bronze
clear ferry
#

@echo tide zigbee2mqtt, then you have no proprietary gateways to be afraid of

echo tide
#

cool; just stumbled across it myself, looks like I have a new project to add to the list ๐Ÿ™‚

clear ferry
#

I frankly don't care what my devices send home, but I should probably restrict them when I have time

last dirge
#

it's necessary in this case because if the button contacts Amazon then Amazon will push firmware to brick it

#

kinda shitty that they just didn't stop supporting them and they instead chose to brick them

echo tide
#

seems like there's a good idea for a kickstarter there... if you can produce it cheaply; the FLIC is way too expensive...

clear ferry
#

@last dirge not a problem here since neither Amazon nor dash is a thing ๐Ÿ˜›

#

@echo tide if you are talking about zigbee2mqtt there are already options where they are sold pre flashed and in cases, but that is a discussion for #zigbee-archived

echo tide
#

actually; talking about just a standalone button that you can configure to connect to your MQTT server over wifi; without the need for any hub...

wet pilot
#

mqtt would be the hub at that point

echo tide
#

that's true ๐Ÿ™‚

clear ferry
#

Technically the truth ๐Ÿ˜›

wet pilot
#

"hub"

echo tide
#

๐Ÿ˜„

languid robin
#

Guys I've just started purchasing components for my newly smart home:
I've bought 4 Mi Smart RGB Bulbs for 40โ‚ฌ total with some coupon fuckery on the Mi Store
I've purchased three Google Home Minis

Now, all I need is to buy the raspberry pi to run home automation (not a problem) and some sensors.

I originally wanted to purchase this kit https://www.amazon.it/Xiaomi-Telecomando-della-commutatore-Bianco/dp/B07KXN6S74

But I can't figure out if Home Assistant could support the gateway natively or if it needs a zigbee2mqtt dongle.
In that case, I would purchase that and the sensors separately.

Can somebody help me figure this out? Also, could somebody point me to a website with relatively rapid shipping that sells the individual sensors

scenic radish
languid robin
#

Oh sorry I used this channel a couple of days ago to get purchase advice so I figured I'd post here again

#

Thanks, I will post there instead

dark swallow
#

I am on a budget and looking for a decent router anyone have any recommendation? I am in the US if that makes a difference.

pure vine
#

whats the maximum you can spend and what features do you need

dark swallow
#

I would say about $150 and honestly I am not sure what features I need

#

obviously I would love the ability to setup things like separate vlans and things of that nature

#

but it is not necessary

wet pilot
#

does it need a built in WAP?

dark swallow
#

yes

#

but I have some holdups with AmpliFi if I buy the system without the mess points it is really hard to find the mesh points separate if I need them and I have heard that as a kit the mesh points are hard bond the the router

#

Also when looking at other routers it is hard to tell if it will have the basic management features I would like

wet pilot
#

if you need the built in WAP you tend to give up a lot of the enterprisy features

dark swallow
#

Yeah I figured. I can live without most enterprise features

#

do you know of any router and wap system that would fit my budget?

wet pilot
#

not something i've looked in to recently

#

i run a split system right now. dedicated router with external wap

dark swallow
#

Just out of curiosity what do you use?

wet pilot
#

ubnt LR3

dark swallow
#

Lol I could've guessed that. I have worked with that in the past and it's great. It's just not worth the money for my current situation

wet pilot
#

i haven't really done anything with it yet but its on the list

#

still have dumb switches everywhere

#

once i start getting managed switches in place i'll start vlaning

dark swallow
#

yeah i just started changing to managed switches as well

#

at the bare minimum it at least helps my find where things are going wrong

wet pilot
#

i have a 24p gigabit cisco sitting on a shelf but i haven't done anything with it because its too damn loud ๐Ÿ˜„

dark swallow
#

and as of late it is all going wrong at my AT&T provided shitbox router

#

lol yeah you need to put that in a sound proofed room just to keep your sanity

wet pilot
#

oh i bypassed that as soon as they set it up

dark swallow
#

Yeah I should've done the same thing but here we are

wet pilot
#

set it up for passthrough and never looked back

dark swallow
#

On slight thing though apparently the specific router and firmware has issues with passthrough just well not working at all

#

so I have a tech coming out and probably replacing the gateway which I will then immediately be connecting my own router

#

Hm.... so I just looked into Unifi more and I found I could get an edge router x for $60 and an ap for $80

#

Might have to do that

#

Anyone else here run a similar setup?

fallow galleon
#

That's what I have. I'd make sure the AP of choice isn't on the EOL list

#

ERX doesn't have the fancy graphics from USG

dark swallow
#

@fallow galleon do you know where to find this eol list?

fallow galleon
dark swallow
#

Oh dang that is new. Thanks for the heads up. What ap do you use? and are you just using the Edgerouter x with 4 out port

fallow galleon
#

My UAP-PRO is old and on that list. Something I got from work.
I don't use the integrated switch. I have another 16 port switch.

dark swallow
#

out of curiosity what switch do you use?

fallow galleon
#

๐Ÿ˜… not something I'm proud of. A Zyxel, but that's all I could found for relatively cheap at that time

clear ferry
#

ZyXEL๐Ÿคข

dark swallow
#

never heard of the why are they ๐Ÿคข

clear ferry
#

They have been around for 25 years or more

#

They used to make really shitty products

#

I haven't touched them in 10 years probably

#

1989 actually, older than I though

fallow galleon
#

need VLAN so a managed switch. iirc that's all I can find <$100

dark swallow
#

yeah from what i found for 16 ports that is probably all you can find

fallow galleon
#

ebay now has a LOT of options. Managed, gigabit

#

I guess people are moving to 10G

clear ferry
#

I'm probably outside the norm as I run a pair of HPE 5900AF in my core and a few Aruba 2530 as distribution ๐Ÿ˜›

dark swallow
#

Yeah that's not really a consumer setup lol barely even a prosumer setup

fallow galleon
#

Having more than 1 layer, yea lol

clear ferry
#

I think the 5900 retail for $40000 each ThonkEyes

#

Or did atleast

#

No, that was actually a bundle price for two I think

dark swallow
#

I mean I tried looking at the website and it just says Get Quote so yeah the price is probably up there

#

May I ask a question @clear ferry

fallow galleon
#

work only gave me UAP-PRO and patch panel.....๐Ÿ˜…

clear ferry
#

The Aruba's are only $600 each though

dark swallow
#

Why do you have such an enterprise setup in your home?

clear ferry
#

Because I work with stuff like this

#

So I lab at home

#

I have a RX6600 also, that was probably close to $100000 new

dark swallow
#

ah makes sense. I was really disappointed. My work moved offices and I got some old equipment like a half decent netgear NAS but sadly no networking equipment we pretty much used it all at the new place or the old stuff just didn't work anymore

clear ferry
#

And when Im mostly the only one in country, or region who works with the products it's good to be able to lab at home

dark swallow
#

very true now you have me interested who do you work for?

#

if you don't want to say I understand

clear ferry
#

You should be able to tell by the products ๐Ÿ˜›

dark swallow
#

HP?

clear ferry
#

Well, you are almost right

dark swallow
#

well HPE or whatever their enterprise business is

clear ferry
#

Yes, don't call me a pc and printer pleb ๐Ÿ˜›

dark swallow
#

lol I mean with your network setup I don't think anyone would

#

Makes a lot more sense on why you have an overkill setup for most homes

#

You probably have a better setup than most small to medium sized businesses

unreal orbit
#

Most small to medium businesses have no real networking whatsoever

light trout
#

Real networking?
The have a LAN they can communicate over, and cacn access the internet, what more do you need?

clear ferry
#

I have more physical servers than many customers I visit ๐Ÿ˜‚

unreal orbit
#

Like a central data server, properly established DHCP, likely piss-poor wifi security

light trout
#

WEP all the way ๐ŸŽ‰

dark swallow
#

No WEP is even too hard lets just make it no password

light trout
#

At this point WEP and no password are mostly the same

clever mortar
#

They've been mostly the same for longer than I care to remember

#

I mean, hell, WPA hasn't been much better than WEP for long enough

dark swallow
#

I mean the other difference is 5 seconds

#

for both entering a password and how much longer it takes to get through

#

Not going to lie I haven't seen many WEP networks around me lately

clever mortar
#

So, you can save 5 seconds of typing a password by spending the 5 seconds to break it ๐Ÿค”

#

I've seen WEP, it's not terribly common, but it's out there

#

WPA is still pretty common too

dark swallow
#

Yeah I see that all over

#

as much as I crap on AT&T and other isp's in the US one good thing they have done is basically made WPA2 required on their routers

#

or at the very least the default and people don't even bother to change it

clever mortar
#

Much the same here - and the default passwords are no longer password or the MAC address of the access point

steel urchin
#

yeah mine not only had a rando password, it has a config access password as well (also rando)

dark swallow
#

yeah that was probably the best thing they could've done. Also they lock their routers down more with a separate "access code" that is needed to change major settings that would open security holes

steel urchin
#

^ yeah that

#

but... the ATT NAT routing blowwwws.. and port forwarding basically causes you to basically DOS yourself

#

so i had to passthrough to my own router

dark swallow
#

No joke I think I just did that to myself the other day! Still not sure but I have had so many issues the past couple days

#

the best part is AT&T says it is the "wiring"

steel urchin
#

i hate ISPs with a passion

dark swallow
#

And I am just like nope it's your crappy router/modem

#

And same, especially since I basically have 2 choices for the same exact service

#

only difference one is slightly faster the other actually has customer service

steel urchin
#

yeah, you can see in the NAT table all forwarded routes end up sitting on ... i wanna say an SYN_ACK? Which is what you want when you are trying to DOS someone

#

also, i had to use CTF to get CLOSE to gigabit speeds, which breaks NAT loopback "per spec"

dark swallow
#

I don't follow what did you do to get close to gigabit speeds?

steel urchin
#

so, on my router, i flashed with Tomato

#

it has the CTF feature built in

#

which is like a hacky NAT transfer that's significantly faster by ignoring some features/functionality and other optimizations

dark swallow
#

ah that makes sense, so basically its cheatcode

steel urchin
#

hehe yeah

#

so far the only negative side effect is you can't access your own network via port forwards, you have to access directly

#

so if i have codex.com:4567 forwarded to .15:8888, i have to access .15:8888 directly, but the outside world can use the previous

dark swallow
#

oh ok makes sense

#

what router do you use with tomato heard a bit about it but never looked into it much

#

would you recommend for someone that doesn't mind configuring it but then just wants to leave it alone?

steel urchin
#

I use the Netgear AC1900

dark swallow
#

What are your thoughts on Tomato?

steel urchin
#

i like it, it's basically just ARM linux preconfigured with a bunch of networking tools

dark swallow
#

Yeah the more I look into it the more I like

steel urchin
#

i like how any device it works on, it's consistent

dark swallow
#

Yeah it also look a lot more straight forward to use especially compared to AT&T's shitty firmware

steel urchin
#

my literal favorite feature is renaming devices, and 2nd favorite is realtime bandwidth monitoring (although i don't use that one much anymore on gigabit)

dark swallow
#

lol I understand that I hate plugging something in like a pi and having to guess what the ip is from the list of devices that are say unknown

last dirge
#

I got close to gigabit by putting the ATT router in passthrough

steel urchin
#

i couldn't top 350mbit without CTF

dark swallow
#

@last dirge @steel urchin what are your speeds ATT says you should be getting on your bill? I am interested because the highest tier they offer me is 50mbps

steel urchin
#

gigabit up/down

last dirge
#

oh

#

I'm gigabit ๐Ÿ™‚

#

FTTH

steel urchin
#

i get on average 970-980

last dirge
#

I forgot some stuff I turned off or disabled on my edgerouter

dark swallow
#

lol yeah i'm just sol I guess they do offer me one other tier! 5mbps for $20 more

last dirge
#

had to fix it

#

I only pay like $80/month for gigabit

steel urchin
#

yeah i'm on 70+10/mo for 12mo,t hen i think it goes back up to 100 which is their nationwide pricing

last dirge
#

I think I've got traffic monitoring on on my edgerouter

#

no, that's off

#

ATT re-flashed my modem a while back and screwed with some of my settings

#

it's been kinda goofy since then

steel urchin
#

yeah i was doign a lot of research and apparently ATT routers are generally garbage

#

for the record, CTF/gigabit speeds are only for NAT transfers... no-nat (same subnet) will get gigabit speeds just fine

dark swallow
#

lol wow yeah i pay like $80 too but again for only 50megs

steel urchin
#

those spikes are me installing 4 VMs at once ๐Ÿ™‚

steel urchin
#

ok.. finally got around to installing my first smart swtich.. GE ZWave, but it flickers at highest setting... is this a bulb issue?

wet pilot
#

typically

steel urchin
#

how annoying

#

any input on what i need to look for? It's just 2 lights in this situation, but I know the rest of the lights are the exact same and i have 7 switches to install

#

they're incandescing bulbs... not led

#

i thought they were all dimmable

wet pilot
#

hm, i'm not sure then

#

is it a 60hz flicker?

#

i haven't tried incandescent bulbs on mine. only LED

#

actually, that's not true. Had 2 can lights, they worked fine though

steel urchin
#

ok i lied, it's actually LED, they just look so damn much like incandescent

wet pilot
#

lol

#

flickering on a halogen would be super weird

steel urchin
#

says dimmable

wet pilot
#

not all bulbs are created equally

steel urchin
#

well so far both are doing it :S really annoying

wet pilot
#

led bulbs are defintely one of those "you get what you pay for" items

steel urchin
#

and only at 100%

#

it goes all the way to 0 just fine

wet pilot
#

odd

#

set a max of 99% then? ๐Ÿ˜›

midnight adder
#

modern problems require modern solutions ๐Ÿค”

steel urchin
#

yeah just not sure how to set the max yet

#

i can't find a clear answer

#

also, the damn thing isn't showing up in alexa through the alarm.com integration, but i remove/re-add the outlet switch we have and it gets it just fine

wet pilot
#

i handle it buy using double-tap events

steel urchin
#

yeah i know nothing about that yet

#

i'm literally just diving into this... been trying to read up on what i can, but not quite there yet

wet pilot
steel urchin
#

yeah i'll jump on that in a bit.. right now i'm irritated alarm.com and my iq panel both see the new switch and control it fine, but alexa does not

#

ok this is so stupid

#

in the app i've told it to scan for new devices like 6 times now

#

i just said "Alexa, scan for new devices" and within seconds it found it

wet pilot
#

lol

#

Amazon'd

steel urchin
#

yeah just trying to transition the wifey slowly.... rght now she loves the alexa stuff, but i know as i switch over to HA i'm going to have to refigure that out

#

i'm sure it's similar, with a skill

#

hmm... now i'm noticing one light turns on before the other

#

if i slowly fade it, one will be on, the other won't

last dirge
#

aww yiss

#

now I just need it to stop raining for a while so I can install stuff

#

no comments on my crappy li'l enclosure?

dull chasm
#

you should have proper backplanes

#

with standouts that are theaded

#

no ground screw for isolation

#

no vents

last dirge
#

won't have vents, it's a sealed enclosure

#

housing is plastic, ground terminal wouldn't do anything

dull chasm
#

allows for term's

last dirge
#

I have to figure out something for mounting

dull chasm
#

wont pass code

#

need a union man to make it safe ๐Ÿคฃ

last dirge
#

doesn't have to ๐Ÿ˜‰

#

it's got a plug on the other end

#

companies are REALLY proud of their waterproof enclosures that are that size

#

a 2-gang sized box is like $30

dull chasm
#

yep

last dirge
#

that one was like $12

#

and it's a name brand

#

wooo

dull chasm
#

well if you got a propoer encloser from hoffman it would have a backplane and grounding and be waterproof nema6 ...put hunderds not 10's ๐Ÿคฃ

steel urchin
#

well.. i'm irritated.... guess i'm going to start drinking

#

this damn flickering is so weird... only happens from the switch, alarm.com/alexa don't exhibit any flickering

dull chasm
#

drink more and you ill never notice

midnight adder
#

i'm new to this whole home automation thing... smart switches are expensive ๐Ÿ‘€

steel urchin
#

yes, they are

#

another annoying thing is i tell alexa to turn on dining room lights, and the roborock turns on... it's not listed as a light, it's listed as "other" yet still does it

#

i hate technology

#

(says the guy who works in it)

dull chasm
#

you might need to step back a little and regroup ....

steel urchin
#

i think you're right

midnight adder
#

did you guys go one-by-one on smart light switches? or just drop a lot on em? i guess i don't need all the light switches in my house to be smart

steel urchin
#

you mean regroup my thoughts, or regroup areas in alexa app? ๐Ÿคฃ

#

for better or worse, i bought a ton at once because they were on mad sale a few weeks ago

#

i got 15 total

midnight adder
#

what kind?

steel urchin
#

GE Enbrighten, z-wave

#

but i just installed my first one like 20 min ago and have annoying flickering, so don't quite listen to me ๐Ÿค”

dull chasm
#

i dont use alexa groups ....i would make sure things work indviual then start down th group path ....as far as teh light flicking ....start with manually turning on switch ....if that a problem ...then bulb/switch

steel urchin
#

i'm thinking it's the bulb

#

it's all acting strange though

dull chasm
#

led bulbs come in dimmable and non dimable

steel urchin
#

if i turn on via switch, it flickers, and one light turns on before the other.... via zwave it's simultaneous without flicker

midnight adder
steel urchin
#

yeah this one is dimmable

#

is what i have

#

lol i saw those @midnight adder and noped out

midnight adder
#

that's a trip

steel urchin
#

@wild lark but the bulb i have isn't on the QVL that Jasco has out... although that's not the end-all be-all, it may be the issue ๐Ÿคทโ€โ™‚๏ธ

dull chasm
#

i dont use zwave but i would imagine its just tuning on the switch via protrocal ....so should be same manual vs smart

steel urchin
#

that's how i feel about it as well, but it's definitely a different experience

last dirge
#

I'd strongly recommend getting RF stuff

#

Z-wave, zigbee

#

and I'd also strongly recommend using stuff that reverts to "dumb" if your controller goes offline

#

ie: the switch on the wall still controls the lights

steel urchin
#

yeah that's why i went zwave

#

same for internet

wild lark
#

@steel urchin I think you mentioned the wrong guy ๐Ÿ˜‚

steel urchin
#

VasileyToday at 3:52 PM
led bulbs come in dimmable and non dimable

valid halo
#

I got new glasses today

#

๐Ÿ˜„

last dirge
#

aww yisss

steel urchin
#

ohhhhh

last dirge
#

single vision?

steel urchin
#

i see it now lol

midnight adder
#

is there an alternative to a ring video doorbell?

unreal orbit
#

yes

wet pilot
#

many

#

including but not limited to DIY

midnight adder
#

where's the best place to look for these? it's hard, knowing almost nothing about these products, to jump in and find good ones. looking at the home assistant integrations page is also a little overwhelming ๐Ÿ™‚

clever mortar
valid halo
#

Yes single vision

#

I only have one working eye

#

how did you guess?

#

O_O

clever mortar
#

๐Ÿค” Folks, we've found the surviving Cyclops...

valid halo
#

X_O Nemo really did a number on me.

steel urchin
#

@midnight adder mind if I dm?

midnight adder
#

sure

last dirge
#

gettin old sucks

#

I'd recommend against it if possible

midnight adder
#

big facts

#

agreed

last dirge
#

was soldering something earlier

clear ferry
#

๐Ÿ‘ด

last dirge
#

looked up at something two feet away

#

my eyes were like "hold on, gimme a second"

#

probably got 2 or so years before I'll need bifocals

#

booooo

clear ferry
#

I haven't had depth perception since I was born

#

You get used to it

midnight adder
#

i thought for a very long time that i had perfect eyesight, and it turns out that i do not in fact have perfect eyesight

last dirge
#

according to my audiologist I have perfect hearing

#

I also have ringing in my ears

#

also, she was fitting me for special hearing aids when she told me that

#

so grain of salt, I guess

#

they play white noise in my head constantly ๐Ÿ™‚

midnight adder
#

i don't have great hearing - my music was always at full volume

#

years of bands and concerts took its toll

last dirge
#

it's supposed to lessen my brain's recognition of my ringing after a while

#

and hopefully I'll be able to stop wearing them in 18-24 months

clear ferry
#

I have perfect hearing, and I've always listened to metal and prog rock at 11, no idea why I don't have tinnitus๐Ÿ˜‚

last dirge
#

neuroplasticity FTW

clear ferry
#

My wife sent me to an ear doctor because she said I never could hear her

#

Turns out I just had selective hearing

#

I hear like a 25 year old, and im 35 ๐Ÿ˜‚

clever mortar
#

That's called marriage ๐Ÿ˜›

last dirge
#

these hearing aids are also bluetooth headphones

#

pretty friggin sweet little devices ๐Ÿ™‚

clear ferry
#

We have been together for 20 years, guess I just filter out white noise ๐Ÿ˜‚

hushed basalt
#

Is this a problem any of you ever had

#

Your cat stealing sausages from your refrigerator

midnight adder
#

do you not?

#

is there anyone in the world that just puts food onto fridge shelves in the open?

hushed basalt
scenic radish
#

Continue Poppy!

#

@hushed basalt watched that Python vid you mentioned. Definitely was useful, I was able to follow along and do some things before he showed how to do them

#

I watched it at 1.5x speed to cut it down from 4.5 hours to 3 hours
big brain

clear ferry
#

๐Ÿ’†โ€โ™€๏ธ

steel urchin
#

Sometimes I'll have 2-3 watching at 2x and wifey is like "how the hell do you do that?" And I tell her "there's a lot of dumb useless shit in-between the informative parts

scenic radish
#

I kept forgetting I was playing it at a higher speed and thought "how is he typing so fast, damn" a few times

hushed basalt
#

It depends on the content too

#

Sometimes you don't absorb it and then have to watch it again too

#

1.5x / 2 = 0.75x overall :D

scenic radish
#

Very true

steel urchin
#

never had that problem ๐Ÿ˜›

valid halo
#

Someone up above said getting old sucks

#

too true mate

#

I gew old

#

and now I have FUCKING glaucoma

#

take meds 9 times a day

last dirge
#

@tidal bronze did you do an ambilight thing with those strips on the sides of your TV or are they just to backlight it?

#

@valid halo toke up

valid halo
#

MJ helping Glaucoma is a urban legend from the research I've seen

#

uses 100$ eyedrops instead

tidal bronze
#

@last dirge single strip running wled with 4 segments. 2 x vertical FIRE and top red breath and bottom yellow breath

last dirge
#

okay, so not related to what's displayed on the monitor

#

what controller are you using?

tidal bronze
#

nodemcu and no, not ambilight. HDMI pass thru is too much brew-ha-ha

last dirge
#

thinking I might design a shield for the wemos to do WLED

#

have some made up

steel urchin
#

so apparently a lot of Great Value bulbs are "compatible" with the GE switches, and the wifey was at walmart getting some cleaning supplies and grabbed a pack... we'll see how it goes

last dirge
#

what?

#

it's a switch

steel urchin
#

getting old does suck huh? ๐Ÿ˜‰

#

jk i'm old, too

#

but... no GV (walmart) bulbs have a lot of compatible models with the GE Enbrighten switches

#

i was just referencing the flickering some ofus were talking about earlier

last dirge
#

the only flickering I ran into was on a leviton dimmer

#

none of my GE/Jasco stuff has had any problems regardless of how many devices on the circuit

#

or how shitty the bulb quality is ๐Ÿ™‚

steel urchin
#

hmm well i tried 3 different GE switches and they all did it, so i'm ruling the switch out

#

there's literally only 2 bulbs on the load line, it doesn't go off to anything else

#

meh, either way... $5 and a few hours i'll have it in hand to test

last dirge
#

switches or dimmers?

steel urchin
#

dimmers

#

sorry i said switches, my brain hasn't made the distinguishment because I think "who would just want a switch when you can dim?

#

i'm losing my damn mind right now... i can access a VM on a specific port via http, but not via RCON (ark) via localhost... but i can access that same port remotely just fine ๐Ÿค”

#

firewall and antivirus disabled, fresh install otherwise... totally stumped heh

hushed basalt
#

Draw a map

#

@steel urchin

#

Rubber duck your set up

#

9/10 times you'll figure out your mistake there

steel urchin
#

i mean, it's a modem/router pos that ATT gives me, MY router, and my laptop

#

not much of a map

#

i think it's this double NAT'ing that this shitty modem enforces on me

hushed basalt
#

There's still plenty to draw

#

Draw your interfaces, the subnets, the external and externally ports and make sure they line up

steel urchin
#

i'm just trying to access localhost at this point... port is accessible through every service i try except ARK's RCON

hushed basalt
#

Your ISP modem should be bridged though

steel urchin
#

doesn't have a bridge

hushed basalt
#

What's the model

steel urchin
#

bgw210-700

#

you know.. i've written network protocols that the world literally runs on, but i can't figure this stupid router out

#

i've it set up as an IP passthrough

#

which is garbage

hushed basalt
#

Ew

#

Can you buy another VDSL modem/router

steel urchin
#

nope

#

ATT fiber doesn't allow it

hushed basalt
#

Can you buy another city

steel urchin
#

i wish

hushed basalt
#

Can you buy ATT and make them change it

steel urchin
#

for the record, wifey just got home with the Great Value bulbs, and they work fantastic

#

only issue is we have 3k temp in the entire house, and these are 2700

#

this network issue i feel is something to do with win10 store apps

#

but it's driving me bonkers

hidden laurel
#

Any recommendations for smart plugs?

steel urchin
#

i have a single one i got free with a tech package for the house... it's zwave, which i like, but i think in the future i'd rather change the outlet itself for a smart outlet rather than a plug... it's kinda tacky looking imo

hidden laurel
#

It's not visible but I agree

steel urchin
#

do you have existing tech? i'm trying to stick 100% zwave

hidden laurel
#

I'm 100% wifi

#

I have to get some mqtt stuff at some point but for now wifi

#

I have a few ubiquiti WAPs so my coverage is bomb af and it works really reliably

young sigil
#

I've run out of things to automate ๐Ÿ˜ฑ

hidden laurel
#

you clearly haven't tried

young sigil
#

Name something. Anything.

wet pilot
#

@wet pilot

#

ยฏ\_(ใƒ„)_/ยฏ

midnight adder
#

Have your heat turn up when the stock market is doing well, have your curtains go down if someone walks by our house, reset the thermostats after a minute if someone manually changes them, make a doorsalseman detector based on your and your neighbours rf doorbells

hexed magnet
#

@hidden laurel What WAPs do you use?

young sigil
#

Sensible ideas then.

steel urchin
#
C:\Windows\system32>netstat -anobq|find "4200"                                                                            TCP    0.0.0.0:42000          0.0.0.0:0              LISTENING       6316          

Driving me crazy... WHY WON'T YOU ANSWER!?

wet pilot
#

UDP?

steel urchin
#

no, it's tcp