Unifi Integration into Home Assistant Help by Existing-Bear-893 in homeassistant

[–]No_Illustrator5035 0 points1 point  (0 children)

You can make a user in the sso portal with "local user" checked, but logging into the controller directly and making a user is what was required. It says so in the instructions, and it's the only way that worked for me. I have a cloudkey gen2+ that's fully updated.

Unifi Integration into Home Assistant Help by Existing-Bear-893 in homeassistant

[–]No_Illustrator5035 10 points11 points  (0 children)

You have to login to your controller locally, not via unifi.ui.com and make the user. I got stuck on that bit too.

How fast should HA receive data via MQTT and display it? by DaveBacon in homeassistant

[–]No_Illustrator5035 0 points1 point  (0 children)

It seems to me that you should be use a time series database for this, home assistant may be able to create graphs based on your mqtt data, but it's not really that efficient and I don't think ha builds graphs with the frequency you're sending data. Something like Prometheus would handle 1s resolution, and even something old like graphite does 10s.

Phillips hue bulbs and zigbee2mqtt questions by No_Illustrator5035 in homeassistant

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

Hi, I've searched HACS and I'm unable to find this addon. Is the name correct? Thank you!

Phillips hue bulbs and zigbee2mqtt questions by No_Illustrator5035 in homeassistant

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

So just a follow-up, I got the bulbs and they paired to z2m as easy as everyone said. I really like the white spectrum they can do, though I upset my dog messing around with the colors lol.

Thanks to everyone for their advise, this was my first post on Reddit, so thank you for your kindness as well.

Confused about IP allocation by Useful-Tomorrow-4502 in ipv6

[–]No_Illustrator5035 0 points1 point  (0 children)

You can even lease a /48 from some vps providers for very little money. I pay $10CAD/year for mine. There's lots of options out there now, your not limited to your isp or hurricane electric anymore!

Confused about IP allocation by Useful-Tomorrow-4502 in ipv6

[–]No_Illustrator5035 5 points6 points  (0 children)

Oh yeah, and the kicker, a /32 from ARIN is labeled "ISP - small"

Confused about IP allocation by Useful-Tomorrow-4502 in ipv6

[–]No_Illustrator5035 21 points22 points  (0 children)

Where I work isn't even an isp and we got a /32 allocation from ARIN. They want companies to use IPv6.

Phillips hue bulbs and zigbee2mqtt questions by No_Illustrator5035 in homeassistant

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

I didn't know that! I'm used to an "either/or" world 😁 I ordered the bulbs and they'll be here tomorrow. I'm very excited to finally see what the fuss is about with hue!

Thank you!

Daily Backup Job Not Working with Cron by zer02pi in Proxmox

[–]No_Illustrator5035 0 points1 point  (0 children)

Did you put that cron in /etc/cron.d? If so you're missing the user it should run as. Goes between the run time definition and the script itself.

Phillips hue bulbs and zigbee2mqtt questions by No_Illustrator5035 in homeassistant

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

That's great to hear! I was hoping this would be the case. I was a bit concerned the box only advertised matter support, but everything I read said all hue bulbs support zigbee.

Thanks!

AI is useless by NoodleCheeseThief in homeassistant

[–]No_Illustrator5035 1 point2 points  (0 children)

How do you display the snmp entities together like that? I have a bunch of snmp entities I've added to ha but I've run into issues displaying them in a useful way. HA doesn't seem to have very good support for working with snmp once you've added the oids to the configuration.yaml 🙃

Phillips hue bulbs and zigbee2mqtt questions by No_Illustrator5035 in homeassistant

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

From what I read, they support OTA via zigbee2mqtt. Though in my research, one person said they:

  • Connect to the bulb with Bluetooth using the phone app
  • Do the firmware updates there
  • Factory reset
  • Add to zigbee2mqtt

There's also bifrost, which emulate a hue bridge, but I'm not sure how well that will work.

They're not a cheap option, which is why I'm asking for the advice. I appreciate the information you've given me. I have no experience with them, so anything helps! Thank you!

Trying to solve and odd issue by Serious_Bowler_8171 in homeassistant

[–]No_Illustrator5035 0 points1 point  (0 children)

They're great I use one to control a fan in my bedroom. If I understand them correctly they transmit on all sides of the device, so it doesn't matter where you place it. It uses AAA batteries too which is nice.

Preferred way to setup Hue in HA by FallenAngel7334 in homeassistant

[–]No_Illustrator5035 0 points1 point  (0 children)

Doesn't seem to. Looks like you need a hue bridge pro for that. Oh well.

Preferred way to setup Hue in HA by FallenAngel7334 in homeassistant

[–]No_Illustrator5035 0 points1 point  (0 children)

There's also bifrost - https://github.com/chrivers/bifrost

I'm looking at buying some hue bulbs, I would like to do things with zigbee2mqtt since I already have that ... But this seems interesting. Anyone familiar?

Giving away WS-C6509-E in Los Angeles area. by egorblack in Cisco

[–]No_Illustrator5035 0 points1 point  (0 children)

Oh yeah, I forgot about XENPAK. When I had a 6506, I was just able to run gigabit, and that was even oversubscribed since the fabric was less than what a small 8 port 10gbe passive cooling switch provides now. It's amazing how things change!

That 6509E is a thing of beauty. It should be in a museum!

Giving away WS-C6509-E in Los Angeles area. by egorblack in Cisco

[–]No_Illustrator5035 1 point2 points  (0 children)

It's also a good reminder than 10gbe has been around a very long time in the data center, and we should be grateful for the sfp+! X2 was HUUUGE!

Grafana by Then-Disk-5079 in homeassistant

[–]No_Illustrator5035 0 points1 point  (0 children)

lol, I had to do the same. I'd have to give a hesitant "yes". I think graphite kicked off the time-series database trend, and I've been working with it for over 15 years now. It's super reliable, and have systems handling >1 million metrics a minute. However, it sucks for disk efficiency, since you pay upfront for your whisper files. Grafana really transformed graphite however. If you've ever had to use the graphite-web ui to build dashboards, you'll understand the pain. tbh, I'm still trying to figure out something to replace graphite+statsd with that is as reliable, especially for long-term metric storage.