• 42 Posts
  • 162 Comments
Joined 4 years ago
cake
Cake day: January 3rd, 2022

help-circle




  • Your bathroom receptacles are protected by a GFCI safety mechanism. You can confirm by noticing if the receptacle has two small buttons usually stamped with “Test” and “Reset”.

    If the smart plug had a malfunction due to humidity (unlikely), the GFCI receptacle it’s plugged into would instantly cut power.

    You can toss a toaster in your bathtub as long as it’s plugged into a GFCI and 99.99999% chance you would be totally fine. Don’t try this at home.




  • I had a few issues with pairing. Besides that, Phillips has made some controversial changes in the past that were anti-consumer.

    But bypassing their hub and therefore the app and online account by using a ZigBee hub avoided those concerns for me.

    Connecting and setting up a ZigBee hub was very simple. But I’m also using Home assistant so can’t vouch for the process with Google.


  • I would urge you to have an electrician sort out your electrical issues first.

    I helped a friend gut and rewire his kitchen and besides not being grounded, the wiring was very poorly done. I told him it was a miracle he didn’t have a fire.

    Their microwave would flip a breaker if anything else was on in the kitchen. I traced the circuit to a pull string light in the basement. The ENTIRE kitchen circuit was passing through a rusty old screw terminal on the light fixture. The wire’s sheathing had completely melted back exposing 4" of bare hot wire.

    Don’t trust that old wiring at all. And if you can’t afford to fix it asap, at least stock up on smoke alarms and have an escape plan.


  • Expensive but the color quality is the best on the market.

    Wasn’t a fan of their hub so I connect the bulbs directly to my ZigBee hub/dongle.

    I won’t get on too high of a soap box, but strongly considering moving away from Google especially for home automation. Support open source privacy respecting systems and products (or at least products that don’t push anti-consumer practices).

    I know Phillips doesn’t fit that by any means, but any device that supports a local API/ZigBee/z-wave/matter is fine in my book.




  • My personal anecdote:

    Z-wave is king. ZigBee is a far second place and WiFi / Bluetooth are a last resort.

    I’m a huge fan of Zooz products having tested many other brands and been disappointed.

    My biggest failure rate has been with Shelly products. Sonoff is alright but have also had issues here and there. I’ve yet to have any issues with my Zooz switches and smart plugs and I have close to 50 of them.




  • There’s a few apps I need to split out. Top priority is the signiant app which according to their documentation requires various AWS subdomains as well as their own. Specific subdomains are not specified and are implied to change regularly/on demand.

    In an ideal world I would do my split tunneling on the device itself, but I don’t trust Windows and thus I run my VPN at the router level.

    This isn’t a problem for most things, but I need to utilize my full bandwidth to transfer large files to clients in a timely manner, and a VPN becomes a massive bottleneck.

    Pfsense lets you alias by domain name (I believe it regularly resolves down to an IP and uses that for filtering), but again, you need to supply the exact subdomain.

    Just wondering if there’s an alternative solution to this issue. If it’s external to pfsense that’s not the end of the world.

    Worst case scenario, I would set up a dedicated Linux box or maybe even a VM which could share access to the file transfer NAS and split tunnel the entire box around the VPN. Definitely less convenient.