I don't have that anywhere.Settings -> Devices & Services
I deleted them all.
Can I kick this auto discovery off again so it finds everything?
Remember I said burger button and provided a literal print screen of where to clickI don't have that anywhere.
![]()
Remember I said this....
And this![]()
if you can remember what you want to add back in then go to Settings/ Devices & Services, click on the Add Integration button on the bottom right and search for what you want to add. Draytek isn’t there btwThere's nothing there.
I'll start another instance on a Pi, see exactly how it discovers stuff and add it in manually.
If the PIR is part of the Hue system then yes, it’ll be straight forward to do what you want.Currently have a hue setup at home, but have been looking at HA.
Would I be possible using this to have a PIR turn on some exterior garage lighting when the PIR is triggered, but also have those lights always on between certain times but dimmed?
On a side note, is there an unraid docker?
Thanks!If the PIR is part of the Hue system then yes, it’ll be straight forward to do what you want.
Just checked and yes, there’s a HA container in Unraid
Aye, that's what I did first of all, it'll be some kind of snmp thing but that didn't find it either. It's OK, I'll work it outif you can remember what you want to add back in then go to Settings/ Devices & Services, click on the Add Integration button on the bottom right and search for what you want to add. Draytek isn’t there btw
I'm using a UniFi UXG Max.
Home Assistant is querying the UXG using SNMP and it's that data which is being displayed. It should work for any router that supports SNMP but I doubt Virgin Media have it configured or give you the option to configure it on their Hub.
This does work for me - I've not had anything with a daily usage above £1 so it's not stuck at all.Code:template: - sensor: - name: "Cost today" unit_of_measurement: "£" state: > {% set consumption = states('sensor.garden_room_ac_today_s_consumption') | float %} {% set rate = states('sensor.octopus_energy_electricity_19l2262519_1012474423759_current_rate') | float %} {{ ((consumption * rate)) | round(1, default=0) }}
I'm not sure it is working but that could be because I am selecting the wrong sensors - the maths seems to be OK and I think the path I am following is OK though. Will troubleshoot
(I just checked and its stuck at £1)
Can you pull usage data via SNMP for Unifi? It's annoying that it's fully available in the Unifi app, but the integration on HA doesn't have this.
**** easy to doHas anyone seen the "Binerator" post on FB?
Chap has used some scripts to colour a light bulb according to recycling/waste, and then uses AI to determine if the bin has been put out and then uses AI to determine if the bin has moved/i.e. been emptied lol
This is where I need guidance, I have a Hue hub bridged to HomeKit and it looks like if I want to have the Hue lights within Home Assistant, the best way to do it is via a bridge as well. So I either have to move the bridge over and integrate it within HA in one go or perhaps pick up another Hue bridge and migrate things over bit by bit.I personally wouldn't put all your eggs in one basket. I still retain my Hue Hub to manage lights locally. It doesn't prevent me from doing anything in HA (or at least, it hasn't yet).
I've only deployed one of them so far, one in the back room and yes, each socket has individual switching and power monitoring. The others are all P110Ms that I got before the extension leads.Are you getting power usage for all of those devices through your Tapo extension leads? Each plug has monitoring? That is quite cool if so.
Every room has a Hue switch as well, some are set for simple on/off, others have brightness controls and I've got a bunch of the Friends of Hue kinetic switches.I did move the various Hue light switches to HA for more flexible configurations and also automating a mix of Hue bulbs and other general Zigbee devices from them.
This is where I need guidance, I have a Hue hub bridged to HomeKit and it looks like if I want to have the Hue lights within Home Assistant, the best way to do it is via a hub as well. So I either have to move the hub over and integrate it within HA in one go or perhaps pick up another hub and migrate things over bit by bit.
The voice control via Siri is important though, "Siri, lumos" to turn on the lounge lights, etc. And so are the automations as described above. Because the automations are in HomeKit, they effectively run through the cloud rather than on the hub so if they can be moved locally to HA, they might run a little quicker.