#the-water-cooler
1 messages · Page 220 of 1
I've slightly lost track now, too many files. I shared the code that Frigate wouldn't allow...
Vscode should automatically correct that list for you
But your first screenshot was valid YAML that was invalid Frigate config, which is what I said in response to it 😅
All good
Christ knows. All I know is I've had more problems with YAML in a week than I had with JSON in a decade 😂
Let pre-commit validate everything. Sometimes i don't even write it correctly I just let pre-commit fix it 😂
Now I'm doing something fun. C code generation from python straight into a microcontroller
There was a SQL keyword that always used to catch me out, I forget what it was
It was something like group that some idiot had used as a column name for some important keys at my first job. Every 3rd time I'd write a query I'd have the error pop up. The SQL guys were used to it but I was only using it occasionally so I'd have long enough to forget every time
Silly to use reserved keywords as a column name but can't you get around that by just putting backticks aroudn table/column names in your statements?
select `select` from `from`
Yup, it wasn't insurmountable just annoying
It was something more obscure too, can't remember what the keyword was now
It wasn't something you'd automatically associate with SQL like SELECT/WHERE etc
the frigate talk reminded me to update mine
wonder if there will be any noticeable improvements
Got any experience with go2rtc to repeat the RTSP streams? My cameras only support 2 streams and I'm using both for Frigate
There were apparently some nice UI changes recently? No idea if you've updated to those yet. I've never used the old UI so I can't comment on whether it's better
you should be able to access the go2rtc page using the 1984 port
assuming you set up the cameras in the frigate config using the docs
Nope, it's the baked in one
assume you added the entry to the config correctly for go2rtc in frigate?
I have this in my frigate.yaml file, that's my only reference to go2rtc anywhere in my config so I'm not sure if I'm missing something or misconfiguring
Added yes. Correctly... no idea
Looks like you have a duplicate key 😅
That's just a separate file I've dumped it out into to remove the username and password 🙂
yea don't do that lol
Mine just looks like this:
go2rtc:
streams:
front_left:
- rtsp://user:pass@192.168.0.247:554/h264Preview_01_main
front_right:
- rtsp://user:pass@192.168.0.99:554/h264Preview_01_main
back_left:
- rtsp://user:pass@192.168.0.61:554/h264Preview_01_main
back_right:
- rtsp://user:pass@192.168.0.56:554/h264Preview_01_main
haha I know enough to not copy anything dangerous, just not enough to know what the config should look like
check the docs lol https://docs.frigate.video/configuration/reference
Camera names have to match what you call them under cameras:
Lemme give HA a full restart a sec and see if removing that listen stuff helps
Seriously... containers. Then you don't have to reboot your whole home automation system 😅
It's all containerised, I've just been tinkering enough that I like to get to a known state when testing something
Frigate addon is a Docker addon inside HA as far as I know? And my HA is in Proxmox
I did try Frigate as a separate LXC but didn't get on with it too well
Ah. I literally just go Debian + Docker Compose.
Anyway. It's midnight and I need to take the little'un out tomorrow while the weather is good. Best of luck sorting your Frigate
Almost everything else I run is in Docker under unRAID, but I wanted HA on it's own NUC because I don't leave my server up 24/7
Thanks matey. Got our own little'un on the way in August 🙂
Still stuck on this 😦
go2rtc: streams: babacam: - rtsp://user:pass@192.168.1.61:2020/onvif/stream1 # Replace with your camera’s RTSP URL
Can't work out what I'm doing wrong
It'll be one of those annoying tiny issues that's so obvious once I see it
it posted nothing else beyond what you linked?
Last time no
this time...
I've changed the port, realised :2020 is the ONVIF port, 554 is the RTSP stream
this the ha addon?
That's from the logs in Frigate, but yeah in the HA Addon
I know there are some diffrences between that and just a normal docker container
Putting FFmpeg: on the front of the stream URL as suggested elsewhere means I go back to just getting stuck on "Starting go2rtc healthcheck service..."
yea I dunno. I never ran the addon but recall there being differences so no clue
I'm thinking it might just be something about this camera
This kind of night reminds me why I love and hate tinkering with technology
It's so frustrating... but when I get it right it's all worth it
shocked a mod hasn't broke out the stop sign and revert to support flashing indicator yet
I don't know what that means 😂
none of us do really
I'm posting in the wrong place?
yea technically the convo belongs in #1284965172053807145
infact you may wanna go look at it. others may have posted the same issue
I posted in there about a different issue a day or two ago but it seemed pretty dead
Nothing matching about this one though
If I remove the rtsp: stream above and just try to make it use the internal stream I get this... still doesn't seem right 😂 running out of ideas now
well when you use go2rtc you should be linking the cameras url to that then using the go2rtc link to frigate
Yeah that was my planned next step once I got go2rtc to work in general
well if it's erroring trying to fetch a bogus url then it won't work
That wasn't a bogus URL, it was trying to use the stream from cameras but presumably it can't work that way round
thats why it's bogus lol
Gonna try to jump ahead and load the stream into go2rtc first then use the localhost link for the camera, see if that works
Just in case Frigate is using the RTSP streams and so go2rtc is finding nothing when it tries the correct URL
Oookay so... that works for the camera, while still throwing the "github.com blah blah EOF" warning and still not exposing anything on :1984, nor can I stream the re-streamed RTSP from VLC
So I'm totally lost, I can't even work out what's wrong
the 1984 was cause I thought you were using the normal docker container. the addon may not even give you that ability. no idea
Not a clue. I'll look into whether I can do some port forwarding shenanegans
It looks like the Frigate addon is getting an actual IP address on my network though. My understanding is it's a Docker container on HA OS, so presumably it's using a bridge
go2rtc says it's getting an IP from the supervisor, and I see that IP on my router
The fact I can see the camera inside the HA web portal suggests it's at least somewhat working internally, though
Christ knows, I give up for tonight anyway. I might try an LXC again tomorrow or maybe install it via Debian + Docker or something - I've got the config and MQTT now so I can presumably just start the instance up elsewhere and see if I get a different result
Thanks for the help
Only took me 2 days but I finally got PTZ, and 2 way audio working fully locally on my tapo c210 (all outbound traffic from the c210)
quick question for anyone familiar with reolink cams. Does the homehub provide anything a self hosted frigate setup doesn't? do all the same features work? i'm assuming the homehub is basically just a NAS?
a little more than that. it gives many of the battery cameras the ability to 24/7 record as well as external access links like rtsp
🤔 so the battery cams don't 24/7 record with frigate then?
and frigate requires an rtsp to setup the cam no?
on thier site
or i guess that also depends onw hat the camera can output
it requires some type of accessible url. there are others besides just rtsp
good info, thanks!
just why...
I've been following the progress of the Telo truck for the past few years. And today - I got our first inside look and our first drive behind the wheel of a preproduction prototype Telo Mini Truck. Tello has a great Youtube channel that you should check out if you like seeing the way things come into existence. The Telo mini Electric truck solv...
Try and get lost in the couch now stupid remote
insider trading
lol
I like it. It's a good showcase of how simple an EV is
I spotted a great price on a mini PC for anyone looking. It's a lot of overkill for a base HA host, but at $150 you can easily put Plex on there as well, and alll of the add-ons.
https://www.amazon.com/dp/B0C3XDVV55?ref_=pfb_spv01_351f40a5566ef49e9e6169c1d7cb84ea&tag=undefined&th=1
I got one of these without the $20 discount right at the beginning of the year and it's really simple. Boot Linux from USB stick with the HAOS image on another USB stick, then just use the image writer to blast HAOS onto the onboard NVME. Reboot and off to the races.
You cannot add storage, unless you go external, but with 512GB it's good for a lot.
That's a regular ish price for such devices
If you go with slightly larger form factors like offered by beelink and copy products or whichever branding you tend to also get an additional 2.5" bay for more storage
May be more interesting for Plex as content usually is quite large
Hey everyone, sometimes my wife leaves the stove or oven on accidentally (memory/health issues). I’m looking for a solution that would allow me to get alerts or status using home assistant. I tried looking for an oven probe with 433mhz since I already have a receiver for that but didn't find much. I thought about a PI with customer vision, but I don't think I have a good enough spot to mount that.
Depending on the oven you can simply hook up a power meter or tap into the hood/window sensor or your an air quality sensor
General modern ish ones have enough circuitry to tap into as they have a ton of control safeties
#1284966353798697001 probably could help pick a sensor/meter or #the-workshop for other diy solutions
replace the dedicated breaker for the oven to a smart one. not only can you monitor it's usage but also auto cut power
got to make you wonder why https://github.com/home-assistant/frontend/issues/24502#issuecomment-2705765357 not even a helping hand for such an acclaimed piece of HA software.
even though stricktly speaking it might be correct. so unhelpful.
issues need to be cleared quickly otherwise there would be insane amounts. HA-frontend is not the right place for the interface of an addon
is there a way to start and stop charging of my tesla without using the Fleet API?
Yeah because this is not in the Frontend …. Come on.
It's not in the HA frontend...
Well, it is…. But this is all besides the point I am trying to make.
Which is what?
That there could have been a more helpful reply/reponse. Not one that gives the impression of couldn’t be bothered
He said exactly what you need to do. Open the issue in the esphome repository. What else could he have said
Well that explains why it isn’t working anymore https://github.com/home-assistant/core/commit/0ffbe076beb9c9a0016cb9e6423fdcfce4440e43#diff-9fff6ac280901e864dc9eb37fc715660e22e02451c0db64454fa0bbceadd7b1c
1st hot day in the netherlands and i smell a bbq
wildfire you say
The bbq season starts Jan first
My cat is scared of the Roomba.
I wish Roomba natively supported HA though.
you must teach it to trust it and then ride on it whilst you take videos
@clear ferry why does your name keep popping up on people with issues with smartthings 😂
If I were a cat id be scared too
the switchbot modular rebot could make these extremely easy to make
the smart home solvers wifi has to be so damn congested lol
Don't you dare people with a fun time
Wait, what
Wait what
Well, I must congratulate you.
Now my Microwave works amazingly with it.
yes
This whole Smartthings kerfuffle was just the kick in the pants I needed to migrate the rest of my devices to HA. I am off that platform forever. Thanks Samsung!
I can actually see when it's done cooking my food.
wait why is it displayed like that
food spying device 3000?
It's a smart microwave
Which one?
this is definetly concerning
no
I forgot it
lol
also why is your temperature -17
do you leave it in the fridge
No idea. If it's been awhile from cooking, it displays that.
Even before the Smartthings redo
always -17?
Yup.
Can you open an issue, enable debug logs, trigger that and provide it
Like, I see that we are all used to SmartThings being meh and that it doesnt work most of the time
but I am now looking at this like
Sure. Give me a min.

Smortfongs
Like I am interested to see if we can improve that and see if an oven temperature goes to a default value that is the same for everyone, we just go to unknown
can you please try to see if it responds to this
It takes quite a bit before it starts saying -17.
I'd like to disable the beeper on my microwave and have it just ping my phone when it's done. I hate the beeper.
is it smartthings?
nah, dumb device
use a smart powersocket
Yeah gotta figure out how to turn the beeper off
AWWWWW YEAHHHHHHH!!
Instructions unclear, no 1 and 3 button, machine exploded and keeps beeping ar 143dB
Sooooooo
(Satire)
Now that the ESP bluetooth chip has a vulnerability that requires access to the chip... are we expecting hackers to make location detection via esp to become amazing overnight? 🤣
You could be lead straight to then
ESP find my
if you could make one exploit another and spread. you could probably have it propergate throughout neighbourhoods taking control of devices
then use ble to track stuff with them
Corona but for eps
sounds fun
And what happened with using lights for presence detection? I need to search for more info
hey guys
Need a patient zero and turn into a botnet!
you can honestly track people with them
by their phone
Imagine if they had legs, and ran around infecting each other
Anybody here got the hue dimmer remote running with ZHA to run scenes?
yeah definetly
For mine, I have to use the app.
they could all vpn into peoples networks too
luckily theres almost 0 eps within a 30 mile radius of me
@red rock Have you heard of the demonstration effect?
My microwave is doing it right now.
except for mine ofc
hehehe nice
bluetooth is actually does fairly well over distances just being amplified and large receiver on 1 side.
30 miles would be hard but people have got it stable at a little over 500m with reasnably portable hardware
oh for sure, i mean if i lived on the edge of my village the perfect conditions exist to target someone
if people put it on a car then driveby hyjacking is defnetly possible
flat lands all around
Yeah, yeah, I know.
I think something is low. I can't put my finger on it though.
thats a lot of farmland
thats just a bit of it
oh ok
idk the word in english
that makes sense
that map just showed exactly where you live. dunno if you realize that or not lol
i do
come i welcome anyone
still probably not the best to self dox in any case
nah its actually fine
whos to say i live there?
:P
but if yall come i hope you enjoy alchohol
I miss when my city was that small
i would say the same but my internet has been quite stable
~100mbps is quite good for the middle of nowhere
where the hell is that microwave lmfao
Above the gas stove
and its -17 there?
Apparently
yea sounds about right
My kitchen's a Walk in fridge
honestly what i need rn
I won't judge
We all have needs
Clean the nozzle first though
You don't know where it has been
🤮
😍
I remember internet outages, had one in 2012
What is this, internet in 2007?
My Comcrap goes out all the time.😡
Oh yes, the lovely American ISP monopolies
Paying your competition to not come into an area
Brrrrrr
Wish I could compact this down so it's easier to setup.
Yeah and I live in an old neighborhood so no fiber. They are literally my only option. When it's working I get 1.5gig down tho
Thankfully I haven't had docsis since 1999
I only get T-Mobile Home Internet.
Oof
And you can't even control the new modems from the browser.
You HAVE to use their dumb app.
5g broadband can deliver up to 500/500 though
I'd trade my 1.5gig down for synchronous 1gig fiber
I haven't had a non symmetric link since 2004
how
Ftth go brrrrr
ah
Started out with 10/10 in 2004
I wish I lived anywhere with ftth or the potential of getting it in the next decade 😭
Fun fact, Norway stopped fixing copper links in 2017, and tell you to order ftth instead
And now we are pulling all copper out of the ground
In rural michigan we still use satellite because companies haven't even put down lines in lots of places
Well AT&T own all the lines in my area and they are putting in fiber to new neighborhoods but not old ones.
Satelitte, wtf, I haven't even discussed that since a friend of mine went with his missionary parents to Africa in the late 90s
yeahhhhh it's bad
Starlink is gonna solve all that 🙄
My area has a local provider that iirc subcontracts via verizon, afaik not that uncommon for the more rural areas
It does look practical for warzones, where you agree with the part needing it
I mean how is starlink bandwidth
Because you have surrendered to your corporate overlords in the name of 'freedom'
I imagine latency is just as horrible
It's supposed to be pretty good actually
Go off king
huh. Might be worth trying out at some point
Starlink offers download speeds ranging from 25 to 220 Mbps, with most users experiencing speeds over 100 Mbps, and upload speeds typically between 5 and 20 Mbps. Latency is generally low, ranging from 25 to 60 ms on land, but can be higher in remote areas
lol so 'latency unspecified' basically
Yeah that is 20+ years behind, but better than nothing
Bout on par with best-case what we have in the area
Condolences
it is what it is, could always move like a mile to an actually populated road and be on a line
I'm still waiting for 10g/10g to be available in my area, had it available in my old house from 2021, but new house has max 1g/1g
also to be fair it is kinda a chonk country like I'm not particularly surprised
if we did actually tile the entire US how much of the world's copper would we drain
or ig silicon whatever for fiber lines? idk what they're made of
you dont need copper, just fiber
Just glass. Bunch of melted sand
Yes
ok its a little more complicated than that
Multiplexing go brrrr
I mean my point was more either way even material costs are non trivial
but even now if you have coax at home ISPs are using fiber to connect nodes
even for a gov
you are the richest country on earth stop making excuses for companies. There are none, other than 'muh profits are less'

if companies are rolling out fiber in a state they should be forced to also connect the less dense areas. That's how it works here
if it were copper that'd mean us just claiming 4% of the total world copper reserves
Now we could
it's not copper
you have big fuckin money
Hi, I am new here and I am asking, is there something that can make this old heater / water boiler smart?
I want to have a motor or servo controlling the right big knob which can be set to 3 different modes. 0 off 1 only hot water 2 hot water and room heating via Thermostate.
In summer I have it set to 1 but only 30 min before I need hot water and after that I turn it back off, else my gas bill goes up like crazy. I want to automate that. I have a 3d printer on hand and know how to model stuff but idk anything about electronics. Is there a product that lets me achieve this or do I need to learn how an Arduino with a servo is controlled and connected with HA?
And (not to pick on norway but i'm picking on norway) is less than 4% the land area of the us
if you want to make every problem a "throw money at it" problem sure
that doesn't matter
it's about density
And?
My area's population density is tiny and that's exactly why i'm here
with that in mind, the lack of ISP infra is no surprise
the nearest village had a population of 300 10 years ago and it's been dropping since, and they have physical lines anyway
you should ask over on the esphome discord, they can probably help you if your looking to build something
more of a #the-workshop question
or this 🙂
Thanks, postet it there
But that's the thing, things scale, if you can do it in small scale you can do the same thing in larger scale, especially when it comes to basic infrastructure
I feel like people got the impression that the less dense areas aren't connected when all I'm saying is they didn't lay a line to every single farmhouse in between and I never expected them too
To be clear I am in one of those farmhouses
What they do here is ask the rural areas, and if more than 50% want it they build it
they could. There's just no profits in that
They could, but you yourself said it was a problem of density and we don't have it
in the villages, which all actually have lines, ye
out in the boonies no
ofc comes with the advantage that I can link a bunch of outdoor and indoor speakers and blare them all simultaneously without disturbing the neighbors, because there are none
I want to see if I can get a diy toslink setup up to connect them
Apparently even 28% of all cabins in Norway have FTTH
I had to look up some statistics
40% of Norwegian cabins have 100Mbit or more
We even have statistics of how many households have access to 1000Mbit or more
this is 2023, and 25mbps download/3mbps upload
Last one is ftth 1000Mbit
why not?
.
My nearest neighbor is over 3 miles away
~4.8 km
that is awesome
so? we have farm area with the same density here. Doesn't mean they don't get to have fiber
And there are states where 3 miles is the very low end of how close your neighbors are
I'm not arguing against public infra investment here man
idk what you want from me lmao
I assume you have water an electricity though...
from a well
not from a public water system
electricity is from public lines tho yes
Is it true that ISPs are pursuing profits over coverage? Yes definitely. Is it also true that it’s a very different problem (even if the ISPs did more) in the US than in other parts of the world? Also yes.
^^
yes, no
stop thinking your size is so unique
When russia gets coverage throughout its entirety we can talk
Stefan what country are you in?
which again
I pointed out multiple times we don't have in my area
We are both huge and not dense
though I’m starting to think if you moved to the US the density would go way up
wow so funny
the most dense people on this server all happen to be american
want to join that group?
idiots
None of us are
but to say that it's the same problem is just not true
stop thinking you're unique
stop thinking you're the only country with low density
Like everyone else I can shell out 50K$ for a line to my house if I want
we have plenty of those and they can still get fiber
Ok so the point of contention is us gov spending on internet infra? Then we're already in agreement, great
perfect
no. You can force the companies who build fiber to expand coverage to less dense areas
yes
we're agreeing
lol
at no point did I say "rah rah I support paying ISPs for unfulfilled promises, freedom reeeE" so I'm glad we're both on the same page
whatever
my tolerance for americans and their attitudes in general has dropped off a cliff, sorry
?????
We both agree that american setup for ISP management is stupid and incoherent
what are you arguing for
I'm not "defending the american way"
so has mine- for about 50% of them anyway.
I'm saying that it's present in what I have to deal with
Is Sonoma now a verb like "to google"
A verb; "to sonoma"
An adjective; "sonomaesque"
etc
if I have my way, absolutely
Don't let your dreams be dreams, or something
is it sonomaing or sonoming
Webster wants a word
😆
Not stopping to sonoma: insonomnia?
As long as it isn't sounding I'm happy
oh. oh no.
#donotgooglethat
#googlethat
the worst lmgtfy link you can receive
That should have been obvious from the start
I mean it was but reassurance is always good
the eternal scream organ
Nice! An IKEA server. SÖRVÖR
Assuming from the god-awful noise that's got the high flow counter-rotating fan set?
does the real sound have that nice hum to it like in the video?
that is quite exquisit
If you couldn't use the fans on it to power an Airbus A330, is it really a server?
Holy shit why has no-one done that. A 2U 19" 3d printed harmonica that you attach to the back of the server
probably because people are generally sane
Have you met people?
ye but luckily we have those that aren't
where's the one dude
the dude who made the furby piano
i try not to
like that guy either is or was raised secretly by demons
Excuse me, the what‽
yea the synth guy
THE #FURBY ORGAN! tooooo many hours were spent on this project
Download the furby song and loads more songs and music livestreams here! :-
https://www.patreon.com/lookmumnocomputer
Next patreon livestream Jam and chat is on the 19th of july. all patreons invited!
CHECK OUT MY MUSIC ON SPOTIFY :-
http://bit.ly/LMNCSpotify
Paypal :-
paypal.me/...
it's horrifying
skip to like 3:20 for playing
Ok, zero surprises it's look mum no computer
I prefer toothbrushes.
https://youtu.be/9Zd9hURkmXM
He's a Pirate from Pirates of the Caribbean played by three electric toothbrushes. The toothbrushes have toothpick swords in their pipe cleaner hands.
This movie song is one of the songs that I've been planning to do for a long time, as it's also a popular floppy drive cover song. I was going to do this song on credit card machines but decided ...
there's also https://www.youtube.com/watch?v=Oym7B7YidKs
The floppy drives are back with multiplied force.
Cover of Imperial March by computer hardware orchestra.
Patreon: https://www.patreon.com/floppotron
Donations: https://paypal.me/floppotron
Which song would you like to hear next?
More info: http://silent.org.pl/home/ .
Or Imperial March on an epilator.
I always imagine people who have these at home just walking around wearing earplugs all the time
This is the high performance kit with 320w CPUs if memory serves right
Didn't need to, it was in a closed garage and I could hear it from 25m from the house
I remember back about 20 years ago one of my then roommates bought for a dollar on our local ebay-analog a Compaq 7000.
Four P2-era Xeons, in a FOURTEEN rack unit chassis.
You could hear it anywhere in the house when it was turned on
Is this better?
their singing is raw
I loved my Compaq 8000 with 8x p3 xeons
atx why dont they have the super expensive shiny face plates
It's nice that HPE still keep around spec sheets for things that have been obsolete for nearly 30 years 🙂
https://www.hpe.com/psnow/doc/c04282156
isnt that like the rgb of servers
Yeah we don't remove history
Yuck, face plates
send servers having those my way if you dont want em 
Shiny face plates are so unnorwegian.
did i hear SHINY
The last couple of big orders of servers we've made at work I got faceplates. They aren't necessary, but they're basically free, and Dell's hexagon bezels line up so nicely when you pack a rack full of them.
they in fact are necessary
I also now have a box with like 500 of their barrel lock keys, was thinking about casting them into a block of resin to be a paperweight
makes them go faster
That's RGB, not the face plates.
It's like people who buy ubiquiti switches should never be allowed anything business critical
Ohhhh shiny RGB ethernet ports

well thats mostly a ubiquiti issue not a rgb ethernet port issue
Yeah, but it's indicative of the things Ubiquiti prioritises over fixing the actual issues with their hardware's somewhat lackluster standards compliance
i am positive if mikrotik would have done it you could specify it to display tcp data as color on them
My PC sits in a rack in the storage room. It's quite practically free of RGB.
i always forget you guys are old
back then servers surely had those fancy status indicator lights
and tape reels or something

Just wait till you see my old hub with collision RGB indicator
These were certainly popular for a hot minute
Can't remember which other brands had them, but certainly HP & IBM
i was more thinking about those kinda ones
https://upload.wikimedia.org/wikipedia/commons/6/6e/Connection_Machine_CM-5_(FROSTBERG_card_cage_at_NMC.agr.jpg
I was always envious of the IBM light path, that let you identify the failed dimm slot even with no power on the server
what i would give for a pc case like that
We had some older Oracle ZFS systems at work which have memory risers, so they have a series of supercaps to help find which of the 8 risers / 96 DIMMs is the fault; one button inside the server lights up an LED next to the riser, then each riser has its own supercap and button to light up the slot once you have it out.
Love it
Power source just for the error light
Hm. Any of you know of a list of Whisper supported cards?
Got a P400 & P4000 laying about, was wondering if they're still.. capable.
whisper works on a pi, any gpu will work
you may run into limitations with memory first
I run whisper on a 1650 super and it works pretty well although limited by vram
Hm. How about running it on a CPU? Atm it's got a Ryzen 5600, but once I upgrade the PC here it'll end up on a 5900X. System has 64GB of RAM atm.
The P400 has 2GB, P4000 has 8GB (equal to about a 1070).
will it work? probably
will it be better than on a pi? certainly
will it be great? probably not
It just has to turn on the lights, and the fans... and close the curtains. And it just has to not be google..
the p4000 should be fine, the p400 is probably a bit too little for running the larger models
its not about what actions you want it to trigger but about the processing to turn human noises into text characters
Just, really wanting to get away from the google assistants.
Yeah, that's fair.
Hm. It being a Quadro I might be able to share it with both Plex, the Windows VM, and HA. Hm. Might be worth it. Will have to see how much it adds to the wattage of the system. Currently it's running at ~40W idle.
likely nothing at all
That'd be optimal, aye. It's got some ancient AMD graphics in it currently, just for a display output, should the system crash - it runs headless. Not sure about the idle power consumption of the Nvidia cards.
Might try it out one of the days. Why not.
Suppose it beats having the cards just laying on a shelf.
its usually less than 10w with most non gaming cards
back when i was a student we had some hypercube servers that had led's on the front that showed the data flows. but they were locked away in a server room, so it didn't have any practical purpose 😄
If everything fails, I do have a 1080Ti on the display shelf behind me.. Could throw the air cooler back on it. I suppose. 😅
you gotta load the drivers tho else it feels a bit shaky
Thanks for the help though!
I'll.. do some experimentation. Would be nice to hw transcoding for Plex, I suppose. +/- having to pay for it.
Well that ain't good.
https://www.tarlogic.com/news/backdoor-esp32-chip-infect-ot-devices/
There is an article going around that ESP32 chips have a backdoor. It's an undocumented software API. If you are writing code for the ESP32, you can run more commands. It doesn't allow anyone from the outside to just access what's going on in the chip. The use of the word "backdoor" was clickbait 🫤
Good to know
I mean the CVE and the talk PDF seem to mention sending packets and writing memory
my spanish isn't good enough to understand if they say they're limited to causing MAC address changes or actually sending interesting packets
Man, I'm so impressed with HA as an open source project.
ah ye they seem to be just saying that they can "control bluetooth traffic", I think, which while bad isn't exactly fatal, I think it means at worst you can spam them over bluetooth
Sorry for unrelated interruption just wanted to drop some praise. 👏🏻
welcome to the party 🙂
Guess this makes my idea of blocking internet access to my WeMos'ses an even better idea.
Except that this is click bait. Read the link I posted right underneath that 😉
In either case, they're still being firewalled. :D
... and on the IoT VLAN, with all the rest of the stuff I don't trust 😅
lol did another american come into this discord and get the euro treatment?
poor person. i feel for them
We call it Getting Norwayed
has there been a parady song "i want it nor-way" yet?
Google Calender is insanely stupid
If I create an unverified app for Home Assistant and link it, the app automatically gets FULL (create, read, update, delete) access to the calendars, including being able to delete all data
If I then try to use that app for readonly access via the SAME API... it won't let me because the app doesn't have permission
If I then try to give the app access to the readonly API to view calendars... it won't let me without verifying
So an unverified app can view, edit, and delete your calendars, but if you want to make the app only have access to view the, you have to verify the app
Work that logic out
does anyone have a quick way of modifying the unit of a sensor from MQTT? My weather station reports wind in mi/h which was apparently removed in this latest update lol
That is an #1284966582375813201
oh good, a forum where no one will reply 😂
thousands of messages a day, surely no one will
heh just now got to read a chunk of that shit. too funny
There, I just called your bluff.
lmao
Oh dear
Expensive
well power system can be cheap depending on what failed, that safety/security though...
Unfortunate wording on the first line item
Brakes seem to have failed
It randomly became stiff while driving, but I was still able to stop the vehicle.
Where's the best place to ask about Home Assistant OS? Like the OS as a VM, not a Docker container
I'm using the VM created by this:
https://community-scripts.github.io/ProxmoxVE/scripts?id=haos-vm
#find-support would be best.
#1284966540617449515 probably
It's not really an installation issue, although I guess it could kinda be considered one (I need to work out how to open Frigate/Go2RTC's ports)
#1284966582375813201 then 😛
well maybe #1284965172053807145 actually 😛
lol
figrate be an addon 😛
Not really an issue with the integration or addon either though, they both work fine - it's just that the OS isn't opening the port and passing it to Frigate
integrations and addons are being merged soon anyway 😛
That is the addon
Frigate is working fine, go2rtc is working fine internally, HASS can interact with Frigate via MQTT etc... everything internally is working no problem, I just can't access the rtsp restream
So.. #1284965172053807145
Seems like a weird place to put it when the problem seems to be HA OS though?
Surely the addon doesn't get to decice whether the OS forwards the ports?
addons are docker containers. either way please start a thread in addons
I know, but it doesn't seem to be the docker container that is causing the problem? That's my point, it seems to be the HA OS itself
If you're sure, I guess
you are probably just using the wrong url
It was the addon config, or so we presume because they deleted the post after getting the answer
The OS has nothing to do with it
always something simple lol
It's a Ford, we call it a minor inconvenience.
Cut a hole in the floor and Freddy Flintstone your way into stops, just sayin'.
Then you can save on gas, too
Right? Win win.
is that an Escape?
Fusion
oh even worse lol
Still weird that this is the process to setup a Roomba with HA.
Anyone thought of getting native support?
Because how it does it right now doesn't tell you what room it's in or what issue has occurred.
contact roomba and complain about it
slap a tesla logo on it and call it fine. /s
Someone was working on that ages ago but he is now doing other things in life
Too bad that it's a Ford.
An actual conversation I've had.
"I've got this issue."
"Is it a Ford?"
"Yeah, how'd you know?"
"There's your issue."
That is in fact correct usage of the word, and a pretty common spot to use it
The only place people don't like it used is with people 😅
look, you don't want to hurt the camshaft's feelings
Step camshaft I'm stuck
TIL pornhub is Canadian, apparently Canada wants to cut off US access 
Which channel do I post a question regarding displaying the value of a PHP script in HA?
I've been stuck in a 50h a week project now for 6 months
this is genuinely how I think you wrote that integration
I'll log into GitHub and do some merges tomorrow
I mean no pressure from my side
I thought you would never ask
No but people like the easy way out and I want to have them collaborate on understanding how smartthings work
I don't even have that heat pump anymore, but I can keep it alive
But yea, it will break eventually
so I am not sure how much your integration does with SmartThings
but ideally people start helping out with making it work in SmartThings
It shouldn't do anything with the smartthing servers
It talks to the pump locally
Afaik
I remember opening your codebase once, and it did support a ton
so maybe it differs per device
😂
That said, I'm working on becoming more DevOps because of my job areas currently
So I'll probably be very active in our internal GitHub, and maybe then the public one too
werent you just Ops before?
I'm a potato, I do all of our hardware products the last 25 years, and all integrations, all versions of Unix / linux, windows, azure, aws, vmware
But more and more AI stuff recently
Which is highly DevOps driven
MLOps
Aye
Currently I'm designing a SD networking framework together with Nvidia, great fun
sounds like fun indeed
Just found out that my 5€ multi smartplugs and 3€ RGBW bulbs also have Bluetooth and not just WiFi 👀
And they are cheap tuya devices.. I love finding that kind of stuff out. Like there are some door sensors from some brands that also report temperature without any mention of it on the box or in the official app.
hilarious.
Anyone using a thread border router that's working well for them? Currently using a Google nest hub and, frankly it sucks.
Oh my tuya switches showed up with my smartthings integration. Anoying kids.
I thought it's Austrian o.0
Good. It's obviously having a negative impact on our younger generations
went to the grocery store yesterday which has a deli and it's own inhouse restaurant and tried to order a club sandwich and the kid told me they didn't have the meats required to make it while standing no more than 40 feet from a fully stocked deli
who would've thunk that businesses can have different departments with separate inventories and budgets.
lol this isn't the early 1900's
This is still very much the case, there is no such thing as just repurposing inventory
never worked a job that couldn't do some type of internal billing to track inventory. Hell imagine body shops unable to get parts from the parts department lol
Even when you can 'borrow' from another department, you often have to fill out requisition forms and stuff. So often management just won't bother because it's too much effort to keep the books straight.
They very much can and your revenue of half a buck isn't going to make anyone stretch their time
so what are these retail type places you all have that don't allow that?
My favourite part of this is Sonoma's shitty take that it's the young'uns to blame... when it'll be a manager with his advanced years that made the decision not to bother with the paperwork.
well you just made this fun for me knowing how much it bothers you lol
Delis are so rare here the stores that have them are considered speciality stores, and they definitely don't use the same meat inside the deli that is sold on the shop floor
Don't blame sono all he wants is a picture of a god damn club sandwich
Bothers me? It humours me.
Or you'd need someone with buying permissions, not the poor person acting as waiter
Gives me a little boost to my morale too, knowing other people are so incredibly dense.

atx shush we know you buy the store and just have them make it


Yes, I’m aware.
He deleted my other post
Did you hold for options?
that's a lot of notifications
Yes, it told me "this can be related to you not sharing a server or the user not accepting direct messages"
Let's not talk about my 146000 unread emails in the work inbox
It’s like people that have the unread email message badge enabled on their phone. Just turn the badge off if you don’t care
Yeah this scenario
I'm not even exaggerating
nah, I have a clean inbox
with some good filters that automatically remove most things 😂
3 Amongus servers 😮
that's the typical young'uns mindset. assume you know the right answer even when you you have no knowledge of the specific topic. Even if you were right, that would make for bad business practice.
This makes me twitch
wtf, dial back the spam
I hope you have groups
prove it, open it without there being a single penis enlargement ad
Not that many subfolders no
Oh man I lately only read spam email
bros famous
thats ludicrous
You don't get any spam mails, if you set up a rule to delete all incoming mails.
you dont get any spam mails if you dont have an email :)
funny that atx would have a good reason to use ai
I know a guy who manages like 300 repositories on github, has 3 companies and is a tutor at MIT. And he STILL replies to me lol
And yet I'm the one smart enough to not use ai for email
I dunno, if it could condense that shit to make it managable i'd use it
that guy must be high on smt
i manage a distro and i still cant get to everyone
And that is why AI should be blocked in enterprise IT
Because idiot users are idiots
you obviously can't keep up with 150 emails a day or that image wouldn't show 14k unread ones
Brb just let me upload all our internal documentation to public ai
I thought so too. But he's also on youtube, podcasts etc. I dont get how you can fit so much stuff into a week
what if it was local?
Sure, but users don't know what local ai is
wasn't really talking about just anyone.. this is more about just you and your obviously drowning issues lol
you can let MS copilot defer to local domains. Shouldn't be that hard to setup
That’s what my org is in the process of doing
You can, however do you trust Karen in accounting to understand the difference between that copilot and a random ai in a web browser?
"yeah, I'm working from home today, we do this in the office, so it should be fine"
Okelidokeli
Yeah, I'm glad I'm never gonna manage users again, because fuck companies are gonna have so much data loss the next few years
copilot is part of the MS suit of programs every windows has isntalled. So as long as you tell them 'use the app on your own pc' it should work. Ofcourse you can block all the other domains
That said, shit in, shit out, so if tesla feeds their internal docs to public ai anyone who copies them will fall apart too
That would be hilarious
"tell me how to build a car"
as a long time tesla owner, this is accurate. I've found soo many problems with my car, lol
I remember reading one post on Reddit recently where a user ended their question with "not even chatgpt could answer it" as if that was the epitome of knowledge
would not recommend
"how do I prevent my CEO from alienating my customers"
which model?
oh damn politics again
oh right! not allowed to talk about teslas lmao
I've had a ton of colleagues with them, one had to replace engine 4 times, the other one didn't have the Tesla pass it's first MOT after 4 years
My daughter's best friends dad had to replace the heat pump in his Tesla Model 3 every year so far, like clockwork in December
you guys keep saying tesla but lets be real.. just say ev
Nah
nah, the rest of the EVs are fine for the most part
every ev i've ever seen has had some type of issue lol
There are definitely EVs without panel gaps or rust issues
and in general, faster and more fun to drive
that trade for other issues..
mine is pre-heatpump (it's a first run model 3) but not surprised
you cannot say ev don't have issues.. not anymore.. the cat is out of the bag
no more than regular cars
true.. bells and whistles
every car has issues. It's about frequency and repairability
There are lots of great EVs, Tesla is not in that category
they are still 1st or 2nd best selling tho
the car I had previous to the M3 was a 2012 ford fiesta.. I had to replace the transmission every 20k miles
Tesla was great for normalizing them.
The Chevrolet Bolt is also a laugh
Other companies can focus on making them better
maybe thats why they are in the spot light for all this hate.. they just sell so many
(it was the "double clutch" transmission they came out with that had all sorts of issues)
I've had double clutch on German cars from 00-16 models, never had issues
nah, BYD is outselling them by a lot currently, lmao
please tell me you got stuck driving one
Thankfully not, they stopped selling them here
yeah this was definitely a ford issue, not a double clutch issue, haha
I think that was a recent change but holy hell.. they like make 2-3x more regardless of how many the sell lol
BYD is great, Xpeng is a short step up from Tesla, hongqi is great, Volvo is definitely in the lead
i would be weary of BYD
I was considering rebadging my tesla as a BYD because lol
Is your Volvo an ev? I can’t remember.
I looked at the BYD tang, but ended up with the volvo instead
No ,mine is a hybrid
there is a volvo EV and I've heard good things about it
Ah got it. I was curious about the range with the temps you see
I'm looking at a Polestar 2 now though, as a second car
That varies a lot from different companies, some drop 40% in winter, most are 10-20%
They are all EV now, they don't make non EV anymore
so to the end of the driveway and back?
You'd be lucky if the Tesla got out of the driveway yes
did you know that the front control arms in teslas are plastic? :D
I'm not surprised
I ended up replacing mine with chinese aftermarket steel ones
Seriously?! That’s one way to avoid rust I guess.
the bluelink api for Kia/Hyundai cars is dreadful and if you want to connect the car to HA then its a reason to avoid it in favour of something better
My dad got the EX30 quite recently
it's neat. But nothing special
carbon fiber aren't they?
Not that that helps, my colleagues Tesla that didn't pass it's first MOT failed because the entire rear carriage had rusted through
It's fine, but yes, very cheap
I still want an aptera
I drove that when my dad still worked at volvo. Super nice
Which is why I'm getting a Polestar over the ex30
price isn't cheap though 
It is here, fully stocked for around €30k
I’d feel much better about putting my dog in an ex30 than one of the more premium models
Last I checked it started at 40/45k in the US
Yeah 46k usd starting
good seeing so many guinea pigs buying these ev's so the rest of us can follow along
I mean I was the guinea pig for buying in 2017.. at this point you're just late to the party :P
I've looked at the EX90, but I don't like the design
Even 2017 is late
I had entertained the idea of the ev truck but the more I come in here the more I know ICE is the way to go lol
Yeah it’s got similar chonk to the rivian suv
at this point, there's multiple countries that >70% of all new car purchases are EV
The ford lightning is pretty sweet for an ev truck
size of country plays a part in that i'm sure
China is about the same land mass as the US
The average American travels less than 40mi a day
i need a hauler.. was leaning more toward the chevy silverado
still some work to do on battery technlogy. Should be way more LFP
An ev is fine unless you’re doing a big trip
china is kind of the exception to the rule lol.. even their mopeds are electric lol
Tesla was the last NMC holdout for a while.. everything is LFP now.. has been for a few years now
(Big = cross country)
I did a 10,000 mile road trip this time last year in my EV with zero issues
not in market share in EU. LFP is only a few percent last time I checked
We are apparently at 20mi per day average, which was more than I expected
the argument that you can't do long trips in one is just false, lol
I’ve done Colorado to Maine in 26 hours 5 times. That wouldn’t be practical in an EV.
why not?
A leisurely trip sure. Ev is fine
while we technically have the chargers in route having to plot towards the next is annoying
It would add 7 hours to the trip when I last figured it out
and when was that?
My leasing says 10Mm/a and that's roughly what I use
and are we talking charging to 100% every stop or actually being smart about it? :P (and by smart, I mean letting ABRP calculate it for you)
at that distance wouldn't it be cheaper to just fly
it's probably cheaper, but where's the fun in that
1000000% yes. We brought our dog though because of the amount of time we’d be away in each case.
(also unless I'm crossing an ocean or something, I'd rather drive than climb into a metal can with a bunch of sick people)
Cheaper in actual money and time
I hate driving just to get somewhere. It feels like completely wasted time. Holiday or road trips are a different story
I love driving
I did 25000km last year just to move my house
plus 15000 for work
I used to drive 40k a year for work, now the distance will probably be closer to 3000 per year
What's the boosting perks?
brah
Woooooo
yeah, yeah
Exactly, but for me at least, it would cost me 25k euro for say a polestar 2, nothing wrong with my old car 😛
Free raccoon memes
kind of funny how the colder climate areas are so big on ev's
Yay
arctic climate is great for fast charging EVs
natural cooling
fun fact, DCs can run 363 days a year on air to air in arctic climate
it's almost like the line about "less range" is not as big of a thing as it's made out to be lol
it really isn't anymore
so it like levels it out to be as fast as non fast charging for others in warmer climates?
winter distance @desert cave
tested by norwegian auto association
best and worst
top number is vendor number, green is tested
so glad that shit is in english
That’s way better than I expected
does the peugeot not have a heat pump?
no idea, peugeot is utter shit on a general basis
best regards man who rents a lot of cars
the tesla def has a heat pump, if it works is another question
it's either a different cell chemistry or temperature issues. Or both lol
penguin clients wasn't initially on the roadmap
Wrong pole
I didn't want to say seal
they run it backwards to be contrarian :D

neat! Out of curiosity, how do ICE cars fare, in comparison?
can probably find some statistics on it, for exaxmple my xc90 does about 0.72 average on summer and 0.85 on winter
do you even use the ac at all?
in heating mode
I enjoy heated steering wheel all year
so heat in the winter and nothing in the summer
yeah, I don't think it gets to 40c there
we only get 35c in summer
well 95F is still ac weather lol
and -35c in winter
yeah 35 is higher than I was expecting, but still not bad
yikes
and I think we maybe hit -5 one day this year
20 years of weather statistics for my hometown
Norway Norge Tromsø Tromso Tromsoe UiT Breivika Weather right now picture cam camera webcam timelapse video rain snow temperature humidity wind sun air pressure Vær akkurat nå bilde kamera webkamera video regn nedbør snø temperatur vind sol luftfuktighet lufttrykk sensor data
actually yeah.. I didn't have to turn on the heat at all.. house servers provided all heating for the year, lol
jesus that constant high humidity
your lowest point in the year is 5% higher than what I have my whole house humidifier set at lol
your house is set at 5?
it is relative humidity. relative to the dewpoint
this is coastal btw
I just saw the table wasn't yearly
I had a Saab 9-5 aero years ago with heated and cooled seats— I could get away using just those settings like 90% of the year. Miss that car 😭
Aye, I have air-cooled seats in the volvo, love it in summer
Also, integrated massage
I’d be afraid of being lulled to sleep but that sounds lovely

