Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Home Assistant

12829303234

Comments

  • Registered Users, Registered Users 2 Posts: 9,097 ✭✭✭10-10-20




  • Registered Users, Registered Users 2 Posts: 9,246 ✭✭✭micks_address


    Thanks just not sure all that will fit behind the switch.. I'll get the electrician to fit over the ceiling at some point if he's passing or doing another job.. it's totally overkill anyway



  • Registered Users, Registered Users 2 Posts: 9,097 ✭✭✭10-10-20


    I know the feeling. I fitted a back-box for a dimmer into a solid wall while doing a job here and then went out to buy the dimmer afterwards, only to find out that it needed another 10mm of depth in the back-box. 😣 I had to re-do the whole lot, and it was a complete pain but I was happy that I did in the end. That was the reason I ended up getting an SDS drill and chisel bits.



  • Registered Users, Registered Users 2 Posts: 1,585 ✭✭✭DC999


    Never waste a good crisis :) "That was the reason I ended up getting an SDS drill and chisel bits." That could be my Christmas justification



  • Moderators, Science, Health & Environment Moderators Posts: 4,809 Mod ✭✭✭✭Tree


    I put shellys into the ceiling rose by preference these days. I have taken to swapping the ceiling roses for deeper ones where it'd be too snug. I have some spare 1L's if you want for your neutral less light switches, but you will need to use the bypass (also have spares) in the ceiling rose if you're using an LED (and they definitely don't work on shared neutral circuits like an older landing light). All the internal lights have permanent live and neutral at the light itself, so no bother ot use a 1 or 1 mini up there.



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 9,246 ✭✭✭micks_address




  • Registered Users, Registered Users 2 Posts: 9,246 ✭✭✭micks_address


    Had a M5Stack Atom Lite, ESP32 delivered yesterday. Set it up as a Bluetooth Proxy and it worked fine. Was able to disable Bluetooth usb stick and Bluetooth devices still worked. Was a little fiddly powering up again from a usb plug. No light on it and took a while for it to become available in HA but it's working fine so far

    Setup was pretty straightforward. Connected to laptop via usb c and followed instructions below

    https://esphome.io/projects/index.html



  • Registered Users, Registered Users 2 Posts: 1,893 ✭✭✭donspeekinglesh


    I'll have to check above my hall light again. I think there's only 2 brown wires (permanent and switched lives, I guess) (And I'm the one that wired the current fitting - about 15 years ago!)

    I'm looking to connect a Shelly 1 Mini Gen3 to the hall light, but not sure if putting it above the light (if I can find the neutral!) or behind one of the switches is easier. (There're two switches controlling the light - one shared with one other light, and one with 2 other lights. The one shared with one light probably has the most space in the box.)



  • Registered Users, Registered Users 2 Posts: 2,722 ✭✭✭kaisersose77


    For anyone who has a ulanzi clock set up with home assistant, you can set up this tv guide with home assistant and then display the channels you want on the ulanzi through MQTT.

    https://github.com/yohaybn/HomeAssistant-EPG

    GIF_20250104_132608_802.gif

    Example below display's the tv guide every 15 minutes

    alias: Awtrix EPG
    description: ""
    triggers:

    trigger: time_pattern
    minutes: /15
    conditions: []
    actions:

    data:
    qos: "0"
    retain: false
    topic: awtrix_123456/notify
    payload_template: |-
    {
    "text": "Whats on TV now - RTE 1: {{ states.sensor.epg_rte_one_ie.state }}, RTE 2: {{ states.sensor.epg_rte2_ie.state }}, Virgin Media 1: {{ states.sensor.epg_virgin_media_one_ie.state }}, BBC 1: {{ states.sensor.epg_bbc_one_ni_ie.state }}, BBC 2: {{ states.sensor.epg_bbc_two_ni_ie.state }}, ITV 1: {{ states.sensor.epg_itv1_ie.state }}, Channel 4: {{ states.sensor.epg_channel_4_ie.state }}, Channel 5: {{ states.sensor.epg_channel_5_ie.state }}, Virgin Media 2: {{ states.sensor.epg_virgin_media_two_ie.state }}, Virgin Media 3: {{ states.sensor.epg_virgin_media_three_ie.state }}, Virgin Media 4: {{ states.sensor.epg_virgin_media_four_ie.state }}, ITV 2: {{ states.sensor.epg_itv2_ie.state }}, ITV 3: {{ states.sensor.epg_itv3_ie.state }}, ITV 4: {{ states.sensor.epg_itv4_ie.state }}",
    "repeat": 1
    }
    action: mqtt.publish

    mode: single



  • Registered Users, Registered Users 2 Posts: 6,505 ✭✭✭emaherx


    You could but....... Will you actually use that beyond playing with it today? The TV already has a great way of showing what's on for the next 7 days and/or now/next.



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,722 ✭✭✭kaisersose77


    True but people's viewing habits have changed. Live tv isnt watched much these days in my household and its more of knowing something is on that prompts to watch it. In my case I have the ulanzi clocks around the house where there arent tv's in most cases and so seeing something is on might prompt someone to watch live tv.



  • Registered Users, Registered Users 2 Posts: 6,505 ✭✭✭emaherx


    The great thing about this stuff is, it's whatever suits yourself so I'm not knocking it completely, but if you use the same clocks for other information I think it will all get lost in information overload, at the same time if it works for you or others then bring it on. The world would be a boring place if we all did the same.



  • Registered Users, Registered Users 2 Posts: 1,585 ✭✭✭DC999


    What Zigbee energy-monitoring smart plugs are people using?

    Looking at online reviews and some brands can have electrical noise. Which I don't want for something on 24 x 7 (as a Zigbee router). I’ve WIFI TPLink Tapo ones that integrate in HA, but won’t act as Zigbee routers (WIFI only).

    Q2, what zigbee lightbulbs are people using? Ones that are a decent price point. Not going near the likes of Hue. Out of our price range.



  • Registered Users, Registered Users 2 Posts: 1,224 ✭✭✭sundodger5


    Most of my value for money stuff are the ones from Lidl.

    Unfortunately not available all of the time, Only when they do Smart Home offers in the middle aisle. I then stock up.



  • Registered Users, Registered Users 2 Posts: 5,153 ✭✭✭paulbok


    Sorry, just re-read you are looking for ZigBee ones.

    I got two Knightsbridge WiFi smart plugs (Tuya) and they work fine. Have one currently in a weatherproof box outside for the Xmas lights and it's been solid. Power reporting ok as well, used them earlier in the year to ascertain device usages around the house.

    Stay away from their smart wall sockets though, I had 3 malfunction (the switch) over a year so gave up on them.



  • Registered Users, Registered Users 2 Posts: 9,097 ✭✭✭10-10-20


    I don't have zigbee monitoring plugs, only Shelly wifi ones, but I do have a rake of Ikea light bulbs, especially gu10 downlights, and then lots of IR sensors also from them. Find them great.



  • Registered Users, Registered Users 2 Posts: 230 ✭✭_ptashek_



    I have five each of these 20A ones (TS011F_plug_3 in Z2M), and also the new 13A IKEA Inspelning (E2206). The Inspelning need a firmware update to 2.4.45, or newer, to report energy usage correctly but otherwise work OK. I have a couple IKEA Tradfri bulbs, and Stoftmoln lamps. No bother with either gear, and all act as stable routers.

    The white-label TS011F_plug_3 apparently have some issues, but I haven't experienced any of the ones mentioned in Z2M docs so far.



  • Registered Users, Registered Users 2 Posts: 9,097 ✭✭✭10-10-20


    I posted this on the Home Heating Automation thread, but cross-posting it here too.

    Folks, anybody have an interest in building their own three-zone heating controller with integrated thermostats and integrating it with Home Assistant?

    https://github.com/RonnieLast/esphome-dual-zone-heating-controller



  • Registered Users, Registered Users 2 Posts: 6,505 ✭✭✭emaherx


    It looks a nice project, is this your repo?

    I've considered going this route a number of times, mostly because an off the shelf system that would work exactly as I want is ridiculous money. At the moment I have a totally HA manged system, but maintained manual controls for use in case of HA failure. It works great but the biggest issue is sometimes getting comms back on each individual stat/ switch after a power cut can be a pain as some IOT devices boot before the router and assign themselves an IP in the absence of DHCP, mind you a UPS on the router and HA would solve a lot of that.



  • Moderators, Education Moderators, Home & Garden Moderators Posts: 8,307 Mod ✭✭✭✭Jonathan


    Replaced my aging Climote with a Shelly 2.5. Using HA generic thermostat for control with govee temperature/humidity sensors in each room.

    https://www.boards.ie/discussion/comment/118570235/#Comment_118570235



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 9,097 ✭✭✭10-10-20


    Yes, it's mine; my first github project.

    ESPHome's integrated webserver is handy as you have that offline access, even if the WiFi is down as it sets up a local AP too.

    image.png

    I went static for all IP's (or static leases for things like phones), just managed out of a DHCP server (pfSense) so that I have it all documented. It means that I avoid those issues of re-IP hell during startup.



  • Registered Users, Registered Users 2 Posts: 9,097 ✭✭✭10-10-20


    Mine was/is still working off a zwave relay unit. Great 99% of the time except when the zwave dongle takes a fall off the USB bus. WiFi should improve all of that.



  • Registered Users, Registered Users 2 Posts: 6,505 ✭✭✭emaherx


    Well you got your first follow now too. Git version control is great, as you can always roll back to a previous version, you should start putting a brief description of changes with each commit, it will make it easier if you need to find where you might have gone wrong if it's multiple commits in the past as well as just keeping track of when you add features.

    I have statically assigned Ip's via the Routers DHCP static reservation, but I also have 2 thermostats that go rogue if they boot first and they can't be set manually with static IP's so the reservation option is the only option. It's not a major issue, I just restart them then HA after the router settles.

    Here is my Heating Config, https://github.com/Farmer-Eds-Shed/Home-Assistant-Heating-Schedule

    It uses basic off the shelf WiFi thermostats and smart switches.



  • Registered Users, Registered Users 2 Posts: 1,858 ✭✭✭poker--addict


    Moved from iOS to android, updated gate automation based on phone location, but it's not working. Phone also not always awake to open the car via close proximity.

    Feels like a phone setting issue, but anyone advice?

    😎



  • Registered Users, Registered Users 2 Posts: 9,097 ✭✭✭10-10-20


    Ironically, it was after seeing your projects and github did I decide to sign up and start contributing; so the follow from you is even more appreciated!



  • Registered Users, Registered Users 2 Posts: 6,505 ✭✭✭emaherx


    Thanks!,

    You need to be careful though, it gets addictive. I only really started using it 2021, since then it sparked a total career and lifestyle change😁. Some other life/family circumstances forced me to look for work closer to home as the hours and travel of a field service engineer could no longer work, but having a GitHub account filled with my amateur projects really helped finding an actual software job. I wasn't even looking for a job in software at the time but an ad popped up on AgriLand and the description matched some of my farm projects, so I just chanced my arm.



  • Registered Users, Registered Users 2 Posts: 6,505 ✭✭✭emaherx


    Has the companion app full permissions for location and background operation?



  • Registered Users, Registered Users 2 Posts: 7,869 ✭✭✭Raoul


    Just looking through your GitHub. Excellent stuff. Is there no actual medical grade seizure sensor?



  • Registered Users, Registered Users 2 Posts: 1,585 ✭✭✭DC999




  • Advertisement
  • Registered Users, Registered Users 2 Posts: 6,505 ✭✭✭emaherx


    There is, we spent over €2000 on some, but they didn't work for us. Epilepsy is complicated and every case is different, ironically her seizures are actually easily detected by heart-rate alone (easier than most), but the circumstances of them are ignored by the commercial alarm in an attempt to reduce false alarms. I guess I have the advantage of tuning the alarm entirely to her condition where as the commercial device is trying to cover a broad range of seizure types.

    It's a strange string of events that lead me to being able to develop that alarm, from playing with projects like Home Assistant from before she was born to developing a career in Livestock Software development because of the need to stay closer to home due to the epilepsy and from there developing the skills to write apps and interact with Bluetooth BLE devices. It was at the end of January last year she had one of her more serious seizures which required 2 ambulance crews and hours in A&E Resus and the Alarm we bought completely ignored it, so I looked at the data it had recorded and could see clearly where the seizure started but the alarm ignored it because she manged to sit up. I was also able to detect more minor seizures which were going unnoticed which I recorded and lead to a medication change over the summer which has greatly reduced her seizures.

    It is a really simple app and was more or less developed in a week, with a few minor tweaks since to reduce false alarms and detect comms errors. I must tidy it up a bit and publish it though.



Advertisement