#hardware-archived
1 messages Β· Page 103 of 1
Was looking for some help with removing orphaned entities. I had some trouble with the lock-manager integration. During troubleshooting I removed the integration yet it left behind dozens of Input Boolean, Binary sensor, Input text, amongst other entities that I can't seem to remove. Does anyone know how I would go about getting rid of all of these? I've tried rebooting my entire server but they persist.
I've attempted to completely remove them all from core.device_registry (and attempted core.restore_state as well) but they keep coming back after a reboot.
.topic @hidden willow - you wanted #integrations-archived π
@hidden willow Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
Ikea smart plugs are good Β£8 and they work with all zigbee sticks + Phillips hue hub, so best of both worlds IMO
Thanks, will keep that in mind as there is an Ikea not too far away
another good reason to use them, as you can always get an extra one, nothing worse then going for a brand that takes 4 weeks from china
quite true, I just need to buy new lights now as I realised the ones I had and were intending to use are actually battery powered not plug in π
Lightbulbs or wall switches?
Christmas tree lights
Ah gotcha haha, I have 6 plugs in christmas lights over my place, all set to come on when I come home, and switch off with a button on the way upstairs
All Ikea zigbee plugs connected to philips hue hub
nice π
yeah a compatible wall switch to replace my normal light switch is next on the agenda
Anyone here intrested in the new Shelly 1L?
I know tuya sell a zigbee version with no neutral, but shelly fire protection is'nt to be sniffed at
that looks like it's for making none smart lights smart? I already have hue lights but would like a wall switch that just toggles them rather than full switching them off, will it work that way as well?
In your case you need to establish if you have a Neutral at your switch or not
the buying advice might be diffrent depending
I'll take it off again later to double check but I seem to recall just red and black, although there maybe two of one of those colours
There is an easier option if you don't want to mess with your lights, get a hue button or 4 button switch and buy a wall plate mount from ebay that goes over the top of existing lights
not as pretty and adds a battery for the light (lasts over a year) - https://www.ebay.co.uk/itm/IYOKI-Philips-Hue-Light-Switch-Cover-Single-Philips-Hue-Smart-Button-1-Pack/264766905894?hash=item3da5565e26:g:MwUAAOSwOxBfM912
but not bad option if you can't be asked
I have an Aqara D1 No neutral at the moment
I quite like it over the traditional switch tbh, lot easier to just press when walking in and out
You from UK?
yeah
I have no neutral, just two wires, one is for the light swithc other is live, so I needed a product that states no neutral is required
Although awkward, makes it super easy to install as only two cables, just gotta make sure you get them right π
always a plan when working with electrics
There are plenty zigbee remotes (battery powered switches) for control of smart lights
I had the whole remote ontop of my lights for a while, but I wanted to get a brighter bulb as my room was bit dim, so had to look at the smart switch route
Also new propert I am moving into has many of those 8 bulb lights, and don't want to change them tbh, so will go smart switches instead of bulbs
don't tell me about even more things to spend my money on π
but that's my favorite passtime
lol
Yeah my bedroom lights are a three bulb affair so a smart switch would of been far (far, far π’ ) cheaper but I wanted the colour control as well
Yeah you did miss that out but tbh, I much prefer the dimmable option in that room to come from accent lightin in the corner like lamps or led lights rather then the main light
Something like an Aqara no neutral double rocker
On wired into the main light, and the other button you use in a autiomation to toggle lamps
.topic π
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
You wanted to ask over in #integrations-archived
π im soorrry, ill move this π
how can i increase the polling interval?
Of?
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
Always read the topic π
Greetings! Okay, so I am totally new to Home Assistant, and I'm looking to buy plugs that will work well with HA - ideally without hitting the cloud. The information I've found so far has been in random reddit posts and forums, and seems to be changing pretty rapidly, and I only feel like I've found out about those changes by coincidentally searching and finding results that gave me info for that specific device. For instance, it sounds like Belkin is now going to start requiring their cloud account, or at least harassing people to move to it frequently: and it sounded like Tuya-based plugs could be modified to be local only, but now newer ones being made have had the exploit closed that was being used to flash their firmware?
I'm left feeling confused about which options are actually still viable. So given all of this, is there a solid go-to recommendation for a local-only smart plug that integrates well with HA?
Also, is there a site being well maintained with this kind of info (about which devices actually work well for local only, whether it used to but doesn't anymore etc)? I've yet to find one that gives an up-to-date scoop on these developing situations.
zigbee plugs
Ah, good deal! Thank you!
Ooh, am I reading this right that Ikea's "Tradfri" uses Zigbee? If so that's fantastic, I'm all over it.
That's correct.
Sweet, thank you! Time to go hit up the Swedes this weekend.
See also...
There are three Zigbee options with Home Assistant (regardless of how you install it). These are:
deCONZ is relatively stable and mature with its own UI (and Discord server). It can run in an add-on, in a Docker container, or natively. Only the ConBee range of sticks and RaspBee GPIO boards are support. Known working devices are documented, and how to request support for a new device is documented too (you can't add unsupported devices yourself).
zha is actively developed as part of Home Assistant Core, using the zigpy stack, the UI also being part of Home Assistant. The EmberZNet based sticks are recommended, but there are other options. There is no list of supported devices, as any standards compliant device should work. Devices that require extra support are listed, and adding unsupported devices is documented (you can't add unsupported devices yourself).
Zigbee2MQTT is very actively developed and can run in an add-on, in a Docker container, and natively. As of 1.15 has a native UI, and it also uses MQTT for control and configuration. It supports mostly TI based sticks, with the Zig-Ah-Zig-Ah! and Slaesh's sticks being recommended. The known working devices are well documented (which usually includes how to pair them so you don't have to find the manual), and adding unsupported devices is also documented.
And #zigbee-archived, of course.
Ah, interesting - thanks! I'll give those a read and check that channel out, thanks!
can any1 recommend a good lux sensor (tried automations with sun.down/up sun.elevation, not really accurate) will it improve when it switches on when cloudy for example
an a better motion sensor , i have a tuya one and the delay is about 3s which is quite awfull ?
Oh actually yeah, they don't have a lux sensor but Ikea's got a motion one https://www.ikea.com/us/en/p/tradfri-wireless-motion-sensor-white-60377655/
Just wondering, does anyone know of a 2 way smart light switch? Something like a sonoff tx or one that sits behind the existing switch. Just needs to support 2 switches please
Best (as in works well, and is cheap, just not configurable) I've found is the Xiaomi Mijia one - https://www.zigbee2mqtt.io/devices/GZCGQ01LM.html
On the subject of devices, I also want to tie in IP cams and a local NVR into my home automation setup: are there any systems that you guys love right now? I have Ubiquiti/Unifi network equipment and would prefer to do POE for most of my cameras, but I'm not impressed at the cost of the Unifi cameras nor their relatively sudden EOL announcement on some of their older video products
I don't think IKEAS motion sensor is good for measuring brightness. I believe it only reports dark/light and only updates when motion is detected.
Hi I have HA installed in VirtualBox. Where can I find the python installation so I can manually add quirks to the ZHA integration?
#cameras-archived is a good place to ask
Have a look at #zigbee-archived
anyone good at command line regex, bitwise and logical operations?
I'm trying to get a Digital Logger Web Remote PDU setup in HA and having issues figuring out how to get the status for the switch right
currently I have this monstrosity: command_state: $(( (2**1 & $(curl -s http://haas:password@10.0.100.10/status | grep BODY | grep -zPo '(?<=)[0-9a-fA-F]{2}')) == 0 ))
I'm not sure if this command is working properly, is there a way to run command line actions on HAAS when I've set it up on rPi4 with HAAS.io?
Hello , does someone here has experience with a sonoff zigbee bridge?
any hints on where to look for devices that seem to have lost double and triple and hold press states and now only allow simple on / off state changes in trigger types?
in the UI the trigger has become "unknown trigger" but in the YAML it has: https://paste.ubuntu.com/p/WGtf3BdGfw/
I have confirmed the mqtt messages are getting into the mqtt server and dev/tools of the hass debug area can subscribe to them, but the automation area doesn't allow for the triggers that were ok yesterday (there was a power outage that has reset something, I'm just trying to work out what)
Hi all, can someone recommend a motion sensor (zigbee) I can use with a light trigger via automation that can continuously detect that an area is occupied.
Does anyone have a copy of the XVacuum APK they can share? The links from XDA and the russian site are 404.
Does anybody have a keypad they use through the HA alarm? I don't have anything psychical for arming/disarming and need some recommendations
I'm trying to figure out how the Shelly 2.5 handles switching. If I have a switch hooked up to it and I switch it off, the switch is now in the off position. If I switch it back on remotely, the load is on but the switch connected is still switched off. If I flip that switch back to On, does the Shelly 2.5 leave the load on or does it turn off the load?
Found a screenshot of its web config which describes the options nicely. I cane make it work like that or in one of like a dozen other modes
well, at least 5 or 6
Any device out there on the market that can be placed behind a light switch that does not have a neutral wire?
@hollow stag pretty sure that's just a requirement of physics. For the device to stay on it either needs a battery pack or a neutral wire to create a circuit and provide power so it can use its radio zwave/zigbee/wifi to listen to commands and report states
you can have sensors that operate on a single wire, see 1-wire sensors
well, actually data and ground so scratch that
@hollow stag , inovelli doesnβt need a neutral wire but you lose some functionality and it is an actual switch.
@hollow stag @undone haven the "cheat" there is by trickling power through the switch afaik to allow it to power on
enough to run its radio without running the light
or am I wrong there
which is why it only works for their dimmer, not their on/off switch
Is there any link/list/conventional wisdom around which device integrations are well-supported and/or highly-used? e.g. how to answer the question "I want to buy a <switch, thermostat, whatever> to use with HA, which is the most supported/complete/used by others"
@broken steppe go to github and find the integration code for that and look how many commits it has, how often it is updated, etc
should give you an idea if it is actively maintained
and how active it is
for that section of code.
that makes sense
i mean that's actually getting to what i am looking at - the open source safety in numbers concept
you can even get a feel for how many different contributors are contributing code
@fickle needle , unless you know what your doing, I would be trying to trick anything with electricity
@undone haven I'm talking about the inovelli no-neutral thing
so i'll be lazy and ask ... for the 146 switches on the site ... are they in 146 different repos, all in one, or some mix (upstream vs out of tree)
their switch just trickles electricity small enough that the light doesn't glow or turn on, which is why it only works for the dimmer, and even then needs a bypass wired in to support low wattage loads
Also @broken steppe , check the integrations page.
@fickle needle Thanks for the insight... I have several sonoff mini I purchased over a year ago; at this point I may just have to change the light bulbs instead of trying to take a shortcut to make the switch work
@undone haven I will look into that, maybe that can be a cheaper alternative than to replace 16 bulbs in my home.
Innovellis are great little zwave switches
@broken steppe standard practice is for contributors to create a library that is published via pypi for all the code that actually communicates with the integration, then contribute the code needed to use that library
@undone haven that's where i started - looks like all i can do to narrow it down is to go back to first supported in version and see what is 'old' but that might not be exactly what i want
@fickle needle i think i answered my question with the first-supported-in π
Zigbee and zwave mostly work out of the box. Next is WiFi if there is an integration or custom component
@broken steppe so you can check the integration and you will see requirements. For example, the "Cast" component has this in its code: https://github.com/home-assistant/core/blob/dev/homeassistant/components/cast/manifest.json
You can see that the "requirements" are "pychromecast". Home-assistant upon loading the "Cast" component, dynamically runs basically "pip install pychromecast" which is a library for communicating with chromecasts
then the rest of the code in the https://github.com/home-assistant/core/blob/dev/homeassistant/components/cast/ folder is just the home-assistant specific code
@fickle needle so what would get me close to getting what I am looking for is to do a quick analysis of commits in homeassistant/components/*
this one is a fun example, because balloob actually wrote pychromecast years ago. Possibly even intending it for home-assistant, but it has become the de-facto standard for python to talk to chromecasts afaik
@broken steppe and go find the repository for anything in the "requirements" of the manifest.json for extra nuance
i'd undercount the use case where the interface is stable but the activity is in the project
so next step would to be what you just said π
but typically if features are added to the library that is required, code also be updated to use those new features on the home-assistant side
but that's probably YAGNI cause then I'm chasing the scenario of somebody creates a fully featured interface to a component that isn't developed yet π
man, I feel like a hipster because I was using this project when its URL was github.com/balloob/home-assistant
2kewl4skewl
dude i remember when to see what new sites were on http you could go to akebono.stanford.edu/yahoo ... if you cared enough to leave gopher or WAIS
;P
I have sitting on my TV Stand the "Internet Kids and Family Yellow Pages" from 1997
I wish more of the sites in there were still alive
it's nice that ha is python. I'm just dipping my toe in now. have a few smartish devices in the home exploiting me now and the prospect of adding more annoys me
i have a pile of (yet to be installed) lutron switches in the basement (that i think might be salvageable) and a bunch of nest stuff (that i'm expecting to replace)
and i bought a dozen wall-wart AC switches that were verified to be flashable
@fickle needle looks like i need to take out some stuff in the components directory (switch, sensor, light) ... manifest.json containing "quality_scale": "internal" seems to be the easiest way to do that
does anyone know why one tuya light is not reporting its state very well , everytime i come into my lights section "vensterbank 4" is not following the adaptive lighting scheme while the rest is
have to switch group off/on and its on the adaptive scheme again
You might want to ask in #integrations-archived @kindred vale π
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
βοΈ
Hi everyone. Not sure this goes here.. I have a tiny project in mind but dunno whether it's feasible. I have one of this shabby intercoms I don't want to replace, but I'd like to build automations whenever somebody rings. I thought that maybe a sonoff with power consumption monitoring could catch that?
I'd like to know whether that is doable before unmounting the intercom from the wall since I'm not really experienced with cables and such...
any ideas are welcome
Hi all, new to Discord, Home Assistant and the word of automation. Got myself setup with HA and now looking to broaden my experience with themes customization etc before jumping into more heavier tings like energy usage, etc . Any hints and tips anyone has to share will be greatly appreciated,
@boreal horizon check out the channel topics
@gloomy sequoia thanks. been mostly on the Home assistant forums today trying our different codes trying to get things to work.
zigbee conbee II , will it communicate to zigbee devices without the need of a zigbee hub ? and compatible with linux ?
Yes, although conbee is not what I would recommend
@kindred vale that would be the hub
@fringe moon any better alternative
Quick question, i've got two device that are setup to track via the mobile app integration. It works fine with my wifes device, but won't update my location. I've got location services setup, and the device appears to be setup in HA.. but it's always stuck on Home.
can anyone recommend decent 12v wired pir sensors i can use with my esp32 (want to mount on my ceiling throughout the house)
10' ceilings in most rooms, some 12'
I ordered some of these (https://www.aliexpress.com/item/32931384236.html?spm=a2g0s.9042311.0.0.46424c4dfopk2T) and they finally came in, but so far my tests aren't going well....it just constantly changes between on/off even when i put it in a closed box
Since my IKEA hub died, I swapped it out for a RPi with a Conbee II dongle. Now I have moved over everything, everything works like before except for the remote. I can't get the buttons for warm and cool lights to work. Anyone having solved this problem?
I'm new to HA, and put my first Kasa bulb in recently.
I did some basic packet caps and noticed it only reaches out to Amazon AWS. I was considering maybe blocking cloud access but was expecting it to reach out to something other than Amazon AWS.
I'll probably just create a rule to block the source network for my IOT stuff to Amazon's entire range of IPs. Has anyone else had experience with doing this?
Has anyone here used a RTL-SDR receiver to get signals from a 2GIG takeover device for door/window sensors?
I have an AC blower motor that has 3 different inputs for 3 speed operations. The existing switch has 4 positions, Off, High, Medium, Low. High Medium and low just provide power to different leads into the motor to control its speed. Is there any premade products that have a way to accomplish this in a smart manner, preferably with a physical switch of some sort?
I'm assuming that it isn't particularly safe to use 3 separate smart relays because you aren't supposed to provide power to more than one of the inputs on the fan at any time?
Like I can't have power to both Low and Medium, so the unit would have be able to to only provide power on one output at a time
Or do I misunderstand and it isn't a problem to provide power to the additional inputs all at once for this type of blower motor
More specifically it is this motor: 100102CF
Alternatively, where do I find information on making a circuit that would have 3 relays, but the circuit prevents more than one relay being enabled at a time
Whatβs the best smart lock that integrates well with HA?
@fickle needle ,an electrician
home assistant says SimpliSafe v2 and v3 are supported, but simplisafe naming conventions are "original" and "all-new", claiming there is only two products.
i have the old LCD display model (called original in below link). is this version 2 or version 1?
https://support.simplisafe.com/hc/en-us/articles/360029336232-Which-version-of-SimpliSafe-system-do-I-have-
https://www.home-assistant.io/integrations/simplisafe/
anyone know much about Christmas tree lights?
A lot of people
π
AC power pack I have converts 240v to 31v DC into the mode selector that then seems to spit out 33v AC
hey guys.
is "motion" the same than "presence"?
reason i ask is because i have a few motion sensors around the house for stuff like corridor lights.
but now i installed one in my office, because i always forget to turn off the light when i leave the room (:D)
however i notice that when i am sitting still watching a video, it goes to "clear" pretty quickly
i solved the light with a delay timer of course, but it got me wondering if i maybe approached this the wrong way with the wrong sensor type?
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
Sounds like you wanted to be asking, with more details, over in #integrations-archived π
The hardware matters, because every device behaves differently
The integration matters, because each integration may behave differently
well, asking here because i dont know if my hardware is appropiate
If only you'd mentioned anything about it then π
a "motion sensor"
yeah so, how does that alter anything of my question?
is a motion sensor the same thing that a presense detector, if that even exists?
in short: no
They're two words for the same general thing
Some manufacturers use one, some the other, and some both
presence detection can be based on other things than motion
But 99% of the time, it'll be motion
Radar and others are pretty rare, and generally more expensive
ok, now that i understand that, i can formulate a more specific question:
i am using a SNZB-03 sonoff (zigbee) motion sensor.
should i be using something else?
Nope
The device is doing what it's designed to do - detect motion
No motion - no report of motion
so how does a motion sensor differ from "radar" that you mentioned above?
A typical motion sensor is a PIR
Radar is actual radar, with the potential to go through walls
Things like Xandem use radar
They cost π° π°
If you want to detect seat occupied then a pressure sensor (or load sensor) is better
PIR: "Pyroelectric ("Passive") InfraRed Sensors"? (had to google it)
Yup
hm, pressure or load sensor sounds interesting. can you suggest one?
I can't, but I'm sure if you provide the details in the pinned message somebody will be able to eventually
Odds are there's information in the channel history, and there's certainly going to be chat in #diy-archived about building them
ok thx.
Hello! I hope this is the right channel for my question:
We have a USB DAC connected to an Odroid running Hass.io. It is recognised as a sound output device, but whenever we switch it on, there's a terrible buzzing noise coming from the speakers. It does also play the music, but it stutters quite badly and the noise is still there as well.
Whenever we change the volume in Hass.io the volume of the noise changes.
Does anyone else use a USB DAC connected to Hass.io? I feel like a setting may be wrong somewhere but I have no idea where.
The DAC is a Creative Technology USB Sound Blaster HD, Hass.io is running on an Odroid C2.
We're running Home Assistant OS by the way, version 5.7.19
HI there, I posted in the HA community forum already and on reddit but haven't received a reply yet unfortunately. (here the link for anyone interested) https://community.home-assistant.io/t/hvac-control-integration-of-internorm-window-sensors-into-ha/251920
TL;DR - I'd like to know how I could integrate a heating PT1000 sensor in Home Assistant and also like to know where I can read more about how to integrate Internorm KF410 windows opening sensors (Austrian Brand)
Hello Everyone, I have a very quick question on wiring a Broadlink switch, there are two light switches currently with no neutral, there are 4 wires (2 white 2 black) in the wall but only 3 connections on the switch any idea how this would be wired? I hope this is the right place to ask this
Where in the world are you?
Canada
Oddly, wiring standards aren't global π
Well of course not, that would make things too easy
im assuming ill have to tie two of the wires together, its an older home so the old switches act as a circuit breaker.
probably a dumb question but i have a zwave thermostat, do i have to set up a 'generic thermostat' in HA to control it?
See #zwave-archived - and no, you shouldn't
hm ok
https://smarthome-bg.com/download/product/public/klyuchove-za-lampi-broadlink/file_5afac1f8c2c1e.pdf This is the manual for it, but it doesnt say what to do with the other live wire, Would anyone know if I tie them together or cap one of them?
Generally you'd tie the live wires together, but if you don't know please consult an electrician
It sounds like you've got two switch loops in the box, so you definitely do not want to tie any wires together without at least being certain that both lights are wired from the same circuit, otherwise you'll cause all kinds of weirdness and/or a 240V short circuit. "its an older home so the old switches act as a circuit breaker" concerns me, and I second the recommendation to bring in an electrician.
Yes they are switch loops, sorry im a bit new to the terminology when it comes to house wiring, its two switches side by side each on a separate loop, both go to the same circuit breaker on the electrical panel in the house, but I think contacting an electrician would be the best plan here
Letting the magic smoke out at 12V is bad. Letting it out at mains voltage (and amperage) is really bad
you mean 120V AC
North America / Canada
anyone with a wyze cam tried both the rtsp firmware and wyzehacks?
was interested in trying the rtsp firmware mostly for the ability to use it as a motion sensor but it's just too slow to be useful
stream seems to be about 10-30 seconds behind
it would be a minute behind with the nfs mount on wyzehacks, but it sounds like it would be far more reliable
figure I could use the files from the nfs in a ffmpeg camera entity
recommendations for cheap smart plugs that work with HA?
Anyone have some advice for using the larger led power supply? I want to put it behind my couch but don't want the wires so exposed. https://www.amazon.com/dp/B01HJA3OUG/ref=cm_sw_r_cp_apa_fabc_47xZFbZPBJV7H
hi - quick question. I've added an android TV media_player entity to my config, and now i'm trying to get it to show up in HomeKit so I can use the control centre remote, however that media player entity doesn't seem to be a TV entity and thus doesn't show in HomeKit as a TV, only as a switch. How do i do this?
I tried creating a homekit accessory integration but that didnt work either. if i try and do that with entity config it just shows as an occupancy sensor for some reason? I know i have to create automations to pipe the remote commands into ADB, but i dont know what to do to get to that stage
The Ikea Tradfri ones are on the cheaper side if you already have the ikea hub or some other Zigbee hub that it can communicate with
oh. i didn't know i needed a zigbee hub.
are there any smart bulbs for t8/t12 type sockets like used in those long light tubes? I have that as a bathroom light.
can anyone recommend some PAR20 RGB bulbs for my exterior uplights
does anyone make a zwave fan switch that lets you disable that damn led light... my year old GE/Jasco unit doesn't.. doesn't let you set it remotely to direct or inverse indicating.
There are three Zigbee options with Home Assistant (regardless of how you install it). These are:
deCONZ is relatively stable and mature with its own UI (and Discord server). It can run in an add-on, in a Docker container, or natively. Only the ConBee range of sticks and RaspBee GPIO boards are support. Known working devices are documented, and how to request support for a new device is documented too (you can't add unsupported devices yourself).
zha is actively developed as part of Home Assistant Core, using the zigpy stack, the UI also being part of Home Assistant. The EmberZNet based sticks are recommended, but there are other options. There is no list of supported devices, as any standards compliant device should work. Devices that require extra support are listed, and adding unsupported devices is documented (you can't add unsupported devices yourself).
Zigbee2MQTT is very actively developed and can run in an add-on, in a Docker container, and natively. As of 1.15 has a native UI, and it also uses MQTT for control and configuration. It supports mostly TI based sticks, with the Zig-Ah-Zig-Ah! and Slaesh's sticks being recommended. The known working devices are well documented (which usually includes how to pair them so you don't have to find the manual), and adding unsupported devices is also documented.
can anyone recommend some cheap smart lightstrips for a bedroom that are cheap and work with HA?
Hey, does anyone have the original firmware from a SonOff SV? I loaded tasmota but want to roll back to the oem for some testing. I didn't think to backup the original code though.
anyone here using mirabello LED RGB lighting strips ?
Don't ask to ask, just ask your question. Then people can answer when they're around.
When you do ask a question, try to provide as much background detail as possible. Ask yourself these questions first so that others don't have to:
- What version of the Home Assistant are you running? (remember, last isn't a version)
- What exactly are you trying to do that won't work?
- Is the problem uniform or erratic?
- What's the exact error message?
- When did it arise?
- What exactly don't you "get"?
- Can you share sample code, ideally with line errors where the error occurs?
ok, got my RGB strip working using https://github.com/ljmerza/light-entity-card
is this the best way to go or is there a native RGB panel for lovelace now?
You'd want to ask over in #frontend-archived π
Best is a very personal thing though
lots of people have reported that this successes with tc
https://amzn.to/34637iE
this is @tawdry hearth 's affiliate link btw
its a 3 in one to save soace
space*
Which outdoor motion sensor works great with HA?
Zooz has one, further its model num
has anyone any experience with the Sonoff dual switches? I've wired one into an external LED light, when the switch is off, i notice that the LEDs are still on emitting a small amount of light
Does anyone know if ikea tradfri new button is supported in z2m and HA?
@worthy matrix that link doesn't seem to work for me
@weary tangle anything is supported in z2m if you add it yourself
Maybe? Probably not? Read the docs and PRs for z2m
it was realeased today is why im asking here
@upper yoke this is the place to ask about your devices!
I have has integrations with smart lights, garage door, tv, vacuum, plex.
what kind of smart device should I purchase next? need ideas and want to expand. thinking of getting a broadlink to automate my cable box and receiver which aren't smart.
Maybe control your heating
Hmmm whats the new king Zigbee Smart plug Β£8 or the new Lidl smart plugs Β£8?
Lidl has a button, and is more local for me
diffrent form factors and not sure if the lidl makes a noise when turning on (I like that)
Anyone have a recommendation for a zwave, zigbee, or wifi relay? I was thinking of the Sonoff basic because I need to wire the power cable in directly (it'll be inside a box). Does it do power reporting?
Does anyone have use tablets or some other touchscreen device on a table top or counter? I'd like a nice, clean look. Bet I've found is the Show Mode Charging Dock for the Fire HD 8. https://i.imgur.com/sJlAL4r.png
I could just use any android tablet & any stand, but I really hate having the charging cable stick out the side like a sore thumb
how can I see the raw data home assistant is storing from a device?
you can check the state in developer tools, if that's what you mean
yeah that's similar to what I mean, but I want to see it's history
I have grafana hooked up to this entity of interest for example and it shows these gaps in the history
and what's strange is that the logging on the device itself shows it's reporting rock solid every N seconds (configurable)
what is interesting is the device (an amp meter) logs say 0.01700 A then 0.01600 A those two values (with 2 decimals of accuracy it says) and then when I look in developer tools it says .02
so maybe if hass gets the same value twice it records it as one value.... ? anyone know if that's the case
I think that is exactly what is going on
being able to see the hass entity history would be helpful to troubleshoot this
I just played around with the history area, and it shows lines between two timestamps but no points in between, so maybe hass just records differences
How do I have my Person icon show which room I'm in using Room Assistant? I have two Room Assistant instances setup and the mqtt topic for my watch is correctly showing my location in MQTT. I tried adding an mqtt device tracker pointing to the room-assistant/sensor/bluetooth-mymacaddr/state with no luck
@brazen turret I bought a FireHD8Plus + the wireless charging dock for it last week. I decrapified it some and installed wallpanel. I haven't used it much yet, but it seems like it's going to work fine.
Yea
does look nice and clean, thanks
No problem. I wanted something the wife would be OK with in the living room, it seems nice enough
Hello there, somebody know how to save the OpenTherm gateway (nodo-shop) mode? I would like to use it with "Monitor" mode, but every restart it change back to "Gateway" mode.
Hmmm whats the new king Zigbee Smart plug Β£8 or the new Lidl smart plugs Β£8?
Lidl has a button, and is more local for me
Diffrent form factors, my main question would be how well are they built to last
ask again in a year or two
Lidl seem pretty open that all there devices work with other hubs
not seen a company do that
no funny business happening with locking them down
because they're tuya based
Do look bit like blitwolfs plug
If it was more well known but non techy consumer that they work with philips hue, I could see them selling a tonne
they will sell a ton anyway
obvcourse, but might aswell get philips to discontue there 3x cost plug π
you can send them an email
Hue is bit smaller
does show up as a plug not a light, not sure if that has any advantages
show up where
in the hue app
There is anybody who has experience with LSC Smart Connect devices? sold by ACTION
any way to privatize a home speaker so others can't cast to it? or do I need to make my own non google smart assistant like hello ada for that?
my family always casts to my speaker by accident
move out
I know you can link HA to Alexa, and then use Alexa to control devices. But can HA send commands to Alexa too? Like play a track from spotify at a certain time?
Any home security system recommendations ?
With Nest out of the picture, I am bit at a loss for whom to go for
A PC running BlueIris and some cheap CCTV cams, that's all you really need. I don't really understand why people pay a monthly subscription for this stuff
or motioneye
Question: How does one remove a ZHA device from the interface? I've got a device that HA isn't recognizing anymore, and I'd like to remove it, try resetting the device and retrying. I've ensured it's not in lovelace anywhere, not in any automations or scripts. It removed the name, but it still shows as a 'generic' sensor. Ideas?
Iβve flashed and configured Shelly 2.5s in the past, and Iβm trying to add some new ones. Iβve always flashed tasmota. My config matches just as it should and also matches my others, but Iβm only getting one switch instead of 2.... GPIO4=relay1, GPIO5=Switch2n, GPIO13=switch1n, and GPIO15=Relay2. All the others are what they need to be, I list those because I figure they are the ones relevant to this issue.
See #zigbee-archived π
@winged knoll Thanks! Always happy to rtfm as needed!
Well, that channel can help more than this one, given the topic here π
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
anyone know if Treatlife plugs work with smartlife/tuya?
Hi! I'm using Zigbee2mqtt to connect some door/window sensors to Home Assistant. Everything works OK, except for the state values within Lovelace: Instead of Open/Close, I get On/Off (since they are binary_sensors). How can I get the correct status?
Hey guys, I am looking to replace my Led controller with a zigbee one, I have a 20M Led strip in one run, which working fine for my needs as typically never on 100% brightness, I currently use the Magichome wifi led controller which does not work well with homeassistant, so prefer to just change for a zigbee one, the strip is set in GRB mode, and only had 4 pins, I am looking at this product, but not sure if it will suffice for 20M run - https://www.aliexpress.com/item/1005001629650377.html?spm=a2g0o.productlist.0.0.7e615c75eTy6q2&algo_pvid=17d9356a-ba5f-4375-bc10-7eeeaf3db38d&algo_expid=17d9356a-ba5f-4375-bc10-7eeeaf3db38d-0&btsid=2100bddf16074648621942891e31b4&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_
Is that supported by your chosen #zigbee-archived integration?
yes
I think it will work for 20m, I want it relatively quickly and think I have 3 options
Β£10 aliexpress and wait months, pay ebay resller selling at Β£20 same product or third buy this which is Β£27 but amazon warranty and it might be versatile if ever move onto RGB CCT elsewhere
(future proofing) hmmm
any chance the controller in the new lidl strip lights can take 20m instead of 2m lol? https://www.lidl.co.uk/en/p/smart-home/livarno-lux-smart-2m-light-strip/p37574
Hello Community, can you please tell me some easy ESP Projects for learning? I started today, my first one was a D1mini with DHT11 temp and humidity sensor. Please tell me how should I continue? Thank you.
tasmota.com π
don't expect any of those led controllers to work with 20m reliably @tidal grotto
ofcourse but the lidl one is likely to work just aswell as my magichome Β£5 one do you think?
technically speaking
it'll work... the question is for how many seconds
Might give it a punt π
ahh naa just checked the lidl ones are rgbw π¦
haha
I need rgb
I've gone for this for now, fingers crossed- https://www.amazon.co.uk/gp/product/B079SN66K6/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
anyone feel like helping me with my first tuya-convert attempt?
Anybody has a link from Aliexpress for Micro-USB Cables for ESP? I would like to order a bunch of it, but would like to buy a working one π Thank you.
You are worried about the quality of a micro usb cable , and suspect you won't get s working one?
π€ π€ π€ π€
Im really new in ESP, yesterday I started to build a simple temp & hum sensor. I had 3 micro-usb cable lying on my desk. All of them working but only one was able to communicate with the ESP, because there are two types, only loading ones and loading and communication ones.
hundreds of people here using ESP stuffs, im sure everybody ordering bunch of micro-usb cables, I just want to have a lets say normal one what is prooved its working and not dying in 1 day. After 3000 order from aliexpress Ive seen a lot of things trust me π
yes, there are only charging cables, which is what I bring with me when I go travelling and might have to use public chargers
yeah, I've had.... 2000 items probably shipped from aliexpress the last 2 years, I've had... 3 items that were wonky or have died on me
I have so many usb cables around the house from buying electronics over the years I've never had to order extra cables
I keep my old cables and reuse them
You are right, maybe I'll look for it in my house and in my old parent house.
and lets see how many ive got π
I nab them at customer sites too, if the customer is throwing them away
even with a broken connector I can still use it for projects
I would like to use trackers in the house using Bluetooth. Can someone recommend me a good BT adapter with a high range? I read that BT5.0 LE can go up to 400m with no obstacles. It would be great to use only a single BT stick to track devices in the whole house. But searching for devices i only find small usb sticks for in a laptop with a 10 meter range
CSR 4.0 Bluetooth dongle
Also, there's two parties - the device, and the stick - just because the stick can reach 400 meters (in absolutely perfect conditions, which means never) doesn't mean it can hear a device that far away π
yes i understand thank you. I was also looking to maybe buy a few raspi boards and run a few simple HA's sending data over MQTT to the main HASS machine. The Raspi zero W is very cheap and had BT on board. not sure if it will run HASS.
Not really, but there's many other options
does anyone have a reccomendation for a good humidity sensor?
the shelly h&t is on its way but I'm also planning on finally getting a zigbee bridge
long live xiaomi
Xiaomi Aqara (Zigbee)
and I'm feeling I could have saved a bit if I had just gotten a zigbee one instead
so might actually return the shelly
it's the batteries that's concerning me more than anything actually
one time use and these cr123A ones aren't cheap either
currently running all my xiaomi sensors on close to 2 years
I have replaced a battery in the one in my greenhouse
don't reinvent the wheel and just buy xiaomi
will have wasted a bit of money on postage if I'm returning it
i had to change the battery in the original round one last month π
but I'll get most of it back
ok, xiaomi are good, that's good to note
seen people saying they go against zigbee spec a bit
yeah I'll go with it
Is there sth. like a pressure sensor that is compatible with home assistant? I need a sensor to analyze if a person is standing on a certain area or not.
xiaomi humidity sensors here too. they are seriously tiny, far better than hue and smart things ones
I'm guessing this is asked a lot, but i'm seeing conflicting info online so nothing is conclusive. Can a switchbot standalone device be integrated into HA (without a switchbot hub)? The config yaml asks for the mac address of the switchbot which looks promising, however the switchbot app doesn't ask for any WiFi creds to connect the switchbot device to my router. Does anyone have any knowledge on this?
so that'd imply the switchbot device doesnt have a WiFi component inside it. Humm, is HA able to talk to the phone app and in turn talk to the device over bluetooth? Or is that effectively why the hub is essential.
the info online suggests if my HA host has a bluetooth dongle attached, and bluepy installed, then I can control it like that?
Seems like it will work with a BT dongle. My host/server is a physical mini PC, so I have no integrated BT device. So if I buy a BT dongle that feels like I'm defeating the idea of not buying a switchbot hub. Sorry for talking to myself. π
Any recommendations on a compatible BT dongle that has a range of 10m and a few thick walls?
CSR 4.0 is worth a shot - but "a few thick walls" means you'll be lucky
I need help, what's the easiest way to implement notifications? (like water was detected by a leak sensor)
Notifications would be #integrations-archived
But do see the long list of options on the site
You'd send those using an alert or automation
@winged knoll I found a couple that seem compatible and would do the job. Your suggestion of the "CSR 4.0" has now made me compare the differences between the one I found (https://www.amazon.co.uk/gp/product/B009ZIILLI/ref=ox_sc_act_title_1?smid=A16DOJNYBMLIQ3&psc=1) and a "CSR" version. Is there anything particular special/different/advantageous with the "CSR" type?
The one I got is https://smile.amazon.co.uk/gp/product/B06Y6MZFBR/
How much did you pay out of interest?
Under Β£10 anyway
#zigbee-archived π
there's too many channels π
So i just got my google nest hub, and i was wondering could i cast my appdeamon dashboard on it?
You could ask over in the AppDaemon Discord if it's possible natively, if not you can use catt
i like this idea better, is there a way to combine it with HA?
You can call catt from #integrations-archived - how depends on your install method, and where it's installed
im using the container method
Then you probably have to install that on the host and use SSH
ok ill ask over there thanks
have a question on configuring a device that has a switch and some sensors. Can anyone assist a new user ?
anyone able to help ?
it's tough learning a tool like discord when you have to use it to learn another tool like Home Assistant. Thank you @winged knoll . I will read the channel topic and then try to figure out what I did wrong.
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
You're in the wrong channel π
You wanted to be over in #integrations-archived and to just ask the question
Don't ask to ask, just ask your question. Then people can answer when they're around.
When you do ask a question, try to provide as much background detail as possible. Ask yourself these questions first so that others don't have to:
- What version of the Home Assistant are you running? (remember, last isn't a version)
- What exactly are you trying to do that won't work?
- Is the problem uniform or erratic?
- What's the exact error message?
- When did it arise?
- What exactly don't you "get"?
- Can you share sample code, ideally with line errors where the error occurs?
OK. thank you
If you're asking about the integration please read the channel topic
Well my PC is a device ?
Did you read the topic?
...
Not the one word name of the channel, the topic π
if I have HA installed on my rasparry pi is there a way to run tuya convert on it?
or will i need to find another linux instance?
Depends on how you installed HA π
i installed the os i believe. I see portainer can let me add my own images. Could i get a low end ubuntu image and run it there?
No idea I'm afraid
I'm amazed noone has made an "add-on" for that yet
i am able to get a ocntainer running
but i do not see the ap wifi network created that i should connect to with my phone
Hello everyone, I recently got this dimmable meanwell led driver and I was wondering if i could easily integrate this function into homeassistant with an esp or something. Can anyone point me in the right direction? https://eu.mouser.com/ProductDetail/MEAN-WELL/HLG-240H-48B?qs=l0g2inPJSHPQOaKGkAz1gA==
I'm struggling to find any examples I can follow
Probably better asked in #diy-archived
thanks, will do
does anyone know of an iOS app that will integrate my car's bluetooth OBD2 scanner with HA? I was hoping to use Torque, but it's Android only
what do people like for plant sensors?
lilygo ttgo higrow (love that name) looks good but doesn't look like it's easy to get it to run on batteries
the xiaomi one looks good too but it runs on ble (gross)
oh looks like you can get a kit that has a case and a battery for the higrow?
Which country you're in: USA
**What your budget is: **Reasonable priced
What protocols you prefer (eg Zigbee, WiFi, Z-Wave) WiFi or Zigbee is ok
Any features you want (such as power monitoring, dimming, etc) Not interested in dimming feature, power monitoring is a plus but not needed, must work with Tasmota
Looking for a smart switch
@elfin abyss I run my greenhouse off solar and mains, with a ESP32 running 6 soil sensors
@winged knoll So, is there anything specifically special about the "CSR" version of the BT dongle, verses a BT dongle that doesn't mention "CSR" ?
I think it's the chipset - I did some digging many years ago (when I bought the CSR 3.0 dongle) and found that those ones were well supported by pretty much every OS
For others, you need to check that it works in Linux
thanks
Not actively looking yet but for the UK I understand that getting smart light switches is a pain unless you have a negative wire? Does that mean total rewire or being limited to only smart light bulbs rather than the switch itself?
You can fit smart switch or dimmer modules by the bulb to get the neutral
And as there is SOOOO many devices and protocols, is it just a case of looking at what people rate rather than having a go-to protocol? I understand wifi based devices use more power but as long as wifi coverage more straight forward? Aka no hub etc
Zigbee or Z-Wave
Thanks. I'll go take a look
Many smart dimmers can operate without neutral FYI
Mix and match or keep your life easy and choose one?
Yes π
I have both - Zigbee is cheap, but Z-Wave has generally "better" devices
I can find any Zigbee devices to match my Z-Wave multi-sensors, or my door sensors
On the other hand, the Z-Wave devices are Β£35+, and the Zigbee ones are about Β£10 (or less)
Oh right nice. I've got some wifi plugs coming off amazon to do the whole tasmota thing today.
https://www.vesternet.com/collections/z-wave-modules-dimmers/products/z-wave-plus-aeotec-nano-dimmer for instance, is a dimmer that doesn't require neutral
In future i'll keep an eye out for the z-wave/zigbee stuff. It's easy to get overwhelmed so I'll have to focus on one thing at a time π
Oh, and ... right now Lidl π
I can't even remember what it was
Oh it's mozilla π€£
I knew it was from days of yore
Had to have it
ty! I have seen it mentioned but wasn't sure if it was anygood, or out of it whether some is decent some bad. My dream is to get a sunrise simulation in the bedroom
I'm bad at waking up
Don't buy the hub, just the devices
I wish we had Lidl
The bulbs don't dim brilliantly apparently, but ... the plugs make good Zigbee routers π
Ah cool. Yes they mesh don't they
So need's a hub = if you aren't home brew automators .
I'll check the reviews but certainly try to get some plugs
Guessing I just need a zigbee usb dongle or such?
I'll be migrating from my hyper-v to an intel nuc at some point
See the pinned messages in #zigbee-archived
hopefully sooner than later since hyper-v doesn't do usb passthrough
(but use Zigbee2MQTT π )
Yeh I'll need to run my nuc as a dedicated HASS box I think
hyper-v isn't comfortable at all though π€£
Well..No π
That's enough for me - Lidl shop planned (we don't have a local one), zigbee stuff and see if my first automation triggers
Thanks
Oh and zigbee devices and migration of host π
I'm looking to replace my Yeelights with lights that do not phone home or require an internet connection to work, any suggestions?
my yeelights are all local
a perfect one: yeelights with blocked outside access
just block it in the firewall and enable local control
Also, I approve of your name and avatar
I like to work with the Pimoroni Automation HAT plugged into 40-pin header of RPI 4. There is a page for instructions to get it working. https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-automation-hat-and-phat Will Hass accept it?
Depends on your install method, what hoops you'll need to jump through
I have installed the Appdaemon 4 to execute some Python scripts. So I will import the pimoroni library.
AppDaemon however isn't HA π
the install method is default: Raspberry Pi 4 Model B (1 GB, 2 GB, 4 GB and 8 GB model) 64-bit
This App daemon is a add-on of HA.
I want to install: pip3 install RPi.GPIO however I see the error message "unable to execute 'gcc': No such file or directory". Can I install gcc using apt-get command?
Not with #330990055533576204
hi can someone reccomend a POE linux tablet for wall mounting
I would say an android tablet
i know need linux:)
Does anyone have a recommendation for affordable smart plugs with energy monitoring (120V US)? And, the same for a 230V dryer plug
A temp sensor thatβs advertised as plus/minus 4C is pretty horrible, right?
Nvm checked other sensors and yeah 4C is a horrible tolerance.
@limber helm Re: Recommendations: I recently did a complete Zigbee setup at home using the IKEA setup. Although I eventually replaced the hub with https://www.phoscon.de/en/conbee2
No complaints. Though I really don't see the point of their new "shortcut buttons" or whatever they call them. I just went for a mountain of dimmer switches and a single "remote control" type switch for media control.
anyone know if the E27 zigbee bulbs from Lidl can be controlled with ZHA?
You'd want to ask in #zigbee-archived
ohh bugger - sorry - thought I was in there lol
what's the best zwave/zigbee stick that i can buy to plug into RPI?
See #zwave-archived and #zigbee-archived π
For Z-Wave it's easier though - buy the cheapest stick for your region
I was recommended to ask in here, does anyone know of a project to root the 360 line of vacuums, like the 360 s9?
Anyone already compared the lidl rgb gu10 to the gledopto gu10 rgb+cct? Which is brighter? Are the lidl versions only rgbw and 250 lumen? In the picture they seem to be quite tall also?
From what folks in #zigbee-archived said the Lidl ones don't get very dim
How about the brightness?
Nobody has commented on that
(not that I saw)
However, there's likely a whole host of reviews out there
I tried to find some but not much (found) about gu10
Based on the feedback I've seen on everything else, I'd not expect Hue levels of behaviour out of them
They will be on the markets here not until next Monday
I just bought a couple of the sockets (they're impressively bulky) and a couple of the strips (not yet installed)
Are the sockets too big for two to put on double wall sockets side by side?
The UK ones look like they're fine for that, but compared to the Salus SP600 it's "massive"
Still smaller than the Hive one by far
Hope the same goes with EU ones
Mainly using tradfri now for zigbee ones and they have no button and even though two can be installed side by side they take twice the space
Yeah, having a button is key for me
Anyone have experience with the Sonoff MiniR2? https://www.itead.cc/smart-home/sonoff-mini.html
Also, sonoff mini devices are rated at 10A, but will they work on a 15A circuit?
Relay is 16A but traces might not be. And when dealing with chinese specs divide by 2
All you have to ask yourself is how unhappy would you be if your house burned down
Can anyone recommend an energy monitoring plug that works with HA directly. Dont mind flashing itetc.
I though Sonoff did one, but appears only the POW model which doesnt have a socket - you have to wire in inline.
UK Spec, WiFi and MQTT
Buddy of miine has some techkin and Gosund ones, but there is questions on whether or not the newer batches can be flashed.
I will look them up - thanks
https://templates.blakadder.com/uk here's a list
I'm not seeing the HS110 TP-LINK smart plug available at the moment. What other smart plugs with current monitoring are available out there?
Ive just been though the list above, there are a few but most seem to have the latest tuya firmware.
from what i have briefly read up on, the latest tuya FW seems to be currently impossible to flash with custom FW so you dont rely on a cloud service.
even the ones on the list above feature on this list from git where a group are making ground on a workaround
https://github.com/ct-Open-Source/tuya-convert/wiki/Collaboration-document-for-PSK-Identity-02#data
I have a aqara vibration sensor
I only seem to get drop and tilt events. What can I do for vibration?
I am using ZHA
Is there a way to mess with the sensitivity
hould i be seeing the state somewhere else besides the zha_events?
Not sure if this is the best place to ask, but I have door sensors with multiple switches on them (at least one physical switch, and one magnetic/reed switch). One of them is right next to my (traditional, old, boring) doorbell...wondering if i desolder one of the switches if I can use that switch to detect when the doorbell is pushed? Anyone have any idea if that's possible? I'm also not sure if putting such a thing in parallel with an existing doorbell (which is like 12v ac or something?) is...a reasonable thing to do either.
Suggestions?
Wrong place, but I suggested NodeRed in the other place you asked
er, this was more of a physical device question (reuse a switch on a sensor for a possibly weird usecase) --i asked two separate questions π
lol, didn't even read, just looked the same
hi
anyone know about the Fibaro tablet
if it runs android?
or is this just an input device for gesture control
It's not a tablet...
i gathered thanks
Hi, I've got zigbee dongle, after I've installed all switches I wanted, can I unplug it from my RPi?
See #zigbee-archived for help with Zigbee
I have been adding some Mi Flora plant monitors into my environment and I am wondering if there is a a bluetooth le gateway to help extend the range of the devices. I am fairly new to this and was curious what is the best device for something like this?
Esp32
can you expand on that a little?
Trying to tuya convert a Atomi Smart Outdoor Plug -- starts broadcasting it's own SSID when plugged in, press and hold on sole power button doesn't seem to be changing that behavior so far -- any other ideas?
are there any good youtube videos or other docs on helping setting these up?
oh ya I know...I am fairly new to the esp stuff and want to be treated like I am an idiot about this stuff...Just looking for some basic walkthroughs to help me get better is all
I just read docs, because videos get outdated really fast
Sometimes I might resort to a blog post
do you have any good blog posts?
Google certainly does
@tacit plinth does that plug work with Tuya app?
I have a gledopto led controller is there a way to re configure colours .
White is very green so would be nice to make white be 255,240,255
Depends on how it's integrated
@zealous dune Haven't tried it yet -- there seems to be a solo article mentioning it's compatible here https://geekvisit.com/flashing-atomi-wifi-plug-and-how-to-identify-whether-an-iot-device-can-be-flashed/amp/
device has a single button (power) -- short press toggles the relay, long press eventually starts LED blinking blue -- but then device is broadcasting it's own SSID
Connect to the SSSID, you get 192.168.175.2, device is 192.168.175.1 -- no open ports visiable -- device mDNS name is _gateway
Popped it open -- it is a TYWE2S -- also says M1828Y-01 on the PCB
Opened it up and got it flashed
This is the way
started trying to figure the GPIO pins -- no relay click
realized I was still on 3v power π
Has anyone successfully listened to a 2GIG DW11 sensor with a RTL-SDR and linked it to HA?
You want any more info on this device BA? Just about got the template made
Should I do anything with the extra "wifi" led? Right now I have the relay configured, linked to the power LED and the single on board button
Wifi led is LedLink
just found that thanks
though it's toggling wifi led now on power state
I have
GPIO4 LED_i 1
GPIO5 LEDLink_i
GPIO12 Relay 1
GPIO Button_n 1
GPIO4 should be wifi led, GPIO5 is power state LED
so, there's no smart plug with energy monitoring where one doesn't have to bother with firmware flashing etc? Nothing that works out of the box with HA?
Zigbee or Z-Wave ones will
ah, ok, why are people not using them then and go through all that hacking? Price?
π€·
I think some people think WiFi is somehow magic or better than Zigbee or Z-Wave
its the price and the mention of a "hub" or "gateway"
Has anyone tested one of these: https://www.amazon.co.uk/WANFEI-Intelligent-Bluetooth-Automatically-Temperature/dp/B083FKYNWS/ref=mp_s_a_1_1?dchild=1&keywords=WANFEI&qid=1607718021&s=outdoors&search-type=ss&sr=1-1 in home assistant? Looks a lot like the xiaomi option and am kind of hoping itβll just work (got it as a gift)? The answer Iβm aware might just be, try it and find out ππ
Actually looking at the Mi Flora integration it suggests that look for a flower mate or flower care device and the device/Amazon seems to suggest flowe care app,... so Iβll give it a go and see
aight, this LedLink, Led not clicking for me at all
have GPIO4 as Led, GPIO5 as LedLink -- want GPIO4 to be PowerLED, on when relay is on --- want GPIO5 to be Link led, on when wifi is linked
GPIO4 works fine, can't get GPIO5 to light up
LedState 7 works for showing power state and MQTT traffic on GPIO5....
ehh, it is blinking GPIO5 on MQTT/WIFI probs -- we'll just go for that for now
@soft lake it'll just work in what combination?
Good evening.
Is it normal that a Shelly 2.5 runs at 55Β° Celsius on standby ?
seems a bit high
My Samsung washing machine needs a button press to turn it on and a separate button to run the program...urgh thatβs two switchbots unless there is a cheaper or different way to do it
Caught the bug
open machine and wire in an esp8266 with relays if needed
no, that's Rowan Atkinson
oh
isnt that the boss of nikelodeon and actor of mr bean ?
like Rowan Atkinson Inc.
i know it is the latter
Anyway i like ur site it was helpful
My Main light in my room was Tasmotized today
shelly 2.5
its the first serious and permanent solution i finished
Oh i get it now
Blackadder was a character also played by atkinson
bingo
i intend to live as a goat
Is there a way to see what is turning off my lights when I turn them on? It happens instantly and the history just says "Turned off". I believe I have disabled all of the automations/integrations that could be doing it, and it's just one group of multiple groups of lights that's doing this
You could turn on debug in the logs
Ok thanks
You could probably write a template to iterate through automations and scripts and list the ones with a recent last_triggered or similar timestamp
anyone have an idea why i cant seem to use GPIO 0 on a wemos D1 Mini as a binary sensor input in ESP Home?? (im aware of the issues with reboots) ... GPIO 2 works fine when i pull it to ground
Iβve got some WiFi plugs off Amazon. Now I know better do I send them back and get zigbee or keep them and try to convert them to local
Wahey the wife might not like it but if I somehow fix the power button down it will turn on with power. So that means one power plug (might get a Lidl zigbee plug today) and one switchbot and itβs βsmartβ!
morning guys, im not yet familiar with the zigbee protocol, planning to buy the conbee II stick , but will it also pickup the 433mhz signal from my doorbell ?
#zigbee-archived and no
with this conbee 2(for HA) , would i have to watch which lights/etc i buy or is it compatible with all zigbee3 products ?
Hi I have a problem with uploading firmware to EPS8266 according to your instructions, can you please help me? I am a beginner.
I did according to the instructions
and that is the result
I have a fibaro dimmer 2 where I changed the type of load, and it needs to be calibrated. I can't get it to work using the button, and I don't want to disconnect the dimmer. I have a vague recollection of doing this previously, either using HASS, or possibly some CLI command...? According to google, I need to set "parameter 13" to "1", but I need help finding the right place to do that...
Any way to make a 2,4GHz DSSS readable om ZigBee?
If it doesn't use the #zigbee-archived protocol then no
π€
Im asking because Im unfamiliar with DSSS, and figured I might be able to flash my way around the encryption
Dsss is just the way of implementing the wireless signal and isn't limited to 2.4ghz
So I'm not entirely sure what you think you can achieve
So isnt actually a protocol? Its the only info I have regarding signal
Which is a protocol? (CDMA)
OK. Thank you so much.
You are at layer0
π€·ββοΈ
Do you know the OSI model?
You are before that, at the definition of how a signal is transmitted
That is what DSSS defines
2,4GHz and DSSS is the only info provided in the device manual
WiFi 802.11 and ZigBee 802.15.4 and many other things are 802.xx which is both dsss and 2.4 GHz
And mostly anything in the 2.4ghz spectrum is usable by anyone
But flashing from WiFi /ZigBee / something else is usually not trivial and often not achievable
Alright, that clears it up a bit
Any uniform way to figure out protocol?
This is the device: http://www.climax.com.tw/downloads/VST-852SL_Product News_08.05.2016.pdf
Probably totally propitary to their ecosystem
Sux. Just read that they use zigbee for some of the other stuff, but youre probably right π
Hey all - wife just made me aware she wants a Phillips Hue Gradient Play Strip for the TV for Christmas...anyone know if this works with home assistant or do I need their hub?
hi, i am new her π , and ask straight away: i followed different tutorials to implement octoprint to home assistant but it does not work. Home assistant shows the entities but they are not updated at all. I tried the global api key, the user api key and a application api key, but none of them works. Octoprint and the printer is online and accessable via the web page. The log file shows the error: Endpoint: job Failed to update OctoPrint status. Error: HTTPConnectionPool(host='3dprint', port=80): Max retries exceeded with url: /api/job (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x6e9638e0>: Failed to establish a new connection: [Errno -3] Try again')) I tried to find some answers in forums, but no luck. Does anyone may have an answer or idea? Thanks
Sounds like you want to ask over in #integrations-archived π
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
ok sorry, thanks
I'm looking to get BME280 integrated with ESP8266 wemos mini D1 and the documentation says it's supported through tasmota-sensors. How does this work? I can't find any documentation how flashing tasmota-sensors.bin is different from tasmota.bin
I would just do esphome
there got it working
Hey everyone! I'm trying to get an IKEA TRADFRI to work. It's connected to my ConbeeII (which I have connected an osram smart+ bulb without a problem) and shows up as a zigbee device as Device Type: EndDevice with Quirk zhaquirks.ikea.fivebtnremotezha.IkeaTradfriRemote. However, when I click any buttons and watch for state_changed events in the developer tools, no changes are triggered. I've reconnected it twice so far but am at a loss. I'm especially unsure if it's registered correctly - could anyone check if their remote is registered as the same device or help in any other way to debug this?
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
Thanks, Tinkerer, will do!
New to this scene and I have successfully flashed my first device with Tasmota (9.1.0). There seems to be a new field in the latest firmware that I can't find details for in the docs and the many videos I have watched on this topic. Could someone tell me the difference between the 'Device Name' and 'Friendly Name' fields? This is found in the Configuration -> Configure Other menu. I beleive the Device Name is what HA will pick up on. What is the Friendly Name for?
Folks here who know Tasmota will be mostly found in #diy-archived
I'm assuming you've already asked over in the Tasmota Discord though?
I just found the Tasmota Discord. Posting there now too. Thanks!
I'm tired of tuya(wifi) , planning on buying zigbee devices, aqara seems a safe bet for home assistant, what would be your advice use the aqara(or maybe even another brand) hub or conbee 2 ? Aliexpress doesnt say the aqara hub is google assistant compatible ? conbee 2 devices adressable on google home ?
Hi Guys, I would like to get some help with NodeMCU + PIR device. I did everything like in this guides. I connected everything properly, created the ESPHome file, downloaded binary, flashed the device with it. Its working and I was able to add it to HA. The only problem is the sensor is detecting motion every second without end.
Sounds like you need to troubleshoot that on the hardware/ESPhome end first
ESPHome is a system to control your ESP8266/ESP32, with a native integration for Home Assistant.
You can find their documentation here, and get help with ESPHome itself here in the #diy-archived channel (#integrations-archived for the integration). They also have their own Discord server too.
βοΈ they have their own Discord
Ohhh I didnt know that. Thanks Tinkerer, I'll join there.
What is a "1-10 dimmer"? Im trying to find a led t8 60cm bulb that can dim.
Anyone know of a bathroom lamp like these; https://www.ikea.com/gb/en/p/ledsjoe-led-wall-lamp-stainless-steel-40359761/ or https://www.ikea.com/gb/en/p/godmorgon-led-cabinet-wall-lighting-white-20429897/ that are dimmable by regular wall dimmer?
I have a Roborock S55 with Valetudo RE. Any ideas on how to remove and add no-go zones from HA? It would be nice to have some toggles to remove/add some restrictions from the map!
Anybody have suggestions for a dimmable outdoor smart plug?
This is for x-mas lights
You know actually, I already have on/off outdoor Z-wave plugs, I'm just gonna put a dumb outdoor dimmer after that and before the x-mas lights.
Hmm, never had a need to dim Christmas lights
Though some of the white ones I picked up are eye searing
Dimming the outdoor lights won't always work
Because they use a converter from AC to DC that has a tolerance level
So you need to dim on the DC side mostly
And it also doesn't support the newer RM Mini 3 versions with the ESP like chip inside (which I have), it simply won't recognize it as a legit device.
is this a thing where the broadlink mini 3 is no longer supported in broadlink manager? i can't seem to get my raw codes from the broadlink using any method described on the HA broadlink page.
Is anyone using a mi/honeywell smoke detector and can some one confirm it works with HASS? And if yes can it also be used backward so that I can put on the alarm when a door opens for example?
About a year ago I installed ha in a vm and it automatically picked up my aqara gateway in home kit mode and saw all sensors. Now I have a fresh install of ha and I can't get my aqara gateway devices into ha. Has something changed since a while ago? How do I add it?
That'd be a topic for #integrations-archived (see the channel topic π )
Yeah wasn't sure - it's also a question about a device. I'll try #integrations-archived :)
Another thing then. I have a mix of aqara, ikea tradfri and other zigbee devices. Does an aqara smart plug also extend range for other mfg devices? Or just aqara?
atxbyea will you share your experience when you receive it?
I hope this is the right channel, I am looking to do some research about how to connect an speaker to my rpi.
Currently I do it through the audio output. Now I want to put my setup somewhere more hidden, since it becomes quiet complex with external hubs, external ssd etc etc and so the audio ouput won't be able to connect to the boxes anymore.
So I was looking at sonoss speakers, but not sure if they can be used as a HA audio output, or if there is some other sound system, or way to accomplish what i do.
A bluetooth receiver I readed back feedback over, so doesnt seem me one either
You can use Sonos to play any MP3 you host locally, for TTS, and more
So Sonos could do the job to output my rpi sound? And be the default audio device?
Well, no, I didn't say that π
If you want to play through the audio jack that's a whole 'nother bag of crazy
But, why would you?
The XY problem is asking about your attempted solution rather than your actual problem.
This leads to enormous amounts of wasted time and energy, both on the part of people asking for help, and on the part of those providing help.
The problem occurs when people get stuck on what they believe is the solution and are unable to step back and explain the issue in full.

Naah, doesn't need to play through the audio jack, just needs to be my hassos default audio device. So that all sounds is sended to the speakers
There is no default audio device concept
You tell Home Assistant where to play
Using the media player integration, or similar
MMm really? Because for the audio jack I didnt set anything up at all
Well, how are you playing sounds through it?
Or do you only have one media_player entity?
I got only a spotify media_player entity.
But I got 2 audio devices in hardware.
Not sure how hassos decided to use the jack instead the hdmi tho
No idea, don't run it
MMm, I guess I lack knowledge about HA to make a good decisions.
But to make it simple HA => play any sound it needs to play on external sound system (which is undecided yet) so doesnt need to be sonoss.
Bluetooh receiver wouldnt do the job due to sound quality I readed
Probably a dumb question but im new to this whole thing.
If i were to buy one of those automatic window blinds things and i would want to pair it to the homeassistant to control it from my phone and computer, how would i know if it would be "compatible" with homeassistant?
Do you know if I somehow could register my local audio jack as media_player (for testing purposes) . I want to try out if certain plugis/addons support media_player as output source
@formal oak by checking the HA integration list
That'll mostly tell you
Depending on what technology it uses
yea, sorry for such a dumb question. ive never touched any form of smarthome device before and im just getting started lol
Stuff like zigbee will have different support levels depending on how you integrate it
Zigbee2mqtt will usually have more options that many native integrations
If there's an #integrations-archived for it, yes - I haven't ever looked
Is this the appropriate place to ask about led strips and fuses?
So I've been working on it for 3 days now, I figured it's time to ask. Does anyone know about Leviton Bluetooth Switches and getting them added? I found this https://github.com/mjg59/python-decora and i've tried to get it to work and installed blupy. I can't even get it to work with regular linux. Any help would be appreciated.
Got my led stripped working and lvoe them just trying to figure out if for 5v if I need fuses.
Nothing βneedsβ a fuse. You use fuses to protect the device as well as the circuit it is connected to.
@proven lotus , not really sure what you are trying to do but do you know Python?
@undone haven i just want to make sure i can sleep and my tree wont catch fire
π€·πΌββοΈ
I'd never be confident enough to say I know it, surely someone knows it more, but I did study on all the errors it was throwing, and i set up the file structure etc and bluepy installed correctly it's the python-decora that has an issue.
Did you wire the LEDs yourself?
@undone haven yes
but i don't feel like it should be that complicated. I already have the Bluetooth Mac Adress of the switch I jsut can't get an API key for some reason
@undone haven turned on with no issues! and wled changed lights no issues either!
@proven lotus , I was only asking because a lot of new people come here and think something like that will work out of the box without any knowledge. I do not know Python so I can be of no assistance.
@spice forge , I obviously canβt tell you if it will or wonβt burn your house down but putting a fuse on it is probably the safe direction to go.
Oh no, I knew what I was getting into when I started this. I've set up so many things that aren't made for home assistant so I get it, but I am just completely stumped by this.
@proven lotus for those switches I ended up using alexa and input bools
aka the lazy way.
@spice forge Are you sure they were the bluetooth only ones?
@proven lotus sorry missed that part. Did it for my fan speed switch.Please ignore
wait wait, i think the fan speed switch is only bluetooth
as well
maybe not though idk.
I can get it on alexa so that doesnt track
@undone haven i have a 5v 15 amp power supply so I am going to put a 15A fuse on it....sounds like i am no crazy woot woot
guess I just bought a home assistant blue device
going to be a great excuse to start everything from scratch using all the new functionality
Start from scratch? Sounds horrible
hi
anyone knows the phoneapp "LampUX"? wife is about to buy a nightlamp that can be connected to that app (and google home + alexa) and i am trying to find out if it's tuya convertible
ah. ok thx
damn those manufacturers how DARE they update their firmware and use different chips π
whats everyones perspective on the xiaomi zigbee devices, are they good? (or good value?)
yes
i've heard they are not 100% compliant to zigbee standard
so temp sensors, door sensors etc.. are working well for people?
ok would you say they're better to run with in the long run?
I run mostly xiaomi
I have no issues
with zigbee2mqtt
and tradfri bulbs all around the house
but people say stuff...
we don't know if sonoff is better in the long run since they're new... they got bigger batteries so there's that
price is pretty much same
i run xiaomi for years and no problemos (z2m)
So far my xiaomis have lasted 2 years ish, I've replaced the battery in the one in my greenhouse and in the most frequented door
some people get very excited at a proposition of a bigger battery
oh shit, I only have to replace every 4 years instead of 3
my life is so much better
π
aside the fact the bigger batteries are harder to find π
is it the 2450 batteries ?
yes in some devices
I'm trying to find a smart plug that will also work as a extender for my zigbee mesh. Any specific brand I should be looking for? There's so many available and description doesn't always state if it works as an extender
tradfri works fine @next pendant
I think the only bad ones are the osram ones
The Lidl ones are zigbee? I was going to ask but forgot
blitzwolf shp-13 works too
cool I'll look into blitzwolf. Ikea are a little bit bulky
Have anyone tried the odroid N2+ compared to the rpi4 in terms of speed?
is it worth it to buy the HA_Blue?
I would never
run on either
π
and considering the blue appears to be $230 here that is even less likely, I could buy a lot more power for that price
Yeah, im a bit "ooofffff" about the pricetag (It's $343 in Denmark)
damn
but what would you suggest
great price tag for all those 15yo living home trying to automate their mothers house
I have an old NUC I dont use, but last I tried (a few month ago) it wasn't very stable for Home Assistant
I run HA in venv or container, on regular servers that I already run
There should be no issue running HA on any NUC tbh
HAOS I will not mention though
well, I am not sure if the NUC is about to die, but it stays running for only a few days, then crash
with HAOS or with any operating system ?
HAOS.
I ran CoreOS before, and started having issues aswell
thought it was because CoreOS was getting depricated
I would install debian, let it run and see what happens
but could very well be hardware issues
you could run a memtest on it
that'll stress it some
I have an Supermicro 8 core Atom running (only using 4 cores) maybe I could try and run home assistant from that one
Servers are too expensive here, if not in hardware, then in power consumption π
eh, I don't like atom
a Jxxxx celeron will run your HA and plenty more
it depends on your needs I guess.
I have 2 of them, 1 runs my firewall (pfsense) the other some lightweight stuff for unifi, database etc
aye, I run my firewall on a J1900
problem is an even small 8 core Xeon costs around $1500 and then add power consumption
that's a bit overkill π
my docker host is a J4105
mine is J3455 - 40W consumption with 4 hdd's
my primary rig is 2xX5660
just in a nuc, or a "real" pc?
small-ish case, self built, HDD trays were improvised π
yeah,my J4105 is in a mini atx chassis with 4 bays
12GB RAM goes a long way for containers
which reminds me i need a memory upgrade on mine π
price diff from a celeron to i5 is so small, that I dont see the point in going celeron :(
At the same time, it's so expensive that I need a good reason to go that route over my Rpi
why?
It's a fickle device, with a lot of shortcomings
I have been hosting my own servers for over 20 years, I have kinda standards, and I work in enterprise
For me the Pi is ok powerfull.
I run machine learning on 1 of them, for person recognition in my backyard.
and then Home Assistant.
My biggest complain is when restarting home assistant, that it's a bit slow.
I do also notice some lag for the automations, but not sure if this is because of zwave, zigbee or the pi
the power subsystem is unreliable, the storage subsystem is less than optimal and the networking is sub par (up to and including the 3b+) atleast
I would prefer to run this on a real server,
but serveres are expensive here, and we pay around $0.5 per kWh
rpi is ok powerful... i notice some lags π€
we paid $0.003 up until a few weeks ago, it has spiked a bit at $0.03 currently but will probably go down again soon
i like pi in general but am prepared to criticize it heavily, especially on the hardware bottlenecks that are not strictly due to the broadcomm SoC
As i said, not sure where the lags comes from. may very well be the zwave or zigbee.
pi4 fixes a lot of my crits but requires active cooling which makes me sad
I just ordered active cooling for mine, maybe this solves my problem :D
it runs at around 10-15% CPU usage, and is 67degress C
i think i'm gonna be looking harder at nVidia's Jetson or maybe a risc-v system but i have not really looked at that at all yet
I would like to see a proper risc-v system
i want a whole system, not a dev board trying to compete with rpi on cost
exactly
And that gets me back to what? :D
im trying to find something like the pi.
So low power consumption, powerful, reliable, good support etc.
I Like the Pi as I can install it in headless mode.
buying a motherboard or NUC, removes this option, and I dont have a screen in the server room(its the room we have water heater, washer and dryer (not sure of the english word for this)
this is what we have ipmi or bmc for
like iLO \ drac
with iLO I can display boot and console via text which is handy
yeah, I have ipmi on my Atom servers
but I don't think you will find ipmi on celeron motherhboards, atleast not easy at least
(dryer is the common English word)
yeah, I seldom deal with anything below 1U enterprise
not the dryer, but the word for the room where all of this kind of stuff is in π )
@fringe moon same, but i just moved into space big enough to justify a deluxe HA setup and segregated IoT network
Google Translate says utility room
hehe, I'm not paranoid enough to segragate the networks, I do have a IOT network for playing around with though
oh, that depends on how well you live π it's a laundry room if you have the space.
my recent Google Fiber install left me with their wifi that is very opinionated. It isolates every wifi client unless they open a port with UPnP. it's horrible.
my HA still can't see my thermostat
(older Nest)
eh, I do my own network stuff,none of that google stuff thank you π
so i want to run a regular LAN with regular policy
I run Unifi wifi and pfsense firewall.
for switches I run edgeswitches (Wasn't too keen of the unifi switches)
unifi π€’
i did that for years, ipmasq, iptables, ... now i need a mesh network to cover my whole house, and Google Wifi pucks are amazing for that
but their network policy makes me angry. so i can either run a segregated IoT LAN or replace the whole thing with Ubiquiti
I looked at the google wifi pucks
border security has changed a lot in 20 years
but they didn't do meshing if bridged
which was a no from me
so I opted for linksys
i've absolutely shredded multiple google support people about this and they will not talk to me about it anymore
linksys does mesh and bridge at the same time
wow.. are you saying linksys over unifi??
or just for the mesh wifi?
It fulfills all my needs, hasn't been down for almost 2 years and covers my whole house (3 APs over 252m2 and three floors with only a single one wired)
I would do anything (almost) over unifi
Where I can ask about odroid n2+ performance?
When it's not broken
No I want comparison between blue vs nas with docker ha instance
for me that sounds like you just dislike unifi, but for no apparent reason.
i've been running unifi and edgeswitches for years, and have 0 issues.
We did just deploy around 50 Aruba switches at work, and I created a management platform for it, and they are not much more expensive that unifi, so could be something I would use at home aswell, but for now, unifi is perfect for me
No comparison π That's like moped vs racing bike
it will be rubbish compared to anything x86 @undone moon
Because Im in the middle of transition to qnap nas, and Idk if its worth it to buy additional odroid?
that depends on the NAS I guess :D
I did see some benchmarks on hardkernel, saying the odroid is about twice as fast as the pi4
I see a couple of hundred users across 20 different discord servers that.... are not very network technical that buy unifi because "it is the best" and they break their stuff constantly, so yeah
I am here in minimalist approach..if I can pack whole thing into one box thats qnap nas for example it would be great
Just curious how much is faster odroid π
which odroid?
So definately worth buying odroid..and there is also usb port forwarding on the nas machine etc
unifi is not for everyone.
I run a blog, also saying that don't buy unifi if you think you dont need to know about networks.
I am a network technician though, so for me it's great hardware for a good price
Im taking about blue odeoid from the conference
oh yeah, odroid is also on my list for trying to beat rpi but my first odroid arrived a lemon and i didn't re-engage
you are in the 1% of users then @wintry thicket
why do you need to be a network engineer to run unifi?
no idea which odroid is in the blue
you don't need to be, but any network stuff where you setup vlan's etc. or is tuning wifi, seting up firewall rules, that is not something you just do, and understand.
@zealous dune https://www.home-assistant.io/blue
odroid n2+
meh
that is what the rest of the 99% of unifi users don't get
h2+ or nothing
Thats not really unifi's fault, but the community.
Unifi doesn't state that unifi is for consumers.
its like mikrotik but worse π
but all their users belive it is for their pRoSumEr needs π
again.. not really unifi's fault..
you see the same problem with docker..
Lots of users just copy-paste what someone on reddit tells them to do, without understanding what it does.
like running a docker container on a NAS server, with no way to seperate that container from the same network as the nas server, or even sharing the volume where all the familiy photos are..
or even worse, the huge amount of users that port forwards non-encrypted to their NAS, with admin:admin..
you could blame Synology/Qnap.. but really...
haha, I just recommended unifi equipment for my brothers new house
I blame users mostly, but it is just confirmed to me that 99% of unifi users shouldn't do anything related to networking π
ok, i guess i'm in the power user category then. i might just run separate LANs but VLAN appeals too.
the first thing is, i think i can do better than LIFX with wired PoE or mains connected LED lights
but definitely wired enet
LIFX has proven too consumery
VLANs are great if you know what you are doing