• 9 Posts
  • 94 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • Sorry for the slow reply. I’m not sure if you’re even still trying to sell!
    Yes, selling posts might be a little problematic.
    As if we let one usual member who happens to be selling something to advertise, I’ll probably end up with a modqueue full of adverts from people running a drop-shipping operation, and people saying “but you let that guy do it”.

    Lets maybe have a little trial: As you’ve got a sensible reason for selling, I wouldn’t object to a one-off post with details, your region, and maybe a link to whatever ebay sale you do.





  • Maybe the best way to think about it is not dark, but the absence of more light.
    On a DMD projector, we use tiny micromirrors for each pixel which flash thousands of times per frame of video.
    The flash/no-flash ratio decides how much light makes it out of the projector. This gives us over a thousand light levels per colour channel, from near dark, to full light.
    When the mirrors are not in position, the light output is very low. (1/1000th of the full output, on a projector with a static 1000:1 contrast ratio)

    The screen is designed to reflect light well, which means in a non-perfect room, it will have a light floor of the reflected ambient light, plus whatever still makes it through the projector (as Cygnus mentioned, room treatment).

    If you do treat a room well enough that the small amount of light that makes it through the projector at all-off is a problem, you can do things like fitting an ND filter to the lens (reducing the full light output, while also reducing the minimum).
    Or you can use the dynamic iris fitted to some projectors (which reduces the amount of light being put out based on the overall scene illumination, similar to the way LCD TVs lower the backlight level to “reach” contrast ratios of 100000:1).


  • The biggest one was probably a combo of having an anemometer, and heat/humidity sensors in each room.

    When it’s cold outside, the top floor of the house (loft conversion) loses more heat. But it loses significantly more heat when it’s cold, and the wind is blowing parallel to the floor joists.

    I realised that because they’re not perfectly sealed (old house), enough air pressure means that the floor void can easily hit external temperatures, meaning the rooms have cold on twice as many sides.

    I will (eventually) get some suitable insulation in them to stop this.







  • For a low tech solution, you could use cold chain labels.
    They indicate when a temperature threshold is breached. So you’d at least know when a vial was spoiled. They’re not cheap, mind, when you only want a few.

    But I know that’s not solving the problem in the way you wanted to!

    If you only need to know when a threshold is exceeded, you could make something simple using (for example) an esp with a PAYG SIM card and a temperature sensor.

    Then set it up to SMS an alert when temperatures go out of bounds. And pick the SMS up in HASS (various ways). That way, you’ll only be spending a few cents each time there is an issue.

    You could also use mobile data if you felt more fancy, and post straight to HASS.






  • I use them, and I love them.

    They’re banned from the internet, and never complain.
    I use both SD cards inside the cameras, and dumps over SFTP.

    The general standard of integration with HASS is very good (IR control, alerts, streams, etc.)
    If you want to access streams over a VPN, make sure that you configure the IP addresses manually in the app, rather than letting it auto-find (took me a while to work this out).

    Doorbell cam: Lovely bit of kit. Button press and person detection hooks in nicely with HASS things.
    I really like being able to answer delivery people (and be silly with visitors). 2-way audio works well in the app, I keep meaning to try integrating it with HASS now the latest version has capability baked in.

    810A: Decent picture quality, the only fly in the ointment is that it uses H265 for full res, and a lot of open source things don’t officially support it.

    510: Good value, and decent quality image. There is a firmware floating around that adds pet detection features too.




  • I’ll write a quick gist for anyone coming along:

    One gas boiler in the house, each room has a smart TRV.
    PIR sensor to set room presence, each window has an opening mag sensor. HASS has a general presence sensor set.

    Each room’s temperature is targeted based on presence and window status:
    For each room, if person is home at all, and has been in the room for 5 mins, and the window is closed, TRV to 19, boiler on if <19.
    If the room presence is negative and the window is closed, drop TRV target to 16.
    If the window is open, drop the TRV target to 7.

    There is a little more detail that that in the article, but that’s the basics.


  • z-wave may be easier than expected, as I think the devices stay linked to the hardware dongle used. (This is just from memory, mind!). But if you need to change the dongle, perhaps less fun.

    imo, it will be a bit of pain to get everything inside HA, but once it’s done, you’ll be inside a platform that is pretty open, and commonly used, with lots of other people (hopefully) posting up solutions to problems before you encounter them!
    And because it’s software that will run on pretty much anything, you have the reassurance that even if something crazy happened, you could just reinstall an old version.

    If it were me, I’d clear an entire weekend day, power off the old kit, and work away at getting HA controlling everything.