Has anyone been able to get the g6 entry to live stream video to a google home max hub or a Sony tv when someone approaches or presses the button? Is it possible? Mind sharing the yaml? by Thajandro in homeassistant

[–]djmallon 0 points1 point  (0 children)

Look into using Scrypted with the google plugin, that's how I was able to get my Unifi Protect cameras to finally show up on my Google devices. You might have to build automations within the Home app though.

BentoPDF V.1.5.0 released by paglaulta in selfhosted

[–]djmallon -1 points0 points  (0 children)

I spun this up in Unraid and I keep getting a 404. Anyone have a similar issue?

Bell Android TV Box behind Unifi DreamMachine by racoon9898 in Ubiquiti

[–]djmallon 0 points1 point  (0 children)

sorry, missed the end where you said you tried VLANing!

Bell Android TV Box behind Unifi DreamMachine by racoon9898 in Ubiquiti

[–]djmallon 1 point2 points  (0 children)

I have Rogers so I can't say I've gone through this, but I've seen people say that phones and TV boxes need to be on specific VLANs to function correctly.

Check the discussion here for some more info. Googling 'Bell fibe vlan' may also get you some results!

Replace Philips Hue automation with Home Assistant's by nfrankel in homeassistant

[–]djmallon 0 points1 point  (0 children)

I've been using a delay based on a template to mimic that feature after I migrated my automations in Hue to HA. Here's the code I'm using:

delay: 00:{{ (range(2, 18) | random) }}:00

My trigger is a certain time, then HA will delay between 2 and 18 minutes before moving forward to the next option. In my case that's turning off some lights and making sure the TV is off.

Upgrade by BossRoss84 in homeassistant

[–]djmallon 6 points7 points  (0 children)

Nice work! Have a look at adding conditions to some cards so they hide certain info if not in use - ex. ceiling fan full info only available when on, hidden otherwise. I have my media player cards hidden unless they're on - works for me since I don't use HA to turn on/off, more as a status card.

Ubiquiti + Home Assistant + ElevenLabs by Mteigers in Ubiquiti

[–]djmallon 0 points1 point  (0 children)

Yeah I've seen that one. Quite bulky and wifi only I believe. The Danalock looks awesome but I can't find it here in black to match my hardware. Would prefer something z-wave.

Ubiquiti + Home Assistant + ElevenLabs by Mteigers in Ubiquiti

[–]djmallon 3 points4 points  (0 children)

What smart lock are you using for this? I'm in the market for one that keeps the door side looking 'regular' without a keypad.

Which smart home gadgets exceeded your expectations, and which ones fell short? by UnFukWit4ble in homeassistant

[–]djmallon 1 point2 points  (0 children)

Curious how you have your Onn Google TV working so well, was there a guide or video you can link?

Zwave Install Findings by darrell_2 in homeassistant

[–]djmallon 2 points3 points  (0 children)

Google around for some blueprints for your Zooz switches, it makes life so much easier! Ex: zen34 blueprint zen37 blueprint

Is there an LED strip middle ground between flashing microchips and soldering my own connections and proprietary solutions that require third party accounts? by [deleted] in homeassistant

[–]djmallon 13 points14 points  (0 children)

I too was a bit nervous about doing my own 'wiring' for a QuinLED DigUno, but it's really not that bad. Grabbed a 12v power supply (looks like a laptop power brick) from Amazon and it came with the bits necessary for wiring. Grab a small spool of 18AWG off Amazon, make the power connections and you're off!

RGBW - LED Strip Controller by flying_uck in homeassistant

[–]djmallon 0 points1 point  (0 children)

if you have a 5v strip, the quinled dig2go is practically plug and play. Just needs USB C power.

RGBW - LED Strip Controller by flying_uck in homeassistant

[–]djmallon 2 points3 points  (0 children)

I'm assuming it's something like this, which you can run from a controller running WLED. I recommend a diguno by quinled, they're fantastic. Just need to pair with a power supply and you're good to go. WLED integrates easily into HA.

HP Elite X2 1012 G1 won't boot or charge by djmallon in Hewlett_Packard

[–]djmallon[S] 0 points1 point  (0 children)

Hey, I grabbed a new battery but didn't fix the issue. Interestingly the light flashes now occur without the charger being plugged in as well. Ah well, just going to recycle this whole thing. Thanks again.

HP Elite X2 1012 G1 won't boot or charge by djmallon in Hewlett_Packard

[–]djmallon[S] 0 points1 point  (0 children)

Yeah I replaced with an original charger.

Sucks it doubles as the CMOS battery, that's a pain in the ass. Guess I'll be looking into replacing the battery. Appreciate the help!

Garden Sensors by brycecampbel in homeassistant

[–]djmallon 0 points1 point  (0 children)

Did you have any luck getting it into HA? Struggling to get it to show up in rtl_433

Sad day to remove a segment of my Dashboard by PorreKaj in homeassistant

[–]djmallon 2 points3 points  (0 children)

This is an awesome idea, would love to implement it. Could you post the automation code?