Adding my home electricity uptime to status.href.cat
aggressivelyparaphrasing.me
Adding my home electricity uptime to status.href.cat
1–10 of 42 posts
Re: Adding my home electricity uptime to status.href.cat
#2Re: Adding my home electricity uptime to status.href.cat
#3I'm 38 and I've had power go out in my house for lots of reasons, but all of them came down to me blowing a fuse somehow. I can't remember ever having had an actual, you know, power outage. So I guess I just here to tell you over there in the US that another way is possible. :)
Re: Adding my home electricity uptime to status.href.cat
#4I've seen the John Oliver videos and all, so I know this comes as a surprise to no-one but... the US needs to get its act together and build some actual infrastructure. I've heard lots of encouraging stories on the Volts podcast about it, too. Not enough, not fast enough, from what I understand. I'm 38 and I've had power go out in my house for lots of reasons, but all of them came down to me blowing a fuse somehow. I…
Re: Adding my home electricity uptime to status.href.cat
#5I've seen the John Oliver videos and all, so I know this comes as a surprise to no-one but... the US needs to get its act together and build some actual infrastructure. I've heard lots of encouraging stories on the Volts podcast about it, too. Not enough, not fast enough, from what I understand. I'm 38 and I've had power go out in my house for lots of reasons, but all of them came down to me blowing a fuse somehow. I…
Above ground electric lines vs buried ones are a good example of how quickly your ROI can drop off for infrastructure problems.
Spending 10 million to add cold-weather protection to a powerplant that services 5million people? No brainer. Spending 10 million to bury 100 miles of power line that services 1000 people? Ehh...
Re: Adding my home electricity uptime to status.href.cat
#6Re: Adding my home electricity uptime to status.href.cat
#7I've seen the John Oliver videos and all, so I know this comes as a surprise to no-one but... the US needs to get its act together and build some actual infrastructure. I've heard lots of encouraging stories on the Volts podcast about it, too. Not enough, not fast enough, from what I understand. I'm 38 and I've had power go out in my house for lots of reasons, but all of them came down to me blowing a fuse somehow. I…
Do you have trees where you live? :) Because we have above-ground power lines in much of the US, wind and ice are always bringing branches down on power lines.
https://www.fema.gov/case-study/overhead-underground-it-pays...
https://www.cnbc.com/2023/10/21/burying-power-lines-for-wild...
https://research.ufl.edu/should-power-lines-go-underground.h...
https://web.archive.org/web/20220101210439/https://www.eei.o...
(have an electrical journeyman friend who will spend the rest of his life upgrading California electrical infra, we speak frequently on this topic)
Re: Adding my home electricity uptime to status.href.cat
#8I have a home server that is on 24x7 protected by a UPS. The UPS monitoring daemon (nut) provides a hook for calling a script when its status changes, so I have it push a high priority notification to my phone via ntfy whenever it goes on battery or off battery. I also have it broadcast on mqtt so that in the future I can have a dedicated daemon that will collect stats and take other actions that aren't really approp…
Re: Adding my home electricity uptime to status.href.cat
#9I have a home server that is on 24x7 protected by a UPS. The UPS monitoring daemon (nut) provides a hook for calling a script when its status changes, so I have it push a high priority notification to my phone via ntfy whenever it goes on battery or off battery. I also have it broadcast on mqtt so that in the future I can have a dedicated daemon that will collect stats and take other actions that aren't really approp…
Make UPS data available over SNMP, track via MRTG. A simple, decidedly 1990s solution that unsurprisingly still works. Pretty graphs and everything.
Re: Adding my home electricity uptime to status.href.cat
#10I have a home server that is on 24x7 protected by a UPS. The UPS monitoring daemon (nut) provides a hook for calling a script when its status changes, so I have it push a high priority notification to my phone via ntfy whenever it goes on battery or off battery. I also have it broadcast on mqtt so that in the future I can have a dedicated daemon that will collect stats and take other actions that aren't really approp…
How does ntfy compares to Pushover?