Welcome to today’s daily kōrero!

Anyone can make the thread, first in first served. If you are here on a day and there’s no daily thread, feel free to create it!

Anyway, it’s just a chance to talk about your day, what you have planned, what you have done, etc.

So, how’s it going?

  • @DaveOPMA
    link
    8
    edit-2
    10 months ago

    Today I’m gonna see if I can work out how to calculate the water content of air based on humidity and temperature, and implement this as a template in Home Assistant.

    I guess using the August–Roche–Magnus formula? But I haven’t worked out how to convert it into a template yet (it’s my first time using a template).

    I got sick of seeing the relative humidity rise and fall with the temperature, and since it’s never close to condensing I thought I’d try to get a measurement that’s a bit more stable.

    Edit: I went with dew point at @[email protected]’s suggestion.

    screen shot of dew point, humidity, and temparature in home assistant

    • @SamC
      link
      3
      edit-2
      6 months ago

      deleted by creator

      • @DaveOPMA
        link
        310 months ago

        Do you have a template I can copy? 🙂

        • @SamC
          link
          3
          edit-2
          6 months ago

          deleted by creator

          • @DaveOPMA
            link
            310 months ago

            Haha when you mentioned it, I thought maybe dewpoint was easier to calculate. It’s not.

            Edit: Oh, but there’s this: simple approximation. That could work!

            • @SamC
              link
              3
              edit-2
              6 months ago

              deleted by creator

              • @DaveOPMA
                link
                210 months ago

                Yeah, it says +/- 1C for humidity about 50%. I’ve got it going, so I’ll run it for a while and see if this gives me more stable data.

    • @NoRamyunForYou
      link
      310 months ago

      I’ve been meaning to get HA up and running - hopefully it’s something I get stuck into soon.

      Got a lot of the kit for it, but just haven’t had time to invest with the move and all that.

      What type of things do you have hooked up to HA?

      • @DaveOPMA
        link
        310 months ago

        Literally just the humidity/temperature sensor 😆

        I’ve very new to it all. And today it seems I can’t access Home Assistant from a browser, but the app works fine. The browser shows it fails to make the websocket connection. I tried turning it off and on again and now I’m all out of ideas 🙁

        • @NoRamyunForYou
          link
          310 months ago

          What type of Temp/Humi Sensor are you using?

          To start off, I’m looking to get all the various “smart/iot” type devices connected and controlled in one place. Don’t have a lot at the moment - some heatpumps, arlec devices etc.

          • @DaveOPMA
            link
            310 months ago

            To get started, I just got one of each of the plug and sensor that @[email protected] suggested in this comment.

            I haven’t found a use for the smart plug yet. I thought of one thing, but it was down the other end of the house. As I understand it the smart plugs act as repeaters, so I probably need to get some more and spread them around the house so it can reach where I want it.

            I’ve considered an IR blaster as the next step, to control the heat pump.

            • @NoRamyunForYou
              link
              210 months ago

              I’ve been meaning to learn about Zigbee / Z-Wave, but have procrastinated away every time I try to do so :)

              How are you liking those sensors? Might look at getting some.

              • @DaveOPMA
                link
                210 months ago

                Well, my first experience wasn’t great. It says to take the back off to take out the plastic in the battery to connect it, but getting the back off was hard. Ended up prying it off with a screw driver hoping I wasn’t gonna break it.

                And then (probably unrelated) the switch on the side didn’t work. I thought there’s no point stopping now, so I pulled the cover off and found the switch wasn’t well attached to the board. It would wobble back and forth, so I got some cardboard and folded it up, jammed it behind the switch to hold it in place.

                It’s all working great now! But not a great first impression.

                I haven’t used the smart switch except to try to connect it from about 10M away from the zigbee controller, through two walls. It didn’t work, but I managed to get it recognised by trying a bit closer, but haven’t actually done anything else with it. I’m considering buying a 5 or 8 pack and spreading them around the house to get a good network going.

                • @NoRamyunForYou
                  link
                  210 months ago

                  Hmm, maybe I should keep looking haha.

                  I’m probably a bit too paranoid, but did you have any concerns around using Mains Plugs from Aliexpress?

                  • @DaveOPMA
                    link
                    210 months ago

                    Hmm, maybe I should keep looking haha.

                    They aren’t expensive, so it probably is an appropriate quality for the price. But if you do find something better, let me know!

                    I’m probably a bit too paranoid, but did you have any concerns around using Mains Plugs from Aliexpress?

                    Not until you mentioned it just now 😆. To be fair, they are likely made in the same factories as the cheap plugboards you get from briscoes or the supermarket. These ones are CE certified, so are probably ok. Probably try to avoid anything super cheap.

                    We have smoke alarms in pretty much every room because I’m normally a bit paranoid about this stuff too.

        • @eagleeyedtiger
          link
          English
          210 months ago

          Mine is a docker container on Unraid. I encountered a similar issue once with reverse proxy. I had to use the use_x_forwarded_for and trusted_proxies flags in the configuration.yaml. Can see the options here: https://www.home-assistant.io/integrations/http/

          Not sure if it’s exactly the issue you’re having though.

          • @DaveOPMA
            link
            310 months ago

            I’m not using a reverse proxy currently. Just IP:port, which worked yesterday but suddenly doesn’t work today :(.

            As far as I can tell, there hasn’t been an update since last week on the stable branch, so I’ve got no idea what’s changed.

            • @eagleeyedtiger
              link
              English
              310 months ago

              There should be something in the logs hopefully to track down the problem

              • @DaveOPMA
                link
                310 months ago

                There wasn’t when I first checked, but now I’ve got loads of: WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication

                I’ve found lots of posts about this issue, but they are all related to using a reverse proxy. I’m not using one :(

                • @eagleeyedtiger
                  link
                  English
                  310 months ago

                  Weird you think clearing browser cache or different browser works?

                  I can’t remember if I had the reverse proxy setup when they made the change to requiring trusted_proxies. But I do know I had to add in the IP address of the server it’s running on as trusted

                  • @DaveOPMA
                    link
                    310 months ago

                    I had previously tried restarting the home assistant container, and had cleared my browser cache, and no dice. But now I’ve rebooted the whole server and now it seems to work. So now back to my original task of creating a template 🙂