• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 3rd, 2024

help-circle
  • Most non-battery powered reolink cameras have an https web server interface, as well as support for any 3rd party app through open onvif and rtsp protocols.

    The bad part is, you typically need to turn those functions on with their app…

    Fortunately they don’t require a an account or login to do that!

    I have several of their “E1 outdoor” ptz models, highly recommend the “cx” model with the starlight sensor for amazing night vision, although it looks to be backordered at the moment.

    Edit: missed the bit about birds, you’d probably want one of their simple fixed outdoor cams like the RLC-510A or WA depending on whether you prefer wifi or Ethernet.



  • Electrical Engineer here, that corrosion doesn’t look too bad, I wouldn’t assume it’s the issue but it’s not impossible it might be a contributing factor since corrosion on connections can cause heat and heat can trip breakers.

    If the breaker trips are happening when you do something like turn on the oven or the toaster then it’s just a matter of the electric service to the house being too small for the apartments loads. This can happen if the apartment originally had gas appliances that were later switched to electric or something else (like a hot tub) was later added to increase the electric load beyond what was originally designed for.

    If the trips dont seem to correspond to anything you’re doing with electric appliances, then the equipment may be going bad or there may be an intermittent short. Both of which are not something you would be able to troubleshoot (and frankly, if you don’t know what you’re doing, even opening up a panelboard like you’ve done can be deadly).

    Either way I highly recommend you either pressure your landlord to bring in an electrician, or pay for one out of pocket if thats not an option.




  • Yeah I feel that 100%, ran a Google assistant for a little bit before just being creeped out by the privacy concerns and sick of it constantly trying to sell me things. Unfortunately I think that any service reliant on a 3rd party is ultimately going to be a huge privacy invasion, since they can’t turn a profit without vacuuming up your data.

    Of all the mainstream assistants, Apple seems to be the least bad in that regard, so you could consider picking up a homepod. But I would also say that for basic stuff, home assistant has been fairly painless to set up. The GUI is good enough now that no yaml coding is required unless you get into the more complex stuff, and I found the ootb functions to be “good enough” for what I wanted a voice assistant to do.


  • Home assistant has a built in voice assistant function that can be as simple or robust as you need it to be. The whole thing can be setup fully locally and mine runs easily on an old micro-pc I got for $100. I had it running on a Pi3b originally but the STT and TTS would take 10+ seconds to process, which was too long.

    Out of the box it controls local devices, does to-do lists, controls media, sets timers. Setting reminders doesn’t work out of the box, but can be setup with some great community templates. Services that require web content like “tell me the news” or “what’s the weather in Seattle” need to be either setup with custom commands that have access to the info you want, or need to go through an LLM.

    Luckily, the past few months have seen the open home foundation add integrations for LLM’s, both local and web-based (chatgpt, gemini, etc) are possible, so you can have it run queries through models run on a local GPU. Though this is currently fairly bleeding edge and I haven’t tried running a local LLM myself yet so I can’t speak to it’s complexity.

    More on that here: https://www.home-assistant.io/blog/2024/06/07/ai-agents-for-the-smart-home/